How do I do vector subtraction?

1 Answer
Dec 30, 2014

Given two vectors vecvv and vecww you have:
vecv-vecw=vecv+(-vecw)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:
vecv-vecw=vecv+(-vecw)vw=v+(w) operating on each set of corresponding components.

For example:
vecv=4veci+2vecj-5veckv=4i+2j5k and:
vecw=-2veci+4vecj+veckw=2i+4j+k

vecv-vecw=vecv+(-vecw)=[4+(2)]veci+[2+(-4)]vecj+[-5+(-1)]veck=vw=v+(w)=[4+(2)]i+[2+(4)]j+[5+(1)]k=
=6veci-2vecj-6veck=6i2j6k