Mathematics · Book 2 · Grades 10–12

High School Mathematics

High School Mathematics · Grades 10–12

31Vectors, Lines and Planes in Space

Three-dimensional geometry becomes computational once vectors and coordinates are available: lines get parametric representations, planes get Cartesian equations, and the scalar product measures angles and distances. This chapter builds this toolbox and uses it to solve the classical intersection and distance problems.

31.1 Vectors in space

Vectors in space obey the same rules as in the plane: they add, they scale, and AB=CD\vect{AB} = \vect{CD} exactly when ABDCABDC is a parallelogram. In a coordinate system (O;ı,ȷ,k)(O; \vec\imath, \vec\jmath, \vec k), every vector has coordinates (x,y,z)(x, y, z).

Definition 31.1 (Collinearity, coplanarity)

Two vectors are collinear if one is a multiple of the other. Three vectors u,v,w\vec u, \vec v, \vec w are coplanar if one of them can be written as a combination of the other two, say w=au+bv\vec w = a\vec u + b\vec v.

Proposition 31.2

If u,v,w\vec u, \vec v, \vec w are not coplanar, every vector of space decomposes uniquely as xu+yv+zwx\vec u + y\vec v + z\vec w.

Idea of proof. Through the tip of the vector to decompose, draw the line parallel to w\vec w; it meets the plane of u,v\vec u, \vec v in a single point, which splits the vector into a component in that plane (uniquely xu+yvx\vec u + y\vec v, plane geometry) and a component along w\vec w. Uniqueness: a difference of two decompositions would express one of the vectors in terms of the other two, contradicting non-coplanarity.

31.2 Lines and planes

Definition 31.3 (Parametric representation of a line)

The line through A(xA,yA,zA)A(x_A, y_A, z_A) with direction vector u(a,b,c)0\vec u (a, b, c) \neq \vec 0 is the set of points

M(xA+ta,  yA+tb,  zA+tc),tR.M(x_A + ta,\; y_A + tb,\; z_A + tc), \qquad t \in \R .

Definition 31.4 (Plane)

The plane through AA directed by two non-collinear vectors u,v\vec u, \vec v is the set of points MM with AM=su+tv\vect{AM} = s\vec u + t\vec v, (s,t)R2(s, t) \in \R^2.

Left: the line through A with direction u, graduated by the parameter t. Right: the plane through A directed by u and v; every point M of the plane is reached as AM = s u + t v. Left: the line through A with direction u, graduated by the parameter t. Right: the plane through A directed by u and v; every point M of the plane is reached as AM = s u + t v.
Left: the line through AA with direction u\vec u, graduated by the parameter tt. Right: the plane through AA directed by u\vec u and v\vec v; every point MM of the plane is reached as AM=su+tv\vect{AM} = s\vec u + t\vec v.

Proposition 31.5 (Relative positions)

Two distinct planes are either parallel or intersect in a line. A line and a plane are either parallel (possibly contained) or intersect in a single point. Two lines in space may be intersecting, strictly parallel, identical, or skew (non-coplanar).

Sketch. These are incidence statements; each case analysis reduces, in coordinates, to solving a linear system and counting its solutions — see Method 31.10.

31.3 Scalar product

Definition 31.6 (Scalar product)

The scalar product of u\vec u and v\vec v is

uv=12(u+v2u2v2),\vec u \cdot \vec v = \tfrac12\left(\norm{\vec u + \vec v}^2 - \norm{\vec u}^2 - \norm{\vec v}^2\right),

where u\norm{\vec u} is the length of u\vec u. If both vectors are nonzero, uv=uvcosθ\vec u \cdot \vec v = \norm{\vec u}\,\norm{\vec v}\cos\theta where θ\theta is the angle between them; and in an orthonormal coordinate system,

uv=xx+yy+zz.\vec u \cdot \vec v = xx' + yy' + zz' .

Two vectors are orthogonal if their scalar product is 00.

Proposition 31.7 (Properties)

The scalar product is symmetric (uv=vu\vec u\cdot\vec v = \vec v\cdot\vec u), bilinear ((au+bv)w=auw+bvw(a\vec u + b\vec v)\cdot \vec w = a\,\vec u\cdot\vec w + b\,\vec v\cdot \vec w), and uu=u20\vec u \cdot \vec u = \norm{\vec u}^2 \geq 0.

