NDA Maths · Vectors

Vector Geometry — Triangles, Parallelograms, Quadrilaterals

Treating triangle / parallelogram / quadrilateral sides and diagonals as vectors, then using the loop identity, centroid formula and parallelogram law to extract distances and angles.

Why this matters

Once vectors are anchored at an origin, plane figures (triangles, parallelograms, quadrilaterals) become vector equations you can solve algebraically. The closed-loop identity AB + BC + CA = 0 turns a triangle into one usable relation; the centroid is the average of the three vertex position vectors; parallelogram identities link sides to diagonals; named-vertex angles drop out of dot products on position vectors. The four concepts below are the levers — once you spot which one is in play, every PYQ resolves to a few lines of algebra. 11 PYQs across 2017–2026, mostly MODERATE.

Concept 1 of 4

Triangle closed-loop and centroid formula

Intuition

Walking around a triangle from AA to BB to CC and back to AA returns you to the starting point, so the three side-vectors taken in order must sum to the zero vector. The centroid is the average of the three vertex position vectors — geometrically the meeting point of the three medians, which it divides in a 2:12:1 ratio.

Definition

For a triangle ABCABC, the side-vectors satisfy AB+BC+CA=0\vec{AB} + \vec{BC} + \vec{CA} = \vec{0}. The centroid GG has position vector g=a+b+c3\vec{g} = \dfrac{\vec{a} + \vec{b} + \vec{c}}{3}. Each median is divided by GG in ratio 2:12 : 1 (longer part from vertex to GG).

Loop identity + centroid

AB+BC+CA=0g=a+b+c3\vec{AB} + \vec{BC} + \vec{CA} = \vec{0} \qquad \vec{g} = \dfrac{\vec{a} + \vec{b} + \vec{c}}{3}
  • a,b,c\vec{a}, \vec{b}, \vec{c}position vectors of vertices A,B,CA, B, C
  • AB\vec{AB}side vector from AA to BB, equal to ba\vec{b} - \vec{a}
  • g\vec{g}position vector of the centroid GG

Diagram · closed loop & centroid

GABC

Walking the edges A→B→C→A returns you to the start, so AB + BC + CA = 0. The three medians meet at the centroid G = (a + b + c)/3, the average of the vertices' position vectors.

Worked example

The vertices of a triangle have position vectors a=i^+2j^\vec{a} = \hat{i} + 2\hat{j}, b=3i^+4j^\vec{b} = 3\hat{i} + 4\hat{j}, c=5i^j^\vec{c} = 5\hat{i} - \hat{j}. Find AG\vec{AG}, where GG is the centroid.
  1. Compute the centroid: g=a+b+c3=(1+3+5)i^+(2+41)j^3=3i^+53j^\vec{g} = \dfrac{\vec{a} + \vec{b} + \vec{c}}{3} = \dfrac{(1+3+5)\hat{i} + (2+4-1)\hat{j}}{3} = 3\hat{i} + \dfrac{5}{3}\hat{j}.
  2. Use AG=ga=(3i^+53j^)(i^+2j^)=2i^13j^\vec{AG} = \vec{g} - \vec{a} = \left(3\hat{i} + \tfrac{5}{3}\hat{j}\right) - (\hat{i} + 2\hat{j}) = 2\hat{i} - \tfrac{1}{3}\hat{j}.
Answer:AG=2i^13j^\vec{AG} = 2\hat{i} - \dfrac{1}{3}\hat{j}
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the centroid of the triangle with vertices A(1,2,3)A(1, 2, 3), B(3,1,0)B(3, -1, 0), C(2,2,3)C(2, 2, 3).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    AB+BC+CA=?\vec{AB} + \vec{BC} + \vec{CA} = ?
  2. 2.
    Centroid of A(0,0)A(0,0), B(3,0)B(3,0), C(0,3)C(0,3)?
  3. 3.
    Centroid formula for vertices a,b,c\vec{a}, \vec{b}, \vec{c}?
  4. 4.
    The centroid divides each median in ratio?

From the bank · past-year question

Example 1VectorsEASY
If a,b,c\vec{a}, \vec{b}, \vec{c} are the position vectors of the vertices A,B,CA, B, C respectively of a triangle ABCABC and GG is the centroid of the triangle, then what is AG\overrightarrow{AG} equal to?

[Q97 · Apr · 2022]

Direction matters in the loop — BA=AB\vec{BA} = -\vec{AB}

