The 3D Pythagorean theorem extends a familiar right triangle idea into three dimensions. It helps you find the space diagonal of a rectangular prism, which is the straight line from one corner of a box to the opposite corner through the inside. This matters in geometry, engineering, computer graphics, and physics whenever distances in 3D space must be measured.
Instead of using only length and width, the formula also includes height.
Key Facts
- For a rectangular prism with length l, width w, and height h, the space diagonal is d = sqrt(l^2 + w^2 + h^2).
- The 3D theorem comes from applying the 2D Pythagorean theorem twice.
- First find the base diagonal: b = sqrt(l^2 + w^2).
- Then use the base diagonal and height: d = sqrt(b^2 + h^2).
- Combining the two steps gives d^2 = l^2 + w^2 + h^2.
- The formula works only when the length, width, and height meet at right angles, as in a rectangular prism.
Vocabulary
- Rectangular prism
- A 3D solid with six rectangular faces where adjacent edges meet at right angles.
- Space diagonal
- A line segment that connects two opposite corners of a 3D solid through its interior.
- Base diagonal
- A diagonal across the rectangular base of a prism from one corner to the opposite corner.
- Right angle
- An angle that measures exactly 90 degrees.
- Square root
- A value that gives a chosen number when multiplied by itself.
Common Mistakes to Avoid
- Adding the dimensions without squaring them is wrong because distance in perpendicular directions combines through squares, not simple addition.
- Using d = sqrt(l + w + h) is wrong because the Pythagorean theorem requires l^2 + w^2 + h^2 inside the square root.
- Confusing the base diagonal with the space diagonal is wrong because the base diagonal lies on one face, while the space diagonal passes through the interior of the box.
- Forgetting to use the same units for all dimensions is wrong because mixed units make the squared terms incompatible and give an invalid distance.
Practice Questions
- 1 A rectangular box has length 6 cm, width 8 cm, and height 10 cm. Find its space diagonal to the nearest tenth of a centimeter.
- 2 A storage container measures 3 m by 4 m by 12 m. Find the length of the longest straight pole that can fit inside from one corner to the opposite corner.
- 3 Explain why the 3D Pythagorean theorem can be derived by first finding the diagonal of the base rectangle and then using that diagonal with the height.