Proof. In an orthonormal system, all three properties are immediate on the formula xx+yy+zzxx' + yy' + zz', which itself follows from the defining formula and the Pythagorean computation of lengths: u2=x2+y2+z2\norm{\vec u}^2 = x^2 + y^2 + z^2.

Definition 31.8 (Normal vector)

A normal vector of a plane P\mathcal P is a nonzero vector orthogonal to every vector lying in P\mathcal P (it suffices that it be orthogonal to two non-collinear directions of P\mathcal P).

A normal vector n of the plane P is orthogonal to every direction of P. The point H, foot of the perpendicular from M_0, realizes the distance from M_0 to the plane.
A normal vector n\vec n of the plane P\mathcal P is orthogonal to every direction of P\mathcal P. The point HH, foot of the perpendicular from M0M_0, realizes the distance from M0M_0 to the plane.

Theorem 31.9 (Cartesian equation of a plane)

In an orthonormal coordinate system, the plane through AA with normal vector n(a,b,c)\vec n(a, b, c) has equation

ax+by+cz+d=0,a x + b y + c z + d = 0,

where d=(axA+byA+czA)d = -(ax_A + by_A + cz_A). Conversely, every such equation with (a,b,c)(0,0,0)(a,b,c) \neq (0,0,0) defines a plane with normal vector (a,b,c)(a, b, c).

Proof. MP    AMn    a(xxA)+b(yyA)+c(zzA)=0M \in \mathcal P \iff \vect{AM} \perp \vec n \iff a(x - x_A) + b(y - y_A) + c(z - z_A) = 0, which expands to the equation. Conversely, pick any solution point AA of the equation; the same computation backwards shows the solution set is {M:AMn=0}\{M : \vect{AM}\cdot\vec n = 0\}, the plane through AA normal to n\vec n.

Method 31.10 (Intersections in practice)

  • Line \cap plane: substitute the parametric coordinates of the line into the plane equation; solve for tt (one solution: one point; 0=0 = nonzero: parallel; 0=00 = 0: line contained).
  • Plane \cap plane: solve the system of the two equations, parametrizing by one free coordinate; the solution is a line (or the planes are parallel when the normal vectors are collinear).
  • Orthogonality checks: line \perp plane iff its direction is collinear with the normal; two planes are perpendicular iff their normals are orthogonal.

Proposition 31.11 (Distance from a point to a plane)

In an orthonormal system, the distance from M0(x0,y0,z0)M_0(x_0, y_0, z_0) to the plane P:ax+by+cz+d=0\mathcal P : ax + by + cz + d = 0 is

dist(M0,P)=ax0+by0+cz0+da2+b2+c2.\operatorname{dist}(M_0, \mathcal P) = \frac{\abs{ax_0 + by_0 + cz_0 + d}}{\sqrt{a^2 + b^2 + c^2}}.

Proof. Let HH be the orthogonal projection of M0M_0 on P\mathcal P: the foot of the perpendicular, so HM0\vect{HM_0} is collinear with the unit normal nn\frac{\vec n}{\norm{\vec n}}, and the distance is HM0nn\abs{\vect{HM_0}\cdot \frac{\vec n}{\norm{\vec n}}}. For any HPH \in \mathcal P, HM0n=ax0+by0+cz0(axH+byH+czH)=ax0+by0+cz0+d\vect{HM_0}\cdot\vec n = ax_0 + by_0 + cz_0 - (ax_H + by_H + cz_H) = ax_0 + by_0 + cz_0 + d (using the equation at HH), whence the formula after dividing by n=a2+b2+c2\norm{\vec n} = \sqrt{a^2+b^2+c^2}.

Example 31.12

Distance from the origin to the plane x+2y+2z6=0x + 2y + 2z - 6 = 0: 61+4+4=63=2\frac{\abs{-6}}{\sqrt{1 + 4 + 4}} = \frac63 = 2.

31.4 Exercises

In all exercises the coordinate system is orthonormal.

Exercise 31.1

