Logo
Published on

Ultimate Guide to Vectors and Geometric Proofs

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

Euclidean geometry (using angles, congruent triangles, and circle properties) can be beautiful, but it often relies on drawing complex auxiliary lines and relying on visual intuition. In HSC Mathematics Extension 2, we replace visual intuition with pure algebra. Using Vectors and Geometric Proofs, you can prove ancient theorems about medians, altitudes, and perpendicular bisectors without ever needing to draw a perfectly scaled diagram.

Executive Summary

This guide covers the application of vectors to geometry:

  • Dot Product Properties: Using commutativity and distributivity to expand vector expressions algebraically.
  • The Cauchy-Schwarz Inequality: Proving and applying the fundamental inequality uvuv|\mathbf{u} \cdot \mathbf{v}| \le |\mathbf{u}| |\mathbf{v}|.
  • Geometric Definitions: Understanding medians, altitudes, and bisectors in a vector context.
  • Geometric Proofs: Using the dot product (where ab=0\mathbf{a} \cdot \mathbf{b} = 0 means perpendicular) to prove theorems about shapes in 2D and 3D.

What is this about?

Vector proofs rely almost entirely on the Scalar (Dot) Product. The geometric definition of the dot product is: ab=abcosθ\mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cos\theta

This definition gives us two immense powers:

  1. Perpendicularity: If two non-zero vectors are perpendicular (θ=90\theta = 90^\circ), then cos(90)=0\cos(90^\circ) = 0. Therefore, their dot product is exactly 00. If you need to prove two lines meet at a right angle, you just prove their dot product is zero.
  2. Magnitudes: If you dot a vector with itself, θ=0\theta = 0^\circ, and cos(0)=1\cos(0^\circ) = 1. Therefore, aa=aa=a2\mathbf{a} \cdot \mathbf{a} = |\mathbf{a}| |\mathbf{a}| = |\mathbf{a}|^2. If you need to prove two lengths are equal, you can compare their dot-product squares!

Main Content

1. Vector Algebraic Properties

Because vectors are not standard numbers, you cannot assume normal algebra applies without proof. The syllabus requires you to know these properties hold:

  • Commutativity: ab=ba\mathbf{a} \cdot \mathbf{b} = \mathbf{b} \cdot \mathbf{a}
  • Distributivity: a(b+c)=ab+ac\mathbf{a} \cdot (\mathbf{b} + \mathbf{c}) = \mathbf{a} \cdot \mathbf{b} + \mathbf{a} \cdot \mathbf{c}

This means you can expand brackets almost exactly like normal algebra! Example: Expand (a+b)(a+b)(\mathbf{a} + \mathbf{b}) \cdot (\mathbf{a} + \mathbf{b}). =aa+ab+ba+bb= \mathbf{a} \cdot \mathbf{a} + \mathbf{a} \cdot \mathbf{b} + \mathbf{b} \cdot \mathbf{a} + \mathbf{b} \cdot \mathbf{b} =a2+2(ab)+b2= |\mathbf{a}|^2 + 2(\mathbf{a} \cdot \mathbf{b}) + |\mathbf{b}|^2

