Cone Volume & Surface Area Calculator Formula
Understand the math behind the cone volume & surface area calculator. Each variable explained with a worked example.
Formulas Used
Volume
volume = (1/3) * pi * pow(r, 2) * hLateral Sa
lateral_sa = pi * r * slantTotal Sa
total_sa = pi * r * slant + pi * pow(r, 2)Slant Height
slant_height = slantVariables
| Variable | Description | Default |
|---|---|---|
r | Base Radius | 4 |
h | Height | 9 |
slant | Derived value= sqrt(pow(r, 2) + pow(h, 2)) | calculated |
How It Works
Cone Formulas
Volume
V = (1/3) × pi × r² × h
Slant Height
l = sqrt(r² + h²)
Surface Area
Worked Example
Cone with radius 4 and height 9.
r = 4h = 9
- 01Slant = √(16+81) = √97 ≈ 9.8489
- 02Volume = (1/3)×pi×16×9 = 48pi ≈ 150.7964
- 03Lateral SA = pi×4×9.8489 ≈ 123.7168
- 04Total SA = 123.7168 + pi×16 ≈ 173.9460
Ready to run the numbers?
Open Cone Volume & Surface Area Calculator