The identity AB+BC+CA=0\vec{AB}+\vec{BC}+\vec{CA}=\vec{0} requires the sides to be traversed in one consistent direction around the triangle. If a statement reads AB+BCCA=0\vec{AB}+\vec{BC}-\vec{CA}=\vec{0}, it's wrong — that's saying AC\vec{AC} instead of CA\vec{CA}, which reverses one side.

AG\vec{AG} is NOT g/3\vec{g}/3 — it is ga\vec{g} - \vec{a}

A common factor-of-3 distractor. AG\vec{AG} is the displacement from AA to GG, so it equals ga\vec{g} - \vec{a}. After algebra AG=(ba)+(ca)3\vec{AG} = \dfrac{(\vec{b}-\vec{a}) + (\vec{c}-\vec{a})}{3} — two-thirds of the median from AA.

Concept 2 of 4

Parallelogram properties and diagonal relations

Intuition

A parallelogram has opposite sides equal and parallel as vectors. Its diagonals bisect each other, so the midpoint of one diagonal IS the midpoint of the other. Whenever a question mentions an origin OO and a parallelogram, expect a clean linear identity built around that shared midpoint.

Definition

In parallelogram ABCDABCD (vertices in order): AB=DC\vec{AB} = \vec{DC} and AD=BC\vec{AD} = \vec{BC}. Diagonals: AC=AB+AD\vec{AC} = \vec{AB} + \vec{AD} and BD=ADAB\vec{BD} = \vec{AD} - \vec{AB}, so AB=ACBD2\vec{AB} = \dfrac{\vec{AC} - \vec{BD}}{2} and AD=AC+BD2\vec{AD} = \dfrac{\vec{AC} + \vec{BD}}{2}. From any origin OO: OA+OC=OB+OD=2OP\vec{OA} + \vec{OC} = \vec{OB} + \vec{OD} = 2\vec{OP}, where PP is the common midpoint of ACAC and BDBD.

Sides from diagonals

AB=12(ACBD),AD=12(AC+BD),OA+OC=OB+OD\vec{AB} = \tfrac{1}{2}(\vec{AC} - \vec{BD}), \quad \vec{AD} = \tfrac{1}{2}(\vec{AC} + \vec{BD}), \quad \vec{OA}+\vec{OC} = \vec{OB}+\vec{OD}
  • ABCDABCDparallelogram with vertices labelled in order
  • AC,BD\vec{AC}, \vec{BD}diagonal vectors
  • OOarbitrary origin (often the centre or an external point)

Diagram · parallelogram diagonals = a + b and a − b

aba + ba − b

From a shared corner, sides a and b span the parallelogram. The diagonal from that corner is a + b; the diagonal between the side tips is a − b. They bisect each other, and |a + b|² + |a − b|² = 2(|a|² + |b|²).

Worked example

In parallelogram ABCDABCD (vertices in order), the position vectors of A,B,CA, B, C are a=2i^+j^\vec{a} = 2\hat{i} + \hat{j}, b=4i^+3j^\vec{b} = 4\hat{i} + 3\hat{j}, c=6i^j^\vec{c} = 6\hat{i} - \hat{j}. Find the position vector of DD.
  1. In a parallelogram, AD=BC\vec{AD} = \vec{BC}, which gives da=cb\vec{d} - \vec{a} = \vec{c} - \vec{b}.
  2. So d=a+cb=(2+64)i^+(113)j^\vec{d} = \vec{a} + \vec{c} - \vec{b} = (2+6-4)\hat{i} + (1-1-3)\hat{j}.
  3. =4i^3j^= 4\hat{i} - 3\hat{j}.
Answer:d=4i^3j^\vec{d} = 4\hat{i} - 3\hat{j}
Practice this conceptself-check · 4 quick reps

Try it yourself

In parallelogram ABCDABCD, AB=3i^+j^\vec{AB} = 3\hat{i} + \hat{j} and AD=i^+2j^\vec{AD} = \hat{i} + 2\hat{j}. Find the diagonal AC\vec{AC}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    In parallelogram ABCDABCD, AB\vec{AB} equals which side?
  2. 2.
    Diagonal AC\vec{AC} in terms of the sides?
  3. 3.
    Fourth vertex DD of parallelogram ABCDABCD?
  4. 4.
    Do the diagonals of a parallelogram bisect each other?

From the bank · past-year question

