learn.howToCalculate
learn.whatIsHeading
Vector addition combines vectors head-to-tail; results in resultant vector (parallelogram method or component-wise).
Водич корак по корак
- 1Input two vectors (component form)
- 2Add components: (a₁+b₁, a₂+b₂, a₃+b₃)
- 3Results show sum vector and magnitude
Worked Examples
Инпут
a=(3,4), b=(1,2)
Резултат
a+b=(4,6), |a+b|=√52≈7.21
Common Mistakes to Avoid
- ✕Adding magnitudes instead of components
- ✕Confusing with scalar multiplication
Frequently Asked Questions
Is vector addition commutative?
Yes, a+b = b+a (unlike subtraction).
learn.ctaText
Пробајте сами →