General Contents

Detailed Contents

Index

Vector Difference in 3D:


If you find this page helpful and would recommend that I create more pages like this one, please let me know: Email to John Taylor

Find the vector sum d = a - b, where a = 3i + 4j + (-1)k and b = 1i + (-3)j + (-2)k.

These vectors are shown in the diagram, along with -b, which is a negation and translation of b so that its tail coincides with the head of a. Vector d is drawn from the tail of a to the head of -b, as required by the definition of the vector sum.

To find the sum analytically, we subtract the x-components of the vectors to find the x-

component of the difference, and do the same for the y- and z-components:

c = (ax - bx)i + (ay - by)j + (az - bz)k

= (3 - 1)i + (4 - (-3))j +(-1 - (-2))k

= 2i + 7j +k

 

 


If you find this page helpful and would recommend that I create more pages like this one, please let me know: Email to John Taylor

General Contents

Detailed Contents

Index