Let A(1,0,2)A(1, 0, 2), B(3,1,1)B(3, 1, 1) and C(2,1,3)C(2, -1, 3). Are the points AA, BB, CC aligned? Give a parametric representation of the line (AB)(AB).

Solution

Solution of Exercise 31.1.

AB(2,1,1)\vect{AB}(2, 1, -1) and AC(1,1,1)\vect{AC}(1, -1, 1) are not proportional (2111\frac21 \neq \frac{1}{-1}), so the points are not aligned. Line (AB)(AB):

(x,y,z)=(1+2t,  t,  2t),tR.(x, y, z) = (1 + 2t,\; t,\; 2 - t), \qquad t \in \R .

Exercise 31.2

Determine a Cartesian equation of the plane through A(1,1,0)A(1, 1, 0) with normal vector n(2,1,3)\vec n(2, -1, 3). Does the point B(0,2,1)B(0, 2, 1) belong to it?

Solution

Solution of Exercise 31.2.

2(x1)(y1)+3(z0)=02(x - 1) - (y - 1) + 3(z - 0) = 0, i.e.

2xy+3z1=0.2x - y + 3z - 1 = 0 .

For B(0,2,1)B(0,2,1): 02+31=00 - 2 + 3 - 1 = 0: yes, BB lies on the plane.

Exercise 31.3

Compute the angle at AA (to the nearest degree) of the triangle with vertices A(0,0,0)A(0,0,0), B(1,1,0)B(1, 1, 0) and C(1,0,1)C(1, 0, 1).

Solution

Solution of Exercise 31.3.

AB(1,1,0)\vect{AB}(1,1,0), AC(1,0,1)\vect{AC}(1,0,1):

cosA^=ABACABAC=122=12,\cos\widehat{A} = \frac{\vect{AB}\cdot\vect{AC}}{\norm{\vect{AB}}\,\norm{\vect{AC}}} = \frac{1}{\sqrt2\,\sqrt2} = \frac12,

so A^=60\widehat A = 60^\circ.

Exercise 31.4 ★★

Consider the line D\mathcal D through A(1,2,0)A(1, 2, 0) with direction u(1,1,2)\vec u(1, -1, 2), and the plane P:2x+yz+1=0\mathcal P : 2x + y - z + 1 = 0. Determine DP\mathcal D \cap \mathcal P.

Solution

Solution of Exercise 31.4.

Points of D\mathcal D: (1+t,2t,2t)(1 + t,\, 2 - t,\, 2t). Substituting into the equation of P\mathcal P:

2(1+t)+(2t)2t+1=5t=0    t=5.2(1+t) + (2 - t) - 2t + 1 = 5 - t = 0 \iff t = 5 .

Unique intersection point: (6,3,10)(6, -3, 10).

Exercise 31.5 ★★

Let P:xy+2z=1\mathcal P : x - y + 2z = 1 and Q:2x+y+z=4\mathcal Q : 2x + y + z = 4. Show that P\mathcal P and Q\mathcal Q intersect in a line and give a parametric representation of it.

Solution

Solution of Exercise 31.5.

The normal vectors (1,1,2)(1, -1, 2) and (2,1,1)(2, 1, 1) are not collinear, so the planes intersect in a line. Adding the two equations: 3x+3z=53x + 3z = 5, so x=53zx = \frac53 - z; then the first equation gives y=x+2z1=23+zy = x + 2z - 1 = \frac23 + z. With z=tz = t:

(x,y,z)=(53t,  23+t,  t),tR,(x, y, z) = \left(\frac53 - t,\; \frac23 + t,\; t\right), \qquad t \in \R,

a line with direction vector (1,1,1)(-1, 1, 1). (Both equations check identically.)

Exercise 31.6 ★★

Show that the lines

D1:(x,y,z)=(1+t,  2t,  3t),D2:(x,y,z)=(2+s,  1+s,  1+2s)\mathcal D_1 : (x, y, z) = (1 + t,\; 2t,\; 3 - t), \qquad \mathcal D_2 : (x, y, z) = (2 + s,\; 1 + s,\; 1 + 2s)

are skew (not coplanar).

Solution

Solution of Exercise 31.6.

Directions u1(1,2,1)\vec u_1(1, 2, -1) and u2(1,1,2)\vec u_2(1, 1, 2) are not collinear, so the lines are not parallel. Intersecting would require

