MathMastery.Beta
Learning Resources

3D Geometry

Interactive curriculum lessons, worked examples, and geometric problem-solving techniques designed to help Kenyan students master CBC, KPSEA, KCSE, and IGCSE mathematics.

Form 4 Pathway: N/A

First Principles

Objective

Master calculating distances and angles between lines and planes in 3-dimensional solids (cuboids, pyramids, and prisms) as tested in KCSE Mathematics Paper 1 and Paper 2.

Core Analogy: The Room Diagonal

Imagine standing in the bottom-left corner of a classroom in Nairobi. You want to run a string across the room directly to the top-opposite corner. You cannot measure it with a single flat ruler stroke. Instead, you resolve the path into two perpendicular steps: first across the floor diagonal using 2D Pythagoras, and then straight up the wall using 3D Pythagoras.

(a) Concrete Scenario: Elevated Water Tank Stand

Steel fabricators in Kenya constructing an elevated water tank stand need to weld a cross-brace steel strut extending from corner \(A\) at the ground to opposite top corner \(G\). To order the exact length of steel and cut the correct welding bevel angle, they must determine the space diagonal length and its angle with the horizontal foundation.

(b) Geometric Insight

Any 3D space diagonal \(d\) inside a cuboid of dimensions \(\ell\), \(w\), and \(h\) forms a vertical right-angled triangle:

  • Base (Floor Diagonal): \(d_{\text{base}} = \sqrt{\ell^2 + w^2}\)
  • Height (Vertical Rise): \(h\)
  • Space Diagonal: \(d = \sqrt{d_{\text{base}}^2 + h^2} = \sqrt{\ell^2 + w^2 + h^2}\)
  • Angle with Base (\(\theta\)): \(\tan\theta = \dfrac{h}{\sqrt{\ell^2 + w^2}}\) or \(\cos\theta = \dfrac{\sqrt{\ell^2 + w^2}}{d}\)

(c) Interactive 3D Visualizer

Interactive 3D Cuboid & Space Diagonal

Key Formulas

1. 3D Distance Formula (Cartesian Coordinates)

\[ d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2} \]

Calculates the absolute distance between any two coordinate positions in 3D space.

2. Space Diagonal of a Cuboid

\[ d_{\text{space}} = \sqrt{\ell^2 + w^2 + h^2} \]

Where \(\ell\), \(w\), and \(h\) are length, width, and vertical height.

3. Angle Between a Line and a Plane

\[ \theta = \tan^{-1}\left(\frac{\text{Height of point above plane}}{\text{Length of projection on plane}}\right) \quad \text{or} \quad \cos\theta = \frac{\text{Length of projection}}{\text{True length of line}} \]

4. Angle Between Two Planes (Dihedral Angle)

\[ \tan\alpha = \frac{\text{Perpendicular height to common edge}}{\text{Base distance from edge to foot of altitude}} \]

Identified by drawing two lines from the same point on the line of intersection, perpendicular to the intersection line, one in each plane.

5. Pyramid Height & Slant Edge

\[ h_{\text{pyramid}} = \sqrt{s^2 - r_{\text{base}}^2} \]

Where \(s\) is the slant edge and \(r_{\text{base}}\) is the distance from a base corner to the center of the base (half the base diagonal for rectangular pyramids).

Worked Examples

Example 1 (Easy): Cuboid Space Diagonal

Problem: A wooden shipping crate has a length of \(12\text{ cm}\), width of \(9\text{ cm}\), and height of \(8\text{ cm}\). Find the length of the longest rod that can fit completely inside the crate.

  1. Identify the concept: The longest internal rod corresponds to the space diagonal \(d = \sqrt{\ell^2 + w^2 + h^2}\).
  2. Substitute dimensions:\[ d = \sqrt{12^2 + 9^2 + 8^2} = \sqrt{144 + 81 + 64} = \sqrt{289} \]
  3. Calculate:\[ d = 17\text{ cm} \]

Answer: \(17\text{ cm}\)

Example 2 (Medium): Angle Between a Line and Base Plane

Problem: A water tank stand has a rectangular base \(ABCD\) measuring \(8\text{ m}\) by \(6\text{ m}\). The vertical uprights have a height of \(10\text{ m}\). Calculate the angle between the diagonal brace \(AG\) and the base \(ABCD\), correct to \(1\) decimal place.

  1. Find the projection (floor diagonal \(AC\)):\[ AC = \sqrt{AB^2 + BC^2} = \sqrt{8^2 + 6^2} = \sqrt{64 + 36} = \sqrt{100} = 10\text{ m} \]
  2. Form the right triangle \(\triangle ACG\): The vertical rise \(CG = 10\text{ m}\), adjacent side \(AC = 10\text{ m}\).
  3. Apply trigonometry:\[ \tan\theta = \frac{CG}{AC} = \frac{10}{10} = 1.0 \]
  4. Solve for \(\theta\):\[ \theta = \tan^{-1}(1.0) = 45.0^\circ \]

