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
풀어진 예시
입력
a=(3,4), b=(1,2)
결과
a+b=(4,6), |a+b|=√52≈7.21
피해야 할 일반적인 실수
- ✕Adding magnitudes instead of components
- ✕Confusing with scalar multiplication
자주 묻는 질문
Is vector addition commutative?
Yes, a+b = b+a (unlike subtraction).
계산할 준비가 되셨나요? 무료 Vector Addition 계산기를 사용해 보세요
직접 시도해 보세요 →