MATH 133 Linear Algebra and Geometry • McGill University, Montreal

Corrected exercises: cross product, areas and volumes (MATH 133)

This is the corrected exercise set for the cross product chapter of MATH 133, Linear Algebra and Geometry, the first-year course taught at McGill University (Nicholson, section 4.3). Part A covers the computation of u×vu \times v from the symbolic determinant and its properties, the length ∥u∥∥v∥sin⁡θ\|u\|\|v\|\sin\theta and Lagrange's identity, the areas of parallelograms and triangles in space, the scalar triple product with the volumes of a parallelepiped and a tetrahedron, and the equation of a plane through three points. Part B applies the same tools to lines of intersection, distances and torque. No calculator is needed anywhere, as on the exam.

The thread running through the whole set: u×vu \times v is a VECTOR with two halves. Its direction, perpendicular to both factors, gives a normal to a plane or the direction of a line; its length gives an area, and through the area a height, a volume or a distance. Every question in the chapter uses exactly one half, and the first gesture is to decide which one before computing anything. The second is to feed the product the right PAIR of vectors: two edges from the same vertex, two vectors lying in the plane, two directions.

The traps named explicitly in the solutions: the lost minus sign on the middle component, caught by two dot products; the missing half in a triangle area; position vectors used where edge vectors were needed; the diagonals of a parallelogram giving twice its area; a zero cross product patched into 0x+0y+0z=00x + 0y + 0z = 0 instead of read as collinear points; d×OP→d \times \overrightarrow{OP} instead of d×AP→d \times \overrightarrow{AP}; setting to zero a variable that is constant along a line; one third instead of one sixth for a tetrahedron; and forgetting to divide by ∥d∥\|d\| in a distance.

10 corrected exercises • 100 points • 150 minutes

Revision sheet for this chapter → Every MATH 133 chapter →

Course recap

  • • u×v=(u2v3−u3v2, u3v1−u1v3, u1v2−u2v1)u \times v = (u_2v_3 - u_3v_2,\ u_3v_1 - u_1v_3,\ u_1v_2 - u_2v_1), the expansion of det⁡(ijku1u2u3v1v2v3)\det\begin{pmatrix} i & j & k \\ u_1 & u_2 & u_3 \\ v_1 & v_2 & v_3 \end{pmatrix} along its first row; the jj term carries a minus sign.
  • • u×vu \times v is perpendicular to uu and to vv, oriented by the right-hand rule; v×u=−(u×v)v \times u = -(u \times v), u×u=0u \times u = 0, and u×v=0u \times v = 0 exactly when uu and vv are parallel. The product is NOT associative.
  • • ∥u×v∥=∥u∥∥v∥sin⁡θ\|u \times v\| = \|u\|\|v\|\sin\theta is the area of the parallelogram on uu and vv; Lagrange: ∥u×v∥2=∥u∥2∥v∥2−(u⋅v)2\|u \times v\|^2 = \|u\|^2\|v\|^2 - (u \cdot v)^2. Triangle ABCABC: 12∥AB→×AC→∥\frac{1}{2}\|\overrightarrow{AB} \times \overrightarrow{AC}\|.
  • • u⋅(v×w)=det⁡u \cdot (v \times w) = \det of the rows u,v,wu, v, w. Parallelepiped: ∣u⋅(v×w)∣|u \cdot (v \times w)|; tetrahedron: 16\frac{1}{6} of it; zero exactly when the three vectors are coplanar.
  • • Plane through A,B,CA, B, C: normal n=AB→×AC→n = \overrightarrow{AB} \times \overrightarrow{AC}, equation n⋅(X−A)=0n \cdot (X - A) = 0. Line of two planes: direction n1×n2n_1 \times n_2.
  • • Distance from QQ to the line through PP with direction dd: ∥PQ→×d∥∥d∥\dfrac{\|\overrightarrow{PQ} \times d\|}{\|d\|}. Skew lines: ∣P1P2→⋅(d1×d2)∣∥d1×d2∥\dfrac{|\overrightarrow{P_1P_2} \cdot (d_1 \times d_2)|}{\|d_1 \times d_2\|}. Torque: τ=r×F\tau = r \times F.

Part A: the basics (/50)

Exercise 1: Computing u × v, and the ten-second check that catches the middle sign

The cross product is defined only in R3\mathbb{R}^3, and it is the one product of the course that returns a VECTOR. It is computed from the symbolic determinant u×v=det⁡(ijku1u2u3v1v2v3)u \times v = \det\begin{pmatrix} i & j & k \\ u_1 & u_2 & u_3 \\ v_1 & v_2 & v_3 \end{pmatrix}, expanded along the first row, where ii, jj, kk are the standard unit vectors.

Take u=(2,−1,3)u = (2, -1, 3) and v=(1,4,−2)v = (1, 4, -2). The figure shows the standard right-handed frame in which every direction below is read.

xyzijkfingers curl from x to y,the thumb gives z
  • a) Compute u×vu \times v by expanding the symbolic determinant along its first row. Show the three 2×22 \times 2 minors.
  • b) Check your answer by two dot products, and say which classic slip this check catches.
  • c) Give v×uv \times u without computing a single new minor. Justify.
  • d) Give i×ji \times j, j×kj \times k, k×ik \times i and j×ij \times i, and explain how the right-hand rule on the figure predicts each of them.
  • e) Compute (u+v)×(u−v)(u + v) \times (u - v) in two ways: directly, and by expanding with the algebraic rules. Explain why it is not u×u−v×v=0u \times u - v \times v = 0.
Show the solution

Answers

  • a) u×v=(−10,7,9)u \times v = (-10, 7, 9)
  • b) u⋅(u×v)=0u \cdot (u \times v) = 0 and v⋅(u×v)=0v \cdot (u \times v) = 0; the check catches a wrong sign on the middle component.
  • c) v×u=(10,−7,−9)v \times u = (10, -7, -9)
  • d) i×j=ki \times j = k, j×k=ij \times k = i, k×i=jk \times i = j, j×i=−kj \times i = -k
  • e) (u+v)×(u−v)=−2(u×v)=(20,−14,−18)(u + v) \times (u - v) = -2(u \times v) = (20, -14, -18)

a) Expanding along the first row, each unit vector multiplies the minor obtained by deleting its row and column, with the signs +,−,++, -, +. For ii: det⁡(−134−2)=(−1)(−2)−(3)(4)=2−12=−10\det\begin{pmatrix} -1 & 3 \\ 4 & -2 \end{pmatrix} = (-1)(-2) - (3)(4) = 2 - 12 = -10. For jj, with its MINUS sign: −det⁡(231−2)=−((2)(−2)−(3)(1))=−(−7)=7-\det\begin{pmatrix} 2 & 3 \\ 1 & -2 \end{pmatrix} = -\big((2)(-2) - (3)(1)\big) = -(-7) = 7. For kk: det⁡(2−114)=8−(−1)=9\det\begin{pmatrix} 2 & -1 \\ 1 & 4 \end{pmatrix} = 8 - (-1) = 9. So u×v=(−10,7,9)u \times v = (-10, 7, 9). Writing the three minors on the page is not decoration: in MATH 133 the method marks are given on them, and a single wrong entry becomes visible to the marker instead of being buried in one line.

b) The result must be perpendicular to both factors. u⋅(−10,7,9)=−20−7+27=0u \cdot (-10, 7, 9) = -20 - 7 + 27 = 0 and v⋅(−10,7,9)=−10+28−18=0v \cdot (-10, 7, 9) = -10 + 28 - 18 = 0. Both vanish, so the vector is right. This check is worth its ten seconds because the most common error of the chapter is forgetting the minus sign in front of the jj minor. Had we written (−10,−7,9)(-10, -7, 9), the first dot product would give −20+7+27=14≠0-20 + 7 + 27 = 14 \neq 0 and the mistake would be caught before it contaminated a plane equation, an area or a distance further down the page.

c) The cross product is ANTICOMMUTATIVE: v×u=−(u×v)=(10,−7,−9)v \times u = -(u \times v) = (10, -7, -9). In the determinant, exchanging uu and vv swaps two rows, and a row swap multiplies a determinant by −1-1. Geometrically the new vector has the same length (same parallelogram) and the opposite direction (the right hand now curls from vv to uu). The order of the factors is therefore never a detail: it decides which side of a plane a normal points to and the sign of a torque.

