Area of a Frustum of a Cone Calculator
Calculate the lateral, base, and total surface area of a frustum (truncated cone) online. Enter radii and height or slant height for instant results.
About
A frustum (or frustum of a cone) is the solid remaining after a smaller cone is cut from a larger cone by a plane parallel to its base. Miscalculating its surface area leads to material waste in sheet-metal fabrication, incorrect paint estimates on tapered tanks, and errors in HVAC duct sizing. This calculator computes lateral surface area using Alat = ฯ(R + r)l, where l is the slant height. If only the perpendicular height h is known, slant height is derived via the Pythagorean relation l = โh2 + (R โ r)2. The tool assumes a right circular frustum with parallel circular bases.
Precision matters. A 5% error in the larger radius R compounds quadratically in the base area and linearly in the lateral area. The calculator also outputs volume using the prismoidal formula, useful for capacity estimation of tapered vessels. All results assume Euclidean geometry. Pro tip: for real sheet-metal work, add 2 - 5% to the lateral area for seam and overlap allowance.
Formulas
The lateral surface area of a frustum is derived by integrating the circumference of infinitesimal rings along the slant surface. The closed-form result is:
When the slant height l is not directly measured, it is computed from perpendicular height h and the radii difference:
The total surface area sums the lateral area with both circular bases:
Volume follows the prismoidal (frustum) formula, exact for second-degree surfaces:
Where: R = radius of the larger base, r = radius of the smaller (top) base, h = perpendicular height between the two bases, l = slant height along the lateral surface, V = enclosed volume. All lengths must share the same unit.
Reference Data
| Property | Formula | Units | Typical Use |
|---|---|---|---|
| Lateral (Side) Surface Area | ฯ(R + r)l | m2 | Sheet metal, painting, insulation |
| Top Base Area | ฯr2 | m2 | Cap/lid sizing |
| Bottom Base Area | ฯR2 | m2 | Foundation footprint |
| Total Surface Area | ฯ(R2 + r2 + (R + r)l) | m2 | Total material estimate |
| Slant Height | โh2 + (R โ r)2 | m | Derived when not measured directly |
| Volume | ฯh3(R2 + Rr + r2) | m3 | Capacity, fill volume |
| Semi-vertical Angle | arctan(R โ rh) | ยฐ | Taper specification |
| Mean Radius | R + r2 | m | Approximation in thin-wall analysis |
| Centroid Height (from base) | h(R2 + 2Rr + 3r2)4(R2 + Rr + r2) | m | Structural analysis, center of mass |
| Ratio Check (r = 0) | Degenerates to full cone | - | Validation edge case |
| Ratio Check (r = R) | Degenerates to cylinder | - | Validation edge case |
| Apex Distance (full cone height) | RhR โ r | m | Pattern development for sheet metal |
| Unrolled Arc Angle | 360RโH2 + R2ยฐ | ยฐ | Flat pattern layout |
| Taper per Unit Length | R โ rh | m/m | CNC machining specification |