A B → ⋅ ( A C → × A D → ) = 0 \overrightarrow{AB}\cdot(\overrightarrow{AC}\times\overrightarrow{AD}) = 0 A B ⋅ ( A C × A D ) = 0 . :::
9. Distance Between Two Skew Lines The shortest distance between two skew lines r 1 = a 1 + λ d 1 \mathbf{r}_1 = \mathbf{a}_1 + \lambda\mathbf{d}_1 r 1 = a 1 + λ d 1 and
r 2 = a 2 + μ d 2 \mathbf{r}_2 = \mathbf{a}_2 + \mu\mathbf{d}_2 r 2 = a 2 + μ d 2 is
D = ◆ L B ◆ ∣ ( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) ∣ ◆ R B ◆◆ L B ◆ ∣ d 1 × d 2 ∣ ◆ R B ◆ \boxed{D = \frac◆LB◆|(\mathbf{a}_2 - \mathbf{a}_1)\cdot(\mathbf{d}_1\times\mathbf{d}_2)|◆RB◆◆LB◆|\mathbf{d}_1\times\mathbf{d}_2|◆RB◆} D = L ◆ B ◆∣ ( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) ∣◆ R B ◆◆ L B ◆∣ d 1 × d 2 ∣◆ R B ◆
Intuition. The shortest distance is measured along the common perpendicular. The direction of
the common perpendicular is d 1 × d 2 \mathbf{d}_1 \times \mathbf{d}_2 d 1 × d 2 . The formula projects the vector
between any point on each line onto this perpendicular direction.
10. Key Results Summary | Quantity | Formula |
| --------------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------- | -------- | -------------------------------- | ----------- |
| Dot product | a ⋅ b = a 1 b 1 + a 2 b 2 + a 3 b 3 = ∣ a ∣ ∣ b ∣ cos θ \mathbf{a}\cdot\mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3 = | \mathbf{a} | | \mathbf{b} | \cos\theta a ⋅ b = a 1 b 1 + a 2 b 2 + a 3 b 3 = ∣ a ∣∣ b ∣ cos θ |
| Cross product | a × b = ( a 2 b 3 − a 3 b 2 a 3 b 1 − a 1 b 3 a 1 b 2 − a 2 b 1 ) \mathbf{a}\times\mathbf{b} = \begin{pmatrix}a_2b_3-a_3b_2\\a_3b_1-a_1b_3\\a_1b_2-a_2b_1\end{pmatrix} a × b = a 2 b 3 − a 3 b 2 a 3 b 1 − a 1 b 3 a 1 b 2 − a 2 b 1 |
| Line | r = a + λ d \mathbf{r} = \mathbf{a} + \lambda\mathbf{d} r = a + λ d |
| Plane (vector) | r ⋅ n = d \mathbf{r}\cdot\mathbf{n} = d r ⋅ n = d |
| Plane (Cartesian) | a x + b y + c z = d ax + by + cz = d a x + b y + cz = d |
| Point-plane distance | D = ◆ L B ◆ ∣ p ⋅ n − d ∣ ◆ R B ◆◆ L B ◆ ∣ n ∣ ◆ R B ◆ D = \dfrac◆LB◆ | \mathbf{p}\cdot\mathbf{n} - d | ◆RB◆◆LB◆ | \mathbf{n} | ◆RB◆ D = L ◆ B ◆∣ p ⋅ n − d ∣◆ R B ◆◆ L B ◆∣ n ∣◆ R B ◆ |
| Parallelepiped volume | V = ∣ a ⋅ ( b × c ) ∣ V = | \mathbf{a}\cdot(\mathbf{b}\times\mathbf{c}) | V = ∣ a ⋅ ( b × c ) ∣ |
| Skew line distance | D = ◆ L B ◆ ∣ ( a _ 2 − a _ 1 ) ⋅ ( d _ 1 × d _ 2 ) ∣ ◆ R B ◆◆ L B ◆ ∣ d _ 1 × d _ 2 ∣ ◆ R B ◆ D = \dfrac◆LB◆ | (\mathbf{a}\_2-\mathbf{a}\_1)\cdot(\mathbf{d}\_1\times\mathbf{d}\_2) | ◆RB◆◆LB◆ | \mathbf{d}\_1\times\mathbf{d}\_2 | ◆RB◆ D = L ◆ B ◆∣ ( a _2 − a _1 ) ⋅ ( d _1 × d _2 ) ∣◆ R B ◆◆ L B ◆∣ d _1 × d _2∣◆ R B ◆ |
Problems Problem 1 Given a = ( 2 − 1 3 ) \mathbf{a} = \begin{pmatrix}2\\-1\\3\end{pmatrix} a = 2 − 1 3 and
b = ( 1 4 − 2 ) \mathbf{b} = \begin{pmatrix}1\\4\\-2\end{pmatrix} b = 1 4 − 2 , find a × b \mathbf{a}\times\mathbf{b} a × b and verify
that it is perpendicular to both a \mathbf{a} a and b \mathbf{b} b .
Solution 1 a × b = ( ( − 1 ) ( − 2 ) − ( 3 ) ( 4 ) ( 3 ) ( 1 ) − ( 2 ) ( − 2 ) ( 2 ) ( 4 ) − ( − 1 ) ( 1 ) ) = ( 2 − 12 3 + 4 8 + 1 ) = ( − 10 7 9 ) \mathbf{a}\times\mathbf{b} = \begin{pmatrix}(-1)(-2)-(3)(4)\\(3)(1)-(2)(-2)\\(2)(4)-(-1)(1)\end{pmatrix} = \begin{pmatrix}2-12\\3+4\\8+1\end{pmatrix} = \begin{pmatrix}-10\\7\\9\end{pmatrix} a × b = ( − 1 ) ( − 2 ) − ( 3 ) ( 4 ) ( 3 ) ( 1 ) − ( 2 ) ( − 2 ) ( 2 ) ( 4 ) − ( − 1 ) ( 1 ) = 2 − 12 3 + 4 8 + 1 = − 10 7 9
Verify: a ⋅ ( a × b ) = 2 ( − 10 ) + ( − 1 ) ( 7 ) + 3 ( 9 ) = − 20 − 7 + 27 = 0 \mathbf{a}\cdot(\mathbf{a}\times\mathbf{b}) = 2(-10)+(-1)(7)+3(9) = -20-7+27 = 0 a ⋅ ( a × b ) = 2 ( − 10 ) + ( − 1 ) ( 7 ) + 3 ( 9 ) = − 20 − 7 + 27 = 0 . ✓
b ⋅ ( a × b ) = 1 ( − 10 ) + 4 ( 7 ) + ( − 2 ) ( 9 ) = − 10 + 28 − 18 = 0 \mathbf{b}\cdot(\mathbf{a}\times\mathbf{b}) = 1(-10)+4(7)+(-2)(9) = -10+28-18 = 0 b ⋅ ( a × b ) = 1 ( − 10 ) + 4 ( 7 ) + ( − 2 ) ( 9 ) = − 10 + 28 − 18 = 0 . ✓
If you get this wrong, revise: Vector Cross Product — Section 4.
Problem 2 Find the equation of the plane through A ( 1 , 2 , 0 ) A(1, 2, 0) A ( 1 , 2 , 0 ) , B ( 0 , 1 , 3 ) B(0, 1, 3) B ( 0 , 1 , 3 ) , C ( 2 , − 1 , 1 ) C(2, -1, 1) C ( 2 , − 1 , 1 ) .
Solution 2 A B → = ( − 1 − 1 3 ) \overrightarrow{AB} = \begin{pmatrix}-1\\-1\\3\end{pmatrix} A B = − 1 − 1 3 ,
A C → = ( 1 − 3 1 ) \overrightarrow{AC} = \begin{pmatrix}1\\-3\\1\end{pmatrix} A C = 1 − 3 1 .
n = A B → × A C → = ( ( − 1 ) ( 1 ) − ( 3 ) ( − 3 ) ( 3 ) ( 1 ) − ( − 1 ) ( 1 ) ( − 1 ) ( − 3 ) − ( − 1 ) ( 1 ) ) = ( 8 4 4 ) \mathbf{n} = \overrightarrow{AB}\times\overrightarrow{AC} = \begin{pmatrix}(-1)(1)-(3)(-3)\\(3)(1)-(-1)(1)\\(-1)(-3)-(-1)(1)\end{pmatrix} = \begin{pmatrix}8\\4\\4\end{pmatrix} n = A B × A C = ( − 1 ) ( 1 ) − ( 3 ) ( − 3 ) ( 3 ) ( 1 ) − ( − 1 ) ( 1 ) ( − 1 ) ( − 3 ) − ( − 1 ) ( 1 ) = 8 4 4
Simplify: n = ( 2 1 1 ) \mathbf{n} = \begin{pmatrix}2\\1\\1\end{pmatrix} n = 2 1 1 .
r ⋅ n = a ⋅ n = 2 + 2 + 0 = 4 \mathbf{r}\cdot\mathbf{n} = \mathbf{a}\cdot\mathbf{n} = 2+2+0 = 4 r ⋅ n = a ⋅ n = 2 + 2 + 0 = 4 .
2 x + y + z = 4 \boxed{2x + y + z = 4} 2 x + y + z = 4
If you get this wrong, revise: Equation of a Plane — Section 6.
Problem 3 Find the distance from the point P ( 3 , 1 , − 2 ) P(3, 1, -2) P ( 3 , 1 , − 2 ) to the plane x + 2 y − 2 z = 6 x + 2y - 2z = 6 x + 2 y − 2 z = 6 .
Solution 3 D = ◆ L B ◆ ∣ 3 + 2 ( 1 ) − 2 ( − 2 ) − 6 ∣ ◆ R B ◆◆ L B ◆ 1 + 4 + 4 ◆ R B ◆ = ◆ L B ◆ ∣ 3 + 2 + 4 − 6 ∣ ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = 3 3 = 1 D = \dfrac◆LB◆|3 + 2(1) - 2(-2) - 6|◆RB◆◆LB◆\sqrt{1+4+4}◆RB◆ = \dfrac◆LB◆|3+2+4-6|◆RB◆◆LB◆3◆RB◆ = \dfrac{3}{3} = 1 D = L ◆ B ◆∣3 + 2 ( 1 ) − 2 ( − 2 ) − 6∣◆ R B ◆◆ L B ◆ 1 + 4 + 4 ◆ R B ◆ = L ◆ B ◆∣3 + 2 + 4 − 6∣◆ R B ◆◆ L B ◆3◆ R B ◆ = 3 3 = 1 .
D = 1 \boxed{D = 1} D = 1 .
If you get this wrong, revise:
Distance from Point to Plane — Section 7.
Problem 4 Find the shortest distance between the skew lines
r 1 = ( 0 1 − 1 ) + λ ( 1 0 2 ) \mathbf{r}_1 = \begin{pmatrix}0\\1\\-1\end{pmatrix} + \lambda\begin{pmatrix}1\\0\\2\end{pmatrix} r 1 = 0 1 − 1 + λ 1 0 2
and r 2 = ( 1 0 2 ) + μ ( 0 1 − 1 ) \mathbf{r}_2 = \begin{pmatrix}1\\0\\2\end{pmatrix} + \mu\begin{pmatrix}0\\1\\-1\end{pmatrix} r 2 = 1 0 2 + μ 0 1 − 1 .
Solution 4 a 2 − a 1 = ( 1 − 1 3 ) \mathbf{a}_2 - \mathbf{a}_1 = \begin{pmatrix}1\\-1\\3\end{pmatrix} a 2 − a 1 = 1 − 1 3 ,
d 1 = ( 1 0 2 ) \mathbf{d}_1 = \begin{pmatrix}1\\0\\2\end{pmatrix} d 1 = 1 0 2 ,
d 2 = ( 0 1 − 1 ) \mathbf{d}_2 = \begin{pmatrix}0\\1\\-1\end{pmatrix} d 2 = 0 1 − 1 .
d 1 × d 2 = ( ( 0 ) ( − 1 ) − ( 2 ) ( 1 ) ( 2 ) ( 0 ) − ( 1 ) ( − 1 ) ( 1 ) ( 1 ) − ( 0 ) ( 0 ) ) = ( − 2 1 1 ) \mathbf{d}_1\times\mathbf{d}_2 = \begin{pmatrix}(0)(-1)-(2)(1)\\(2)(0)-(1)(-1)\\(1)(1)-(0)(0)\end{pmatrix} = \begin{pmatrix}-2\\1\\1\end{pmatrix} d 1 × d 2 = ( 0 ) ( − 1 ) − ( 2 ) ( 1 ) ( 2 ) ( 0 ) − ( 1 ) ( − 1 ) ( 1 ) ( 1 ) − ( 0 ) ( 0 ) = − 2 1 1
∣ d 1 × d 2 ∣ = 4 + 1 + 1 = 6 |\mathbf{d}_1\times\mathbf{d}_2| = \sqrt{4+1+1} = \sqrt{6} ∣ d 1 × d 2 ∣ = 4 + 1 + 1 = 6 .
( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) = 1 ( − 2 ) + ( − 1 ) ( 1 ) + 3 ( 1 ) = − 2 − 1 + 3 = 0 (\mathbf{a}_2-\mathbf{a}_1)\cdot(\mathbf{d}_1\times\mathbf{d}_2) = 1(-2)+(-1)(1)+3(1) = -2-1+3 = 0 ( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) = 1 ( − 2 ) + ( − 1 ) ( 1 ) + 3 ( 1 ) = − 2 − 1 + 3 = 0 .
D = ◆ L B ◆ 0 ◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = 0 D = \dfrac◆LB◆0◆RB◆◆LB◆\sqrt{6}◆RB◆ = 0 D = L ◆ B ◆0◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = 0 . The lines actually intersect (not skew).
If you get this wrong, revise: Distance Between Skew Lines
— Section 9.
Problem 5 Find the volume of the parallelepiped with edges a = ( 1 0 2 ) \mathbf{a} = \begin{pmatrix}1\\0\\2\end{pmatrix} a = 1 0 2 ,
b = ( 3 1 − 1 ) \mathbf{b} = \begin{pmatrix}3\\1\\-1\end{pmatrix} b = 3 1 − 1 ,
c = ( 2 − 1 1 ) \mathbf{c} = \begin{pmatrix}2\\-1\\1\end{pmatrix} c = 2 − 1 1 .
Solution 5 b × c = ( ( 1 ) ( 1 ) − ( − 1 ) ( − 1 ) ( − 1 ) ( 2 ) − ( 3 ) ( 1 ) ( 3 ) ( − 1 ) − ( 1 ) ( 2 ) ) = ( 0 − 5 − 5 ) \mathbf{b}\times\mathbf{c} = \begin{pmatrix}(1)(1)-(-1)(-1)\\(-1)(2)-(3)(1)\\(3)(-1)-(1)(2)\end{pmatrix} = \begin{pmatrix}0\\-5\\-5\end{pmatrix} b × c = ( 1 ) ( 1 ) − ( − 1 ) ( − 1 ) ( − 1 ) ( 2 ) − ( 3 ) ( 1 ) ( 3 ) ( − 1 ) − ( 1 ) ( 2 ) = 0 − 5 − 5
a ⋅ ( b × c ) = 1 ( 0 ) + 0 ( − 5 ) + 2 ( − 5 ) = − 10 \mathbf{a}\cdot(\mathbf{b}\times\mathbf{c}) = 1(0)+0(-5)+2(-5) = -10 a ⋅ ( b × c ) = 1 ( 0 ) + 0 ( − 5 ) + 2 ( − 5 ) = − 10 .
V = ∣ − 10 ∣ = 10 V = |-10| = \boxed{10} V = ∣ − 10∣ = 10 .
If you get this wrong, revise: Scalar Triple Product — Section 8.
Problem 6 Find the angle between the planes 2 x − y + z = 3 2x - y + z = 3 2 x − y + z = 3 and x + y + 2 z = 1 x + y + 2z = 1 x + y + 2 z = 1 .
Solution 6 n 1 = ( 2 − 1 1 ) \mathbf{n}_1 = \begin{pmatrix}2\\-1\\1\end{pmatrix} n 1 = 2 − 1 1 , ∣ n 1 ∣ = 6 |\mathbf{n}_1| = \sqrt{6} ∣ n 1 ∣ = 6 .
n 2 = ( 1 1 2 ) \mathbf{n}_2 = \begin{pmatrix}1\\1\\2\end{pmatrix} n 2 = 1 1 2 , ∣ n 2 ∣ = 6 |\mathbf{n}_2| = \sqrt{6} ∣ n 2 ∣ = 6 .
cos θ = ◆ L B ◆ ∣ 2 − 1 + 2 ∣ ◆ R B ◆◆ L B ◆ 6 ⋅ 6 ◆ R B ◆ = 3 6 = 1 2 \cos\theta = \dfrac◆LB◆|2-1+2|◆RB◆◆LB◆\sqrt{6}\cdot\sqrt{6}◆RB◆ = \dfrac{3}{6} = \dfrac{1}{2} cos θ = L ◆ B ◆∣2 − 1 + 2∣◆ R B ◆◆ L B ◆ 6 ⋅ 6 ◆ R B ◆ = 6 3 = 2 1 .
θ = 60 ° \theta = \boxed{60°} θ = 60° .
If you get this wrong, revise: Angle Between Two Planes —
Section 6.4.
Problem 7 Show that the points A ( 1 , 2 , 3 ) A(1, 2, 3) A ( 1 , 2 , 3 ) , B ( 3 , 1 , 2 ) B(3, 1, 2) B ( 3 , 1 , 2 ) , C ( 2 , 3 , 1 ) C(2, 3, 1) C ( 2 , 3 , 1 ) , D ( 0 , 4 , 4 ) D(0, 4, 4) D ( 0 , 4 , 4 ) are coplanar.
Solution 7 A B → = ( 2 − 1 − 1 ) \overrightarrow{AB} = \begin{pmatrix}2\\-1\\-1\end{pmatrix} A B = 2 − 1 − 1 ,
A C → = ( 1 1 − 2 ) \overrightarrow{AC} = \begin{pmatrix}1\\1\\-2\end{pmatrix} A C = 1 1 − 2 ,
A D → = ( − 1 2 1 ) \overrightarrow{AD} = \begin{pmatrix}-1\\2\\1\end{pmatrix} A D = − 1 2 1 .
A B → ⋅ ( A C → × A D → ) = ∣ 2 − 1 − 1 1 1 − 2 − 1 2 1 ∣ \overrightarrow{AB}\cdot(\overrightarrow{AC}\times\overrightarrow{AD}) = \begin{vmatrix}2&-1&-1\\1&1&-2\\-1&2&1\end{vmatrix} A B ⋅ ( A C × A D ) = 2 1 − 1 − 1 1 2 − 1 − 2 1
= 2 ( 1 ⋅ 1 − ( − 2 ) ⋅ 2 ) − ( − 1 ) ( 1 ⋅ 1 − ( − 2 ) ( − 1 ) ) + ( − 1 ) ( 1 ⋅ 2 − 1 ⋅ ( − 1 ) ) = 2(1\cdot 1-(-2)\cdot 2) - (-1)(1\cdot 1-(-2)(-1)) + (-1)(1\cdot 2-1\cdot(-1)) = 2 ( 1 ⋅ 1 − ( − 2 ) ⋅ 2 ) − ( − 1 ) ( 1 ⋅ 1 − ( − 2 ) ( − 1 )) + ( − 1 ) ( 1 ⋅ 2 − 1 ⋅ ( − 1 ))
= 2 ( 1 + 4 ) + 1 ( 1 − 2 ) − 1 ( 2 + 1 ) = 10 − 1 − 3 = 6 ≠ 0 = 2(1+4) + 1(1-2) - 1(2+1) = 10 - 1 - 3 = 6 \neq 0 = 2 ( 1 + 4 ) + 1 ( 1 − 2 ) − 1 ( 2 + 1 ) = 10 − 1 − 3 = 6 = 0 .
Wait — 6 ≠ 0 6 \neq 0 6 = 0 , so the points are not coplanar . Let me verify.
Actually, let me recompute A C → × A D → \overrightarrow{AC}\times\overrightarrow{AD} A C × A D :
= ( ( 1 ) ( 1 ) − ( − 2 ) ( 2 ) ( − 2 ) ( − 1 ) − ( 1 ) ( 1 ) ( 1 ) ( 2 ) − ( 1 ) ( − 1 ) ) = ( 5 1 3 ) = \begin{pmatrix}(1)(1)-(-2)(2)\\(-2)(-1)-(1)(1)\\(1)(2)-(1)(-1)\end{pmatrix} = \begin{pmatrix}5\\1\\3\end{pmatrix} = ( 1 ) ( 1 ) − ( − 2 ) ( 2 ) ( − 2 ) ( − 1 ) − ( 1 ) ( 1 ) ( 1 ) ( 2 ) − ( 1 ) ( − 1 ) = 5 1 3
A B → ⋅ ( 5 1 3 ) = 10 − 1 − 3 = 6 ≠ 0 \overrightarrow{AB}\cdot\begin{pmatrix}5\\1\\3\end{pmatrix} = 10-1-3 = 6 \neq 0 A B ⋅ 5 1 3 = 10 − 1 − 3 = 6 = 0 .
The points are not coplanar .
If you get this wrong, revise: Scalar Triple Product — Section 8.
Problem 8 Find the line of intersection of the planes x + y + z = 6 x + y + z = 6 x + y + z = 6 and 2 x − y + z = 3 2x - y + z = 3 2 x − y + z = 3 .
Solution 8 n 1 = ( 1 1 1 ) \mathbf{n}_1 = \begin{pmatrix}1\\1\\1\end{pmatrix} n 1 = 1 1 1 ,
n 2 = ( 2 − 1 1 ) \mathbf{n}_2 = \begin{pmatrix}2\\-1\\1\end{pmatrix} n 2 = 2 − 1 1 .
Direction:
d = n 1 × n 2 = ( ( 1 ) ( 1 ) − ( 1 ) ( − 1 ) ( 1 ) ( 2 ) − ( 1 ) ( 1 ) ( 1 ) ( − 1 ) − ( 1 ) ( 2 ) ) = ( 2 1 − 3 ) \mathbf{d} = \mathbf{n}_1\times\mathbf{n}_2 = \begin{pmatrix}(1)(1)-(1)(-1)\\(1)(2)-(1)(1)\\(1)(-1)-(1)(2)\end{pmatrix} = \begin{pmatrix}2\\1\\-3\end{pmatrix} d = n 1 × n 2 = ( 1 ) ( 1 ) − ( 1 ) ( − 1 ) ( 1 ) ( 2 ) − ( 1 ) ( 1 ) ( 1 ) ( − 1 ) − ( 1 ) ( 2 ) = 2 1 − 3 .
Set z = 0 z = 0 z = 0 : x + y = 6 x + y = 6 x + y = 6 and 2 x − y = 3 2x - y = 3 2 x − y = 3 . Adding: 3 x = 9 ⟹ x = 3 3x = 9 \implies x = 3 3 x = 9 ⟹ x = 3 , y = 3 y = 3 y = 3 .
Point: ( 3 , 3 , 0 ) (3, 3, 0) ( 3 , 3 , 0 ) .
r = ( 3 3 0 ) + λ ( 2 1 − 3 ) \boxed{\mathbf{r} = \begin{pmatrix}3\\3\\0\end{pmatrix} + \lambda\begin{pmatrix}2\\1\\-3\end{pmatrix}} r = 3 3 0 + λ 2 1 − 3
If you get this wrong, revise: Line of Intersection —
Section 6.6.
Problem 9 Find the acute angle between the line
r = ( 1 − 1 2 ) + λ ( 3 1 − 1 ) \mathbf{r} = \begin{pmatrix}1\\-1\\2\end{pmatrix} + \lambda\begin{pmatrix}3\\1\\-1\end{pmatrix} r = 1 − 1 2 + λ 3 1 − 1
and the plane 2 x − y + 2 z = 5 2x - y + 2z = 5 2 x − y + 2 z = 5 .
Solution 9 d = ( 3 1 − 1 ) \mathbf{d} = \begin{pmatrix}3\\1\\-1\end{pmatrix} d = 3 1 − 1 ,
n = ( 2 − 1 2 ) \mathbf{n} = \begin{pmatrix}2\\-1\\2\end{pmatrix} n = 2 − 1 2 .
sin ϕ = ◆ L B ◆ ∣ d ⋅ n ∣ ◆ R B ◆◆ L B ◆ ∣ d ∣ ∣ n ∣ ◆ R B ◆ = ◆ L B ◆ ∣ 6 − 1 − 2 ∣ ◆ R B ◆◆ L B ◆ 11 9 ◆ R B ◆ = ◆ L B ◆ 3 ◆ R B ◆◆ L B ◆ 3 11 ◆ R B ◆ = ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 11 ◆ R B ◆ \sin\phi = \dfrac◆LB◆|\mathbf{d}\cdot\mathbf{n}|◆RB◆◆LB◆|\mathbf{d}||\mathbf{n}|◆RB◆ = \dfrac◆LB◆|6-1-2|◆RB◆◆LB◆\sqrt{11}\sqrt{9}◆RB◆ = \dfrac◆LB◆3◆RB◆◆LB◆3\sqrt{11}◆RB◆ = \dfrac◆LB◆1◆RB◆◆LB◆\sqrt{11}◆RB◆ sin ϕ = L ◆ B ◆∣ d ⋅ n ∣◆ R B ◆◆ L B ◆∣ d ∣∣ n ∣◆ R B ◆ = L ◆ B ◆∣6 − 1 − 2∣◆ R B ◆◆ L B ◆ 11 9 ◆ R B ◆ = L ◆ B ◆3◆ R B ◆◆ L B ◆3 11 ◆ R B ◆ = L ◆ B ◆1◆ R B ◆◆ L B ◆ 11 ◆ R B ◆ .
ϕ = arcsin ( ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 11 ◆ R B ◆ ) ≈ 17.6 ° \phi = \arcsin\!\left(\dfrac◆LB◆1◆RB◆◆LB◆\sqrt{11}◆RB◆\right) \approx \boxed{17.6°} ϕ = arcsin ( L ◆ B ◆1◆ R B ◆◆ L B ◆ 11 ◆ R B ◆ ) ≈ 17.6° .
If you get this wrong, revise:
Angle Between Line and Plane — Section 6.5.
Problem 10 Find the shortest distance between the skew lines
r 1 = ( 1 0 0 ) + λ ( 1 2 3 ) \mathbf{r}_1 = \begin{pmatrix}1\\0\\0\end{pmatrix} + \lambda\begin{pmatrix}1\\2\\3\end{pmatrix} r 1 = 1 0 0 + λ 1 2 3
and r 2 = ( 0 1 0 ) + μ ( 2 3 4 ) \mathbf{r}_2 = \begin{pmatrix}0\\1\\0\end{pmatrix} + \mu\begin{pmatrix}2\\3\\4\end{pmatrix} r 2 = 0 1 0 + μ 2 3 4 .
Solution 10 a 2 − a 1 = ( − 1 1 0 ) \mathbf{a}_2-\mathbf{a}_1 = \begin{pmatrix}-1\\1\\0\end{pmatrix} a 2 − a 1 = − 1 1 0 ,
d 1 = ( 1 2 3 ) \mathbf{d}_1 = \begin{pmatrix}1\\2\\3\end{pmatrix} d 1 = 1 2 3 ,
d 2 = ( 2 3 4 ) \mathbf{d}_2 = \begin{pmatrix}2\\3\\4\end{pmatrix} d 2 = 2 3 4 .
d 1 × d 2 = ( ( 2 ) ( 4 ) − ( 3 ) ( 3 ) ( 3 ) ( 2 ) − ( 1 ) ( 4 ) ( 1 ) ( 3 ) − ( 2 ) ( 2 ) ) = ( − 1 2 − 1 ) \mathbf{d}_1\times\mathbf{d}_2 = \begin{pmatrix}(2)(4)-(3)(3)\\(3)(2)-(1)(4)\\(1)(3)-(2)(2)\end{pmatrix} = \begin{pmatrix}-1\\2\\-1\end{pmatrix} d 1 × d 2 = ( 2 ) ( 4 ) − ( 3 ) ( 3 ) ( 3 ) ( 2 ) − ( 1 ) ( 4 ) ( 1 ) ( 3 ) − ( 2 ) ( 2 ) = − 1 2 − 1
∣ d 1 × d 2 ∣ = 1 + 4 + 1 = 6 |\mathbf{d}_1\times\mathbf{d}_2| = \sqrt{1+4+1} = \sqrt{6} ∣ d 1 × d 2 ∣ = 1 + 4 + 1 = 6 .
( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) = ( − 1 ) ( − 1 ) + 1 ( 2 ) + 0 ( − 1 ) = 1 + 2 = 3 (\mathbf{a}_2-\mathbf{a}_1)\cdot(\mathbf{d}_1\times\mathbf{d}_2) = (-1)(-1)+1(2)+0(-1) = 1+2 = 3 ( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) = ( − 1 ) ( − 1 ) + 1 ( 2 ) + 0 ( − 1 ) = 1 + 2 = 3 .
D = ◆ L B ◆ 3 ◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = ◆ L B ◆ 3 6 ◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = ◆ L B ◆ 6 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ D = \dfrac◆LB◆3◆RB◆◆LB◆\sqrt{6}◆RB◆ = \dfrac◆LB◆3\sqrt{6}◆RB◆◆LB◆6◆RB◆ = \boxed{\dfrac◆LB◆\sqrt{6}◆RB◆◆LB◆2◆RB◆} D = L ◆ B ◆3◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = L ◆ B ◆3 6 ◆ R B ◆◆ L B ◆6◆ R B ◆ = L ◆ B ◆ 6 ◆ R B ◆◆ L B ◆2◆ R B ◆ .
If you get this wrong, revise: Distance Between Skew Lines
— Section 9.
11. Advanced Worked Examples Example 11.1: Reflection in a plane Problem. Find the reflection of the point P ( 1 , 2 , 3 ) P(1, 2, 3) P ( 1 , 2 , 3 ) in the plane x + y + z = 6 x + y + z = 6 x + y + z = 6 .
Solution. The reflected point P ′ P' P ′ satisfies:
P ′ = P − 2 D n ^ P' = P - 2D\hat{\mathbf{n}} P ′ = P − 2 D n ^
where D = ◆ L B ◆ 1 + 2 + 3 − 6 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = 0 D = \dfrac◆LB◆1+2+3-6◆RB◆◆LB◆\sqrt{3}◆RB◆ = 0 D = L ◆ B ◆1 + 2 + 3 − 6◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = 0 and
n ^ = ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ( 1 , 1 , 1 ) \hat{\mathbf{n}} = \dfrac◆LB◆1◆RB◆◆LB◆\sqrt{3}◆RB◆(1, 1, 1) n ^ = L ◆ B ◆1◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ( 1 , 1 , 1 ) .
Since D = 0 D = 0 D = 0 , the point P P P lies on the plane, so its reflection is itself: P ′ = ( 1 , 2 , 3 ) P' = (1, 2, 3) P ′ = ( 1 , 2 , 3 ) .
Let me use a point not on the plane. The reflection of Q ( 0 , 0 , 0 ) Q(0, 0, 0) Q ( 0 , 0 , 0 ) :
D = ◆ L B ◆ 0 + 0 + 0 − 6 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = − 2 3 D = \frac◆LB◆0 + 0 + 0 - 6◆RB◆◆LB◆\sqrt{3}◆RB◆ = -2\sqrt{3} D = L ◆ B ◆0 + 0 + 0 − 6◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = − 2 3
Q ′ = ( 0 , 0 , 0 ) − 2 ( − 2 3 ) ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ( 1 , 1 , 1 ) = ( 0 , 0 , 0 ) + 4 ( 1 , 1 , 1 ) = ( 4 , 4 , 4 ) Q' = (0, 0, 0) - 2(-2\sqrt{3})\frac◆LB◆1◆RB◆◆LB◆\sqrt{3}◆RB◆(1, 1, 1) = (0, 0, 0) + 4(1, 1, 1) = (4, 4, 4) Q ′ = ( 0 , 0 , 0 ) − 2 ( − 2 3 ) L ◆ B ◆1◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ( 1 , 1 , 1 ) = ( 0 , 0 , 0 ) + 4 ( 1 , 1 , 1 ) = ( 4 , 4 , 4 )
Check: the midpoint of Q Q Q and Q ′ Q' Q ′ is ( 2 , 2 , 2 ) (2, 2, 2) ( 2 , 2 , 2 ) , which satisfies 2 + 2 + 2 = 6 2+2+2 = 6 2 + 2 + 2 = 6 . Correct.
Example 11.2: Angle between a line and a plane Problem. Find the acute angle between the line r = ( 1 , − 1 , 2 ) + λ ( 3 , 0 , − 1 ) \mathbf{r} = (1, -1, 2) + \lambda(3, 0, -1) r = ( 1 , − 1 , 2 ) + λ ( 3 , 0 , − 1 ) and
the plane x − 2 y + 2 z = 5 x - 2y + 2z = 5 x − 2 y + 2 z = 5 .
Solution. d = ( 3 , 0 , − 1 ) \mathbf{d} = (3, 0, -1) d = ( 3 , 0 , − 1 ) , n = ( 1 , − 2 , 2 ) \mathbf{n} = (1, -2, 2) n = ( 1 , − 2 , 2 ) .
sin ϕ = ◆ L B ◆ ∣ d ⋅ n ∣ ◆ R B ◆◆ L B ◆ ∣ d ∣ ∣ n ∣ ◆ R B ◆ = ◆ L B ◆ ∣ 3 + 0 − 2 ∣ ◆ R B ◆◆ L B ◆ 10 9 ◆ R B ◆ = ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 3 10 ◆ R B ◆ \sin\phi = \frac◆LB◆|\mathbf{d}\cdot\mathbf{n}|◆RB◆◆LB◆|\mathbf{d}||\mathbf{n}|◆RB◆ = \frac◆LB◆|3 + 0 - 2|◆RB◆◆LB◆\sqrt{10}\sqrt{9}◆RB◆ = \frac◆LB◆1◆RB◆◆LB◆3\sqrt{10}◆RB◆ sin ϕ = L ◆ B ◆∣ d ⋅ n ∣◆ R B ◆◆ L B ◆∣ d ∣∣ n ∣◆ R B ◆ = L ◆ B ◆∣3 + 0 − 2∣◆ R B ◆◆ L B ◆ 10 9 ◆ R B ◆ = L ◆ B ◆1◆ R B ◆◆ L B ◆3 10 ◆ R B ◆
ϕ = arcsin ( ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 3 10 ◆ R B ◆ ) ≈ 6.1 ∘ \phi = \arcsin\!\left(\frac◆LB◆1◆RB◆◆LB◆3\sqrt{10}◆RB◆\right) \approx 6.1^\circ ϕ = arcsin ( L ◆ B ◆1◆ R B ◆◆ L B ◆3 10 ◆ R B ◆ ) ≈ 6. 1 ∘
Example 11.3: Volume of a tetrahedron using the scalar triple product Problem. Find the volume of the tetrahedron with vertices O ( 0 , 0 , 0 ) O(0,0,0) O ( 0 , 0 , 0 ) , A ( 1 , 0 , 0 ) A(1,0,0) A ( 1 , 0 , 0 ) , B ( 0 , 2 , 0 ) B(0,2,0) B ( 0 , 2 , 0 ) ,
C ( 0 , 0 , 3 ) C(0,0,3) C ( 0 , 0 , 3 ) .
Solution. O A → = ( 1 , 0 , 0 ) \overrightarrow{OA} = (1,0,0) O A = ( 1 , 0 , 0 ) , O B → = ( 0 , 2 , 0 ) \overrightarrow{OB} = (0,2,0) O B = ( 0 , 2 , 0 ) ,
O C → = ( 0 , 0 , 3 ) \overrightarrow{OC} = (0,0,3) O C = ( 0 , 0 , 3 ) .
V = ∣ O A → ⋅ ( O B → × O C → ) ∣ = ∣ ∣ 1 0 0 0 2 0 0 0 3 ∣ ∣ = ∣ 6 ∣ = 6 V = |\overrightarrow{OA}\cdot(\overrightarrow{OB}\times\overrightarrow{OC})| = \left|\begin{vmatrix}1&0&0\\0&2&0\\0&0&3\end{vmatrix}\right| = |6| = 6 V = ∣ O A ⋅ ( O B × O C ) ∣ = 1 0 0 0 2 0 0 0 3 = ∣6∣ = 6
This equals 1 6 × 1 × 2 × 3 = 1 \frac{1}{6} \times 1 \times 2 \times 3 = 1 6 1 × 1 × 2 × 3 = 1 , confirming the standard formula.
Example 11.4: Shortest distance using calculus Problem. Find the shortest distance between the lines
r 1 = ( 1 , 0 , 0 ) + λ ( 1 , 1 , 0 ) \mathbf{r}_1 = (1, 0, 0) + \lambda(1, 1, 0) r 1 = ( 1 , 0 , 0 ) + λ ( 1 , 1 , 0 ) and r 2 = ( 0 , 1 , 0 ) + μ ( 0 , 1 , 1 ) \mathbf{r}_2 = (0, 1, 0) + \mu(0, 1, 1) r 2 = ( 0 , 1 , 0 ) + μ ( 0 , 1 , 1 ) .
Solution. d 1 = ( 1 , 1 , 0 ) \mathbf{d}_1 = (1, 1, 0) d 1 = ( 1 , 1 , 0 ) , d 2 = ( 0 , 1 , 1 ) \mathbf{d}_2 = (0, 1, 1) d 2 = ( 0 , 1 , 1 ) .
These are not parallel (not scalar multiples), so the lines are either intersecting or skew.
d 1 × d 2 = ( 1 ⋅ 1 − 0 ⋅ 1 , 0 ⋅ 0 − 1 ⋅ 1 , 1 ⋅ 1 − 1 ⋅ 0 ) = ( 1 , − 1 , 1 ) \mathbf{d}_1 \times \mathbf{d}_2 = (1\cdot 1 - 0\cdot 1, 0\cdot 0 - 1\cdot 1, 1\cdot 1 - 1\cdot 0) = (1, -1, 1) d 1 × d 2 = ( 1 ⋅ 1 − 0 ⋅ 1 , 0 ⋅ 0 − 1 ⋅ 1 , 1 ⋅ 1 − 1 ⋅ 0 ) = ( 1 , − 1 , 1 ) .
Check intersection: 1 + λ = 0 1+\lambda = 0 1 + λ = 0 and 1 + λ = 1 + μ 1+\lambda = 1+\mu 1 + λ = 1 + μ and λ = μ \lambda = \mu λ = μ .
From the first: λ = − 1 \lambda = -1 λ = − 1 . From the second: 0 = 1 + ( − 1 ) = 0 0 = 1 + (-1) = 0 0 = 1 + ( − 1 ) = 0 . From the third: − 1 = − 1 -1 = -1 − 1 = − 1 .
Consistent! The lines intersect, so the shortest distance is 0 0 0 .
Example 11.5: Finding the equation of a plane from three points Problem. Find the equation of the plane through P ( 1 , 1 , 0 ) P(1, 1, 0) P ( 1 , 1 , 0 ) , Q ( 2 , 0 , 1 ) Q(2, 0, 1) Q ( 2 , 0 , 1 ) , R ( 0 , 1 , 1 ) R(0, 1, 1) R ( 0 , 1 , 1 ) .
Solution. P Q → = ( 1 , − 1 , 1 ) \overrightarrow{PQ} = (1, -1, 1) P Q = ( 1 , − 1 , 1 ) , P R → = ( − 1 , 0 , 1 ) \overrightarrow{PR} = (-1, 0, 1) P R = ( − 1 , 0 , 1 ) .
n = P Q → × P R → = ( ( − 1 ) ( 1 ) − ( 1 ) ( 0 ) ( 1 ) ( − 1 ) − ( 1 ) ( 1 ) ( 1 ) ( 0 ) − ( − 1 ) ( − 1 ) ) = ( − 1 − 2 − 1 ) \mathbf{n} = \overrightarrow{PQ}\times\overrightarrow{PR} = \begin{pmatrix}(-1)(1) - (1)(0)\\(1)(-1) - (1)(1)\\(1)(0) - (-1)(-1)\end{pmatrix} = \begin{pmatrix}-1\\-2\\-1\end{pmatrix} n = P Q × P R = ( − 1 ) ( 1 ) − ( 1 ) ( 0 ) ( 1 ) ( − 1 ) − ( 1 ) ( 1 ) ( 1 ) ( 0 ) − ( − 1 ) ( − 1 ) = − 1 − 2 − 1
r ⋅ n = ( 1 ) ( − 1 ) + ( 1 ) ( − 2 ) + ( 0 ) ( − 1 ) = − 3 \mathbf{r}\cdot\mathbf{n} = (1)(-1) + (1)(-2) + (0)(-1) = -3 r ⋅ n = ( 1 ) ( − 1 ) + ( 1 ) ( − 2 ) + ( 0 ) ( − 1 ) = − 3 .
Equation: − x − 2 y − z = − 3 -x - 2y - z = -3 − x − 2 y − z = − 3 , i.e., x + 2 y + z = 3 \boxed{x + 2y + z = 3} x + 2 y + z = 3 .
Example 11.6: Verifying coplanarity Problem. Determine whether the points A ( 1 , 0 , 1 ) A(1, 0, 1) A ( 1 , 0 , 1 ) , B ( 2 , 1 , 3 ) B(2, 1, 3) B ( 2 , 1 , 3 ) , C ( 3 , 1 , 4 ) C(3, 1, 4) C ( 3 , 1 , 4 ) , D ( 0 , − 1 , − 1 ) D(0, -1, -1) D ( 0 , − 1 , − 1 )
are coplanar.
Solution. A B → = ( 1 , 1 , 2 ) \overrightarrow{AB} = (1, 1, 2) A B = ( 1 , 1 , 2 ) , A C → = ( 2 , 1 , 3 ) \overrightarrow{AC} = (2, 1, 3) A C = ( 2 , 1 , 3 ) ,
A D → = ( − 1 , − 1 , − 2 ) \overrightarrow{AD} = (-1, -1, -2) A D = ( − 1 , − 1 , − 2 ) .
A B → × A C → = ( ( 1 ) ( 3 ) − ( 2 ) ( 1 ) ( 2 ) ( 2 ) − ( 1 ) ( 3 ) ( 1 ) ( 1 ) − ( 1 ) ( 2 ) ) = ( 1 1 − 1 ) \overrightarrow{AB}\times\overrightarrow{AC} = \begin{pmatrix}(1)(3)-(2)(1)\\(2)(2)-(1)(3)\\(1)(1)-(1)(2)\end{pmatrix} = \begin{pmatrix}1\\1\\-1\end{pmatrix} A B × A C = ( 1 ) ( 3 ) − ( 2 ) ( 1 ) ( 2 ) ( 2 ) − ( 1 ) ( 3 ) ( 1 ) ( 1 ) − ( 1 ) ( 2 ) = 1 1 − 1
( A B → × A C → ) ⋅ A D → = 1 ( − 1 ) + 1 ( − 1 ) + ( − 1 ) ( − 2 ) = − 1 − 1 + 2 = 0 (\overrightarrow{AB}\times\overrightarrow{AC})\cdot\overrightarrow{AD} = 1(-1) + 1(-1) + (-1)(-2) = -1 - 1 + 2 = 0 ( A B × A C ) ⋅ A D = 1 ( − 1 ) + 1 ( − 1 ) + ( − 1 ) ( − 2 ) = − 1 − 1 + 2 = 0
Since the scalar triple product is zero, the four points are coplanar. ■ \blacksquare ■
Example 11.7: Projection of a vector onto a plane Problem. Find the projection of the vector a = ( 2 , 1 , − 1 ) \mathbf{a} = (2, 1, -1) a = ( 2 , 1 , − 1 ) onto the plane
x + y + z = 1 x + y + z = 1 x + y + z = 1 .
Solution. The unit normal is n ^ = ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ( 1 , 1 , 1 ) \hat{\mathbf{n}} = \dfrac◆LB◆1◆RB◆◆LB◆\sqrt{3}◆RB◆(1, 1, 1) n ^ = L ◆ B ◆1◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ( 1 , 1 , 1 ) .
The projection of a \mathbf{a} a onto the normal direction:
proj n a = ( a ⋅ n ^ ) n ^ = 2 + 1 − 1 3 ( 1 , 1 , 1 ) = 2 3 ( 1 , 1 , 1 ) \text{proj}_{\mathbf{n}}\,\mathbf{a} = (\mathbf{a}\cdot\hat{\mathbf{n}})\hat{\mathbf{n}} = \frac{2+1-1}{3}(1,1,1) = \frac{2}{3}(1,1,1) proj n a = ( a ⋅ n ^ ) n ^ = 3 2 + 1 − 1 ( 1 , 1 , 1 ) = 3 2 ( 1 , 1 , 1 )
The projection onto the plane (i.e., the component parallel to the plane):
a ∥ = a − proj n a = ( 2 , 1 , − 1 ) − 2 3 ( 1 , 1 , 1 ) = ( 4 3 , 1 3 , − 5 3 ) \mathbf{a}_{\parallel} = \mathbf{a} - \text{proj}_{\mathbf{n}}\,\mathbf{a} = (2, 1, -1) - \frac{2}{3}(1, 1, 1) = \left(\frac{4}{3}, \frac{1}{3}, -\frac{5}{3}\right) a ∥ = a − proj n a = ( 2 , 1 , − 1 ) − 3 2 ( 1 , 1 , 1 ) = ( 3 4 , 3 1 , − 3 5 )
Example 11.8: Vector product proof of the sine rule Problem. Using the vector product, prove that
∣ a × b ∣ = ∣ a ∣ ∣ b ∣ sin θ |\mathbf{a}\times\mathbf{b}| = |\mathbf{a}||\mathbf{b}|\sin\theta ∣ a × b ∣ = ∣ a ∣∣ b ∣ sin θ .
Solution. See Section 4.3 of this document. The proof uses the identity:
∣ a × b ∣ 2 = ∣ a ∣ 2 ∣ b ∣ 2 − ( a ⋅ b ) 2 |\mathbf{a}\times\mathbf{b}|^2 = |\mathbf{a}|^2|\mathbf{b}|^2 - (\mathbf{a}\cdot\mathbf{b})^2 ∣ a × b ∣ 2 = ∣ a ∣ 2 ∣ b ∣ 2 − ( a ⋅ b ) 2
Substituting a ⋅ b = ∣ a ∣ ∣ b ∣ cos θ \mathbf{a}\cdot\mathbf{b} = |\mathbf{a}||\mathbf{b}|\cos\theta a ⋅ b = ∣ a ∣∣ b ∣ cos θ :
= ∣ a ∣ 2 ∣ b ∣ 2 ( 1 − cos 2 θ ) = ∣ a ∣ 2 ∣ b ∣ 2 sin 2 θ = |\mathbf{a}|^2|\mathbf{b}|^2(1 - \cos^2\theta) = |\mathbf{a}|^2|\mathbf{b}|^2\sin^2\theta = ∣ a ∣ 2 ∣ b ∣ 2 ( 1 − cos 2 θ ) = ∣ a ∣ 2 ∣ b ∣ 2 sin 2 θ
Taking square roots gives the result.
12. Connections to Other Topics 12.1 Vectors and matrices The cross product a × b \mathbf{a}\times\mathbf{b} a × b can be computed as a 3 × 3 3 \times 3 3 × 3 determinant. See
Matrices .
12.2 Vectors and mechanics Vector methods are essential in mechanics for resolving forces, moments, and angular momentum. The
moment of a force F \mathbf{F} F about point O O O is r × F \mathbf{r}\times\mathbf{F} r × F . See
Projectile Motion .
12.3 Planes and coordinate geometry The equation of a plane and the distance formula connect vectors to 3D coordinate geometry. See
Polar Coordinates .
13. Additional Exam-Style Questions Question 11 The lines L 1 L_1 L 1 and L 2 L_2 L 2 are given by:
L 1 L_1 L 1 :
r = ( 1 2 − 1 ) + λ ( 2 − 1 1 ) \mathbf{r} = \begin{pmatrix}1\\2\\-1\end{pmatrix} + \lambda\begin{pmatrix}2\\-1\\1\end{pmatrix} r = 1 2 − 1 + λ 2 − 1 1
L 2 L_2 L 2 : r = ( 3 1 1 ) + μ ( 1 − 1 − 1 ) \mathbf{r} = \begin{pmatrix}3\\1\\1\end{pmatrix} + \mu\begin{pmatrix}1\\-1\\-1\end{pmatrix} r = 3 1 1 + μ 1 − 1 − 1
Find the shortest distance between L 1 L_1 L 1 and L 2 L_2 L 2 .
Solution d 1 = ( 2 , − 1 , 1 ) \mathbf{d}_1 = (2,-1,1) d 1 = ( 2 , − 1 , 1 ) , d 2 = ( 1 , − 1 , − 1 ) \mathbf{d}_2 = (1,-1,-1) d 2 = ( 1 , − 1 , − 1 ) .
d 1 × d 2 = ( ( − 1 ) ( − 1 ) − ( 1 ) ( − 1 ) ( 1 ) ( 1 ) − ( 2 ) ( − 1 ) ( 2 ) ( − 1 ) − ( − 1 ) ( 1 ) ) = ( 2 3 − 3 ) \mathbf{d}_1\times\mathbf{d}_2 = \begin{pmatrix}(-1)(-1)-(1)(-1)\\(1)(1)-(2)(-1)\\(2)(-1)-(-1)(1)\end{pmatrix} = \begin{pmatrix}2\\3\\-3\end{pmatrix} d 1 × d 2 = ( − 1 ) ( − 1 ) − ( 1 ) ( − 1 ) ( 1 ) ( 1 ) − ( 2 ) ( − 1 ) ( 2 ) ( − 1 ) − ( − 1 ) ( 1 ) = 2 3 − 3
∣ d 1 × d 2 ∣ = 4 + 9 + 9 = 22 |\mathbf{d}_1\times\mathbf{d}_2| = \sqrt{4+9+9} = \sqrt{22} ∣ d 1 × d 2 ∣ = 4 + 9 + 9 = 22 .
a 2 − a 1 = ( 2 , − 1 , 2 ) \mathbf{a}_2 - \mathbf{a}_1 = (2, -1, 2) a 2 − a 1 = ( 2 , − 1 , 2 ) .
( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) = 4 − 3 − 6 = − 5 (\mathbf{a}_2-\mathbf{a}_1)\cdot(\mathbf{d}_1\times\mathbf{d}_2) = 4 - 3 - 6 = -5 ( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) = 4 − 3 − 6 = − 5 .
D = ◆ L B ◆ ∣ − 5 ∣ ◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ = ◆ L B ◆ 5 ◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ = ◆ L B ◆ 5 22 ◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ D = \dfrac◆LB◆|-5|◆RB◆◆LB◆\sqrt{22}◆RB◆ = \dfrac◆LB◆5◆RB◆◆LB◆\sqrt{22}◆RB◆ = \dfrac◆LB◆5\sqrt{22}◆RB◆◆LB◆22◆RB◆ D = L ◆ B ◆∣ − 5∣◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ = L ◆ B ◆5◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ = L ◆ B ◆5 22 ◆ R B ◆◆ L B ◆22◆ R B ◆ .
Question 12 Find the volume of the parallelepiped with edges a = ( 2 , 0 , 1 ) \mathbf{a} = (2, 0, 1) a = ( 2 , 0 , 1 ) , b = ( 1 , 3 , 0 ) \mathbf{b} = (1, 3, 0) b = ( 1 , 3 , 0 ) ,
c = ( 0 , − 1 , 2 ) \mathbf{c} = (0, -1, 2) c = ( 0 , − 1 , 2 ) .
Solution V = ∣ a ⋅ ( b × c ) ∣ = ∣ det ( 2 0 1 1 3 0 0 − 1 2 ) ∣ V = |\mathbf{a}\cdot(\mathbf{b}\times\mathbf{c})| = \left|\det\begin{pmatrix}2&0&1\\1&3&0\\0&-1&2\end{pmatrix}\right| V = ∣ a ⋅ ( b × c ) ∣ = det 2 1 0 0 3 − 1 1 0 2
= ∣ 2 ( 6 − 0 ) − 0 + 1 ( − 1 − 0 ) ∣ = ∣ 12 − 1 ∣ = 11 = |2(6-0) - 0 + 1(-1-0)| = |12 - 1| = 11 = ∣2 ( 6 − 0 ) − 0 + 1 ( − 1 − 0 ) ∣ = ∣12 − 1∣ = 11 .
Question 13 Prove that the points equidistant from two fixed points lie on the perpendicular bisector plane
of the segment joining them.
Solution Let the fixed points be A A A and B B B with position vectors a \mathbf{a} a and b \mathbf{b} b . A point P P P
is equidistant from A A A and B B B when:
∣ p − a ∣ = ∣ p − b ∣ |\mathbf{p} - \mathbf{a}| = |\mathbf{p} - \mathbf{b}| ∣ p − a ∣ = ∣ p − b ∣
Squaring:
( p − a ) ⋅ ( p − a ) = ( p − b ) ⋅ ( p − b ) (\mathbf{p}-\mathbf{a})\cdot(\mathbf{p}-\mathbf{a}) = (\mathbf{p}-\mathbf{b})\cdot(\mathbf{p}-\mathbf{b}) ( p − a ) ⋅ ( p − a ) = ( p − b ) ⋅ ( p − b )
∣ p ∣ 2 − 2 a ⋅ p + ∣ a ∣ 2 = ∣ p ∣ 2 − 2 b ⋅ p + ∣ b ∣ 2 |\mathbf{p}|^2 - 2\mathbf{a}\cdot\mathbf{p} + |\mathbf{a}|^2 = |\mathbf{p}|^2 - 2\mathbf{b}\cdot\mathbf{p} + |\mathbf{b}|^2 ∣ p ∣ 2 − 2 a ⋅ p + ∣ a ∣ 2 = ∣ p ∣ 2 − 2 b ⋅ p + ∣ b ∣ 2
2 ( b − a ) ⋅ p = ∣ b ∣ 2 − ∣ a ∣ 2 2(\mathbf{b} - \mathbf{a})\cdot\mathbf{p} = |\mathbf{b}|^2 - |\mathbf{a}|^2 2 ( b − a ) ⋅ p = ∣ b ∣ 2 − ∣ a ∣ 2
This is the equation of a plane with normal b − a \mathbf{b} - \mathbf{a} b − a (perpendicular to A B AB A B ), which
passes through the midpoint ◆ L B ◆ a + b ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ \dfrac◆LB◆\mathbf{a}+\mathbf{b}◆RB◆◆LB◆2◆RB◆ L ◆ B ◆ a + b ◆ R B ◆◆ L B ◆2◆ R B ◆ . This is the
perpendicular bisector. ■ \blacksquare ■
Question 14 Find the equation of the plane containing the line L : r = ( 1 , 0 , 2 ) + λ ( 1 , 2 , − 1 ) L: \mathbf{r} = (1, 0, 2) + \lambda(1, 2, -1) L : r = ( 1 , 0 , 2 ) + λ ( 1 , 2 , − 1 )
and the point P ( 3 , 1 , 4 ) P(3, 1, 4) P ( 3 , 1 , 4 ) .
Solution The direction of L L L is d = ( 1 , 2 , − 1 ) \mathbf{d} = (1, 2, -1) d = ( 1 , 2 , − 1 ) . Two vectors in the plane are
P Q → = ( 1 , 0 , 2 ) − ( 3 , 1 , 4 ) = ( − 2 , − 1 , − 2 ) \overrightarrow{PQ} = (1, 0, 2) - (3, 1, 4) = (-2, -1, -2) P Q = ( 1 , 0 , 2 ) − ( 3 , 1 , 4 ) = ( − 2 , − 1 , − 2 ) (wait, Q Q Q should be on L L L , not P P P ).
Actually, the point on L L L at λ = 0 \lambda = 0 λ = 0 is ( 1 , 0 , 2 ) (1, 0, 2) ( 1 , 0 , 2 ) . Vectors in the plane:
P Q → = ( 1 − 3 , 0 − 1 , 2 − 4 ) = ( − 2 , − 1 , − 2 ) \overrightarrow{PQ} = (1-3, 0-1, 2-4) = (-2, -1, -2) P Q = ( 1 − 3 , 0 − 1 , 2 − 4 ) = ( − 2 , − 1 , − 2 ) and d = ( 1 , 2 , − 1 ) \mathbf{d} = (1, 2, -1) d = ( 1 , 2 , − 1 ) .
n = ( − 2 , − 1 , − 2 ) × ( 1 , 2 , − 1 ) = ( ( − 1 ) ( − 1 ) − ( − 2 ) ( 2 ) ( − 2 ) ( 1 ) − ( − 2 ) ( − 1 ) ( − 2 ) ( 2 ) − ( − 1 ) ( 1 ) ) = ( 1 + 4 − 2 − 2 − 4 + 1 ) = ( 5 − 4 − 3 ) \mathbf{n} = (-2,-1,-2)\times(1,2,-1) = \begin{pmatrix}(-1)(-1)-(-2)(2)\\(-2)(1)-(-2)(-1)\\(-2)(2)-(-1)(1)\end{pmatrix} = \begin{pmatrix}1+4\\-2-2\\-4+1\end{pmatrix} = \begin{pmatrix}5\\-4\\-3\end{pmatrix} n = ( − 2 , − 1 , − 2 ) × ( 1 , 2 , − 1 ) = ( − 1 ) ( − 1 ) − ( − 2 ) ( 2 ) ( − 2 ) ( 1 ) − ( − 2 ) ( − 1 ) ( − 2 ) ( 2 ) − ( − 1 ) ( 1 ) = 1 + 4 − 2 − 2 − 4 + 1 = 5 − 4 − 3
r ⋅ n = ( 1 ) ( 5 ) + ( 0 ) ( − 4 ) + ( 2 ) ( − 3 ) = 5 − 6 = − 1 \mathbf{r}\cdot\mathbf{n} = (1)(5) + (0)(-4) + (2)(-3) = 5 - 6 = -1 r ⋅ n = ( 1 ) ( 5 ) + ( 0 ) ( − 4 ) + ( 2 ) ( − 3 ) = 5 − 6 = − 1 .
Equation: 5 x − 4 y − 3 z = − 1 5x - 4y - 3z = -1 5 x − 4 y − 3 z = − 1 .
Verify: ( 3 ) ( − 4 ) − 4 ( 1 ) − 3 ( 4 ) = − 15 − 4 − 12 = − 31 ≠ − 1 (3)(-4) - 4(1) - 3(4) = -15 - 4 - 12 = -31 \neq -1 ( 3 ) ( − 4 ) − 4 ( 1 ) − 3 ( 4 ) = − 15 − 4 − 12 = − 31 = − 1 . Let me recheck.
Using point P ( 3 , 1 , 4 ) P(3, 1, 4) P ( 3 , 1 , 4 ) : 5 ( 3 ) − 4 ( 1 ) − 3 ( 4 ) = 15 − 4 − 12 = − 1 5(3) - 4(1) - 3(4) = 15 - 4 - 12 = -1 5 ( 3 ) − 4 ( 1 ) − 3 ( 4 ) = 15 − 4 − 12 = − 1 . Correct.
Question 15 Prove that
a × ( b × c ) = b × ( c × a ) = c × ( a × b ) \mathbf{a}\times(\mathbf{b}\times\mathbf{c}) = \mathbf{b}\times(\mathbf{c}\times\mathbf{a}) = \mathbf{c}\times(\mathbf{a}\times\mathbf{b}) a × ( b × c ) = b × ( c × a ) = c × ( a × b ) .
Solution This is the cyclic permutation property of the scalar triple product. In determinant form:
det ( a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 ) = det ( b 1 b 2 b 3 c 1 c 2 c 3 a 1 a 2 a 3 ) = det ( c 1 c 2 c 3 a 1 a 2 a 3 b 1 b 2 b 3 ) \det\begin{pmatrix}a_1&a_2&a_3\\b_1&b_2&b_3\\c_1&c_2&c_3\end{pmatrix} = \det\begin{pmatrix}b_1&b_2&b_3\\c_1&c_2&c_3\\a_1&a_2&a_3\end{pmatrix} = \det\begin{pmatrix}c_1&c_2&c_3\\a_1&a_2&a_3\\b_1&b_2&b_3\end{pmatrix} det a 1 b 1 c 1 a 2 b 2 c 2 a 3 b 3 c 3 = det b 1 c 1 a 1 b 2 c 2 a 2 b 3 c 3 a 3 = det c 1 a 1 b 1 c 2 a 2 b 2 c 3 a 3 b 3
Each equality follows from the fact that swapping two rows of a determinant changes its sign, and
two swaps return to the original sign. ■ \blacksquare ■
14. Connections to Other Topics 14.1 Vectors and matrices The cross product and scalar triple product can be expressed as determinants. See
Matrices .
14.2 Vectors and mechanics Vector methods are essential for resolving forces, computing moments
(M = r × F \mathbf{M} = \mathbf{r} \times \mathbf{F} M = r × F ), and angular momentum. See
Projectile Motion .
14.3 Planes and coordinate geometry The equation of a plane connects vectors to 3D geometry. See
Polar Coordinates for parametric
representations of curves.
15. Key Results Summary | Result | Formula |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -------- | -------------------------------- | ---------------------------------- | ------------- | ----- |
| Scalar product | a ⋅ b = ∣ a ∣ ∣ b ∣ cos θ = a 1 b 1 + a 2 b 2 + a 3 b 3 \mathbf{a}\cdot\mathbf{b} = | \mathbf{a} | | \mathbf{b} | \cos\theta = a_1b_1+a_2b_2+a_3b_3 a ⋅ b = ∣ a ∣∣ b ∣ cos θ = a 1 b 1 + a 2 b 2 + a 3 b 3 |
| Vector product | a × b = ( a 2 b 3 − a 3 b 2 a 3 b 1 − a 1 b 3 a 1 b 2 − a 2 b 1 ) \mathbf{a}\times\mathbf{b} = \begin{pmatrix}a_2b_3-a_3b_2\\a_3b_1-a_1b_3\\a_1b_2-a_2b_1\end{pmatrix} a × b = a 2 b 3 − a 3 b 2 a 3 b 1 − a 1 b 3 a 1 b 2 − a 2 b 1 |
| Scalar triple product | [ a , b , c ] = a ⋅ ( b × c ) = det ( a b c ) [\mathbf{a},\mathbf{b},\mathbf{c}] = \mathbf{a}\cdot(\mathbf{b}\times\mathbf{c}) = \det(\mathbf{a}\;\mathbf{b}\;\mathbf{c}) [ a , b , c ] = a ⋅ ( b × c ) = det ( a b c ) |
| Distance: point to plane | D = ◆ L B ◆ ∣ a ⋅ n − d ∣ ◆ R B ◆◆ L B ◆ ∣ n ∣ ◆ R B ◆ D = \dfrac◆LB◆ | \mathbf{a}\cdot\mathbf{n} - d | ◆RB◆◆LB◆ | \mathbf{n} | ◆RB◆ D = L ◆ B ◆∣ a ⋅ n − d ∣◆ R B ◆◆ L B ◆∣ n ∣◆ R B ◆ |
| Distance: skew lines | D = ◆ L B ◆ ∣ ( a _ 2 − a _ 1 ) ⋅ ( d _ 1 × d _ 2 ) ∣ ◆ R B ◆◆ L B ◆ ∣ d _ 1 × d _ 2 ∣ ◆ R B ◆ D = \dfrac◆LB◆ | (\mathbf{a}\_2-\mathbf{a}\_1)\cdot(\mathbf{d}\_1\times\mathbf{d}\_2) | ◆RB◆◆LB◆ | \mathbf{d}\_1\times\mathbf{d}\_2 | ◆RB◆ D = L ◆ B ◆∣ ( a _2 − a _1 ) ⋅ ( d _1 × d _2 ) ∣◆ R B ◆◆ L B ◆∣ d _1 × d _2∣◆ R B ◆ |
| Angle: line to plane | sin ϕ = ◆ L B ◆ ∣ d ⋅ n ∣ ◆ R B ◆◆ L B ◆ ∣ d ∣ ∣ n ∣ ◆ R B ◆ \sin\phi = \dfrac◆LB◆ | \mathbf{d}\cdot\mathbf{n} | ◆RB◆◆LB◆ | \mathbf{d} | | \mathbf{n} | ◆RB◆ sin ϕ = L ◆ B ◆∣ d ⋅ n ∣◆ R B ◆◆ L B ◆∣ d ∣∣ n ∣◆ R B ◆ |
| Angle: two planes | cos θ = ◆ L B ◆ ∣ n _ 1 ⋅ n _ 2 ∣ ◆ R B ◆◆ L B ◆ ∣ n _ 1 ∣ ∣ n _ 2 ∣ ◆ R B ◆ \cos\theta = \dfrac◆LB◆ | \mathbf{n}\_1\cdot\mathbf{n}\_2 | ◆RB◆◆LB◆ | \mathbf{n}\_1 | | \mathbf{n}\_2 | ◆RB◆ cos θ = L ◆ B ◆∣ n _1 ⋅ n _2∣◆ R B ◆◆ L B ◆∣ n _1∣∣ n _2∣◆ R B ◆ |
| Volume of tetrahedron | V = 1 6 ∣ [ a , b , c ] ∣ V = \dfrac{1}{6} | [\mathbf{a},\mathbf{b},\mathbf{c}] | V = 6 1 ∣ [ a , b , c ] ∣ |
| Reflection in plane | P ′ = P − 2 D n ^ P' = P - 2D\hat{\mathbf{n}} P ′ = P − 2 D n ^ where D = ◆ L B ◆ P ⋅ n − d ◆ R B ◆◆ L B ◆ ∣ n ∣ ◆ R B ◆ D = \dfrac◆LB◆P\cdot\mathbf{n}-d◆RB◆◆LB◆ | \mathbf{n} | ◆RB◆ D = L ◆ B ◆ P ⋅ n − d ◆ R B ◆◆ L B ◆∣ n ∣◆ R B ◆ |
16. Further Exam-Style Questions Question 16 Find the equation of the plane that passes through the points A ( 1 , 0 , 0 ) A(1,0,0) A ( 1 , 0 , 0 ) , B ( 0 , 1 , 0 ) B(0,1,0) B ( 0 , 1 , 0 ) , C ( 0 , 0 , 1 ) C(0,0,1) C ( 0 , 0 , 1 ) and
verify that D ( 1 / 3 , 1 / 3 , 1 / 3 ) D(1/3, 1/3, 1/3) D ( 1/3 , 1/3 , 1/3 ) lies on it.
Solution A B → = ( − 1 , 1 , 0 ) \overrightarrow{AB} = (-1,1,0) A B = ( − 1 , 1 , 0 ) , A C → = ( − 1 , 0 , 1 ) \overrightarrow{AC} = (-1,0,1) A C = ( − 1 , 0 , 1 ) .
n = A B → × A C → = ( 1 , 1 , 1 ) \mathbf{n} = \overrightarrow{AB}\times\overrightarrow{AC} = (1,1,1) n = A B × A C = ( 1 , 1 , 1 ) .
r ⋅ n = ( 1 ) ( 1 ) + ( 0 ) ( 1 ) + ( 0 ) ( 1 ) = 1 \mathbf{r}\cdot\mathbf{n} = (1)(1)+(0)(1)+(0)(1) = 1 r ⋅ n = ( 1 ) ( 1 ) + ( 0 ) ( 1 ) + ( 0 ) ( 1 ) = 1 .
Equation: x + y + z = 1 \boxed{x+y+z = 1} x + y + z = 1 .
Check D D D : 1 3 + 1 3 + 1 3 = 1 \dfrac{1}{3}+\dfrac{1}{3}+\dfrac{1}{3} = 1 3 1 + 3 1 + 3 1 = 1 . ✓
Question 17 Prove that
a × ( b × c ) = b ( a ⋅ c ) − c ( a ⋅ b ) \mathbf{a}\times(\mathbf{b}\times\mathbf{c}) = \mathbf{b}(\mathbf{a}\cdot\mathbf{c}) - \mathbf{c}(\mathbf{a}\cdot\mathbf{b}) a × ( b × c ) = b ( a ⋅ c ) − c ( a ⋅ b )
(the vector triple product expansion).
Solution Let a = ( a 1 , a 2 , a 3 ) \mathbf{a} = (a_1,a_2,a_3) a = ( a 1 , a 2 , a 3 ) , b = ( b 1 , b 2 , b 3 ) \mathbf{b} = (b_1,b_2,b_3) b = ( b 1 , b 2 , b 3 ) , c = ( c 1 , c 2 , c 3 ) \mathbf{c} = (c_1,c_2,c_3) c = ( c 1 , c 2 , c 3 ) .
b × c = ( b 2 c 3 − b 3 c 2 , b 3 c 1 − b 1 c 3 , b 1 c 2 − b 2 c 1 ) \mathbf{b}\times\mathbf{c} = (b_2c_3-b_3c_2,\; b_3c_1-b_1c_3,\; b_1c_2-b_2c_1) b × c = ( b 2 c 3 − b 3 c 2 , b 3 c 1 − b 1 c 3 , b 1 c 2 − b 2 c 1 ) .
The first component of a × ( b × c ) \mathbf{a}\times(\mathbf{b}\times\mathbf{c}) a × ( b × c ) :
a 2 ( b 1 c 2 − b 2 c 1 ) − a 3 ( b 3 c 1 − b 1 c 3 ) = a 2 b 1 c 2 − a 2 b 2 c 1 − a 3 b 3 c 1 + a 3 b 1 c 3 a_2(b_1c_2-b_2c_1) - a_3(b_3c_1-b_1c_3) = a_2b_1c_2-a_2b_2c_1-a_3b_3c_1+a_3b_1c_3 a 2 ( b 1 c 2 − b 2 c 1 ) − a 3 ( b 3 c 1 − b 1 c 3 ) = a 2 b 1 c 2 − a 2 b 2 c 1 − a 3 b 3 c 1 + a 3 b 1 c 3
= b 1 ( a 2 c 2 + a 3 c 3 ) − c 1 ( a 2 b 2 + a 3 b 3 ) = b_1(a_2c_2+a_3c_3) - c_1(a_2b_2+a_3b_3) = b 1 ( a 2 c 2 + a 3 c 3 ) − c 1 ( a 2 b 2 + a 3 b 3 )
= b 1 ( a ⋅ c − a 1 c 1 ) − c 1 ( a ⋅ b − a 1 b 1 ) = b_1(\mathbf{a}\cdot\mathbf{c}-a_1c_1) - c_1(\mathbf{a}\cdot\mathbf{b}-a_1b_1) = b 1 ( a ⋅ c − a 1 c 1 ) − c 1 ( a ⋅ b − a 1 b 1 )
= b 1 ( a ⋅ c ) − c 1 ( a ⋅ b ) − a 1 b 1 c 1 + a 1 c 1 b 1 = b 1 ( a ⋅ c ) − c 1 ( a ⋅ b ) = b_1(\mathbf{a}\cdot\mathbf{c}) - c_1(\mathbf{a}\cdot\mathbf{b}) - a_1b_1c_1+a_1c_1b_1 = b_1(\mathbf{a}\cdot\mathbf{c})-c_1(\mathbf{a}\cdot\mathbf{b}) = b 1 ( a ⋅ c ) − c 1 ( a ⋅ b ) − a 1 b 1 c 1 + a 1 c 1 b 1 = b 1 ( a ⋅ c ) − c 1 ( a ⋅ b ) .
Similarly for the other two components. ■ \blacksquare ■
Question 18 Two lines are given by r 1 = ( 0 , 1 , 0 ) + λ ( 1 , 0 , − 1 ) \mathbf{r}_1 = (0,1,0)+\lambda(1,0,-1) r 1 = ( 0 , 1 , 0 ) + λ ( 1 , 0 , − 1 ) and
r 2 = ( 0 , 0 , 1 ) + μ ( 0 , 1 , 1 ) \mathbf{r}_2 = (0,0,1)+\mu(0,1,1) r 2 = ( 0 , 0 , 1 ) + μ ( 0 , 1 , 1 ) . Determine whether they intersect, are parallel, or are skew.
Solution d 1 = ( 1 , 0 , − 1 ) \mathbf{d}_1 = (1,0,-1) d 1 = ( 1 , 0 , − 1 ) , d 2 = ( 0 , 1 , 1 ) \mathbf{d}_2 = (0,1,1) d 2 = ( 0 , 1 , 1 ) . Not parallel (not scalar multiples).
For intersection: λ = 0 \lambda = 0 λ = 0 , 1 = μ 1 = \mu 1 = μ , − λ = 1 + μ -\lambda = 1+\mu − λ = 1 + μ .
From λ = 0 \lambda = 0 λ = 0 : 1 = μ 1 = \mu 1 = μ and 0 = 1 + 1 = 2 0 = 1+1 = 2 0 = 1 + 1 = 2 . Contradiction.
The lines are skew .
Distance:
d 1 × d 2 = ( 0 ⋅ 1 − ( − 1 ) ⋅ 1 , ( − 1 ) ⋅ 0 − 1 ⋅ 1 , 1 ⋅ 1 − 0 ⋅ 0 ) = ( 1 , − 1 , 1 ) \mathbf{d}_1\times\mathbf{d}_2 = (0\cdot1-(-1)\cdot1,\; (-1)\cdot0-1\cdot1,\; 1\cdot1-0\cdot0) = (1,-1,1) d 1 × d 2 = ( 0 ⋅ 1 − ( − 1 ) ⋅ 1 , ( − 1 ) ⋅ 0 − 1 ⋅ 1 , 1 ⋅ 1 − 0 ⋅ 0 ) = ( 1 , − 1 , 1 ) .
∣ d 1 × d 2 ∣ = 3 |\mathbf{d}_1\times\mathbf{d}_2| = \sqrt{3} ∣ d 1 × d 2 ∣ = 3 .
a 2 − a 1 = ( 0 , − 1 , 1 ) \mathbf{a}_2-\mathbf{a}_1 = (0,-1,1) a 2 − a 1 = ( 0 , − 1 , 1 ) .
( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) = 0 + 1 + 1 = 2 (\mathbf{a}_2-\mathbf{a}_1)\cdot(\mathbf{d}_1\times\mathbf{d}_2) = 0+1+1 = 2 ( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) = 0 + 1 + 1 = 2 .
D = ◆ L B ◆ 2 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = ◆ L B ◆ 2 3 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ D = \dfrac◆LB◆2◆RB◆◆LB◆\sqrt{3}◆RB◆ = \boxed{\dfrac◆LB◆2\sqrt{3}◆RB◆◆LB◆3◆RB◆} D = L ◆ B ◆2◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = L ◆ B ◆2 3 ◆ R B ◆◆ L B ◆3◆ R B ◆ .
17. Advanced Topics 17.1 Vector equations of planes The equation of a plane can be written in three equivalent forms:
Scalar product: r ⋅ n = d \mathbf{r}\cdot\mathbf{n} = d r ⋅ n = d
Cartesian: a x + b y + c z = d ax+by+cz = d a x + b y + cz = d
Parametric: r = a + s b + t c \mathbf{r} = \mathbf{a} + s\mathbf{b} + t\mathbf{c} r = a + s b + t c
17.2 The shortest distance between two skew lines — alternative derivation The shortest distance between skew lines equals the perpendicular distance from any point on one
line to the parallel plane containing the other line.
17.3 Triple vector product identity The BAC-CAB rule:
a × ( b × c ) = b ( a ⋅ c ) − c ( a ⋅ b ) \mathbf{a}\times(\mathbf{b}\times\mathbf{c}) = \mathbf{b}(\mathbf{a}\cdot\mathbf{c}) - \mathbf{c}(\mathbf{a}\cdot\mathbf{b}) a × ( b × c ) = b ( a ⋅ c ) − c ( a ⋅ b ) .
This identity is extensively used in mechanics (e.g., angular momentum, moments).
17.4 Applications in geometry
Coplanarity test: [ a , b , c ] = 0 ⟺ [\mathbf{a},\mathbf{b},\mathbf{c}] = 0 \iff [ a , b , c ] = 0 ⟺ the three vectors are
coplanar.
Volume of parallelepiped: V = ∣ [ a , b , c ] ∣ V = |[\mathbf{a},\mathbf{b},\mathbf{c}]| V = ∣ [ a , b , c ] ∣ .
Volume of tetrahedron: V = 1 6 ∣ [ a , b , c ] ∣ V = \dfrac{1}{6}|[\mathbf{a},\mathbf{b},\mathbf{c}]| V = 6 1 ∣ [ a , b , c ] ∣ .
18. Further Exam-Style Questions Question 19 Find the angle between the planes 2 x − y + z = 3 2x - y + z = 3 2 x − y + z = 3 and x + y + 2 z = 1 x + y + 2z = 1 x + y + 2 z = 1 .
Solution n 1 = ( 2 , − 1 , 1 ) \mathbf{n}_1 = (2,-1,1) n 1 = ( 2 , − 1 , 1 ) , n 2 = ( 1 , 1 , 2 ) \mathbf{n}_2 = (1,1,2) n 2 = ( 1 , 1 , 2 ) .
cos θ = ◆ L B ◆ ∣ 2 − 1 + 2 ∣ ◆ R B ◆◆ L B ◆ 6 6 ◆ R B ◆ = 3 6 = 1 2 \cos\theta = \dfrac◆LB◆|2-1+2|◆RB◆◆LB◆\sqrt{6}\sqrt{6}◆RB◆ = \dfrac{3}{6} = \dfrac{1}{2} cos θ = L ◆ B ◆∣2 − 1 + 2∣◆ R B ◆◆ L B ◆ 6 6 ◆ R B ◆ = 6 3 = 2 1 .
θ = 60 ° \boxed{\theta = 60°} θ = 60°
Question 20 Prove that the line of intersection of the planes x + y + z = 1 x+y+z=1 x + y + z = 1 and 2 x − y + z = 3 2x-y+z=3 2 x − y + z = 3 is parallel to the
vector ( 2 , 1 , − 3 ) (2, 1, -3) ( 2 , 1 , − 3 ) .
Solution The direction of the line of intersection is
n 1 × n 2 = ( 1 , 1 , 1 ) × ( 2 , − 1 , 1 ) \mathbf{n}_1 \times \mathbf{n}_2 = (1,1,1) \times (2,-1,1) n 1 × n 2 = ( 1 , 1 , 1 ) × ( 2 , − 1 , 1 ) .
= ( ( 1 ) ( 1 ) − ( 1 ) ( − 1 ) ( 1 ) ( 2 ) − ( 1 ) ( 1 ) ( 1 ) ( − 1 ) − ( 1 ) ( 2 ) ) = ( 2 , 1 , − 3 ) = \begin{pmatrix}(1)(1)-(1)(-1)\\(1)(2)-(1)(1)\\(1)(-1)-(1)(2)\end{pmatrix} = (2, 1, -3) = ( 1 ) ( 1 ) − ( 1 ) ( − 1 ) ( 1 ) ( 2 ) − ( 1 ) ( 1 ) ( 1 ) ( − 1 ) − ( 1 ) ( 2 ) = ( 2 , 1 , − 3 ) .
Since the cross product gives ( 2 , 1 , − 3 ) (2,1,-3) ( 2 , 1 , − 3 ) , the line is parallel to this vector. ■ \blacksquare ■
19. Advanced Topics in 3D Vectors 19.1 Direction cosines If a \mathbf{a} a makes angles α , β , γ \alpha, \beta, \gamma α , β , γ with the coordinate axes, then:
cos α = ◆ L B ◆ a 1 ◆ R B ◆◆ L B ◆ ∣ a ∣ ◆ R B ◆ \cos\alpha = \dfrac◆LB◆a_1◆RB◆◆LB◆|\mathbf{a}|◆RB◆ cos α = L ◆ B ◆ a 1 ◆ R B ◆◆ L B ◆∣ a ∣◆ R B ◆ ,
cos β = ◆ L B ◆ a 2 ◆ R B ◆◆ L B ◆ ∣ a ∣ ◆ R B ◆ \cos\beta = \dfrac◆LB◆a_2◆RB◆◆LB◆|\mathbf{a}|◆RB◆ cos β = L ◆ B ◆ a 2 ◆ R B ◆◆ L B ◆∣ a ∣◆ R B ◆ ,
cos γ = ◆ L B ◆ a 3 ◆ R B ◆◆ L B ◆ ∣ a ∣ ◆ R B ◆ \cos\gamma = \dfrac◆LB◆a_3◆RB◆◆LB◆|\mathbf{a}|◆RB◆ cos γ = L ◆ B ◆ a 3 ◆ R B ◆◆ L B ◆∣ a ∣◆ R B ◆
and cos 2 α + cos 2 β + cos 2 γ = 1 \cos^2\alpha + \cos^2\beta + \cos^2\gamma = 1 cos 2 α + cos 2 β + cos 2 γ = 1 .
19.2 Triple vector product (BAC-CAB rule) a × ( b × c ) = b ( a ⋅ c ) − c ( a ⋅ b ) \mathbf{a}\times(\mathbf{b}\times\mathbf{c}) = \mathbf{b}(\mathbf{a}\cdot\mathbf{c}) - \mathbf{c}(\mathbf{a}\cdot\mathbf{b}) a × ( b × c ) = b ( a ⋅ c ) − c ( a ⋅ b )
Note:
( a × b ) × c = b ( a ⋅ c ) − a ( b ⋅ c ) (\mathbf{a}\times\mathbf{b})\times\mathbf{c} = \mathbf{b}(\mathbf{a}\cdot\mathbf{c}) - \mathbf{a}(\mathbf{b}\cdot\mathbf{c}) ( a × b ) × c = b ( a ⋅ c ) − a ( b ⋅ c )
(different!)
19.3 Shortest distance from a point to a line The shortest distance from point P P P (position vector p \mathbf{p} p ) to the line
r = a + λ d \mathbf{r} = \mathbf{a} + \lambda\mathbf{d} r = a + λ d is:
D = ◆ L B ◆ ∣ ( p − a ) × d ∣ ◆ R B ◆◆ L B ◆ ∣ d ∣ ◆ R B ◆ D = \frac◆LB◆|(\mathbf{p}-\mathbf{a})\times\mathbf{d}|◆RB◆◆LB◆|\mathbf{d}|◆RB◆ D = L ◆ B ◆∣ ( p − a ) × d ∣◆ R B ◆◆ L B ◆∣ d ∣◆ R B ◆
A plane through point a \mathbf{a} a spanned by vectors b \mathbf{b} b and c \mathbf{c} c :
r = a + s b + t c \mathbf{r} = \mathbf{a} + s\mathbf{b} + t\mathbf{c} r = a + s b + t c
The normal is n = b × c \mathbf{n} = \mathbf{b}\times\mathbf{c} n = b × c .
20. Further Exam-Style Questions Question 21 Find the shortest distance from the point P ( 1 , 2 , 3 ) P(1,2,3) P ( 1 , 2 , 3 ) to the line
r = ( 0 , 1 , − 1 ) + λ ( 1 , 1 , 0 ) \mathbf{r} = (0,1,-1)+\lambda(1,1,0) r = ( 0 , 1 , − 1 ) + λ ( 1 , 1 , 0 ) .
Solution p − a = ( 1 , 2 , 3 ) − ( 0 , 1 , − 1 ) = ( 1 , 1 , 4 ) \mathbf{p}-\mathbf{a} = (1,2,3)-(0,1,-1) = (1,1,4) p − a = ( 1 , 2 , 3 ) − ( 0 , 1 , − 1 ) = ( 1 , 1 , 4 ) . d = ( 1 , 1 , 0 ) \mathbf{d} = (1,1,0) d = ( 1 , 1 , 0 ) .
( p − a ) × d = ( 1 ⋅ 0 − 4 ⋅ 1 4 ⋅ 1 − 1 ⋅ 0 1 ⋅ 1 − 1 ⋅ 1 ) = ( − 4 , 4 , 0 ) (\mathbf{p}-\mathbf{a})\times\mathbf{d} = \begin{pmatrix}1\cdot0-4\cdot1\\4\cdot1-1\cdot0\\1\cdot1-1\cdot1\end{pmatrix} = (-4, 4, 0) ( p − a ) × d = 1 ⋅ 0 − 4 ⋅ 1 4 ⋅ 1 − 1 ⋅ 0 1 ⋅ 1 − 1 ⋅ 1 = ( − 4 , 4 , 0 ) .
D = ◆ L B ◆ ∣ ( − 4 , 4 , 0 ) ∣ ◆ R B ◆◆ L B ◆ ∣ ( 1 , 1 , 0 ) ∣ ◆ R B ◆ = ◆ L B ◆ 32 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = ◆ L B ◆ 4 2 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = 4 D = \dfrac◆LB◆|(-4,4,0)|◆RB◆◆LB◆|(1,1,0)|◆RB◆ = \dfrac◆LB◆\sqrt{32}◆RB◆◆LB◆\sqrt{2}◆RB◆ = \dfrac◆LB◆4\sqrt{2}◆RB◆◆LB◆\sqrt{2}◆RB◆ = \boxed{4} D = L ◆ B ◆∣ ( − 4 , 4 , 0 ) ∣◆ R B ◆◆ L B ◆∣ ( 1 , 1 , 0 ) ∣◆ R B ◆ = L ◆ B ◆ 32 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = L ◆ B ◆4 2 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = 4 .
Question 22 Prove that the lines r 1 = ( 1 , 0 , 0 ) + λ ( 1 , 1 , 1 ) \mathbf{r}_1 = (1,0,0)+\lambda(1,1,1) r 1 = ( 1 , 0 , 0 ) + λ ( 1 , 1 , 1 ) and
r 2 = ( 0 , 1 , 0 ) + μ ( 1 , − 1 , 0 ) \mathbf{r}_2 = (0,1,0)+\mu(1,-1,0) r 2 = ( 0 , 1 , 0 ) + μ ( 1 , − 1 , 0 ) intersect and find the point of intersection.
Solution 1 + λ = μ 1+\lambda = \mu 1 + λ = μ , λ = 1 − μ \lambda = 1-\mu λ = 1 − μ , λ = 0 \lambda = 0 λ = 0 .
From λ = 0 \lambda = 0 λ = 0 : μ = 1 \mu = 1 μ = 1 . Check: 1 = 1 1 = 1 1 = 1 ✓, 0 = 0 0 = 0 0 = 0 ✓, 0 = 0 0 = 0 0 = 0 ✓.
The lines intersect at ( 1 , 0 , 0 ) \boxed{(1,0,0)} ( 1 , 0 , 0 ) .