Practice Maths

Vector Proofs in Geometry — Solutions

  1. Q1 — Triangle Midpoint Theorem

    OA = a, OB = b, OC = c. M = midpoint of AB, N = midpoint of AC.

    OM = ½(a + b),   ON = ½(a + c)

    MN = ONOM = ½(a + c) − ½(a + b) = ½(cb)

    BC = cb

    Therefore MN = ½BC. Since MN is a scalar multiple of BC, MN ∥ BC, and |MN| = ½|BC|. ✓

  2. Q2 — Diagonals of a Parallelogram

    OA = a, OB = b, OD = d. ABCD is a parallelogram, so AB = DC.

    Part (a): AB = ba. DC = OCd. Setting equal: OC = ba + d.

    Part (b):

    Midpoint of AC: ½(a + OC) = ½(a + ba + d) = ½(b + d)

    Midpoint of BD: ½(b + d) = ½(b + d)

    The midpoints of both diagonals are identical, so the diagonals bisect each other. ✓

  3. Q3 — Centroid of a Triangle

    OA = a, OB = b, OC = c.

    Midpoints: M1 (midpt of BC) = ½(b + c); M2 (midpt of AC) = ½(a + c); M3 (midpt of AB) = ½(a + b).

    Median from A: r = (1 − t)a + ½tb + ½tc

    Median from B: r = ½sa + (1 − s)b + ½sc

    Equating coefficients — from c: ½t = ½s, so t = s. From b: ½t = 1 − tt = 2/3.

    OG = (1/3)a + (1/3)b + (1/3)c = ⅓(a + b + c)

    By symmetry of the expression in a, b, c, the median from C also passes through this same point. All three medians are concurrent at G. ✓

  4. Q4 — Diagonals of a Rhombus are Perpendicular

    A at origin, AB = b, AD = d, with |b| = |d|. Then OC = b + d.

    AC = b + d.   BD = db.

    AC · BD = (b + d) · (db) = |d|2b · d + d · b − |b|2 = |d|2 − |b|2 = 0

    Since |b| = |d|, the dot product is zero, so AC ⊥ BD. ✓

  5. Q5 — Angle in a Semicircle

    O = origin, OA = a, OB = −a, OP = p with |p| = |a| = r.

    PA = ap.   PB = −ap.

    PA · PB = (ap) · (−ap)

    = −|a|2a · p + p · a + |p|2

    = −r2 + r2 = 0

    Therefore angle APB = 90°. ✓ (Thales’ Theorem)

  6. Q6 — Length of a Median

    OA = a, OB = b. M = midpoint of AB: OM = ½(a + b).

    |OM|2 = ½(a + b) · ½(a + b) = ¼(|a|2 + 2a · b + |b|2)

    Therefore:   |OM| = ½√(|a|2 + 2a · b + |b|2)

    Note: if ab (i.e., OAB is right-angled at O), then a · b = 0 and the median from O equals ½√(|a|2 + |b|2) = ½|AB| — in a right triangle, the median to the hypotenuse equals half the hypotenuse.

  7. Q7 — Prove a Quadrilateral is a Parallelogram

    A = (1, 2), B = (4, 3), C = (5, 6), D = (2, 5).

    AB = B − A = (3, 1).   DC = C − D = (3, 1).   AB = DC

    AD = D − A = (1, 3).   BC = C − B = (1, 3).   AD = BC

    Both pairs of opposite sides are equal and parallel, so ABCD is a parallelogram. ✓

  8. Q8 — Point on a Line Segment

    A = (1, 2), B = (7, 8), P = (3, 4).

    AB = (6, 6).   AP = (2, 2) = ⅓(6, 6) = ⅓AB

    Since AP = ⅓AB and 0 < ⅓ < 1, P lies between A and B on segment AB. ✓

    AP : PB = ⅓ : ⅔ = 1 : 2

  9. Q9 — Parallelogram: Diagonals and Intersection

    A = (0, 0), B = (4, 0), C = (5, 3), D = (1, 3).

    Part (a):

    AB = (4, 0).   DC = C − D = (4, 0).   AB = DC

    AD = (1, 3).   BC = C − B = (1, 3).   AD = BC

    ABCD is a parallelogram. ✓

    Part (b):

    Midpoint of AC: ½(0 + 5, 0 + 3) = (2.5, 1.5)

    Midpoint of BD: ½(4 + 1, 0 + 3) = (2.5, 1.5)

    Both diagonals pass through (2.5, 1.5), confirming they bisect each other at this point. ✓

  10. Q10 — Intersection of Medians

    O = origin, OA = a, OB = b. M = ½b (midpoint of OB). N = ½a (midpoint of OA).

    Median AM: r = (1 − t)a + ½tb

    Median BN: r = ½sa + (1 − s)b

    Equating coefficients:   1 − t = ½s   ...(1)    and    ½t = 1 − s   ...(2)

    From (2): s = 1 − ½t. Substituting into (1): 1 − t = ½ − ¼t ⇒ ¾t = ½ ⇒ t = 2/3.

    OG = (1 − 2/3)a + ½(2/3)b = ⅓(a + b)

    The centroid divides each median in the ratio 2 : 1 from vertex to midpoint. Here, along median AM, t = 2/3 means G is 2/3 of the way from A to M.