Example 2VectorsMODERATE
PQRS is a parallelogram. If PR=a\overrightarrow{PR} = \vec{a} and QS=b\overrightarrow{QS} = \vec{b}, then what is PQ\overrightarrow{PQ} equal to?

[Q66 · Sep · 2022]

Vertex order ABCDABCD matters

If the vertices are listed in a non-cyclic order, the figure is NOT a parallelogram in the standard sense. AB=DC\vec{AB} = \vec{DC} (not CD\vec{CD}) — the equal sides are the ones going in the SAME direction around the figure.

The fourth vertex of a parallelogram: D=A+CBD = A + C - B

If A,B,CA, B, C are three consecutive vertices, AD=BC\vec{AD} = \vec{BC} forces d=a+cb\vec{d} = \vec{a} + \vec{c} - \vec{b}. A factor-of-2 distractor here often offers a+c2b\vec{a} + \vec{c} - 2\vec{b}; reject it.

Concept 3 of 4

Angles and vertices from position vectors

Intuition

The angle at vertex CC of a triangle is the angle between the two sides leaving CC — namely CA\vec{CA} and CB\vec{CB}. Build those side-vectors from position vectors, then plug into the dot-product angle formula. Same idea works for the angle between diagonals of a quadrilateral.

Definition

If A,B,CA, B, C have position vectors a,b,c\vec{a}, \vec{b}, \vec{c}, the side vectors at CC are CA=ac\vec{CA} = \vec{a} - \vec{c} and CB=bc\vec{CB} = \vec{b} - \vec{c}. Then cosC=CACBCACB\cos C = \dfrac{\vec{CA}\cdot\vec{CB}}{|\vec{CA}|\,|\vec{CB}|}. For a quadrilateral with diagonals ACAC and BDBD, the same formula applies with the two diagonal vectors.

Angle at vertex from position vectors

cosC=(ac)(bc)acbc\cos C = \dfrac{(\vec{a} - \vec{c})\cdot(\vec{b} - \vec{c})}{|\vec{a} - \vec{c}|\,|\vec{b} - \vec{c}|}
  • a,b,c\vec{a}, \vec{b}, \vec{c}position vectors of the vertices
  • CCangle of the triangle at vertex CC

Worked example

The vertices of triangle ABCABC have position vectors a=i^+j^\vec{a} = \hat{i} + \hat{j}, b=3i^+5j^\vec{b} = 3\hat{i} + 5\hat{j}, c=5i^+j^\vec{c} = 5\hat{i} + \hat{j}. Find the angle at vertex CC.
  1. Build the side vectors at CC: CA=ac=4i^\vec{CA} = \vec{a} - \vec{c} = -4\hat{i}, CB=bc=2i^+4j^\vec{CB} = \vec{b} - \vec{c} = -2\hat{i} + 4\hat{j}.
  2. Dot product: CACB=(4)(2)+04=8\vec{CA}\cdot\vec{CB} = (-4)(-2) + 0\cdot 4 = 8.
  3. Magnitudes: CA=4|\vec{CA}| = 4, CB=4+16=25|\vec{CB}| = \sqrt{4 + 16} = 2\sqrt{5}.
  4. Apply the angle formula: cosC=8425=15\cos C = \dfrac{8}{4 \cdot 2\sqrt{5}} = \dfrac{1}{\sqrt{5}}.
Answer:C=cos1 ⁣(15)C = \cos^{-1}\!\left(\dfrac{1}{\sqrt{5}}\right)
Practice this conceptself-check · 4 quick reps

Try it yourself

Find the angle between p=i^+3j^\vec{p} = \hat{i} + \sqrt{3}\,\hat{j} and q=i^\vec{q} = \hat{i}.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Side vector at vertex CC: CA=?\vec{CA} = ?
  2. 2.
    cosC\cos C formula at vertex CC?
  3. 3.
    Angle between i^+j^\hat{i} + \hat{j} and i^\hat{i}?
  4. 4.
    Angle between a\vec{a} and a-\vec{a}?

From the bank · past-year question

Example 3VectorsMODERATE
The position vectors of vertices A, B and C of triangle ABC are respectively j^+k^\hat{j}+\hat{k}, 3i^+j^+5k^3\hat{i}+\hat{j}+5\hat{k} and 3j^+3k^3\hat{j}+3\hat{k}. What is angle C equal to?

[Q70 · Sep · 2022]

Direction of side vectors changes the angle

