3D Pythagoras
Grade 6The big idea
Pythagoras' theorem still works in 3D — you just apply it in stages. Find a diagonal on a face first (a 2D Pythagoras step), then use that diagonal as a side for the 3D step.
The most common question is finding the length of the space diagonal of a cuboid — the diagonal that cuts corner to corner through the inside of the box.
The space diagonal formula
For a cuboid with length l, width w, and height h:
This comes from two Pythagoras steps: first d₁² = l² + w² for the base diagonal, then d² = d₁² + h². Combining gives the three-term version above.