Logo
Published on

Vectors in Geometrical Proofs

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

Proving geometrical theorems using traditional Euclidean methods (congruent triangles, alternate angles) can be lengthy and confusing. In HSC Mathematics Extension 2, we introduce Vector Proofs. By assigning vectors to the sides of shapes, we can prove properties of triangles, quadrilaterals, and circles using pure algebra.

The key to vector proofs is understanding a few fundamental principles:

  1. Vector Addition: AB+BC=AC\vec{AB} + \vec{BC} = \vec{AC}.
  2. Parallel Vectors: If a=kb\mathbf{a} = k\mathbf{b} (where kk is a scalar), the vectors are parallel.
  3. The Dot Product: If ab=0\mathbf{a} \cdot \mathbf{b} = 0, the vectors are perpendicular.

Consider the classic geometry theorem: "The diagonals of a rhombus are perpendicular to each other."

Let OABCOABC be a rhombus. Let the position vectors of AA and CC relative to the origin OO be a\mathbf{a} and c\mathbf{c}, respectively.

(a) Write down the position vector of BB in terms of a\mathbf{a} and c\mathbf{c}.

(b) Find the vectors representing the two diagonals, OB\vec{OB} and AC\vec{AC}, in terms of a\mathbf{a} and c\mathbf{c}.

(c) Using the dot product, prove that the diagonals of the rhombus intersect at right angles.


Hints

  • Part (a): A rhombus is a type of parallelogram. Therefore, the vector CB\vec{CB} is equivalent to the vector OA\vec{OA}. Use vector addition: OB=OC+CB\vec{OB} = \vec{OC} + \vec{CB}.
  • Part (b): OB\vec{OB} is simply the position vector of BB you found in part (a). To find the vector from AA to CC (AC\vec{AC}), use the rule "destination minus origin": AC=ca\vec{AC} = \mathbf{c} - \mathbf{a}.
  • Part (c): Calculate the dot product OBAC\vec{OB} \cdot \vec{AC}. Expand the expression algebraically. Remember the defining property of a rhombus: all four sides are equal in length. This means the magnitude of vector a\mathbf{a} equals the magnitude of vector c\mathbf{c} (a=c|\mathbf{a}| = |\mathbf{c}|), which also means aa=cc\mathbf{a} \cdot \mathbf{a} = \mathbf{c} \cdot \mathbf{c}. If the dot product evaluates to 00, the diagonals are perpendicular.

Solutions

Part (a): Finding Position Vector B

  1. Let the origin OO be a vertex of the rhombus.
  2. The vector from OO to AA is a\mathbf{a}. The vector from OO to CC is c\mathbf{c}.
  3. Because OABCOABC is a rhombus (and thus a parallelogram), the side CBCB is parallel and equal in length to OAOA. Therefore, the vector CB=OA=a\vec{CB} = \vec{OA} = \mathbf{a}.
  4. To find the position vector of BB (which is OB\vec{OB}), we start at OO, go to CC, and then go to BB: OB=OC+CB\vec{OB} = \vec{OC} + \vec{CB} OB=c+a=a+c\vec{OB} = \mathbf{c} + \mathbf{a} = \mathbf{a} + \mathbf{c}

Part (b): Vectors of the Diagonals

  1. The first diagonal is OB\vec{OB}. From part (a), this is: OB=a+c\vec{OB} = \mathbf{a} + \mathbf{c}
  2. The second diagonal goes from AA to CC, denoted as AC\vec{AC}.
  3. Using the position vector rule (finalinitial\text{final} - \text{initial}): AC=OCOA=ca\vec{AC} = \vec{OC} - \vec{OA} = \mathbf{c} - \mathbf{a}

Part (c): Proving Perpendicularity

  1. To prove two vectors are perpendicular, we must show their dot product is zero. We need to evaluate OBAC\vec{OB} \cdot \vec{AC}.
  2. Substitute the expressions from part (b): OBAC=(a+c)(ca)\vec{OB} \cdot \vec{AC} = (\mathbf{a} + \mathbf{c}) \cdot (\mathbf{c} - \mathbf{a})
  3. Rearrange for clarity before expanding (using commutativity of vector addition): (c+a)(ca)(\mathbf{c} + \mathbf{a}) \cdot (\mathbf{c} - \mathbf{a})
  4. Expand using the difference of two squares rule for dot products: ccca+acaa\mathbf{c} \cdot \mathbf{c} - \mathbf{c} \cdot \mathbf{a} + \mathbf{a} \cdot \mathbf{c} - \mathbf{a} \cdot \mathbf{a} Since the dot product is commutative (ca=ac\mathbf{c} \cdot \mathbf{a} = \mathbf{a} \cdot \mathbf{c}), the middle terms cancel out: ccaa\mathbf{c} \cdot \mathbf{c} - \mathbf{a} \cdot \mathbf{a}
  5. Recall that vv=v2\mathbf{v} \cdot \mathbf{v} = |\mathbf{v}|^2. So: c2a2|\mathbf{c}|^2 - |\mathbf{a}|^2
  6. Here is where the specific geometry of the rhombus comes in. By definition, all sides of a rhombus are equal in length. Therefore, the length of side OAOA equals the length of side OCOC. a=c|\mathbf{a}| = |\mathbf{c}| a2=c2|\mathbf{a}|^2 = |\mathbf{c}|^2
  7. Substitute this back into our dot product equation: c2c2=0|\mathbf{c}|^2 - |\mathbf{c}|^2 = 0
  8. Since the dot product of the diagonals is 00, the diagonals OB\vec{OB} and AC\vec{AC} are perpendicular.

Takeaways

  • Algebraic Geometry: Vector proofs allow you to treat geometric shapes purely as algebraic expressions. Expanding dot products often leads directly to the proof without needing to draw complex construction lines.
  • The Difference of Two Squares: The identity (u+v)(uv)=u2v2(\mathbf{u} + \mathbf{v}) \cdot (\mathbf{u} - \mathbf{v}) = |\mathbf{u}|^2 - |\mathbf{v}|^2 is incredibly common in circle and quadrilateral vector proofs.
  • Definitions Matter: A proof usually relies on one specific geometric property to evaluate to zero. In this case, it was the fact that a rhombus has equal side lengths (a=c|\mathbf{a}| = |\mathbf{c}|). For a rectangle proof, it would be that the adjacent sides are perpendicular (ac=0\mathbf{a} \cdot \mathbf{c} = 0).

Further Readings


Connect with me

If you found this vector proof elegant, there are dozens more waiting for you on Vu's Maths Hub. I break down the hardest HSC geometry proofs step-by-step in my booklets. Join my YouTube channel for video walkthroughs, follow my Instagram for daily maths tips, and subscribe to my Substack for a deeper look at mathematical logic!