d) i×j=ki \times j = k, j×k=ij \times k = i, k×i=jk \times i = j: going around the cycle i→j→k→ii \to j \to k \to i gives the next vector. Against the cycle the sign flips, so j×i=−kj \times i = -k. On the figure, curl the fingers of the right hand from the xx-axis towards the yy-axis through the smaller angle: the thumb points along +z+z. The frame is called right-handed precisely because i×j=ki \times j = k and not −k-k, and all the signs in the component formula of a) come from that convention.

e) Directly: u+v=(3,3,1)u + v = (3, 3, 1) and u−v=(1,−5,5)u - v = (1, -5, 5), so the product is ((3)(5)−(1)(−5), (1)(1)−(3)(5), (3)(−5)−(3)(1))=(20,−14,−18)\big((3)(5) - (1)(-5),\ (1)(1) - (3)(5),\ (3)(-5) - (3)(1)\big) = (20, -14, -18). By the rules: (u+v)×(u−v)=u×u−u×v+v×u−v×v=0−u×v−u×v−0=−2(u×v)(u + v) \times (u - v) = u \times u - u \times v + v \times u - v \times v = 0 - u \times v - u \times v - 0 = -2(u \times v), and −2(−10,7,9)=(20,−14,−18)-2(-10, 7, 9) = (20, -14, -18): the two ways agree. The tempting u×u−v×vu \times u - v \times v copies the identity (a+b)(a−b)=a2−b2(a + b)(a - b) = a^2 - b^2, which relies on ab=baab = ba. Here the cross terms do NOT cancel, they add, because v×u=−u×vv \times u = -u \times v.

Exercise 2: The length of u × v: sine, Lagrange and the parallelogram

The direction of u×vu \times v gives a normal; its LENGTH gives an area. ∥u×v∥=∥u∥∥v∥sin⁡θ\|u \times v\| = \|u\|\|v\|\sin\theta, where θ∈[0,π]\theta \in [0, \pi] is the angle between uu and vv, and that is base times height for the parallelogram built on uu and vv, as the figure shows.

Take u=(1,2,2)u = (1, 2, 2) and v=(3,0,4)v = (3, 0, 4). All answers are exact: leave the square roots.

u (base ||u||)vθh = ||v|| sin θ
  • a) Compute u×vu \times v and the area of the parallelogram built on uu and vv.
  • b) Verify the area with Lagrange's identity ∥u×v∥2=∥u∥2∥v∥2−(u⋅v)2\|u \times v\|^2 = \|u\|^2\|v\|^2 - (u \cdot v)^2, without using u×vu \times v.
  • c) Find cos⁡θ\cos\theta and sin⁡θ\sin\theta exactly, and check that sin⁡2θ+cos⁡2θ=1\sin^2\theta + \cos^2\theta = 1.
  • d) Using cross products only, decide which of w=(−2,−4,−4)w = (-2, -4, -4) and t=(2,4,5)t = (2, 4, 5) is parallel to uu.
  • e) A parallelogram is given by its two DIAGONALS p=(4,2,6)p = (4, 2, 6) and q=(2,−2,2)q = (2, -2, 2). Find its area, and explain why ∥p×q∥\|p \times q\| alone is the wrong answer.
Show the solution

Answers

  • a) u×v=(8,2,−6)u \times v = (8, 2, -6), area 104=226\sqrt{104} = 2\sqrt{26}
  • b) 9×25−112=1049 \times 25 - 11^2 = 104, so the area is 2262\sqrt{26} again
  • c) cos⁡θ=1115\cos\theta = \frac{11}{15}, sin⁡θ=22615\sin\theta = \frac{2\sqrt{26}}{15}
  • d) u×w=0u \times w = 0, so ww is parallel to uu; u×t=(2,−1,0)≠0u \times t = (2, -1, 0) \neq 0, so tt is not
  • e) Area 12∥p×q∥=226\frac{1}{2}\|p \times q\| = 2\sqrt{26}

a) u×v=((2)(4)−(2)(0), (2)(3)−(1)(4), (1)(0)−(2)(3))=(8,2,−6)u \times v = \big((2)(4) - (2)(0),\ (2)(3) - (1)(4),\ (1)(0) - (2)(3)\big) = (8, 2, -6). Check: u⋅(8,2,−6)=8+4−12=0u \cdot (8, 2, -6) = 8 + 4 - 12 = 0 and v⋅(8,2,−6)=24+0−24=0v \cdot (8, 2, -6) = 24 + 0 - 24 = 0. The area is the length: ∥u×v∥=64+4+36=104=226\|u \times v\| = \sqrt{64 + 4 + 36} = \sqrt{104} = 2\sqrt{26}. The vector itself is not the area. An answer written as (8,2,−6)(8, 2, -6) to a question that asks for an area answers with the wrong half of the product and loses the mark, even though every number in it is right.

b) ∥u∥2=1+4+4=9\|u\|^2 = 1 + 4 + 4 = 9, ∥v∥2=9+0+16=25\|v\|^2 = 9 + 0 + 16 = 25 and u⋅v=3+0+8=11u \cdot v = 3 + 0 + 8 = 11. Lagrange gives 9×25−112=225−121=1049 \times 25 - 11^2 = 225 - 121 = 104, the same 104104 as in a). The identity is nothing but sin⁡2θ=1−cos⁡2θ\sin^2\theta = 1 - \cos^2\theta multiplied by ∥u∥2∥v∥2\|u\|^2\|v\|^2, and it is the fastest independent check of a cross product length: it uses only dot products, so it shares no arithmetic with the determinant.

c) cos⁡θ=u⋅v∥u∥∥v∥=113×5=1115\cos\theta = \dfrac{u \cdot v}{\|u\|\|v\|} = \dfrac{11}{3 \times 5} = \dfrac{11}{15}, and sin⁡θ=∥u×v∥∥u∥∥v∥=22615\sin\theta = \dfrac{\|u \times v\|}{\|u\|\|v\|} = \dfrac{2\sqrt{26}}{15}. Then sin⁡2θ+cos⁡2θ=104+121225=225225=1\sin^2\theta + \cos^2\theta = \dfrac{104 + 121}{225} = \dfrac{225}{225} = 1. Note that sin⁡θ\sin\theta comes out positive with no choice of sign: the angle between two vectors lies in [0,π][0, \pi], where the sine is never negative, which is why a LENGTH can be written as ∥u∥∥v∥sin⁡θ\|u\|\|v\|\sin\theta without an absolute value.

d) Two vectors are parallel exactly when their cross product is the zero vector, since the parallelogram then collapses to a segment. u×w=((2)(−4)−(2)(−4), (2)(−2)−(1)(−4), (1)(−4)−(2)(−2))=(0,0,0)u \times w = \big((2)(-4) - (2)(-4),\ (2)(-2) - (1)(-4),\ (1)(-4) - (2)(-2)\big) = (0, 0, 0): indeed w=−2uw = -2u. u×t=((2)(5)−(2)(4), (2)(2)−(1)(5), (1)(4)−(2)(2))=(2,−1,0)≠0u \times t = \big((2)(5) - (2)(4),\ (2)(2) - (1)(5),\ (1)(4) - (2)(2)\big) = (2, -1, 0) \neq 0: tt looks almost like 2u=(2,4,4)2u = (2, 4, 4), but one entry differs and that is enough. Comparing ratios entry by entry works too, but it breaks down as soon as a component is zero, whereas the cross product test never does.

e) The sides are 12(p+q)=(3,0,4)\frac{1}{2}(p + q) = (3, 0, 4) and 12(p−q)=(1,2,2)\frac{1}{2}(p - q) = (1, 2, 2), the very vv and uu of a). With p=u+vp = u + v and q=v−uq = v - u, p×q=u×v−v×u=2(u×v)p \times q = u \times v - v \times u = 2(u \times v) by anticommutativity, so the area is 12∥p×q∥\frac{1}{2}\|p \times q\|. Here p×q=((2)(2)−(6)(−2), (6)(2)−(4)(2), (4)(−2)−(2)(2))=(16,4,−12)p \times q = \big((2)(2) - (6)(-2),\ (6)(2) - (4)(2),\ (4)(-2) - (2)(2)\big) = (16, 4, -12), of length 4264\sqrt{26}, and the area is 2262\sqrt{26}, as in a). Taking ∥p×q∥\|p \times q\| directly doubles the area: the cross product measures the parallelogram built on the two vectors you feed it, and the diagonals build a parallelogram twice as large.

