3D Pythagoras extends the 2D theorem into three dimensions. In a right-angled 3D coordinate system, the space diagonal from the origin to a point has length where . This is the direct 3D formula, but in practice we almost always use a two-step 2D approach instead.
Two-step approach: Instead of applying directly, we break the 3D shape into two right-angled triangles. First, find an intermediate length in a 2D face (e.g., a face diagonal). Then use that length as one leg of a second right-angled triangle to find the final 3D length. This is easier because we work with familiar 2D triangles at each step.
SOHCAHTOA in 3D: The mnemonic applies exactly as in 2D, but we must first identify the right-angled triangle within the 3D shape. The hypotenuse, opposite, and adjacent sides are defined relative to the angle we are finding. Common triangles include: face diagonals, space diagonals, perpendiculars dropped from a point to a line or plane.
Angle between a line and a plane: To find this angle, drop a perpendicular from the line to the plane. The angle between the line and the plane is the angle between the line and its projection onto the plane. This creates a right-angled triangle where the perpendicular is the opposite side and the projection is the adjacent.
Pythagoras in 3D works because the space diagonal, the floor diagonal, and the vertical edge form a right-angled triangle. The floor diagonal is itself the hypotenuse of a right-angled triangle in the base. So we have: floor diagonal , then space diagonal . The theorem applies to each 2D triangle in the chain.
Perpendicular creates right angle: When we drop a perpendicular from a point to a line or plane, the perpendicular is by definition at 90° to the line/plane. This guarantees a right-angled triangle. The angle we want is always the angle between the sloping line and its projection.
Sine rule and cosine rule extend naturally to 3D. We use them when the triangle is not right-angled. For any triangle with sides , , and opposite angles , , : and . In 3D, we first extract the relevant 2D triangle, then apply these rules.
Area formula gives the area of any triangle. In 3D contexts, we often need the area of a triangular face (e.g., the sloping face of a pyramid). Identify the two sides and the included angle, then apply the formula.
Step 1 — Draw 2D triangles separately: Do not try to solve everything in one 3D sketch. Extract each right-angled triangle onto its own diagram. Label all known lengths and the unknown you seek. This reduces errors and makes the structure clear.
Step 2 — Find intermediate lengths: For a cuboid diagonal, first find the face diagonal (e.g., base diagonal). For a pyramid, you may need the slant height of a face before the space diagonal. Work systematically from known to unknown.
Step 3 — Apply SOHCAHTOA or Pythagoras: In each 2D triangle, decide which formula applies. Pythagoras for lengths when you have two sides. SOHCAHTOA when you need an angle and have two sides. Choose the correct ratio: , , .
Step 4 — Angles of elevation and depression: The angle of elevation is the angle from the horizontal upwards to the line of sight. The angle of depression is the angle from the horizontal downwards. In 3D (e.g., viewing a tree from a point with north-east bearing), combine bearing with vertical angle. The horizontal distance and vertical height form two legs of a right-angled triangle.
3D direct formula vs two-step: The formula is correct but rarely the best approach. The two-step method (find face diagonal, then use it with the vertical) is easier to apply and less error-prone. Use the direct formula only when , , are explicitly given.
Right-angled vs non-right-angled: SOHCAHTOA and Pythagoras apply only to right-angled triangles. If the triangle is not right-angled, use the sine rule, cosine rule, or area formula. Always check for the right angle before choosing a method.
Line–plane angle vs line–line angle: The angle between a line and a plane is found by dropping a perpendicular and measuring the angle between the line and its projection. The angle between two lines is found by considering the triangle they form. Do not confuse these two contexts.
| Situation | Method | Key step |
|---|---|---|
| Space diagonal of cuboid | Two-step Pythagoras | Face diagonal first, then vertical |
| Angle in a sloping face | SOHCAHTOA | Identify opp, adj, hyp in 2D triangle |
| Line–plane angle | Drop perpendicular | Angle = line-to-projection angle |
| Non-right triangle | Sine/cosine rule | Extract 2D triangle, apply rule |
Using 2D Pythagoras on the wrong triangle: The base diagonal and the vertical edge are not necessarily the legs of the same right-angled triangle in the obvious way. The space diagonal, the base diagonal, and the vertical edge form the right-angled triangle. The base diagonal itself comes from another right-angled triangle in the base.
Confusing angle of elevation with bearing: Bearing gives horizontal direction (e.g., 045° = north-east). The angle of elevation is the angle above the horizontal. These are different. In a 3D bearings problem, the horizontal distance comes from the bearing and actual distance; the vertical component gives the height.
Forgetting to square in Pythagoras: means . Writing is a common algebraic error. Always take the square root at the end when finding a length.
3D Pythagoras and trigonometry connect directly to vectors in the same way 2D trigonometry connects to coordinates. The magnitude of a 3D vector is . The direction angles satisfy .
In calculus, these ideas extend to finding arc lengths and surface areas of 3D objects. The same principle of breaking 3D into 2D elements applies when setting up integrals.
Practical applications include surveying (heights of buildings, angles of elevation), navigation (bearings and distances), and engineering (diagonal bracing, sloping beams).