Mathematics · Geometry · Solid Geometry
Cone Volume and Surface Area Calculator
Calculates the volume, lateral surface area, total surface area, and slant height of a right circular cone given its radius and height.
Calculator
Formula
V is the volume of the cone, r is the base radius, h is the perpendicular height, l is the slant height (the distance from the apex to the base edge along the surface), A_lateral is the curved lateral surface area, and A_total is the total surface area including the circular base.
Source: Euclid's Elements, Book XII; confirmed in standard references such as CRC Handbook of Mathematics and NIST Digital Library of Mathematical Functions.
How it works
A right circular cone is a three-dimensional solid with a circular base and a single apex directly above the center of the base. The perpendicular distance from the base to the apex is the height (h), and the radius of the circular base is (r). Together these two measurements fully define the cone's geometry, allowing all other properties to be derived.
The slant height l = √(r² + h²) is found using the Pythagorean theorem applied to the right triangle formed by the radius, height, and the slant edge. The volume formula V = (1/3)πr²h shows that a cone holds exactly one-third the volume of a cylinder with the same base and height — a classical result proved by Archimedes. The lateral (curved) surface area is A_lateral = πrl, which can be visualized by unrolling the cone's surface into a flat sector of a circle. Adding the base circle πr² gives the total surface area: A_total = πr(r + l).
These formulas have wide practical application. Civil engineers calculate the volume of conical stockpiles of aggregate or grain. Packaging engineers determine the material needed for paper cone cups. Architects compute the surface area of conical roofs to estimate cladding costs. Manufacturers design funnel shapes to control flow rates. In all cases, accurate calculation of volume and surface area is critical to cost estimation, structural analysis, and material selection.
Worked example
Suppose you have a conical water tank with a base radius of r = 3 m and a perpendicular height of h = 4 m.
Step 1 — Slant height: l = √(3² + 4²) = √(9 + 16) = √25 = 5 m. This is a classic 3-4-5 right triangle.
Step 2 — Volume: V = (1/3) × π × 3² × 4 = (1/3) × π × 9 × 4 = 12π ≈ 37.699 m³. This is the total water-holding capacity of the tank.
Step 3 — Lateral surface area: A_lateral = π × 3 × 5 = 15π ≈ 47.124 m². This is the curved surface only, relevant for painting or lining the interior wall.
Step 4 — Total surface area: A_total = π × 3 × (3 + 5) = π × 3 × 8 = 24π ≈ 75.398 m². This includes the base and is used when calculating total material required to fabricate or coat the entire tank.
Notice how the 3-4-5 triangle makes the slant height exact. In real-world problems the slant height is rarely a whole number, which is why a calculator is essential for accuracy.
Limitations & notes
This calculator applies only to a right circular cone — one where the apex is directly above the center of the base and the base is a perfect circle. Oblique cones, elliptical cones, and truncated cones (frustums) require different formulas. All inputs must be positive real numbers; a radius or height of zero produces degenerate results (a flat disk or a line). The formulas assume ideal geometric shapes with no wall thickness, which is appropriate for mathematical calculations but must be adjusted for engineering applications where material thickness matters. Results are given in consistent units: if you enter radius and height in meters, volume is in cubic meters and areas are in square meters — do not mix unit systems without converting first. For very large or very small values, standard floating-point precision applies.
Frequently asked questions
Why is the volume of a cone one-third of the volume of a cylinder?
This relationship was rigorously proved by Archimedes and later by Cavalieri's principle. Intuitively, you can fill a cone three times to fill a cylinder of the same base and height. The formal proof uses integral calculus: integrating the cross-sectional area πr²(x/h)² from x = 0 to h yields (1/3)πr²h, exactly one-third of the cylinder volume πr²h.
What is the slant height of a cone and why does it matter?
The slant height l is the straight-line distance from the apex of the cone to any point on the edge of the base, measured along the surface. It equals √(r² + h²) by the Pythagorean theorem. The slant height is essential for computing the lateral surface area and is physically meaningful when you need to know the length of a sloping side — for example, the rafter length of a conical roof or the seam length of a paper funnel.
How do I find the surface area of a cone if I only know the slant height and radius?
If you know the slant height l and the base radius r, you do not need the height. The lateral surface area is πrl, and the total surface area is πr(r + l). You can recover the height using h = √(l² − r²) if needed. This situation is common in manufacturing, where the slant length of a cut template is measured directly.
What units does this calculator use, and can I use feet or inches?
The calculator is unit-agnostic — it works with any consistent unit of length. If you enter radius and height in feet, the volume output is in cubic feet and the surface areas are in square feet. If you use centimetres, outputs are in cm³ and cm². Simply ensure both inputs use the same unit and interpret the outputs accordingly.
How does this calculator handle frustums (truncated cones)?
This calculator is designed for complete right circular cones only. A frustum is formed by cutting a cone with a plane parallel to the base, leaving two circular faces. The volume of a frustum is V = (πh/3)(R² + Rr + r²), where R and r are the radii of the two bases, and its lateral surface area is π(R + r)l, where l is the slant height of the frustum. You would need a dedicated frustum calculator for those computations.
Last updated: 2025-01-15 · Formula verified against primary sources.