Exercise 3: Triangles in space: edges from one vertex, never position vectors

A triangle ABCABC is half of the parallelogram built on two of its edges, so its area is 12∥AB→×AC→∥\frac{1}{2}\|\overrightarrow{AB} \times \overrightarrow{AC}\|. Both edges must leave from the SAME vertex, and they are edge vectors, differences of points, not the position vectors of the points.

Take A=(1,0,2)A = (1, 0, 2), B=(3,1,1)B = (3, 1, 1) and C=(2,3,4)C = (2, 3, 4).

  • a) Compute the area of triangle ABCABC.
  • b) Deduce the distance from CC to the line ABAB, that is the height of the triangle from CC.
  • c) A student computes 12∥OA→×OC→∥\frac{1}{2}\|\overrightarrow{OA} \times \overrightarrow{OC}\| with OO the origin. What has been computed, and why can it not be the area of ABCABC?
  • d) Find the point DD such that ABCDABCD is a parallelogram (vertices in that order), and give its area.
  • e) Recompute the area from BA→×BC→\overrightarrow{BA} \times \overrightarrow{BC} and explain why the vertex you start from does not matter.
Show the solution

Answers

  • a) AB→×AC→=(5,−5,5)\overrightarrow{AB} \times \overrightarrow{AC} = (5, -5, 5), area 532\frac{5\sqrt{3}}{2}
  • b) h=536=522h = \frac{5\sqrt{3}}{\sqrt{6}} = \frac{5\sqrt{2}}{2}
  • c) The area 352\frac{3\sqrt{5}}{2} of triangle OACOAC, which moves with the origin.
  • d) D=(0,2,5)D = (0, 2, 5), area 535\sqrt{3}
  • e) BA→×BC→=(−5,5,−5)\overrightarrow{BA} \times \overrightarrow{BC} = (-5, 5, -5), same length, same area

a) AB→=B−A=(2,1,−1)\overrightarrow{AB} = B - A = (2, 1, -1) and AC→=C−A=(1,3,2)\overrightarrow{AC} = C - A = (1, 3, 2). Then AB→×AC→=((1)(2)−(−1)(3), (−1)(1)−(2)(2), (2)(3)−(1)(1))=(5,−5,5)\overrightarrow{AB} \times \overrightarrow{AC} = \big((1)(2) - (-1)(3),\ (-1)(1) - (2)(2),\ (2)(3) - (1)(1)\big) = (5, -5, 5). Check: (2,1,−1)⋅(5,−5,5)=10−5−5=0(2, 1, -1) \cdot (5, -5, 5) = 10 - 5 - 5 = 0 and (1,3,2)⋅(5,−5,5)=5−15+10=0(1, 3, 2) \cdot (5, -5, 5) = 5 - 15 + 10 = 0. Its length is 75=53\sqrt{75} = 5\sqrt{3}, which is the area of the PARALLELOGRAM, so the triangle has area 532\frac{5\sqrt{3}}{2}. Forgetting the half is the cheapest mark to lose in the chapter and one of the most frequent.

b) The area of the triangle is also 12×\frac{1}{2} \times base ×\times height with base ∥AB→∥=4+1+1=6\|\overrightarrow{AB}\| = \sqrt{4 + 1 + 1} = \sqrt{6}. So h=∥AB→×AC→∥∥AB→∥=536=52=522h = \dfrac{\|\overrightarrow{AB} \times \overrightarrow{AC}\|}{\|\overrightarrow{AB}\|} = \dfrac{5\sqrt{3}}{\sqrt{6}} = \dfrac{5}{\sqrt{2}} = \dfrac{5\sqrt{2}}{2}. This is exactly the formula for the distance from a point to a line that exercise 7 uses: the length of the cross product is the area, and dividing by the base leaves the height. Check: 126×52=532\frac{1}{2}\sqrt{6} \times \frac{5}{\sqrt{2}} = \frac{5\sqrt{3}}{2}, the area of a).

c) OA→×OC→=(1,0,2)×(2,3,4)=((0)(4)−(2)(3), (2)(2)−(1)(4), (1)(3)−(0)(2))=(−6,0,3)\overrightarrow{OA} \times \overrightarrow{OC} = (1, 0, 2) \times (2, 3, 4) = \big((0)(4) - (2)(3),\ (2)(2) - (1)(4),\ (1)(3) - (0)(2)\big) = (-6, 0, 3), of length 45=35\sqrt{45} = 3\sqrt{5}. Half of it, 352\frac{3\sqrt{5}}{2}, is the area of the triangle OACOAC, a different triangle with a vertex at the origin. The proof that it cannot be the area of ABCABC: an area does not change when the whole figure is translated, but position vectors do. Move the origin and OA→\overrightarrow{OA}, OC→\overrightarrow{OC} change while ABCABC does not. Edge vectors are differences of points, and a difference is unchanged by a translation.

d) In the parallelogram ABCDABCD, AD→=BC→\overrightarrow{AD} = \overrightarrow{BC}, so D=A+(C−B)=(1,0,2)+(−1,2,3)=(0,2,5)D = A + (C - B) = (1, 0, 2) + (-1, 2, 3) = (0, 2, 5). Check: AD→=(−1,2,3)=BC→\overrightarrow{AD} = (-1, 2, 3) = \overrightarrow{BC}. The diagonal ACAC cuts the parallelogram into two copies of triangle ABCABC, so its area is 2×532=532 \times \frac{5\sqrt{3}}{2} = 5\sqrt{3}. The trap here is the order of the letters: D=A+B−CD = A + B - C gives a point that makes ADBCADBC a parallelogram, a different quadrilateral with the same area, and the wrong point for the question asked.

e) BA→=(−2,−1,1)\overrightarrow{BA} = (-2, -1, 1) and BC→=(−1,2,3)\overrightarrow{BC} = (-1, 2, 3), so BA→×BC→=((−1)(3)−(1)(2), (1)(−1)−(−2)(3), (−2)(2)−(−1)(−1))=(−5,5,−5)\overrightarrow{BA} \times \overrightarrow{BC} = \big((-1)(3) - (1)(2),\ (1)(-1) - (-2)(3),\ (-2)(2) - (-1)(-1)\big) = (-5, 5, -5). It is −(5,−5,5)-(5, -5, 5): same line, opposite direction, same length, hence the same area 532\frac{5\sqrt{3}}{2}. Any vertex works, provided both edges leave from it. What changes with the vertex and the order is at most the SIGN of the vector, and the area only uses its length.

Exercise 4: The plane through three points, and the two ways it goes wrong

This is the classic question of the chapter, and it is a two-line gesture: the cross product of two edges gives a NORMAL nn, and one of the points turns it into an equation n⋅(X−P)=0n \cdot (X - P) = 0. The two traps are points that do not determine a plane, and a plane asked through a line and a point, where the pair of vectors is easy to get wrong.

Every plane below must be given in the form ax+by+cz=dax + by + cz = d with integer coefficients.

  • a) Find the plane through P=(1,2,0)P = (1, 2, 0), Q=(3,0,1)Q = (3, 0, 1) and R=(0,1,2)R = (0, 1, 2), and check it with all three points.
  • b) Find the plane through A=(1,1,1)A = (1, 1, 1), B=(2,3,0)B = (2, 3, 0) and C=(4,7,−2)C = (4, 7, -2). What goes wrong, and what does it mean?
  • c) Find the plane that contains the line L:(x,y,z)=(1,0,2)+t(1,1,−1)L: (x, y, z) = (1, 0, 2) + t(1, 1, -1) and the point P=(2,3,1)P = (2, 3, 1). Then explain why a student who used d×OP→d \times \overrightarrow{OP}, with dd the direction of LL, obtained a wrong plane.
  • d) Find the plane through (2,0,0)(2, 0, 0), (0,3,0)(0, 3, 0) and (0,0,6)(0, 0, 6), and compare with x2+y3+z6=1\frac{x}{2} + \frac{y}{3} + \frac{z}{6} = 1.
  • e) For the points of a), a classmate writes −3x−5y−4z=−13-3x - 5y - 4z = -13 and another writes 3x+5y+4z=03x + 5y + 4z = 0. Who is right?
Show the solution

Answers

  • a) 3x+5y+4z=133x + 5y + 4z = 13
  • b) AB→×AC→=0\overrightarrow{AB} \times \overrightarrow{AC} = 0: the points are collinear and no unique plane exists
  • c) x+z=3x + z = 3; d×OP→d \times \overrightarrow{OP} gives 4x−3y+z=04x - 3y + z = 0, which misses the line
  • d) 3x+2y+z=63x + 2y + z = 6, the same plane
  • e) The first is right (same plane); the second is the parallel plane through the origin