1+t=2+s,2t=1+s,3t=1+2s.1 + t = 2 + s, \qquad 2t = 1 + s, \qquad 3 - t = 1 + 2s .

The first two give t=1+st = 1 + s and 2(1+s)=1+s2(1+s) = 1 + s, so s=1s = -1, t=0t = 0; but then the third reads 3=13 = -1, absurd. No common point and not parallel: the lines are skew.

Exercise 31.7 ★★

Let P:2xy+2z3=0\mathcal P : 2x - y + 2z - 3 = 0.

  1. Compute the distance from M0(3,1,1)M_0(3, 1, 1) to P\mathcal P.
  2. Determine the coordinates of the orthogonal projection HH of M0M_0 on P\mathcal P, and check the distance M0HM_0H.
Solution

Solution of Exercise 31.7.

1. dist=231+2134+1+4=43\operatorname{dist} = \dfrac{\abs{2\cdot3 - 1 + 2\cdot1 - 3}} {\sqrt{4 + 1 + 4}} = \dfrac{4}{3}.

2. H=M0+tnH = M_0 + t\,\vec n with n(2,1,2)\vec n(2, -1, 2), choosing tt so that HPH \in \mathcal P:

2(3+2t)(1t)+2(1+2t)3=4+9t=0    t=49.2(3 + 2t) - (1 - t) + 2(1 + 2t) - 3 = 4 + 9t = 0 \iff t = -\frac49 .

Hence H(199,139,19)H\left(\frac{19}{9}, \frac{13}{9}, \frac19\right), and

M0H=tn=49×3=43,M_0H = \norm{t\,\vec n} = \frac49 \times 3 = \frac43,

matching the distance formula.

Exercise 31.8 ★★★

The cube ABCDEFGHABCDEFGH has side 11; place coordinates so that A(0,0,0)A(0,0,0), B(1,0,0)B(1,0,0), D(0,1,0)D(0,1,0), E(0,0,1)E(0,0,1) (with C=B+DC = B + D, F=B+EF = B + E, G=B+D+EG = B + D + E, H=D+EH = D + E as vectors from AA).

  1. Show that the diagonal (AG)(AG) is orthogonal to the plane (BDE)(BDE).
  2. Compute the distance from AA to the plane (BDE)(BDE), and the point where (AG)(AG) pierces it.
Solution

Solution of Exercise 31.8.

Coordinates: G(1,1,1)G(1,1,1), and the plane (BDE)(BDE) passes through B(1,0,0)B(1,0,0), D(0,1,0)D(0,1,0), E(0,0,1)E(0,0,1).

1. The plane (BDE)(BDE) has equation x+y+z=1x + y + z = 1 (satisfied by the three points, and they are not aligned), so n(1,1,1)\vec n(1,1,1) is normal to it. Since AG=(1,1,1)=n\vect{AG} = (1,1,1) = \vec n, the diagonal (AG)(AG) is orthogonal to the plane (BDE)(BDE).

2. Distance from A(0,0,0)A(0,0,0): 0+0+013=13=33\frac{\abs{0 + 0 + 0 - 1}}{\sqrt3} = \frac{1}{\sqrt3} = \frac{\sqrt3}{3}. The line (AG)(AG) is (t,t,t)(t, t, t); it meets the plane when 3t=13t = 1: at the point (13,13,13)\left(\frac13, \frac13, \frac13\right), the centroid of the triangle BDEBDE.

Exercise 31.9 ★★★

(Volume of a tetrahedron.) Let A(1,1,1)A(1,1,1), B(2,1,0)B(2,1,0), C(0,2,1)C(0,2,1) and D(2,2,2)D(2,2,2).

  1. Verify that AB\vect{AB}, AC\vect{AC}, AD\vect{AD} are not coplanar (the points form a genuine tetrahedron).
  2. Find a vector n\vec n orthogonal to both BC\vect{BC} and BD\vect{BD}, and deduce a Cartesian equation of the plane (BCD)(BCD).
  3. Compute the distance from AA to the plane (BCD)(BCD) and the area of the triangle BCDBCD, using the formula Area=12u2v2(uv)2\text{Area} = \frac12\sqrt{\norm{\vec u}^2\norm{\vec v}^2 - (\vec u \cdot \vec v)^2} for the triangle spanned by u,v\vec u, \vec v.
  4. Deduce the volume of the tetrahedron (V=13×base area×heightV = \frac13 \times \text{base area} \times \text{height}).