Answer: \(45.0^\circ\)

Example 3 (Hard): Angle Between Sloping Face and Base of a Pyramid

Problem: \(VABCD\) is a right pyramid with a square base \(ABCD\) of side \(10\text{ cm}\). Each sloping edge \(VA = VB = VC = VD = 13\text{ cm}\). Find the angle between the triangular face \(VAB\) and the base \(ABCD\), to \(1\) decimal place.

  1. Find the altitude of face \(VAB\): Let \(M\) be the midpoint of \(AB\). In isosceles \(\triangle VAB\), \(AM = 5\text{ cm}\).\[ VM = \sqrt{VA^2 - AM^2} = \sqrt{13^2 - 5^2} = \sqrt{169 - 25} = \sqrt{144} = 12\text{ cm} \]
  2. Find pyramid height \(VO\): Center of base is \(O\). Distance \(OM = \frac{10}{2} = 5\text{ cm}\).\[ VO = \sqrt{VM^2 - OM^2} = \sqrt{12^2 - 5^2} = \sqrt{144 - 25} = \sqrt{119} \approx 10.9087\text{ cm} \]
  3. Calculate the dihedral angle \(\angle VMO\): In right triangle \(\triangle VOM\):\[ \cos(\angle VMO) = \frac{OM}{VM} = \frac{5}{12} \approx 0.4167 \]
  4. Compute angle:\[ \angle VMO = \cos^{-1}(0.4167) \approx 65.375^\circ \approx 65.4^\circ \]

Answer: \(65.4^\circ\)

Common Mistakes

1. Confusing Floor Diagonal with Space Diagonal

Mistake Calculating the longest rod inside a room using \(d = \sqrt{\ell^2 + w^2}\) and forgetting the height \(h\).

Why it feels right Students are used to 2D Pythagoras on paper. However, a 3D diagonal must span all three dimensions: \(d = \sqrt{\ell^2 + w^2 + h^2}\).

2. Using a Side Edge Instead of the Projection for Line-Plane Angles

Mistake Writing \(\tan\theta = \frac{h}{\ell}\) instead of \(\tan\theta = \frac{h}{\sqrt{\ell^2 + w^2}}\) when finding the angle of a space diagonal with the base.

Correction The angle between a line and a plane is always formed with its orthogonal projection on that plane (the floor diagonal), not one of the boundary edges.

3. Misidentifying the Angle Between Two Planes (Dihedral Angle)

Mistake Measuring the dihedral angle from a corner vertex instead of the perpendicular midpoints of the line of intersection.

Correction Both lines defining the angle must meet at the same point on the intersection line at right angles (\(90^\circ\)) to that common line.

Real World

Roof Trusses & Traditional Granaries: Calculating timber lengths and pitch angles for hipped roofs and granary roofs in western Kenya ensures proper water runoff during heavy rains without structural collapse.
Telecommunication Towers: Telecom engineers (e.g., Safaricom mast installers) calculate guy-wire anchor points and tension angles in 3D coordinate space to keep masts stable in high winds.
Mining Shafts & Surveying: Geotechnical surveyors in the Great Rift Valley use 3D Cartesian coordinates \((x, y, z)\) to map underground tunnels and calculate borehole drill trajectories.

Practice

A rectangular solid has a length of 3 cm, a width of 4 cm, and a height of 12 cm. What is the length of its space diagonal in cm? (Type only the number, e.g., 42)
Review the concepts above.
A cuboid container has a length of 12 cm, width of 9 cm, and height of 8 cm. Calculate the length of its space diagonal in cm. (Type only the number, e.g., 42)
Review the concepts above.
A rectangular water tank stand has base dimensions of 4 m by 3 m and a vertical height of 5 m. Find the angle (in degrees) that the main space diagonal makes with the horizontal base. (Type only the number, e.g., 45)
Review the concepts above.
A right pyramid has a square base of side 10 cm and a slant edge of length 13 cm. Calculate the vertical height of the pyramid in cm, correct to 2 decimal places. (Type only the number, e.g., 10.91)
Review the concepts above.
A rectangular box ABCDEFGH has base ABCD of length AB = 8 cm, BC = 6 cm, and height CG = 12 cm. Calculate the angle (in degrees) between the space diagonal AG and the base ABCD, correct to 1 decimal place. (Type only the number, e.g., 50.2)
Review the concepts above.
In a right pyramid VABCD with a square base of side 8 cm and a vertical height of 6 cm, calculate the angle between any triangular sloping face and the base ABCD to the nearest whole degree. (Type only the number, e.g., 56)
Review the concepts above.