a) PQ→=(2,−2,1)\overrightarrow{PQ} = (2, -2, 1) and PR→=(−1,−1,2)\overrightarrow{PR} = (-1, -1, 2). Then PQ→×PR→=((−2)(2)−(1)(−1), (1)(−1)−(2)(2), (2)(−1)−(−2)(−1))=(−3,−5,−4)\overrightarrow{PQ} \times \overrightarrow{PR} = \big((-2)(2) - (1)(-1),\ (1)(-1) - (2)(2),\ (2)(-1) - (-2)(-1)\big) = (-3, -5, -4), and any non-zero multiple is a normal, so take n=(3,5,4)n = (3, 5, 4). The plane is n⋅(X−P)=0n \cdot (X - P) = 0: 3(x−1)+5(y−2)+4z=03(x - 1) + 5(y - 2) + 4z = 0, that is 3x+5y+4z=133x + 5y + 4z = 13. Check with the three points: 3+10+0=133 + 10 + 0 = 13, 9+0+4=139 + 0 + 4 = 13, 0+5+8=130 + 5 + 8 = 13. Checking only PP proves nothing, since PP was used to build the constant; QQ and RR are the real test.

b) AB→=(1,2,−1)\overrightarrow{AB} = (1, 2, -1) and AC→=(3,6,−3)=3AB→\overrightarrow{AC} = (3, 6, -3) = 3\overrightarrow{AB}, so AB→×AC→=((2)(−3)−(−1)(6), (−1)(3)−(1)(−3), (1)(6)−(2)(3))=(0,0,0)\overrightarrow{AB} \times \overrightarrow{AC} = \big((2)(-3) - (-1)(6),\ (-1)(3) - (1)(-3),\ (1)(6) - (2)(3)\big) = (0, 0, 0). The zero vector is not a normal: plugging it in gives 0x+0y+0z=00x + 0y + 0z = 0, which is all of space. The three points are COLLINEAR, and infinitely many planes contain the line through them, like the pages of a book around its spine. The right answer is that sentence, not an equation. A cross product that comes out zero is information, never a computing accident to be patched.

c) First make sure PP is not on LL: x=2x = 2 forces t=1t = 1, which gives (2,1,1)≠(2,3,1)(2, 1, 1) \neq (2, 3, 1). The plane contains the direction d=(1,1,−1)d = (1, 1, -1) and the vector from a point of LL to PP, AP→=(2,3,1)−(1,0,2)=(1,3,−1)\overrightarrow{AP} = (2, 3, 1) - (1, 0, 2) = (1, 3, -1). Then d×AP→=((1)(−1)−(−1)(3), (−1)(1)−(1)(−1), (1)(3)−(1)(1))=(2,0,2)d \times \overrightarrow{AP} = \big((1)(-1) - (-1)(3),\ (-1)(1) - (1)(-1),\ (1)(3) - (1)(1)\big) = (2, 0, 2), so n=(1,0,1)n = (1, 0, 1) and the plane is x+z=1+2=3x + z = 1 + 2 = 3. Check: PP gives 2+1=32 + 1 = 3 and n⋅d=1−1=0n \cdot d = 1 - 1 = 0, so the whole line lies in it. The student's OP→=(2,3,1)\overrightarrow{OP} = (2, 3, 1) goes from the ORIGIN to PP, and the origin is not on LL: d×OP→=(4,−3,1)d \times \overrightarrow{OP} = (4, -3, 1) gives the plane 4x−3y+z=04x - 3y + z = 0 through PP, and the point (1,0,2)(1, 0, 2) of LL gives 4+2=6≠04 + 2 = 6 \neq 0. Both vectors fed to the cross product must lie IN the plane.

d) AB→=(−2,3,0)\overrightarrow{AB} = (-2, 3, 0) and AC→=(−2,0,6)\overrightarrow{AC} = (-2, 0, 6), so the cross product is ((3)(6)−(0)(0), (0)(−2)−(−2)(6), (−2)(0)−(3)(−2))=(18,12,6)=6(3,2,1)\big((3)(6) - (0)(0),\ (0)(-2) - (-2)(6),\ (-2)(0) - (3)(-2)\big) = (18, 12, 6) = 6(3, 2, 1). With n=(3,2,1)n = (3, 2, 1) through (2,0,0)(2, 0, 0): 3x+2y+z=63x + 2y + z = 6. Dividing by 66 gives exactly x2+y3+z6=1\frac{x}{2} + \frac{y}{3} + \frac{z}{6} = 1, the intercept form: each denominator is where the plane cuts an axis. Dividing the cross product by 66 first was not required, but it keeps the numbers small, and small numbers are fewer chances of an arithmetic slip without a calculator.

e) The first classmate is right: −3x−5y−4z=−13-3x - 5y - 4z = -13 is 3x+5y+4z=133x + 5y + 4z = 13 multiplied by −1-1, the same set of points. A normal is only defined up to a non-zero factor, and the order of the two edge vectors, PQ→×PR→\overrightarrow{PQ} \times \overrightarrow{PR} or PR→×PQ→\overrightarrow{PR} \times \overrightarrow{PQ}, only flips its sign. The second classmate kept the right normal but forgot to put a point in: 3x+5y+4z=03x + 5y + 4z = 0 is the parallel plane through the origin, and PP gives 13≠013 \neq 0. The normal fixes the ORIENTATION of the plane, the point fixes its POSITION, and the question needs both.

Exercise 5: The triple product: volumes, one sixth, and four coplanar points

The scalar triple product u⋅(v×w)u \cdot (v \times w) is the determinant of the matrix whose rows are uu, vv and ww. Its absolute value is the volume of the parallelepiped built on the three vectors: ∥v×w∥\|v \times w\| is the area of a base, and the dot product with uu multiplies it by the height measured along the normal, as on the figure.

Take u=(1,1,0)u = (1, 1, 0), v=(0,2,1)v = (0, 2, 1) and w=(1,0,3)w = (1, 0, 3).

uvwhvolume = base area × h
  • a) Compute u⋅(v×w)u \cdot (v \times w), then the same number as a 3×33 \times 3 determinant, and give the volume of the parallelepiped.
  • b) Compute v⋅(u×w)v \cdot (u \times w) and explain the sign. Why does a volume question always take an absolute value?
  • c) Give the volume of the tetrahedron with vertices OO, uu, vv, ww, and justify the factor.
  • d) Decide whether A=(1,0,1)A = (1, 0, 1), B=(2,1,3)B = (2, 1, 3), C=(3,−1,2)C = (3, -1, 2) and D=(4,2,6)D = (4, 2, 6) are coplanar. If they are, give the plane.
  • e) Replace DD by D′=(4,2,7)D' = (4, 2, 7) and give the volume of the tetrahedron ABCD′ABCD'.
Show the solution

Answers

  • a) u⋅(v×w)=7u \cdot (v \times w) = 7, volume 77
  • b) v⋅(u×w)=−7v \cdot (u \times w) = -7: two factors swapped, same volume ∣−7∣=7|-7| = 7
  • c) 76\frac{7}{6}
  • d) Coplanar: AD→⋅(AB→×AC→)=0\overrightarrow{AD} \cdot (\overrightarrow{AB} \times \overrightarrow{AC}) = 0; plane x+y−z=0x + y - z = 0
  • e) ∣−3∣6=12\frac{|-3|}{6} = \frac{1}{2}

a) v×w=((2)(3)−(1)(0), (1)(1)−(0)(3), (0)(0)−(2)(1))=(6,1,−2)v \times w = \big((2)(3) - (1)(0),\ (1)(1) - (0)(3),\ (0)(0) - (2)(1)\big) = (6, 1, -2), and u⋅(6,1,−2)=6+1+0=7u \cdot (6, 1, -2) = 6 + 1 + 0 = 7. As a determinant with rows uu, vv, ww, expanded along the first row because it holds a zero: 1det⁡(2103)−1det⁡(0113)+0=1(6)−1(0−1)=71\det\begin{pmatrix} 2 & 1 \\ 0 & 3 \end{pmatrix} - 1\det\begin{pmatrix} 0 & 1 \\ 1 & 3 \end{pmatrix} + 0 = 1(6) - 1(0 - 1) = 7. The two computations are the same computation: the ii, jj, kk row of the symbolic determinant has simply been replaced by uu. The volume is 77.