Solution

Solution of Exercise 31.9.

1. AB(1,0,1)\vect{AB}(1, 0, -1), AC(1,1,0)\vect{AC}(-1, 1, 0), AD(1,1,1)\vect{AD}(1, 1, 1). If AD=aAB+bAC\vect{AD} = a\vect{AB} + b\vect{AC}, the coordinates give ab=1a - b = 1, b=1b = 1, a=1-a = 1: the first two force a=2a = 2, contradicting a=1a = -1. Not coplanar.

2. BC(2,1,1)\vect{BC}(-2, 1, 1), BD(0,1,2)\vect{BD}(0, 1, 2). Solving nBC=nBD=0\vec n \cdot \vect{BC} = \vec n \cdot \vect{BD} = 0: from b+2c=0b + 2c = 0, b=2cb = -2c; then 2a2c+c=0-2a - 2c + c = 0 gives c=2ac = -2a. With a=1a = 1: n(1,4,2)\vec n(1, 4, -2). Plane through B(2,1,0)B(2,1,0):

x+4y2z6=0.x + 4y - 2z - 6 = 0 .

3. Distance from A(1,1,1)A(1,1,1): 1+42621=321\dfrac{\abs{1 + 4 - 2 - 6}}{\sqrt{21}} = \dfrac{3}{\sqrt{21}}. Area of BCDBCD: BC2=6\norm{\vect{BC}}^2 = 6, BD2=5\norm{\vect{BD}}^2 = 5, BCBD=3\vect{BC}\cdot\vect{BD} = 3, so

Area=126×59=212.\text{Area} = \frac12\sqrt{6 \times 5 - 9} = \frac{\sqrt{21}}{2}.

4.

V=13×212×321=12.V = \frac13 \times \frac{\sqrt{21}}{2} \times \frac{3}{\sqrt{21}} = \frac12 .

31.5 Problem: Slicing the cube

Problem 31.1

Weekend problem — a plane cuts a cube into a perfect hexagon, a regular tetrahedron hides in the corners, and the diagonal’s angle shapes every diamond

Slice a cube and you expect squares and rectangles — yet one famous cut produces a regular hexagon, and four clever corner cuts leave behind a regular tetrahedron. Both surprises, and the 109.5109.5^\circ angle that carbon atoms worship, fall to this chapter’s toolkit: parametric lines, plane equations and the scalar product (Theorem 31.9, Proposition 31.11). Use throughout the cube of Exercise 31.8: side 11, A(0,0,0)A(0,0,0), B(1,0,0)B(1,0,0), D(0,1,0)D(0,1,0), E(0,0,1)E(0,0,1), C(1,1,0)C(1,1,0), F(1,0,1)F(1,0,1), H(0,1,1)H(0,1,1), G(1,1,1)G(1,1,1).

Part I — Fluency.

  1. Write the equation of the plane through B(1,0,0)B(1,0,0) with normal vector (1,1,1)(1,1,1), a parametric representation of the line through AA directed by (1,1,1)(1,1,1), and their intersection point.
  2. Compute the distance from AA to that plane (Proposition 31.11).
  3. Are the vectors (1,1,0)(1,-1,0) and (1,1,2)(1,1,-2) orthogonal?
  4. Position of the planes x+y+z=1x + y + z = 1 and 2x+2y+2z=52x + 2y + 2z = 5? Of the line through AA directed by (1,1,0)(1,1,0) relative to the first plane?
  5. List the midpoints of the six edges [BC],[CD],[DH],[HE],[EF],[FB][BC], [CD], [DH], [HE], [EF], [FB] of the cube, and verify that all six satisfy the equation x+y+z=32x + y + z = \frac32.

