Why vectors cannot be added algebraically?

1 Answer
May 16, 2014

You actually can add vectors algebraically, but they need to be in unit vector notation first.

If you have two vectors v1 and v2, you can find their sum v3 by adding their components.

v1=aˆı+bˆȷ
v2=cˆı+dˆȷ
v3=v1+v2=(a+c)ˆı+(b+d)ˆȷ

If you wish to add two vectors, but you only know their magnitudes and directions, first convert them to unit vector notation:

v1=m1cos(θ1)ˆı+m1sin(θ1)ˆȷ
v2=m2cos(θ2)ˆı+m2sin(θ2)ˆȷ

Then find their sum normally:

v3=v1+v2
v3=(m1cos(θ1)+m2cos(θ2))ˆı+(m1sin(θ1)+m2sin(θ2))ˆȷ