Logo
Published on

Ultimate Guide to Further Work With Vectors in HSC Mathematics Extension 2

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

In HSC Mathematics Extension 2, Further Work with Vectors expands your understanding of vectors from 2D into the 3-dimensional space. You'll learn how to describe lines, curves, circles, and spheres using vector equations, and apply vector properties like the scalar (dot) product to construct robust geometric proofs. This topic bridges algebra and geometry, giving you powerful new ways to solve complex spatial problems.

Executive Summary

This comprehensive guide walks you through the core components of the Further Work with Vectors syllabus:

  • Vector Equations of Lines: Understanding r=a+λd\underset{\sim}{r} = \underset{\sim}{a} + \lambda \underset{\sim}{d} and the two-point form r=a+λ(ba)\underset{\sim}{r} = \underset{\sim}{a} + \lambda (\underset{\sim}{b} - \underset{\sim}{a}).
  • Intersections and Skew Lines: Determining if lines in 3D intersect, are parallel, or are skew.
  • Curves, Circles, and Spheres: Representing parametrically defined curves and recognizing the vector equations for circles and 3D spheres.
  • Vectors and Geometry: Utilizing scalar product properties and the Cauchy–Schwarz inequality.
  • Geometric Proofs: Defining medians, altitudes, and bisectors to prove geometric theorems using vector mechanics.

What is this about?

While Extension 1 introduced vectors, magnitude, direction, and basic dot products in two dimensions, Extension 2 elevates this by deeply analyzing lines and geometric shapes in both 2D and 3D. You will explore how changing a single scalar parameter moves a point along a line in 3D space, how to determine if two planes or lines cross, and how vector properties can elegantly prove geometric theorems that would be extremely tedious using traditional Euclidean geometry.

Main Content

1. Vector Equations of Lines

A straight line in 2D or 3D can be completely defined by a known point on the line (position vector a\underset{\sim}{a}) and the direction the line travels (direction vector d\underset{\sim}{d}).

  • The Standard Equation: r=a+λd\underset{\sim}{r} = \underset{\sim}{a} + \lambda \underset{\sim}{d}, where r\underset{\sim}{r} is the position vector of any point on the line, and λ\lambda is a scalar parameter.
  • Two-Point Form: A line passing through points AA and BB (with position vectors a\underset{\sim}{a} and b\underset{\sim}{b}) has a direction vector d=ba\underset{\sim}{d} = \underset{\sim}{b} - \underset{\sim}{a}. Its equation is r=a+λ(ba)\underset{\sim}{r} = \underset{\sim}{a} + \lambda (\underset{\sim}{b} - \underset{\sim}{a}). Equivalently, r=(1λ)a+λb\underset{\sim}{r} = (1 - \lambda)\underset{\sim}{a} + \lambda \underset{\sim}{b}.

Connecting to 2D Gradients: In 2D, if a line has a gradient mm, its direction vector can be expressed as (1m)\begin{pmatrix} 1 \\ m \end{pmatrix}. This allows you to easily convert between the Cartesian gradient-intercept form (y=mx+cy = mx + c) and the vector equation form.

2. Parallel, Intersecting, and Skew Lines

  • Parallel Lines: Two lines are parallel if their direction vectors are scalar multiples of each other.
  • Collinear Points: Three points A,B,CA, B, C are collinear if the vector AB\vec{AB} is a scalar multiple of AC\vec{AC}.
  • Intersecting Lines: To find the point of intersection between two lines r1\underset{\sim}{r_1} and r2\underset{\sim}{r_2}, equate their xx, yy, and zz components and solve for the parameters (e.g., λ\lambda and μ\mu). If a unique solution satisfies all three equations, they intersect.
  • Skew Lines (3D only): If two lines in 3D are not parallel and do not intersect, they are skew lines. They exist in different parallel planes.

3. Vector Equations of Curves, Circles, and Spheres

