Conical Frustum Calculator: Volume & Surface Area
Find a conical frustum's slant height, volume, lateral area, and total surface area from its two radii and height, with exact step-by-step results.
The conical frustum's four measures
A conical frustum is a cone with its tip cut off by a plane parallel to the base — two circular ends of different radii, bottom and top , joined by a tapering side of height . Given , , and , every other measure follows:
The slant height is the hypotenuse of a right triangle: one leg is the height , the other is the horizontal offset between the two rims, — Pythagoras, exactly as with a plain cone's own slant height.
Worked example: r1 = 6, r2 = 3, h = 8
Notice that the slant height is irrational (73 has no perfect-square factor), yet the volume still comes out to an EXACT multiple of () — the two are independent, since never depends on at all.
Two limiting cases: cone and cylinder
- r1 = 3, r2 = 0, h = 4 (reduces to a cone): , — matching the cone calculator at r = 3, h = 4 exactly.
- r1 = 5, r2 = 5, h = 6 (reduces to a cylinder): , and , the same as — matching the cylinder calculator at r = 5, h = 6.
Common mistakes
- Using in the slant height. The correct leg is the DIFFERENCE (squared, so order never matters) — using the sum overstates the slant.
- Using in the volume. The correct middle term is (once), not — silently doubles it.
- Misspelling "frustum" as "frustrum." The correct spelling has no second "r" after the "t."
Where this shows up
- Buckets, plant pots, lampshades, paper cups: every one of these everyday containers is a conical frustum — volume tells you capacity, lateral area tells you how much material wraps around the side.
- Sanity-checking against simpler solids: since gives a cone and gives a cylinder, you can always verify a frustum calculation by checking it against one of those two familiar shapes.
A conical frustum is a cone truncated parallel to its base — knowing the two radii and the height is always enough to determine the slant height, volume, lateral area, and total surface area, with the cone and the cylinder sitting at its two limiting cases.
Frequently asked questions
- What are the formulas for a conical frustum?
- With bottom radius r1, top radius r2, and height h: slant height s = √((r1 − r2)² + h²), volume V = (1/3)πh(r1² + r2² + r1r2), lateral (side) area L = π(r1 + r2)s, and total surface area A = π[r1² + r2² + (r1 + r2)s].
- Why does the slant height use r1 − r2 and not r1 + r2?
- The slant is the hypotenuse of a right triangle whose two legs are the height h and the horizontal offset between the rims, |r1 − r2| — Pythagoras, not addition. Squaring removes the sign, so the order of r1 and r2 never matters.
- Why does the volume use r1² + r2² + r1r2 instead of (r1 + r2)²?
- (r1 + r2)² expands to r1² + r2² + 2·r1·r2 — twice the cross term the real formula needs. Using the sum squared by mistake silently overstates the volume; the correct middle term is a single r1·r2, not 2·r1·r2.
- What is a conical frustum?
- It's a cone with its tip sliced off by a plane parallel to the base, leaving two circular ends of different radii (r1 at the bottom, r2 at the top) joined by a tapering side. Buckets, lampshades, and paper cups are everyday frustum shapes.
- What happens when the top radius r2 is 0?
- The frustum reduces to a plain cone — the top circle shrinks to a point (the cone's apex). Every formula here still works: the slant, volume, and surface areas all match the equivalent cone calculator exactly.
- What happens when r1 and r2 are equal?
- The frustum becomes a cylinder: the slant height equals the height h exactly (since r1 − r2 = 0), and the volume formula simplifies to πr²h, the familiar cylinder volume.
- Is the slant height always an exact number?
- Not usually — s = √((r1 − r2)² + h²) is irrational unless the radicand happens to be a perfect square. The volume, by contrast, is often an exact multiple of π even when the slant itself is irrational, since V doesn't depend on s at all.
- How is the conical frustum related to the cone and the cylinder?
- A conical frustum generalizes both: setting r2 = 0 gives a cone, and setting r1 = r2 gives a cylinder. Every conical-frustum formula here reduces to the matching cone or cylinder formula at those two limits.