Part II — The hexagonal section. Let PP be the plane x+y+z=32x + y + z = \frac32.

  1. Show that PP is perpendicular to the great diagonal (AG)(AG) and passes through the cube’s center.
  2. Compute the distances between consecutive midpoints of question 5 around the section: what do you find?
  3. Compute the angle of the section’s polygon at one vertex (two consecutive edge-vectors and a dot product). Conclude: the section is a regular hexagon.
  4. Compute the hexagon’s perimeter and area, and compare the area with that of a face of the cube. (For the record: the largest planar section of the unit cube is the 1×21 \times \sqrt2 diagonal rectangle, of area 2\sqrt2 — the regular hexagon takes silver.)
  5. Where does the diagonal (AG)(AG) pierce PP? Verify that the piercing point is the midpoint of [AG][AG].
  6. Slide the cut: describe the sections x+y+z=cx + y + z = c as cc grows from 00 to 33 — compute the section for c=12c = \frac12 (which polygon, which size?), and narrate the morphing that passes through your hexagon at c=32c = \frac32.
  7. Why can no plane cut a cube in a polygon with seven sides? (Where must each side of the section lie?)

Part III — The hidden tetrahedron.

  1. Compute the volume of the corner tetrahedron ABDEABDE (base, height, and the one-third formula the Middle School volume admitted — Exercise 31.9 computes such volumes in general).
  2. The four vertices BB, DD, EE, GG: compute all six pairwise distances and conclude that BDEGBDEG is a regular tetrahedron. Then obtain its volume by subtracting corner tetrahedra from the cube.
  3. Compute the distance from the cube’s center to the plane (BDE)(BDE).
  4. The diamond angle: compute the angle between the diagonals AG\vect{AG} and BH\vect{BH} of the cube. Its supplement, about 109.5109.5^\circ, is the angle between bonds in diamond and methane — why do four electron pairs around a carbon atom choose the corners of question 14’s tetrahedron?

Part IV — Genuinely three-dimensional.

  1. Find where the line through B(1,0,0)B(1,0,0) directed by (0,1,1)(0,1,1) pierces the hexagon’s plane PP.
  2. Show that the lines (AB)(AB) and (EG)(EG) neither meet nor are parallel: skew lines, the phenomenon that cannot happen in a plane.
  3. Compute the orthogonal projection of BB onto PP (walk from BB along the normal until the plane), and check your point satisfies PP’s equation.
  4. Finale — the space surveyor’s kit: parametric lines for piercing, normal vectors for angles and distances, plane equations for sections; and the cube as the playground where they produced a hexagon, a regular tetrahedron, the diamond angle and a pair of skew lines. One sentence each.
Solution

Solution of Problem 31.1.

1. Plane: x+y+z=1x + y + z = 1. Line: (t,t,t)(t, t, t). Intersection: 3t=13t = 1: (13,13,13)\left(\frac13, \frac13, \frac13\right).

2. 0+0+013=13=33\dfrac{\abs{0 + 0 + 0 - 1}}{\sqrt3} = \dfrac{1}{\sqrt3} = \dfrac{\sqrt3}{3}.

3. 11+0=01 - 1 + 0 = 0: orthogonal.

4. Same normal (1,1,1)(1,1,1), but 521\frac52 \neq 1: strictly parallel planes. The line: direction (1,1,0)(1,1,1)=20(1,1,0) \cdot (1,1,1) = 2 \neq 0: not parallel to the plane, so it pierces it at one point.

5. Midpoints: (1,12,0)\left(1, \frac12, 0\right), (12,1,0)\left(\frac12, 1, 0\right), (0,1,12)\left(0, 1, \frac12\right), (0,12,1)\left(0, \frac12, 1\right), (12,0,1)\left(\frac12, 0, 1\right), (1,0,12)\left(1, 0, \frac12\right): each has coordinate sum 32\frac32.

6. PP’s normal is (1,1,1)(1,1,1), the direction of (AG)(AG): perpendicular. The center (12,12,12)\left(\frac12,\frac12,\frac12\right) has coordinate sum 32\frac32: on PP.

7. Consecutive midpoints differ by vectors like (12,12,0)\left(-\frac12, \frac12, 0\right): length 22\frac{\sqrt2}{2} each time — six equal sides.