A parametrically defined curve can be written as r(t)=(x(t)y(t))\underset{\sim}{r}(t) = \begin{pmatrix} x(t) \\ y(t) \end{pmatrix} in 2D or (x(t)y(t)z(t))\begin{pmatrix} x(t) \\ y(t) \\ z(t) \end{pmatrix} in 3D.

  • Circles (2D):
    • Centre at origin: r=R| \underset{\sim}{r} | = R or rr=R2\underset{\sim}{r} \cdot \underset{\sim}{r} = R^2
    • Centre at c\underset{\sim}{c}: rc=R| \underset{\sim}{r} - \underset{\sim}{c} | = R or (rc)(rc)=R2(\underset{\sim}{r} - \underset{\sim}{c}) \cdot (\underset{\sim}{r} - \underset{\sim}{c}) = R^2
  • Spheres (3D):
    • The exact same equation rc=R| \underset{\sim}{r} - \underset{\sim}{c} | = R applies in 3D, representing a sphere with radius RR centred at position vector c\underset{\sim}{c}.

You can find the Cartesian equation of a curve given its vector equation by equating components and eliminating the parameter tt.

4. Vectors and Geometric Proofs

Vectors provide a highly efficient way to prove geometric theorems. You must understand properties of the scalar (dot) product:

  • Commutativity: ab=ba\underset{\sim}{a} \cdot \underset{\sim}{b} = \underset{\sim}{b} \cdot \underset{\sim}{a}
  • Distributivity: a(b+c)=ab+ac\underset{\sim}{a} \cdot (\underset{\sim}{b} + \underset{\sim}{c}) = \underset{\sim}{a} \cdot \underset{\sim}{b} + \underset{\sim}{a} \cdot \underset{\sim}{c}
  • Magnitudes: aa=a2\underset{\sim}{a} \cdot \underset{\sim}{a} = |\underset{\sim}{a}|^2 and a+b2=a2+2ab+b2|\underset{\sim}{a} + \underset{\sim}{b}|^2 = |\underset{\sim}{a}|^2 + 2\underset{\sim}{a} \cdot \underset{\sim}{b} + |\underset{\sim}{b}|^2

The Cauchy–Schwarz Inequality: xyxy|\underset{\sim}{x} \cdot \underset{\sim}{y}| \le |\underset{\sim}{x}| |\underset{\sim}{y}| This fundamental inequality is frequently used in algebraic and geometric proofs.

Geometric Applications: You will use vectors to define and prove properties relating to:

  • Medians: Lines connecting a vertex to the midpoint of the opposite side.
  • Altitudes: Perpendicular lines from a vertex to the opposite side.
  • Perpendicular Bisectors: Lines intersecting the midpoint of a side at a 90-degree angle.
  • Angle Bisectors: Vectors that divide an angle into two equal parts (often constructed using unit vectors).

mini-FAQ page

Q: How do I prove two lines are skew? A: First, check if their direction vectors are scalar multiples. If not, they aren't parallel. Next, set their component equations equal and solve for the parameters using the xx and yy equations. Substitute these values into the zz equation. If it yields a contradiction (e.g., 5=25 = 2), the lines do not intersect, and therefore must be skew.

Q: Why do we use vectors for geometry proofs instead of Euclidean geometry? A: Vector proofs are often more algebraic and less reliant on constructing auxiliary lines or spotting obscure angle rules. Once you set up the vectors, expanding the dot products usually leads directly to the result.

Common mistakes to avoid

  • Reusing Parameters: When finding the intersection of two lines, never use the same parameter (like λ\lambda) for both lines. Use λ\lambda for the first and μ\mu for the second.
  • Confusing Position and Direction Vectors: a\underset{\sim}{a} is a specific point in space, while d\underset{\sim}{d} represents movement. Do not interchange them.
  • Forgetting Dot Product Rules: Remember that the dot product results in a scalar (a number), not a vector. Writing a(bc)\underset{\sim}{a} \cdot (\underset{\sim}{b} \cdot \underset{\sim}{c}) is mathematically invalid because you cannot dot a vector with a scalar.

Practice on Vu's Maths Hub

Mastering vectors requires visualizing 3D space and practicing algebraic proofs. Sharpen your skills with our curated resources:

Further Readings

Connect with me

Ready to conquer HSC Extension 2 Vectors and Geometry? Head over to Vu's Maths Hub for in-depth booklets, step-by-step solutions, and everything you need to achieve your dream ATAR!