General Contents

Detailed Contents

Index

Vector using 2 Points in Space:


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 a vector V represented by the directed line segment PQ, with P(-3, 1, 2) and Q(-5, 4, -1).

We use the differences in the coordinates of the points to get the components of the vector:

V = (Qx - Px)i + (Qy - Py)j + (Qz - Pz)k= (-5 - (-3))i + (4 - 1)j + (-1-2)k = -2i + 3j + (-3)k.

General Contents

Detailed Contents

Index