The angle at CC is between CA\vec{CA} and CB\vec{CB} — NOT between AC\vec{AC} and BC\vec{BC}. Reversing both flips the dot-product sign and gives πC\pi - C instead of CC. Always start from the named vertex outwards.

Fourth-vertex problems: D=A+CBD = A + C - B, not the midpoint

If a parallelogram ABCDABCD lists A,B,CA, B, C as consecutive vertices, the fourth vertex DD satisfies AD=BC\vec{AD} = \vec{BC}, giving d=a+cb\vec{d} = \vec{a} + \vec{c} - \vec{b}. Mid-segment formulas applied here are the typical wrong-option trap.

Concept 4 of 4

Distance and perpendicularity identities in quadrilaterals

Intuition

Quadrilateral distance puzzles are almost always tests of vector arithmetic. Expand each squared distance as XY2=XYXY|\vec{XY}|^2 = \vec{XY}\cdot\vec{XY}, collect like terms, and watch dot products with shared edges cancel. The parallelogram law p+q2+pq2=2(p2+q2)|\vec{p}+\vec{q}|^2 + |\vec{p}-\vec{q}|^2 = 2(|\vec{p}|^2 + |\vec{q}|^2) is the workhorse identity.

Definition

For any four points P,Q,R,SP, Q, R, S with position vectors p,q,r,s\vec{p}, \vec{q}, \vec{r}, \vec{s}: PQ\vec{PQ} is parallel to RS\vec{RS} iff PQ×RS=0\vec{PQ} \times \vec{RS} = \vec{0}; perpendicular iff PQRS=0\vec{PQ} \cdot \vec{RS} = 0. Squared distances expand as PQ2=(qp)(qp)=q22pq+p2|\vec{PQ}|^2 = (\vec{q}-\vec{p})\cdot(\vec{q}-\vec{p}) = |\vec{q}|^2 - 2\vec{p}\cdot\vec{q} + |\vec{p}|^2.

Parallelogram law and distance expansion

p+q2+pq2=2(p2+q2)|\vec{p}+\vec{q}|^2 + |\vec{p}-\vec{q}|^2 = 2(|\vec{p}|^2 + |\vec{q}|^2)
  • p,q\vec{p}, \vec{q}any two vectors (often diagonals or sides)
  • p+q,pq|\vec{p}+\vec{q}|, |\vec{p}-\vec{q}|diagonal magnitudes when p,q\vec{p}, \vec{q} are sides

Worked example

Points have position vectors p=i^\vec{p} = \hat{i}, q=j^\vec{q} = \hat{j}, r=i^\vec{r} = -\hat{i}, s=j^\vec{s} = -\hat{j}. Check whether PQ\vec{PQ} is parallel to SR\vec{SR} and whether PR\vec{PR} is perpendicular to QS\vec{QS}.
  1. Compute the vectors: PQ=qp=i^+j^\vec{PQ} = \vec{q} - \vec{p} = -\hat{i} + \hat{j}; SR=rs=i^+j^\vec{SR} = \vec{r} - \vec{s} = -\hat{i} + \hat{j}.
  2. They are equal (and hence parallel — in fact same direction): the figure has a pair of parallel sides.
  3. Now PR=rp=2i^\vec{PR} = \vec{r} - \vec{p} = -2\hat{i}; QS=sq=2j^\vec{QS} = \vec{s} - \vec{q} = -2\hat{j}.
  4. Dot product: PRQS=(2)(0)+0(2)=0\vec{PR}\cdot\vec{QS} = (-2)(0) + 0(-2) = 0, so the diagonals are perpendicular.
Answer:PQSR\vec{PQ} \parallel \vec{SR} and PRQS\vec{PR} \perp \vec{QS}.
Practice this conceptself-check · 4 quick reps

Try it yourself

For p=2i^+j^\vec{p} = 2\hat{i} + \hat{j} and q=i^3j^\vec{q} = \hat{i} - 3\hat{j}, verify the parallelogram law p+q2+pq2=2(p2+q2)|\vec{p}+\vec{q}|^2 + |\vec{p}-\vec{q}|^2 = 2(|\vec{p}|^2 + |\vec{q}|^2).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Parallelogram law: a+b2+ab2=?|\vec{a} + \vec{b}|^2 + |\vec{a} - \vec{b}|^2 = ?
  2. 2.
    PQRS\vec{PQ} \perp \vec{RS} iff?
  3. 3.
    Expand qp2|\vec{q} - \vec{p}|^2.
  4. 4.
    PQRS\vec{PQ} \parallel \vec{RS} iff PQ×RS=?\vec{PQ}\times\vec{RS} = ?

