Question

Find the coordinates of a parallelogram from vector information

Original question: $ABCD$ is a parallelogram where $\overrightarrow{OA} = 2i - j$, $\overrightarrow{AB} = 3i + 4j$ and $\overrightarrow{AD} = -2i + 5j$. Find the coordinates of the four vertices of the parallelogram.

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: Once one vertex and two adjacent side vectors are known, the rest of the parallelogram follows by vector addition. It is mostly bookkeeping, but the signs need attention.

Detailed walkthrough

We are given

OA=2ij=(2,1),\overrightarrow{OA}=2\mathbf i-\mathbf j=(2,-1), AB=3i+4j=(3,4),\overrightarrow{AB}=3\mathbf i+4\mathbf j=(3,4), AD=2i+5j=(2,5).\overrightarrow{AD}=-2\mathbf i+5\mathbf j=(-2,5).

Since OO is the origin, the coordinates of AA are directly

A=(2,1).A=(2,-1).

Now use vector addition.

Find BB

OB=OA+AB.\overrightarrow{OB}=\overrightarrow{OA}+\overrightarrow{AB}.

So

(2,1)+(3,4)=(5,3),(2,-1)+(3,4)=(5,3),

hence

B=(5,3).B=(5,3).

Find DD

OD=OA+AD.\overrightarrow{OD}=\overrightarrow{OA}+\overrightarrow{AD}.

So

(2,1)+(2,5)=(0,4),(2,-1)+(-2,5)=(0,4),

hence

D=(0,4).D=(0,4).

Find CC

In a parallelogram, BC=AD\overrightarrow{BC}=\overrightarrow{AD} or equivalently

OC=OB+BC.\overrightarrow{OC}=\overrightarrow{OB}+\overrightarrow{BC}.

Thus

(5,3)+(2,5)=(3,8),(5,3)+(-2,5)=(3,8),

so

C=(3,8).C=(3,8).

Therefore the four vertices are

A(2,1), B(5,3), C(3,8), D(0,4).\boxed{A(2,-1),\ B(5,3),\ C(3,8),\ D(0,4)}.

💡 Pitfall guide

A frequent mistake is mixing up AB\overrightarrow{AB} with the position vector of BB. Remember: OB=OA+AB\overrightarrow{OB}=\overrightarrow{OA}+\overrightarrow{AB}, not just AB\overrightarrow{AB}. Also check the order of vertices; in a parallelogram, CC must be reached consistently from either BB or DD.

🔄 Real-world variant

If the origin were not given, you would first need the position vector of one vertex or a coordinate reference point. If only AA, AB\overrightarrow{AB}, and AD\overrightarrow{AD} were known, then the whole shape could still be built, but the final coordinates would be relative to the chosen origin.

🔍 Related terms

position vector, parallelogram, vector addition

FAQ

How do you find the vertices of a parallelogram from vectors?

Start from the known position vector, add the side vectors to reach the adjacent vertices, then use the parallelogram property to find the fourth vertex.

What are the coordinates of the four vertices?

A(2,-1), B(5,3), C(3,8), and D(0,4).

chat