General Contents

Detailed Contents

Index

Vector using 2 Points in a Plane:


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(2, -5) and Q(-3, 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 = (-3 - 2)i + (1 - (-5))j = -5i + 6j

General Contents

Detailed Contents

Index