Intuitional
Back to Blog
JC

JC H2 Math: Vectors—A Fast Method for Lines, Planes and Shortest Distance

By Intuitional Team1 min read

Turn geometry pictures into vector equations quickly, then apply dot/cross product identities to compute distances cleanly.

JC H2 Math: Vectors—A Fast Method for Lines, Planes and Shortest Distance

Representation

Parametric line: r = a + λb. Plane: r ⋅ n = d. Two planes intersect in a line parallel to n₁ × n₂.

Shortest distance

  • Point–line: |(AP × b)| / |b|.
  • Point–plane: |r₀ ⋅ n − d| / |n|.
  • Skew lines: project the connector on (b₁ × b₂).

Exam routine

  1. Sketch and label vectors.
  2. Write the algebraic form cleanly.
  3. Use identities: a⋅(b×c)=b⋅(c×a) to simplify.

Always conclude with a sentence interpreting the result (units, direction, or locus).

Tags

JCH2 MathVectorsPlanesDistanceGeometry