How do I do vector subtraction?

1 Answer
Dec 30, 2014

Given two vectors v and w you have:
vw=v+(w)

Graphically we can use the Parallelogram Law:
enter image source here

If you have the vectors in components form you again use:
vw=v+(w) operating on each set of corresponding components.

For example:
v=4i+2j5k and:
w=2i+4j+k

vw=v+(w)=[4+(2)]i+[2+(4)]j+[5+(1)]k=
=6i2j6k