b) u×w=((1)(3)−(0)(0), (0)(1)−(1)(3), (1)(0)−(1)(1))=(3,−3,−1)u \times w = \big((1)(3) - (0)(0),\ (0)(1) - (1)(3),\ (1)(0) - (1)(1)\big) = (3, -3, -1) and v⋅(3,−3,−1)=0−6−1=−7v \cdot (3, -3, -1) = 0 - 6 - 1 = -7. The triple (v,u,w)(v, u, w) is (u,v,w)(u, v, w) with two vectors exchanged, which swaps two rows of the determinant and flips the sign. The cyclic orders u,v,wu, v, w and v,w,uv, w, u and w,u,vw, u, v all give +7+7; the others give −7-7. The sign records the ORIENTATION of the triple (right-handed or not), which a volume does not care about, so a volume is always ∣u⋅(v×w)∣|u \cdot (v \times w)|.

c) The tetrahedron on OO, uu, vv, ww has volume 13×\frac{1}{3} \times base ×\times height. Its base is the TRIANGLE on vv and ww, half of the parallelogram, and its height is the height of the box. So it is 13×12=16\frac{1}{3} \times \frac{1}{2} = \frac{1}{6} of the parallelepiped: 76\frac{7}{6}. The two factors come from two different places, the pyramid giving a third and the triangular base giving a half. Writing 73\frac{7}{3} keeps the first and forgets the second, and it is the most common wrong answer to this question.

d) Four points are coplanar exactly when the three edges from one of them span zero volume. AB→=(1,1,2)\overrightarrow{AB} = (1, 1, 2), AC→=(2,−1,1)\overrightarrow{AC} = (2, -1, 1), AD→=(3,2,5)\overrightarrow{AD} = (3, 2, 5). AB→×AC→=((1)(1)−(2)(−1), (2)(2)−(1)(1), (1)(−1)−(1)(2))=(3,3,−3)\overrightarrow{AB} \times \overrightarrow{AC} = \big((1)(1) - (2)(-1),\ (2)(2) - (1)(1),\ (1)(-1) - (1)(2)\big) = (3, 3, -3) and AD→⋅(3,3,−3)=9+6−15=0\overrightarrow{AD} \cdot (3, 3, -3) = 9 + 6 - 15 = 0: the points ARE coplanar. The normal (3,3,−3)(3, 3, -3), or (1,1,−1)(1, 1, -1), through AA gives x+y−z=0x + y - z = 0, and all four points check: 1+0−11 + 0 - 1, 2+1−32 + 1 - 3, 3−1−23 - 1 - 2 and 4+2−64 + 2 - 6 are all 00.

e) AD′→=(3,2,6)\overrightarrow{AD'} = (3, 2, 6), so AD′→⋅(3,3,−3)=9+6−18=−3\overrightarrow{AD'} \cdot (3, 3, -3) = 9 + 6 - 18 = -3. The points are no longer coplanar, and the tetrahedron has volume ∣−3∣6=12\frac{|-3|}{6} = \frac{1}{2}. A useful check that costs nothing: when all the vertices have integer coordinates, six times the volume of a tetrahedron is always an INTEGER, because the triple product of integer vectors is an integer. An answer like 25\frac{2}{5} for such a tetrahedron is wrong on sight.

Part B: problems and reasoning (/50)

Exercise 6: The line where two planes meet, and the variable you cannot set to zero

Two non-parallel planes meet in a line. That line lies in both planes, so its direction is perpendicular to BOTH normals, and the cross product produces exactly such a vector: d=n1×n2d = n_1 \times n_2. What remains is one point of the line, and the usual shortcut for finding it, setting one variable to zero, fails in a precise and predictable case.

Take Π1:x−y+z=2\Pi_1: x - y + z = 2 and Π2:2x+y−z=1\Pi_2: 2x + y - z = 1.

  • a) Compute a direction vector of the line Π1∩Π2\Pi_1 \cap \Pi_2 and check it against both normals.
  • b) Find a point of the line. A student sets x=0x = 0 and gets stuck: show what happens, and explain how the direction vector predicted it.
  • c) Write the line in parametric form and check that every one of its points satisfies both equations.
  • d) Find the plane that contains this line and the origin.
  • e) Compare Π1\Pi_1 with Π3:2x−2y+2z=7\Pi_3: 2x - 2y + 2z = 7 and with Π4:3x−3y+3z=6\Pi_4: 3x - 3y + 3z = 6. What does n1×n3=0n_1 \times n_3 = 0 tell you, and what does it not tell you?
Show the solution

Answers

  • a) n1×n2=(0,3,3)n_1 \times n_2 = (0, 3, 3), direction d=(0,1,1)d = (0, 1, 1)
  • b) (1,−1,0)(1, -1, 0); with x=0x = 0 the system reads 0=30 = 3, because x=1x = 1 all along the line
  • c) (x,y,z)=(1,−1+t,t)(x, y, z) = (1, -1 + t, t), t∈Rt \in \mathbb{R}
  • d) x+y−z=0x + y - z = 0
  • e) Π3\Pi_3 is parallel to Π1\Pi_1 and distinct (no line); Π4\Pi_4 is Π1\Pi_1 itself. The cross product alone cannot tell them apart.

a) n1=(1,−1,1)n_1 = (1, -1, 1) and n2=(2,1,−1)n_2 = (2, 1, -1). Then n1×n2=((−1)(−1)−(1)(1), (1)(2)−(1)(−1), (1)(1)−(−1)(2))=(0,3,3)n_1 \times n_2 = \big((-1)(-1) - (1)(1),\ (1)(2) - (1)(-1),\ (1)(1) - (-1)(2)\big) = (0, 3, 3), and dividing by 33 gives d=(0,1,1)d = (0, 1, 1). Check: n1⋅d=0−1+1=0n_1 \cdot d = 0 - 1 + 1 = 0 and n2⋅d=0+1−1=0n_2 \cdot d = 0 + 1 - 1 = 0. The reasoning deserves one sentence on the copy: a vector lies in a plane exactly when it is perpendicular to its normal, so a direction common to both planes is perpendicular to both normals, and n1×n2n_1 \times n_2 is built to be that. The alternative, row reducing the 2×32 \times 3 system and reading the free variable, gives the same line and takes longer.

b) With x=0x = 0 the equations become −y+z=2-y + z = 2 and y−z=1y - z = 1; adding them gives 0=30 = 3, a contradiction. No point of the line has x=0x = 0: adding the original equations gives 3x=33x = 3, so x=1x = 1 at EVERY point of the line. The direction vector said it in advance, since its first component is 00: moving along the line never changes xx. The rule to keep is to set to zero a variable whose component in dd is NOT zero. Here take z=0z = 0: x−y=2x - y = 2 and 2x+y=12x + y = 1 give 3x=33x = 3, x=1x = 1, y=−1y = -1. The point is (1,−1,0)(1, -1, 0), and it checks in both: 1+1+0=21 + 1 + 0 = 2 and 2−1−0=12 - 1 - 0 = 1.

c) (x,y,z)=(1,−1,0)+t(0,1,1)=(1,−1+t,t)(x, y, z) = (1, -1, 0) + t(0, 1, 1) = (1, -1 + t, t). Substituting a general point: Π1\Pi_1 gives 1−(−1+t)+t=21 - (-1 + t) + t = 2 and Π2\Pi_2 gives 2+(−1+t)−t=12 + (-1 + t) - t = 1, for EVERY tt, the tt cancelling each time. Checking with a general tt rather than one value of tt is what proves the whole line lies in both planes; a single point would only show that the line touches them.

d) This is the plane through a line and a point, the gesture of exercise 4 c). The plane contains d=(0,1,1)d = (0, 1, 1) and the vector from A=(1,−1,0)A = (1, -1, 0) on the line to the origin, AO→=(−1,1,0)\overrightarrow{AO} = (-1, 1, 0). Then d×AO→=((1)(0)−(1)(1), (1)(−1)−(0)(0), (0)(1)−(1)(−1))=(−1,−1,1)d \times \overrightarrow{AO} = \big((1)(0) - (1)(1),\ (1)(-1) - (0)(0),\ (0)(1) - (1)(-1)\big) = (-1, -1, 1), so n=(1,1,−1)n = (1, 1, -1) and, through the origin, x+y−z=0x + y - z = 0. Check: AA gives 1−1−0=01 - 1 - 0 = 0, and n⋅d=0+1−1=0n \cdot d = 0 + 1 - 1 = 0, so the line lies in it.