(Notice how similar this is to (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2!)

2. The Cauchy-Schwarz Inequality

The Cauchy-Schwarz inequality states that for any two vectors u\mathbf{u} and v\mathbf{v}: uvuv|\mathbf{u} \cdot \mathbf{v}| \le |\mathbf{u}| |\mathbf{v}|

The Proof: We know the geometric definition: uv=uvcosθ\mathbf{u} \cdot \mathbf{v} = |\mathbf{u}| |\mathbf{v}| \cos\theta. Take the absolute value of both sides: uv=uvcosθ|\mathbf{u} \cdot \mathbf{v}| = ||\mathbf{u}| |\mathbf{v}| \cos\theta| Since magnitudes are already positive: uv=uvcosθ|\mathbf{u} \cdot \mathbf{v}| = |\mathbf{u}| |\mathbf{v}| |\cos\theta|

We know from trigonometry that the cosine graph is bounded between 1-1 and 11. Therefore, the absolute value cosθ|\cos\theta| must be 1\le 1. Because cosθ1|\cos\theta| \le 1, if we remove it from the equation, the right side must get larger or stay the same: uvuv|\mathbf{u} \cdot \mathbf{v}| \le |\mathbf{u}| |\mathbf{v}|

3. Triangle Definitions

To prove theorems, you must know what these terms mean as vectors:

  • Median: A line from a vertex to the midpoint of the opposite side. If MM is the midpoint of BC\vec{BC}, then OM=12(OB+OC)\vec{OM} = \frac{1}{2}(\vec{OB} + \vec{OC}).
  • Altitude: A line from a vertex perpendicular to the opposite side. If altitude ADAD is drawn to BCBC, then ADBC=0\vec{AD} \cdot \vec{BC} = 0.
  • Perpendicular Bisector: A line that passes through the midpoint of a side and is perpendicular to it.

Simple Worked Example

Question: Prove using vectors that the diagonals of a rhombus intersect at right angles.

Solution: Step 1: Set up the vectors. Let the rhombus be OABCOABC, with the origin at OO. Let OA=a\vec{OA} = \mathbf{a} and OC=c\vec{OC} = \mathbf{c}. Because OABCOABC is a parallelogram, the vector OB\vec{OB} (the diagonal) is a+c\mathbf{a} + \mathbf{c}. The other diagonal is AC\vec{AC}, which is OCOA=ca\vec{OC} - \vec{OA} = \mathbf{c} - \mathbf{a}.

Step 2: Define the property of a rhombus. A rhombus is a parallelogram where all four sides are equal in length. Therefore, the length of side OAOA equals the length of side OCOC. a=c|\mathbf{a}| = |\mathbf{c}| Squaring this gives: a2=c2|\mathbf{a}|^2 = |\mathbf{c}|^2.

Step 3: Prove the diagonals are perpendicular. To prove they intersect at right angles, we must prove their dot product equals zero. Diagonal 1: OB=a+c\vec{OB} = \mathbf{a} + \mathbf{c} Diagonal 2: AC=ca\vec{AC} = \mathbf{c} - \mathbf{a}

Calculate the dot product: OBAC=(a+c)(ca)\vec{OB} \cdot \vec{AC} = (\mathbf{a} + \mathbf{c}) \cdot (\mathbf{c} - \mathbf{a}) Expand using distributivity (Difference of Two Squares): =acaa+ccca= \mathbf{a} \cdot \mathbf{c} - \mathbf{a} \cdot \mathbf{a} + \mathbf{c} \cdot \mathbf{c} - \mathbf{c} \cdot \mathbf{a} Since dot product is commutative, ac\mathbf{a} \cdot \mathbf{c} and ca-\mathbf{c} \cdot \mathbf{a} cancel out. =ccaa= \mathbf{c} \cdot \mathbf{c} - \mathbf{a} \cdot \mathbf{a} =c2a2= |\mathbf{c}|^2 - |\mathbf{a}|^2

Step 4: Use the rhombus property. From Step 2, we know a2=c2|\mathbf{a}|^2 = |\mathbf{c}|^2. Therefore: =c2c2=0= |\mathbf{c}|^2 - |\mathbf{c}|^2 = 0

Conclusion: Since the dot product of the diagonals is zero (OBAC=0\vec{OB} \cdot \vec{AC} = 0), the diagonals must intersect at right angles.

mini-FAQ page

Q: Can I just draw a diagram and use normal geometry angles? A: No! If the HSC question says "Prove using vector methods", you will receive zero marks for a standard Euclidean geometry proof, even if it is completely flawless. You must use a\mathbf{a}, b\mathbf{b}, and dot products.

Q: What is the triangle inequality? A: A corollary to Cauchy-Schwarz is the Triangle Inequality: u+vu+v|\mathbf{u} + \mathbf{v}| \le |\mathbf{u}| + |\mathbf{v}|. This states the geometric fact that the shortest path between two points is a straight line, not a detour through a third point.

Common mistakes to avoid

  • Writing vectors as scalars: Writing aba \cdot b instead of ab\mathbf{a} \cdot \mathbf{b} will lose you marks. You must use tildes underneath (like a\underset{\sim}{a}) in handwriting, or bold font in typing, to distinguish vectors from scalar numbers.
  • Multiplying vectors without dots: Writing ab\mathbf{a}\mathbf{b} is mathematically meaningless in this syllabus. It must be ab\mathbf{a} \cdot \mathbf{b} (the scalar product). There is no "normal" multiplication for two vectors!

Practice on Vu's Maths Hub

Vector proofs require you to translate English geometry shapes into algebra.

Further Readings

  • You have conquered the Vectors syllabus!
  • Explore more HSC math resources and full worked solutions at Vu's Maths Hub.

Connect with me

Want to master 3D Vectors and guarantee top marks in HSC Mathematics Extension 2? Visit Vu's Maths Hub for in-depth booklets, rigorous worked solutions, and expert advice to help you ace your exams!