The trickiest exam questions won't hand you a ready-made triangle — you'll need to chain together two or more 2D triangles, where the answer from the first becomes an input for the second. The strategy never changes though: keep splitting the 3D shape into flat 2D triangles until you reach the one that actually contains what you're asked to find.
Problem
A cuboid box ABCD-EFGH (base ABCD, top EFGH) has dimensions 4 cm × 6 cm × 3 cm (A directly below E, etc.), matching the diagram style below. Find:
(a) the length of the longest pencil that fits in the box (the diagonal AF), and
(b) the angle that this pencil makes with the top face BEFC.
E---------F
/| /|
/ | / |
B--|------C |
3cm | | | |
| A-------|-D
| / 4cm | /
|/ |/
(front-bottom edge) 6 cm = depth (front-to-back)
Longest diagonal = A to F (opposite corners)
Part (a) — Step 1: Build a flat triangle using the top face edges: BF where B→E is 4 cm and E→F is 6 cm (top rectangle). Using Pythagoras: a² = 4² + 6² = 16 + 36 = 52 (leave un-rooted).
Part (a) — Step 2: Now build the "real" triangle ABF: AB = 3 cm (vertical height), BF = √52 (from step 1), AF = the answer we want (hypotenuse).
b² = 3² + 52 = 9 + 52 = 61
Part (a) — Answer: AF = √61 = 7.81 cm (3 s.f.)
Cross-check with the 3D formula directly: d² = 4² + 6² + 3² = 16+36+9 = 61 → d = √61 = 7.81 cm ✓
Part (b) — Step 1: Plane BEFC is the top face. We need a right-angled triangle containing AF, with a side perpendicular to that top plane. AB (3 cm) is exactly that perpendicular height.
Part (b) — Step 2: Draw triangle ABF flat: AB = 3 cm (opposite the angle we want, at F), BF = √52 cm (adjacent), AF = √61 cm (hypotenuse).
Part (b) — Step 3: All three sides are known, so any ratio works. Using tan: tan c = opposite/adjacent = 3/√52
Part (b) — Answer: c = tan⁻¹(3/√52) = 22.6° (1 d.p.)
Examiner's tip (straight from the mark scheme mindset)
If you're stuck on a complicated 3D diagram in the exam, don't leave it blank. Start calculating any length or angle you can see how to find — even if you're not sure it's the one the question wants. These intermediate results often turn out to be exactly what you needed for the next step, and you'll pick up method marks even if you don't reach the final answer.
Practice Question 5.1
A cuboid has base 5 cm × 12 cm and height 8 cm. Find the length of the space diagonal (corner to opposite corner), using the two-triangle method, then find the angle this diagonal makes with the base.