This chapter extends the study of vectors from A Level Mathematics into three dimensions, Introducing the vector (cross) product, equations of planes, and the scalar triple product. These Tools are essential for geometry, mechanics, and physics at university level.
A vector has magnitude and direction. In 2D, a = ( a 1 a 2 ) \mathbf{a} = \begin{pmatrix}a_1\\a_2\end{pmatrix} a = ( a 1 a 2 ) has Magnitude ∣ a ∣ = a 1 2 + a 2 2 |\mathbf{a}| = \sqrt{a_1^2 + a_2^2} ∣ a ∣ = a 1 2 + a 2 2 .
This chapter extends all of these ideas into three dimensions and introduces new operations.
The acute angle is found by taking the absolute value.
$\overrightarrow{AB}\cdot(\overrightarrow{AC}\times\overrightarrow{AD}) = 0$.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 = ∣ ( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) ∣ ∣ d 1 × d 2 ∣ \boxed{D = \frac{|(\mathbf{a}_2 - \mathbf{a}_1)\cdot(\mathbf{d}_1\times\mathbf{d}_2)|}{|\mathbf{d}_1\times\mathbf{d}_2|}} D = ∣ d 1 × d 2 ∣ ∣ ( a 2 − a 1 ) ⋅ ( d 1 × d 2 ) ∣
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.
| 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 = ∣ p ⋅ n − d ∣ ∣ n ∣ D = \dfrac{ | \mathbf{p}\cdot\mathbf{n} - d | }{ | \mathbf{n} | } D = ∣ n ∣ ∣ p ⋅ n − d ∣ | | Parallelepiped volume | V = ∣ a ⋅ ( b × c ) ∣ V = | \mathbf{a}\cdot(\mathbf{b}\times\mathbf{c}) | V = ∣ a ⋅ ( b × c ) ∣ | | Skew line distance | D = ∣ ( a _ 2 − a _ 1 ) ⋅ ( d _ 1 × d _ 2 ) ∣ ∣ d _ 1 × d _ 2 ∣ D = \dfrac{ | (\mathbf{a}\_2-\mathbf{a}\_1)\cdot(\mathbf{d}\_1\times\mathbf{d}\_2) | }{ | \mathbf{d}\_1\times\mathbf{d}\_2 | } D = ∣ d _1 × d _2∣ ∣ ( a _2 − a _1 ) ⋅ ( d _1 × d _2 ) ∣ |
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)$$B(0, 1, 3)$$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 = ∣ 3 + 2 ( 1 ) − 2 ( − 2 ) − 6 ∣ 1 + 4 + 4 = ∣ 3 + 2 + 4 − 6 ∣ 3 = 3 3 = 1 D = \dfrac{|3 + 2(1) - 2(-2) - 6|}{\sqrt{1+4+4}} = \dfrac{|3+2+4-6|}{3} = \dfrac{3}{3} = 1 D = 1 + 4 + 4 ∣3 + 2 ( 1 ) − 2 ( − 2 ) − 6∣ = 3 ∣3 + 2 + 4 − 6∣ = 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 = 0 6 = 0 D = \dfrac{0}{\sqrt{6}} = 0 D = 6 0 = 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 \mathbf{n}_1 = \begin{pmatrix}2\\-1\\1\end{pmatrix}$$|\mathbf{n}_1| = \sqrt{6} . \mathbf{n}_2 = \begin{pmatrix}1\\1\\2\end{pmatrix}$$|\mathbf{n}_2| = \sqrt{6} .
cos θ = ∣ 2 − 1 + 2 ∣ 6 ⋅ 6 = 3 6 = 1 2 \cos\theta = \dfrac{|2-1+2|}{\sqrt{6}\cdot\sqrt{6}} = \dfrac{3}{6} = \dfrac{1}{2} cos θ = 6 ⋅ 6 ∣2 − 1 + 2∣ = 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)$$B(3, 1, 2)$$C(2, 3, 1)$$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: 3x = 9 \implies x = 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 ϕ = ∣ d ⋅ n ∣ ∣ d ∣ ∣ n ∣ = ∣ 6 − 1 − 2 ∣ 11 9 = 3 3 11 = 1 11 \sin\phi = \dfrac{|\mathbf{d}\cdot\mathbf{n}|}{|\mathbf{d}||\mathbf{n}|} = \dfrac{|6-1-2|}{\sqrt{11}\sqrt{9}} = \dfrac{3}{3\sqrt{11}} = \dfrac{1}{\sqrt{11}} sin ϕ = ∣ d ∣∣ n ∣ ∣ d ⋅ n ∣ = 11 9 ∣6 − 1 − 2∣ = 3 11 3 = 11 1 .
ϕ = arcsin ( 1 11 ) ≈ 17.6 ° \phi = \arcsin\!\left(\dfrac{1}{\sqrt{11}}\right) \approx \boxed{17.6°} ϕ = arcsin ( 11 1 ) ≈ 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 = 3 6 = 3 6 6 = 6 2 D = \dfrac{3}{\sqrt{6}} = \dfrac{3\sqrt{6}}{6} = \boxed{\dfrac{\sqrt{6}}{2}} D = 6 3 = 6 3 6 = 2 6 .
If you get this wrong, revise: Distance Between Skew Lines — Section 9.
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 = 1 + 2 + 3 − 6 3 = 0 D = \dfrac{1+2+3-6}{\sqrt{3}} = 0 D = 3 1 + 2 + 3 − 6 = 0 and n ^ = 1 3 ( 1 , 1 , 1 ) \hat{\mathbf{n}} = \dfrac{1}{\sqrt{3}}(1, 1, 1) n ^ = 3 1 ( 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 = 0 + 0 + 0 − 6 3 = − 2 3 D = \frac{0 + 0 + 0 - 6}{\sqrt{3}} = -2\sqrt{3} D = 3 0 + 0 + 0 − 6 = − 2 3
Q ′ = ( 0 , 0 , 0 ) − 2 ( − 2 3 ) 1 3 ( 1 , 1 , 1 ) = ( 0 , 0 , 0 ) + 4 ( 1 , 1 , 1 ) = ( 4 , 4 , 4 ) Q' = (0, 0, 0) - 2(-2\sqrt{3})\frac{1}{\sqrt{3}}(1, 1, 1) = (0, 0, 0) + 4(1, 1, 1) = (4, 4, 4) Q ′ = ( 0 , 0 , 0 ) − 2 ( − 2 3 ) 3 1 ( 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.
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. \mathbf{d} = (3, 0, -1)$$\mathbf{n} = (1, -2, 2) .
sin ϕ = ∣ d ⋅ n ∣ ∣ d ∣ ∣ n ∣ = ∣ 3 + 0 − 2 ∣ 10 9 = 1 3 10 \sin\phi = \frac{|\mathbf{d}\cdot\mathbf{n}|}{|\mathbf{d}||\mathbf{n}|} = \frac{|3 + 0 - 2|}{\sqrt{10}\sqrt{9}} = \frac{1}{3\sqrt{10}} sin ϕ = ∣ d ∣∣ n ∣ ∣ d ⋅ n ∣ = 10 9 ∣3 + 0 − 2∣ = 3 10 1
ϕ = arcsin ( 1 3 10 ) ≈ 6.1 ∘ \phi = \arcsin\!\left(\frac{1}{3\sqrt{10}}\right) \approx 6.1^\circ ϕ = arcsin ( 3 10 1 ) ≈ 6. 1 ∘
Problem. Find the volume of the tetrahedron with vertices O(0,0,0)$$A(1,0,0)$$B(0,2,0) C ( 0 , 0 , 3 ) C(0,0,3) C ( 0 , 0 , 3 ) .
Solution. \overrightarrow{OA} = (1,0,0)$$\overrightarrow{OB} = (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.
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. \mathbf{d}_1 = (1, 1, 0)$$\mathbf{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 .
Problem. Find the equation of the plane through P(1, 1, 0)$$Q(2, 0, 1)$$R(0, 1, 1) .
Solution. \overrightarrow{PQ} = (1, -1, 1)$$\overrightarrow{PR} = (-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 .
Problem. Determine whether the points A(1, 0, 1)$$B(2, 1, 3)$$C(3, 1, 4)$$D(0, -1, -1) Are coplanar.
Solution. \overrightarrow{AB} = (1, 1, 2)$$\overrightarrow{AC} = (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 ■
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 ^ = 1 3 ( 1 , 1 , 1 ) \hat{\mathbf{n}} = \dfrac{1}{\sqrt{3}}(1, 1, 1) n ^ = 3 1 ( 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 )
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.
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 .
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 .
The equation of a plane and the distance formula connect vectors to 3D coordinate geometry. See Polar Coordinates .
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 \mathbf{d}_1 = (2,-1,1)$$\mathbf{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 = ∣ − 5 ∣ 22 = 5 22 = 5 22 22 D = \dfrac{|-5|}{\sqrt{22}} = \dfrac{5}{\sqrt{22}} = \dfrac{5\sqrt{22}}{22} D = 22 ∣ − 5∣ = 22 5 = 22 5 22 .
Find the volume of the parallelepiped with edges \mathbf{a} = (2, 0, 1)$$\mathbf{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 .
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 a + b 2 \dfrac{\mathbf{a}+\mathbf{b}}{2} 2 a + b . This is the Perpendicular bisector. ■ \blacksquare ■
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.
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 ■
The cross product and scalar triple product can be expressed as determinants. See Matrices .
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 .
The equation of a plane connects vectors to 3D geometry. See Polar Coordinates for parametric Representations of curves.
| 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 = ∣ a ⋅ n − d ∣ ∣ n ∣ D = \dfrac{ | \mathbf{a}\cdot\mathbf{n} - d | }{ | \mathbf{n} | } D = ∣ n ∣ ∣ a ⋅ n − d ∣ | | Distance: skew lines | D = ∣ ( a _ 2 − a _ 1 ) ⋅ ( d _ 1 × d _ 2 ) ∣ ∣ d _ 1 × d _ 2 ∣ D = \dfrac{ | (\mathbf{a}\_2-\mathbf{a}\_1)\cdot(\mathbf{d}\_1\times\mathbf{d}\_2) | }{ | \mathbf{d}\_1\times\mathbf{d}\_2 | } D = ∣ d _1 × d _2∣ ∣ ( a _2 − a _1 ) ⋅ ( d _1 × d _2 ) ∣ | | Angle: line to plane | sin ϕ = ∣ d ⋅ n ∣ ∣ d ∣ ∣ n ∣ \sin\phi = \dfrac{ | \mathbf{d}\cdot\mathbf{n} | }{ | \mathbf{d} | | \mathbf{n} | } sin ϕ = ∣ d ∣∣ n ∣ ∣ d ⋅ n ∣ | | Angle: two planes | cos θ = ∣ n _ 1 ⋅ n _ 2 ∣ ∣ n _ 1 ∣ ∣ n _ 2 ∣ \cos\theta = \dfrac{ | \mathbf{n}\_1\cdot\mathbf{n}\_2 | }{ | \mathbf{n}\_1 | | \mathbf{n}\_2 | } cos θ = ∣ n _1∣∣ n _2∣ ∣ n _1 ⋅ n _2∣ | | 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 = P ⋅ n − d ∣ n ∣ D = \dfrac{P\cdot\mathbf{n}-d}{ | \mathbf{n} | } D = ∣ n ∣ P ⋅ n − d |
Find the equation of the plane that passes through the points A(1,0,0)$$B(0,1,0)$$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 \overrightarrow{AB} = (-1,1,0)$$\overrightarrow{AC} = (-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 . ✓
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 \mathbf{a} = (a_1,a_2,a_3)$$\mathbf{b} = (b_1,b_2,b_3)$$\mathbf{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 ■
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 \mathbf{d}_1 = (1,0,-1)$$\mathbf{d}_2 = (0,1,1) . Not parallel (not scalar multiples).
For intersection: \lambda = 0$$1 = \mu$$-\lambda = 1+\mu .
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 = 2 3 = 2 3 3 D = \dfrac{2}{\sqrt{3}} = \boxed{\dfrac{2\sqrt{3}}{3}} D = 3 2 = 3 2 3 .
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 The shortest distance between skew lines equals the perpendicular distance from any point on one Line to the parallel plane containing the other line.
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).
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 ] ∣ .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 \mathbf{n}_1 = (2,-1,1)$$\mathbf{n}_2 = (1,1,2) .
cos θ = ∣ 2 − 1 + 2 ∣ 6 6 = 3 6 = 1 2 \cos\theta = \dfrac{|2-1+2|}{\sqrt{6}\sqrt{6}} = \dfrac{3}{6} = \dfrac{1}{2} cos θ = 6 6 ∣2 − 1 + 2∣ = 6 3 = 2 1 .
θ = 60 ° \boxed{\theta = 60°} θ = 60°
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 ■
If a \mathbf{a} a makes angles α , β , γ \alpha, \beta, \gamma α , β , γ with the coordinate axes, then:
cos α = a 1 ∣ a ∣ \cos\alpha = \dfrac{a_1}{|\mathbf{a}|} cos α = ∣ a ∣ a 1 cos β = a 2 ∣ a ∣ \cos\beta = \dfrac{a_2}{|\mathbf{a}|} cos β = ∣ a ∣ a 2 cos γ = a 3 ∣ a ∣ \cos\gamma = \dfrac{a_3}{|\mathbf{a}|} cos γ = ∣ a ∣ a 3
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 .
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!)
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 = ∣ ( p − a ) × d ∣ ∣ d ∣ D = \frac{|(\mathbf{p}-\mathbf{a})\times\mathbf{d}|}{|\mathbf{d}|} D = ∣ d ∣ ∣ ( p − a ) × d ∣
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 .
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 = ∣ ( − 4 , 4 , 0 ) ∣ ∣ ( 1 , 1 , 0 ) ∣ = 32 2 = 4 2 2 = 4 D = \dfrac{|(-4,4,0)|}{|(1,1,0)|} = \dfrac{\sqrt{32}}{\sqrt{2}} = \dfrac{4\sqrt{2}}{\sqrt{2}} = \boxed{4} D = ∣ ( 1 , 1 , 0 ) ∣ ∣ ( − 4 , 4 , 0 ) ∣ = 2 32 = 2 4 2 = 4 .
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+\lambda = \mu$$\lambda = 1-\mu$$\lambda = 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 ) .
Confusing position vectors with direction vectors. Position vectors point from the origin.
Forgetting that the scalar product gives a scalar, not a vector.
Forgetting to check that solutions satisfy the original equation (especially with squaring both sides or dividing by variables).
Losing marks by not showing sufficient working. Always write out each step, especially in proof questions.
Forgetting the + c +c + c constant of integration in indefinite integrals, or misusing boundary conditions in definite integrals.
Incorrectly applying integration by parts by choosing u u u and d v d x \frac{dv}{dx} d x d v the wrong way around.