8. At (12,1,0)\left(\frac12, 1, 0\right): edge-vectors (12,12,0)\left(\frac12, -\frac12, 0\right) and (12,0,12)\left(-\frac12, 0, \frac12\right): dot product 14-\frac14, norms 22\frac{\sqrt2}{2}: cos=12\cos = -\frac12: angle 120120^\circ. Equal sides, equal 120120^\circ angles: a regular hexagon.

9. Perimeter 6×22=324.246 \times \frac{\sqrt2}{2} = 3\sqrt2 \approx 4.24. Area 6×34×12=3341.306 \times \frac{\sqrt3}{4} \times \frac12 = \frac{3\sqrt3}{4} \approx 1.30: larger than a face (area 11) — a slice bigger than any side of the box; only the diagonal rectangle (21.41\sqrt2 \approx 1.41) beats it.

10. (t,t,t)(t,t,t) meets PP at t=12t = \frac12: the center — which is the midpoint of [AG][AG] (AA at t=0t = 0, GG at t=1t = 1).

11. For c=12c = \frac12: the plane cuts the three edges at AA’s corner, at (12,0,0)\left(\frac12,0,0\right), (0,12,0)\left(0,\frac12,0\right), (0,0,12)\left(0,0,\frac12\right): an equilateral triangle of side 22\frac{\sqrt2}{2}. As cc grows, the triangle grows, its corners get truncated into a hexagon (regular exactly at c=32c = \frac32), then the picture shrinks symmetrically back to a triangle at GG’s corner: the crystal-cut morphing.

12. Each side of the section is the intersection of the cutting plane with one face of the cube, and a plane meets a face (a flat polygon) in at most one segment: at most 66 sides. Seven is impossible; three through six all occur (questions 8 and 11 show two of them).

13. Base ABDABD: right triangle of area 12\frac12; height AE=1AE = 1: volume 13×12×1=16\frac13 \times \frac12 \times 1 = \frac16.

14. Every pair among B,D,E,GB, D, E, G differs in exactly two coordinates by 11: all six distances equal 2\sqrt2 — regular. The cube splits into BDEGBDEG plus four corner tetrahedra congruent to ABDEABDE: volume 14×16=131 - 4 \times \frac16 = \frac13.

15. Plane (BDE)(BDE): x+y+z=1x + y + z = 1; center (12,12,12)\left(\frac12,\frac12,\frac12\right): distance 3213=123=36\frac{\abs{\frac32 - 1}}{\sqrt3} = \frac{1}{2\sqrt3} = \frac{\sqrt3}{6}.

16. AG=(1,1,1)\vect{AG} = (1,1,1), BH=(1,1,1)\vect{BH} = (-1,1,1): cosθ=1+1+13=13\cos\theta = \frac{-1 + 1 + 1}{3} = \frac13: θ70.5\theta \approx 70.5^\circ, supplement 109.5\approx 109.5^\circ. Four electron pairs repel one another and spread as far apart as possible around the carbon: the optimum is the regular tetrahedron’s corners, whose center-to-vertex directions meet at exactly this angle — diamond is question 14 crystallized.

17. (1,t,t)(1, t, t) on PP: 1+2t=321 + 2t = \frac32: t=14t = \frac14: the point (1,14,14)\left(1, \frac14, \frac14\right).

18. (AB)(AB): points (t,0,0)(t, 0, 0); (EG)(EG): points (s,s,1)(s, s, 1). Meeting would need 0=10 = 1 in the third coordinate: never. Parallel would need (1,0,0)(1,0,0) and (1,1,0)(1,1,0) collinear: no. Neither meeting nor parallel: skew — two corridors on different floors.

19. B+t(1,1,1)=(1+t,t,t)B + t(1,1,1) = (1 + t, t, t) on PP: 1+3t=321 + 3t = \frac32: t=16t = \frac16: projection (76,16,16)\left(\frac76, \frac16, \frac16\right), whose coordinate sum is 32\frac32: on PP, as required.

20. Parametric lines pierce (questions 1, 10, 17); normal vectors measure angles and distances (questions 2, 8, 15, 16); plane equations carve sections (the triangle-to- hexagon morphing). And the playground repaid the visit: a regular hexagon in a box of squares, a regular tetrahedron in the corners, the angle of diamond, and two lines that ignore each other — geometry only space can offer.