3.19 Distances (HL)
1. Distance Between a Point and a Line
Calculating the absolute shortest distance tracking from a stationary coordinate point to a geometric line necessitates finding the precise perpendicular "foot" junction resting perfectly on the line.
Methodology:
- Define the unknown foot coordinate point $P$ operating mathematically upon the parametric form of line $L$.
- Construct the directional connection vector mapping $\overrightarrow{AP}$.
- Since the shortest path tracks exactly perpendicularly, set the spatial dot product between connecting vector $\overrightarrow{AP}$ and the line's inherent direction vector $\vec{b}$ decisively to zero ($\overrightarrow{AP} \cdot \vec{b} = 0$).
- Solve the formulated algebraic sequence identifying specific parameter $\lambda$, extract precise coordinates for foot $P$, and calculate the Pythagorean distance $d(A,P)$.
EXAMPLE 1 (Point to Line Calculation)
Determine the strict minimal distance bridging coordinate $A(1,2,3)$ and bounding line $L: \vec{r} = \begin{pmatrix} 5 \\ 7 \\ 9 \end{pmatrix} + \lambda\begin{pmatrix} 3 \\ 2 \\ 1 \end{pmatrix}$.
2. Distance Between Two Lines
EXAMPLE 2 (Distance Between Skew Lines)
Analyze distances interacting spanning $L_1: \vec{r} = \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix} + \mu\begin{pmatrix} 4 \\ 5 \\ 0 \end{pmatrix}$ against $L_2: \vec{r} = \begin{pmatrix} 5 \\ 7 \\ 9 \end{pmatrix} + \lambda\begin{pmatrix} 3 \\ 2 \\ 1 \end{pmatrix}$.
$\overrightarrow{PQ} \cdot \vec{b}_2 = 0 \implies 3(4+3\lambda-4\mu) + 2(5+2\lambda-5\mu) + 1(6+\lambda) = 0 \implies 14\lambda - 22\mu = -28$
3. Distance Between a Point and a Plane
Calculating the minimal interval space bounding a fixed spatial point against an extensive continuous plane mirrors prior logical mechanics perfectly. The perpendicular projection axis intersecting the designated target bounds automatically operates perfectly parallel extending adjacent to the plane's identified normal vector $\vec{n}$.
EXAMPLE 3 (Point to Plane Calculation)
Assess distance metrics tracing between coordinate $A(3,4,6)$ evaluating strictly against internal Plane $\Pi: 2x + 3y + 5z = 10$.
4. Distance Between a Line and a Plane
This geometric case occurs only if the line is strictly parallel to the plane. We systematically find the distance of an arbitrary fixed point $A$ stationed on the line $L$ evaluating against the surface boundaries of plane $\Pi$.
EXAMPLE 4 (Line to Plane Calculation)
Consider Line $L: \vec{r} = \begin{pmatrix} 3 \\ 4 \\ 6 \end{pmatrix} + \lambda\begin{pmatrix} -3 \\ 2 \\ 0 \end{pmatrix}$ and Plane $\Pi: 2x + 3y + 5z = 10$.