e) n3=(2,−2,2)=2n1n_3 = (2, -2, 2) = 2n_1, so n1×n3=0n_1 \times n_3 = 0: the normals are parallel, therefore the PLANES are parallel and there is no line of intersection to find. But parallel is not yet the full answer. Dividing Π3\Pi_3 by 22 gives x−y+z=72x - y + z = \frac{7}{2}, a different constant: Π3\Pi_3 is parallel to Π1\Pi_1 and never meets it. Dividing Π4\Pi_4 by 33 gives x−y+z=2x - y + z = 2: Π4\Pi_4 IS Π1\Pi_1, written differently, and they meet everywhere. The cross product sees only the normals, so it answers parallel or not; comparing the constants after scaling decides between distinct and identical.

Exercise 7: Distance from a point to a line, read as a height

The distance from a point QQ to a line LL through PP with direction dd is the HEIGHT of the parallelogram built on PQ→\overrightarrow{PQ} and dd, as on the figure. Area divided by base: dist(Q,L)=∥PQ→×d∥∥d∥\text{dist}(Q, L) = \dfrac{\|\overrightarrow{PQ} \times d\|}{\|d\|}.

Take L:(x,y,z)=(1,0,1)+t(2,1,2)L: (x, y, z) = (1, 0, 1) + t(2, 1, 2) and Q=(3,4,0)Q = (3, 4, 0).

PQdPQdistanceL
  • a) Compute the distance from QQ to LL.
  • b) Check the answer with Pythagoras, using the length of the projection of PQ→\overrightarrow{PQ} on dd.
  • c) Find the foot HH of the perpendicular from QQ to LL, and check that QH→\overrightarrow{QH} is perpendicular to dd and has the right length.
  • d) The same line is written (5,2,5)+s(4,2,4)(5, 2, 5) + s(4, 2, 4). Redo a) with this description and explain why the answer cannot change.
  • e) Find the distance between LL and the parallel line M:(0,1,3)+s(−4,−2,−4)M: (0, 1, 3) + s(-4, -2, -4).
Show the solution

Answers

  • a) PQ→×d=(9,−6,−6)\overrightarrow{PQ} \times d = (9, -6, -6), distance 3173=17\frac{3\sqrt{17}}{3} = \sqrt{17}
  • b) 21−22=1721 - 2^2 = 17, so 17\sqrt{17}
  • c) H=(73,23,73)H = \left(\frac{7}{3}, \frac{2}{3}, \frac{7}{3}\right), ∥QH→∥2=17\|\overrightarrow{QH}\|^2 = 17
  • d) 6176=17\frac{6\sqrt{17}}{6} = \sqrt{17}: area and base both double
  • e) 5\sqrt{5}

a) P=(1,0,1)P = (1, 0, 1), so PQ→=(2,4,−1)\overrightarrow{PQ} = (2, 4, -1), and d=(2,1,2)d = (2, 1, 2) with ∥d∥=3\|d\| = 3. PQ→×d=((4)(2)−(−1)(1), (−1)(2)−(2)(2), (2)(1)−(4)(2))=(9,−6,−6)\overrightarrow{PQ} \times d = \big((4)(2) - (-1)(1),\ (-1)(2) - (2)(2),\ (2)(1) - (4)(2)\big) = (9, -6, -6), of length 81+36+36=153=317\sqrt{81 + 36 + 36} = \sqrt{153} = 3\sqrt{17}. The distance is 3173=17\dfrac{3\sqrt{17}}{3} = \sqrt{17}. The division by ∥d∥\|d\| is the step that disappears under exam pressure, and it matters: without it the answer is 3173\sqrt{17}, three times too large, which is the AREA of the parallelogram and not its height.

b) PQ→⋅d=4+4−2=6\overrightarrow{PQ} \cdot d = 4 + 4 - 2 = 6, so the projection of PQ→\overrightarrow{PQ} on the line has length 63=2\frac{6}{3} = 2. The vector PQ→\overrightarrow{PQ} is the hypotenuse of a right triangle whose legs are that projection and the distance: ∥PQ→∥2=4+16+1=21\|\overrightarrow{PQ}\|^2 = 4 + 16 + 1 = 21, so dist2=21−22=17\text{dist}^2 = 21 - 2^2 = 17. The same 17\sqrt{17}, obtained with no cross product at all, which is exactly what an independent check should be. Lagrange's identity says these two routes always agree.

c) H=P+PQ→⋅d∥d∥2d=(1,0,1)+69(2,1,2)=(73,23,73)H = P + \dfrac{\overrightarrow{PQ} \cdot d}{\|d\|^2}d = (1, 0, 1) + \dfrac{6}{9}(2, 1, 2) = \left(\dfrac{7}{3}, \dfrac{2}{3}, \dfrac{7}{3}\right). Then QH→=(−23,−103,73)\overrightarrow{QH} = \left(-\dfrac{2}{3}, -\dfrac{10}{3}, \dfrac{7}{3}\right), and QH→⋅d=−4−10+143=0\overrightarrow{QH} \cdot d = \dfrac{-4 - 10 + 14}{3} = 0: perpendicular, as a foot must be. Its length: ∥QH→∥2=4+100+499=1539=17\|\overrightarrow{QH}\|^2 = \dfrac{4 + 100 + 49}{9} = \dfrac{153}{9} = 17. The cross product gave the distance without the foot; when the question also asks for the closest point, the projection is the tool, and each answer checks the other.

d) (5,2,5)=(1,0,1)+2(2,1,2)(5, 2, 5) = (1, 0, 1) + 2(2, 1, 2) is on LL, and (4,2,4)=2d(4, 2, 4) = 2d, so it is the same line. Now P′Q→=(−2,2,−5)\overrightarrow{P'Q} = (-2, 2, -5) and P′Q→×(4,2,4)=((2)(4)−(−5)(2), (−5)(4)−(−2)(4), (−2)(2)−(2)(4))=(18,−12,−12)\overrightarrow{P'Q} \times (4, 2, 4) = \big((2)(4) - (-5)(2),\ (-5)(4) - (-2)(4),\ (-2)(2) - (2)(4)\big) = (18, -12, -12), of length 6176\sqrt{17}, while ∥(4,2,4)∥=6\|(4, 2, 4)\| = 6. The distance is again 17\sqrt{17}. Doubling the direction vector doubles the parallelogram's base and its area together, and moving the base point along the line slides the parallelogram without changing its height. A formula for a distance must be blind to how the line is written, and this one is, precisely because of the division by ∥d∥\|d\|.

e) (−4,−2,−4)=−2d(-4, -2, -4) = -2d, so MM is parallel to LL, and the distance between two parallel lines is the distance from ANY point of one to the other. With R=(0,1,3)R = (0, 1, 3) on MM: PR→=(−1,1,2)\overrightarrow{PR} = (-1, 1, 2) and PR→×d=((1)(2)−(2)(1), (2)(2)−(−1)(2), (−1)(1)−(1)(2))=(0,6,−3)\overrightarrow{PR} \times d = \big((1)(2) - (2)(1),\ (2)(2) - (-1)(2),\ (-1)(1) - (1)(2)\big) = (0, 6, -3), of length 45=35\sqrt{45} = 3\sqrt{5}. The distance is 353=5\dfrac{3\sqrt{5}}{3} = \sqrt{5}. This formula is only valid because the lines are parallel; two non-parallel lines need exercise 10.

Exercise 8: Five statements to correct

Each statement below was written by a student preparing for a MATH 133 midterm, and each one is false. Say what is wrong, give the correct statement, and settle it with the smallest counterexample you can find, preferably built from ii, jj and kk.

  • a) “u×v=v×uu \times v = v \times u, as for every product in this course.”
  • b) “(u×v)×w=u×(v×w)(u \times v) \times w = u \times (v \times w), so the brackets can be dropped.”
  • c) “If u×v=u×wu \times v = u \times w and u≠0u \neq 0, then v=wv = w.”
  • d) “If u⋅(v×w)=0u \cdot (v \times w) = 0, then two of the three vectors are parallel.”
  • e) “A tetrahedron is a pyramid, and a pyramid is one third of a prism, so its volume is 13∣u⋅(v×w)∣\frac{1}{3}|u \cdot (v \times w)|.”