From the bank · past-year question

Example 4VectorsMODERATE
for the items that follow: P(-2,-3,5), Q(4,-1,5), R(6,-4,8) and S(2,-6,10) are four points.
Consider the following statements: I. PQ is parallel to RS. II. PR is perpendicular to QS. Which of the statements given above is/are correct?

[Q53 · Apr · 2026]

Direction of comparison matters for parallelism

Two vectors are parallel if one is a scalar multiple of the other — the scalar can be negative. PQ\vec{PQ} and RS\vec{RS} point in opposite directions yet are still parallel. But if a PYQ asks whether PQ\vec{PQ} and SR\vec{SR} are equal (not just parallel), the sign matters.

Expand squared distances algebraically — don't reach for coordinates first

An identity like PQ2+2QS22PR2=?PQ^2 + 2QS^2 - 2PR^2 = ? is much faster to verify by expanding each 2|\cdots|^2 as a dot product and collecting terms in pq\vec{p}\cdot\vec{q}, pr\vec{p}\cdot\vec{r}, etc., than by plugging in coordinates and computing each squared distance separately.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (4)

  • Triangle closed-loop and centroid formula

    Loop identity + centroid

    AB+BC+CA=0g=a+b+c3\vec{AB} + \vec{BC} + \vec{CA} = \vec{0} \qquad \vec{g} = \dfrac{\vec{a} + \vec{b} + \vec{c}}{3}
  • Parallelogram properties and diagonal relations

    Sides from diagonals

    AB=12(ACBD),AD=12(AC+BD),OA+OC=OB+OD\vec{AB} = \tfrac{1}{2}(\vec{AC} - \vec{BD}), \quad \vec{AD} = \tfrac{1}{2}(\vec{AC} + \vec{BD}), \quad \vec{OA}+\vec{OC} = \vec{OB}+\vec{OD}
  • Angles and vertices from position vectors

    Angle at vertex from position vectors

    cosC=(ac)(bc)acbc\cos C = \dfrac{(\vec{a} - \vec{c})\cdot(\vec{b} - \vec{c})}{|\vec{a} - \vec{c}|\,|\vec{b} - \vec{c}|}
  • Distance and perpendicularity identities in quadrilaterals

    Parallelogram law and distance expansion

    p+q2+pq2=2(p2+q2)|\vec{p}+\vec{q}|^2 + |\vec{p}-\vec{q}|^2 = 2(|\vec{p}|^2 + |\vec{q}|^2)

Watch out for (8)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1VectorsMODERATE
In a triangle ABC, if taken in order, consider the following statements: 1. AB+BC+CA=0\vec{AB}+\vec{BC}+\vec{CA}=\vec{0} 2. AB+BCCA=0\vec{AB}+\vec{BC}-\vec{CA}=\vec{0} 3. ABBC+CA=0\vec{AB}-\vec{BC}+\vec{CA}=\vec{0} 4. BABC+CA=0\vec{BA}-\vec{BC}+\vec{CA}=\vec{0} How many of the above statements are correct?

[Q70 · Sep · 2018]

Example 2VectorsEASY
Let ABCDABCD be a parallelogram whose diagonals intersect at PP and let OO be the origin. What is OA+OB+OC+OD\overrightarrow{OA}+\overrightarrow{OB}+\overrightarrow{OC}+\overrightarrow{OD} equal to?

[Q67 · Apr · 2017]

Example 3VectorsHARD
For the following two (02) items: Let A(1,1,0)A(1,-1,0), B(2,1,8)B(-2,1,8) and C(1,2,7)C(-1,2,7) are three consecutive vertices of a parallelogram ABCDABCD.
If angle BCDBCD is θ\theta, then what is cos2θ\cos^2\theta equal to?

[Q56 · Sep · 2025]

Example 4VectorsMODERATE
for the items that follow: P(-2,-3,5), Q(4,-1,5), R(6,-4,8) and S(2,-6,10) are four points.
What is (PQ2+2QS22PR2)(PQ^2+2QS^2-2PR^2) equal to?

[Q54 · Apr · 2026]

Example 5VectorsMODERATE
ABCDABCD is a quadrilateral whose diagonals are ACAC and BDBD. Which one of the following is correct?

[Q68 · Apr · 2017]

Drill every past-year question on this subtopic

11 questions from the bank — paginated, with cart and Word-export support.

Related notes