Understanding the Frustum of a Cone
When a plane cuts through a cone parallel to its base, it creates a geometric shape with two circular faces of different sizes connected by a slanted surface. This shape—the frustum—is the solid you get after removing the smaller cone from the top of the original, larger cone.
The frustum has three key components:
- Larger circular base (radius R) — the bottom
- Smaller circular base (radius r) — the top
- Lateral surface — the curved side connecting both bases
You'll encounter frustums in many practical contexts: traffic cones, lamp shades, buckets, and industrial fittings. Because both bases are circular and the transition between them is uniform, calculating the surface area follows a consistent mathematical approach.
Surface Area Formula for a Frustum
The total surface area combines three components: both circular bases and the curved side surface. The derivation relies on the geometry of the parent cone and the slant height of the frustum—the direct distance along the slanted edge from one base to the other.
A = π × R² + π × r² + π × S × (R + r)
Simplified: A = π × (R² + r² + S × (R + r))
Slant height: S = √[H² + (R − r)²]
R— Radius of the larger baser— Radius of the smaller baseS— Slant height (the distance along the curved surface between the two bases)H— Vertical height (perpendicular distance between the two bases)A— Total surface area of the frustum
Breaking Down the Frustum Area Calculation
Each section of the frustum contributes separately to the total surface area:
- Larger base area: A₁ = π × R². This is a simple circle with radius R.
- Smaller base area: A₂ = π × r². Again, a circle—but with the smaller radius r.
- Lateral surface area: A_side = π × S × (R + r). This is derived from the trapezoid formed when you 'unwrap' the curved side.
If you know the vertical height H but not the slant height S, use the Pythagorean theorem: S = √[H² + (R − r)²]. The difference (R − r) represents the horizontal distance between the radii when viewed in cross-section.
Practical Example
Suppose you're designing a tapered storage container with a base radius of 8 cm, a top opening of 2 cm, and a slant height of 12 cm. Plugging into the formula:
A = π × (8² + 2² + 12 × (8 + 2))
A = π × (64 + 4 + 120)
A = π × 188
A ≈ 591 cm²
This total includes both circular ends (68 cm²) and the lateral wrap (523 cm²). Knowing the exact surface area helps you estimate material costs and weight.
Key Considerations When Computing Frustum Area
Avoid these common pitfalls when calculating surface area.
- Distinguish slant height from vertical height — The slant height S is the actual distance along the curved surface—not the vertical height H. If you only have H and the radii, always recalculate S using S = √[H² + (R − r)²] first. Mixing these up by several units can significantly error your final result.
- Include both bases in your total — Unlike a cone, which has only one base, a frustum has two. Many mistakes occur by forgetting to add π × r² for the smaller top. Always count both circular faces when summing the three area components.
- Check radius order and signs — Ensure R (larger radius) is genuinely larger than r (smaller radius). If you accidentally swap them, your slant height calculation becomes imaginary. Also verify that all dimensions are positive and in the same unit system before combining.
- Use consistent units throughout — If your radii are in centimetres and slant height in metres, the final area will be meaningless. Convert everything to a single unit (mm, cm, m, inches) before starting calculations.