Show the solution

Answers

  • a) False: v×u=−(u×v)v \times u = -(u \times v), e.g. j×i=−kj \times i = -k
  • b) False: (i×i)×j=0(i \times i) \times j = 0 but i×(i×j)=−ji \times (i \times j) = -j
  • c) False: only v−wv - w parallel to uu; i×j=i×(i+j)i \times j = i \times (i + j)
  • d) False: the vectors are coplanar; ii, jj, i+ji + j
  • e) False: the volume is 16∣u⋅(v×w)∣\frac{1}{6}|u \cdot (v \times w)|; unit corner tetrahedron 16\frac{1}{6}

a) FALSE, and not even “for every product in this course”: the matrix product is not commutative either. The cross product is ANTICOMMUTATIVE, v×u=−(u×v)v \times u = -(u \times v): i×j=ki \times j = k while j×i=−kj \times i = -k. The two vectors have the same length and opposite directions, since the right hand curls the other way. Correct statement: v×u=−(u×v)v \times u = -(u \times v), and in particular u×u=−(u×u)u \times u = -(u \times u) forces u×u=0u \times u = 0.

b) FALSE: the cross product is not associative. Take u=v=iu = v = i and w=jw = j. On the left, (i×i)×j=0×j=0(i \times i) \times j = 0 \times j = 0. On the right, i×(i×j)=i×k=−ji \times (i \times j) = i \times k = -j. The two results differ, and not by a sign: one is zero. Correct statement: a double cross product must be computed in the order its brackets say, inner bracket first. Geometrically, u×(v×w)u \times (v \times w) lies in the plane of vv and ww, while (u×v)×w(u \times v) \times w lies in the plane of uu and vv, which is why they have no reason to agree.

c) FALSE: there is no cancellation. Take u=iu = i, v=jv = j, w=i+jw = i + j: then u×w=i×i+i×j=0+k=k=u×vu \times w = i \times i + i \times j = 0 + k = k = u \times v, although v≠wv \neq w. Correct statement: u×v=u×wu \times v = u \times w gives u×(v−w)=0u \times (v - w) = 0, which only says that v−wv - w is PARALLEL to uu, so w=v+cuw = v + cu for some scalar cc. Adding any multiple of uu to vv changes neither the base nor the height of the parallelogram, hence not the product.

d) FALSE: a zero triple product means the three vectors are COPLANAR, that is linearly dependent, which is much weaker than two of them being parallel. Take ii, jj and i+ji + j: j×(i+j)=j×i+j×j=−kj \times (i + j) = j \times i + j \times j = -k, and i⋅(−k)=0i \cdot (-k) = 0. None of the three is parallel to another, yet the box they build is flat because all three lie in the xyxy-plane. Correct statement: u⋅(v×w)=0u \cdot (v \times w) = 0 if and only if uu, vv, ww lie in a common plane through the origin.

e) FALSE: the factor is 16\frac{1}{6}. A tetrahedron is one third of the prism on the same TRIANGULAR base, and that prism is half of the parallelepiped. The smallest counterexample is the corner of the unit cube, OO, ii, jj, kk: the triple product is 11, the base triangle has area 12\frac{1}{2}, the height is 11, and 13×12×1=16\frac{1}{3} \times \frac{1}{2} \times 1 = \frac{1}{6}, not 13\frac{1}{3}. Correct statement: the tetrahedron on uu, vv, ww has volume 16∣u⋅(v×w)∣\frac{1}{6}|u \cdot (v \times w)|.

Exercise 9: Tightening a bolt: torque as a cross product

In mechanics, the torque of a force FF applied at a point with position rr relative to a pivot is τ=r×F\tau = r \times F, in newton metres. Its length says how strongly the force turns, and its DIRECTION is the axis of rotation, oriented by the right-hand rule. For a bolt, only the component of τ\tau along the bolt's own axis actually turns it.

The figure is a view from above: the bolt is at the origin, its axis is the zz-axis pointing towards you, and the hand holds the wrench at r=(0.3,0.4,0)r = (0.3, 0.4, 0) metres. Forces are in newtons.

boltrFhandxyz toward you
  • a) The hand pushes with F1=(−40,30,0)F_1 = (-40, 30, 0), the force drawn on the figure. Compute τ\tau, its length, and say which way the wrench turns as seen from above.
  • b) The hand now pulls along the handle, F2=(30,40,0)F_2 = (30, 40, 0). Compute the torque and explain the result without the formula.
  • c) The hand pushes straight down, F3=(0,0,−50)F_3 = (0, 0, -50). Compute τ\tau and its length. Does the bolt turn?
  • d) A clumsy push F4=(−20,15,−30)F_4 = (-20, 15, -30). Compute τ\tau and give the part of it that turns the bolt.
  • e) What is the smallest force that produces a turning torque of 2525 N m with the hand at rr? And with the hand halfway along the handle?
Show the solution

Answers

  • a) τ=(0,0,25)\tau = (0, 0, 25) N m, length 2525; counterclockwise seen from above
  • b) τ=0\tau = 0: the force points along rr
  • c) τ=(−20,15,0)\tau = (-20, 15, 0), length 2525, but its zz-component is 00: no turning
  • d) τ=(−12,9,12.5)\tau = (-12, 9, 12.5); the turning part is τz=12.5\tau_z = 12.5 N m
  • e) 5050 N, perpendicular to the handle in the horizontal plane; 100100 N halfway

a) τ=r×F1=((0.4)(0)−(0)(30), (0)(−40)−(0.3)(0), (0.3)(30)−(0.4)(−40))=(0,0,9+16)=(0,0,25)\tau = r \times F_1 = \big((0.4)(0) - (0)(30),\ (0)(-40) - (0.3)(0),\ (0.3)(30) - (0.4)(-40)\big) = (0, 0, 9 + 16) = (0, 0, 25) N m. Its length is 2525, and it agrees with ∥r∥∥F1∥sin⁡θ\|r\|\|F_1\|\sin\theta: ∥r∥=0.5\|r\| = 0.5, ∥F1∥=50\|F_1\| = 50 and r⋅F1=−12+12=0r \cdot F_1 = -12 + 12 = 0, so θ=90∘\theta = 90^{\circ} and 0.5×50×1=250.5 \times 50 \times 1 = 25. The torque points along +z+z, towards you: curl the right hand so the thumb points at you, and the fingers turn COUNTERCLOCKWISE on the figure. For a standard right-hand thread seen from its head, that loosens the bolt; the sign of the cross product is the whole difference between loosening and tightening.

b) r×F2=(0−0, 0−0, (0.3)(40)−(0.4)(30))=(0,0,12−12)=0r \times F_2 = \big(0 - 0,\ 0 - 0,\ (0.3)(40) - (0.4)(30)\big) = (0, 0, 12 - 12) = 0. F2=100rF_2 = 100r points exactly along the handle, and parallel vectors have zero cross product. Physically, pulling a wrench along its own handle only drags the bolt sideways; the sin⁡θ\sin\theta in the length formula is sin⁡0=0\sin 0 = 0. This is why the handle length matters only through the component of the force perpendicular to it.

c) r×F3=((0.4)(−50)−(0)(0), (0)(0)−(0.3)(−50), (0.3)(0)−(0.4)(0))=(−20,15,0)r \times F_3 = \big((0.4)(-50) - (0)(0),\ (0)(0) - (0.3)(-50),\ (0.3)(0) - (0.4)(0)\big) = (-20, 15, 0), of length 400+225=25\sqrt{400 + 225} = 25, the same length as in a). And yet the bolt does not turn: the torque is HORIZONTAL, perpendicular to the bolt's axis, so it tries to bend the bolt, not to rotate it about zz. The turning part is the zz-component, which is 00. Answering with the length alone gives a confident 2525 N m and a completely wrong conclusion: here the direction of the cross product is the answer.

d) r×F4=((0.4)(−30)−(0)(15), (0)(−20)−(0.3)(−30), (0.3)(15)−(0.4)(−20))=(−12,9,12.5)r \times F_4 = \big((0.4)(-30) - (0)(15),\ (0)(-20) - (0.3)(-30),\ (0.3)(15) - (0.4)(-20)\big) = (-12, 9, 12.5). The part that turns the bolt is the component along the axis kk: τ⋅k=12.5\tau \cdot k = 12.5 N m. The horizontal part (−12,9,0)(-12, 9, 0) is wasted into bending. Note that τz=rxFy−ryFx\tau_z = r_x F_y - r_y F_x uses only the horizontal components of the force, which is why the vertical −30-30 N changed the bending and not the turning.

e) The turning component is τz=∥r∥ ∥Fxy∥sin⁡φ≤0.5 ∥F∥\tau_z = \|r\|\,\|F_{xy}\|\sin\varphi \le 0.5\,\|F\|, where FxyF_{xy} is the horizontal part of the force and φ\varphi its angle with the handle. So 25≤0.5 ∥F∥25 \le 0.5\,\|F\| requires ∥F∥≥50\|F\| \ge 50 N, with equality for a horizontal force perpendicular to the handle, which is exactly F1F_1. With the hand halfway, r=(0.15,0.2,0)r = (0.15, 0.2, 0) and ∥r∥=0.25\|r\| = 0.25, so the minimum doubles to 100100 N. The length of rr is the lever arm: this is the whole reason wrenches have long handles, read directly off ∥r×F∥=∥r∥∥F∥sin⁡θ\|r \times F\| = \|r\|\|F\|\sin\theta.

Exercise 10: Two skew lines: the distance and the common perpendicular

Two lines in space that are not parallel and do not meet are called skew. The shortest segment joining them is perpendicular to BOTH, so its direction is n=d1×d2n = d_1 \times d_2, and its length is the component of any connecting vector P1P2→\overrightarrow{P_1P_2} along nn: dist(L1,L2)=∣P1P2→⋅(d1×d2)∣∥d1×d2∥\text{dist}(L_1, L_2) = \dfrac{|\overrightarrow{P_1P_2} \cdot (d_1 \times d_2)|}{\|d_1 \times d_2\|}.

Take L1:(1,0,0)+t(1,1,0)L_1: (1, 0, 0) + t(1, 1, 0) and L2:(2,0,5)+s(0,1,1)L_2: (2, 0, 5) + s(0, 1, 1), with P1=(1,0,0)P_1 = (1, 0, 0) and P2=(2,0,5)P_2 = (2, 0, 5) as marked on the figure. This is a typical final-exam question in five steps.

L1L2P1P2shortest segment
  • a) Compute n=d1×d2n = d_1 \times d_2 and use a triple product to show that L1L_1 and L2L_2 are skew.
  • b) Compute the distance between L1L_1 and L2L_2.
  • c) Write the plane Π1\Pi_1 through L1L_1 with normal nn and the plane Π2\Pi_2 through L2L_2 with normal nn. Recompute the distance as the distance between these two parallel planes.
  • d) Find the two points, one on each line, that realise the distance, and check them.
  • e) A student answers ∥P1P2→∥\|\overrightarrow{P_1P_2}\|. Compare. Then replace P2P_2 by (2,0,−1)(2, 0, -1) and say what the formula gives and what it means.
Show the solution

Answers

  • a) n=(1,−1,1)n = (1, -1, 1), P1P2→⋅n=6≠0\overrightarrow{P_1P_2} \cdot n = 6 \neq 0: not parallel, not coplanar, so skew
  • b) 63=23\frac{6}{\sqrt{3}} = 2\sqrt{3}
  • c) Π1:x−y+z=1\Pi_1: x - y + z = 1, Π2:x−y+z=7\Pi_2: x - y + z = 7, distance 63=23\frac{6}{\sqrt{3}} = 2\sqrt{3}
  • d) (0,−1,0)(0, -1, 0) on L1L_1 (t=−1t = -1) and (2,−3,2)(2, -3, 2) on L2L_2 (s=−3s = -3)
  • e) 26>23\sqrt{26} > 2\sqrt{3}, the distance between two particular points; with (2,0,−1)(2, 0, -1) the formula gives 00: the lines meet, at (2,1,0)(2, 1, 0)

a) n=(1,1,0)×(0,1,1)=((1)(1)−(0)(1), (0)(0)−(1)(1), (1)(1)−(1)(0))=(1,−1,1)n = (1, 1, 0) \times (0, 1, 1) = \big((1)(1) - (0)(1),\ (0)(0) - (1)(1),\ (1)(1) - (1)(0)\big) = (1, -1, 1). It is not zero, so the lines are not parallel. P1P2→=(1,0,5)\overrightarrow{P_1P_2} = (1, 0, 5) and P1P2→⋅n=1−0+5=6≠0\overrightarrow{P_1P_2} \cdot n = 1 - 0 + 5 = 6 \neq 0: the triple product of P1P2→\overrightarrow{P_1P_2}, d1d_1, d2d_2 is non-zero, so these three vectors are not coplanar, and no plane contains both lines. Two non-parallel lines that meet would lie in a common plane, so these lines do not meet: they are skew. One triple product settles both questions at once.

b) dist=∣6∣∥(1,−1,1)∥=63=23\text{dist} = \dfrac{|6|}{\|(1, -1, 1)\|} = \dfrac{6}{\sqrt{3}} = 2\sqrt{3}. Read it as the volume of the box built on P1P2→\overrightarrow{P_1P_2}, d1d_1, d2d_2 divided by the area of its base ∥d1×d2∥\|d_1 \times d_2\|: the distance is the HEIGHT of that box. It is the same idea as in exercise 7, one dimension up: there a parallelogram's area divided by its base, here a box's volume divided by its base.

c) The plane through P1P_1 with normal nn is x−y+z=1−0+0=1x - y + z = 1 - 0 + 0 = 1, and it contains all of L1L_1 because n⋅d1=0n \cdot d_1 = 0. The plane through P2P_2 is x−y+z=2−0+5=7x - y + z = 2 - 0 + 5 = 7, and it contains L2L_2 because n⋅d2=0n \cdot d_2 = 0. They share the normal, so they are parallel, and each line lies in its own plane: the distance between the lines is the distance between the planes. Taking P1P_1 in Π1\Pi_1 and using the point-to-plane distance of the previous chapter: ∣1−0+0−7∣3=63=23\dfrac{|1 - 0 + 0 - 7|}{\sqrt{3}} = \dfrac{6}{\sqrt{3}} = 2\sqrt{3}, as in b).

d) Write the connecting vector between general points: (2,s,5+s)−(1+t,t,0)=(1−t, s−t, 5+s)(2, s, 5 + s) - (1 + t, t, 0) = (1 - t,\ s - t,\ 5 + s), and require it to be λn=(λ,−λ,λ)\lambda n = (\lambda, -\lambda, \lambda). Then t=1−λt = 1 - \lambda and s=λ−5s = \lambda - 5, and the middle equation gives (λ−5)−(1−λ)=−λ(\lambda - 5) - (1 - \lambda) = -\lambda, so 3λ=63\lambda = 6 and λ=2\lambda = 2. Hence t=−1t = -1, s=−3s = -3, and the points are (0,−1,0)(0, -1, 0) on L1L_1 and (2,−3,2)(2, -3, 2) on L2L_2. Checks: their difference is (2,−2,2)=2n(2, -2, 2) = 2n, of length 232\sqrt{3}; (0,−1,0)(0, -1, 0) lies in Π1\Pi_1 since 0+1+0=10 + 1 + 0 = 1, and (2,−3,2)(2, -3, 2) in Π2\Pi_2 since 2+3+2=72 + 3 + 2 = 7.

e) ∥P1P2→∥=1+0+25=26\|\overrightarrow{P_1P_2}\| = \sqrt{1 + 0 + 25} = \sqrt{26}, and 26>12=(23)226 > 12 = (2\sqrt{3})^2: the student measured the distance between two particular points, which is only an upper bound for the distance between the lines. The formula keeps only the component of P1P2→\overrightarrow{P_1P_2} along the common perpendicular. With P2=(2,0,−1)P_2 = (2, 0, -1), P1P2→=(1,0,−1)\overrightarrow{P_1P_2} = (1, 0, -1) and P1P2→⋅n=1−0−1=0\overrightarrow{P_1P_2} \cdot n = 1 - 0 - 1 = 0: the distance is 00, the lines are coplanar and not parallel, so they MEET. Solving (1+t,t,0)=(2,s,−1+s)(1 + t, t, 0) = (2, s, -1 + s) gives s=1s = 1 from the third coordinate, then t=1t = 1, and the common point is (2,1,0)(2, 1, 0).

See also

Struggling with MATH 133?

I tutor first-year linear algebra at McGill and Concordia, in English or in French, in Montreal or online. Get in touch for a first session.

Site by Studio Squalli