Cylinder Formulas Explained
I built this calculator because cylinder geometry comes up constantly in real life — from sizing water tanks and paint cans to calculating the capacity of pipes, silos, and engine cylinders. A right circular cylinder is defined by just two measurements: radius (or diameter) and height.
The Key Formulas
- Base area:
A_base = π × r² - Volume:
V = π × r² × h - Lateral surface area:
A_lateral = 2 × π × r × h - Total surface area:
A_total = 2 × π × r² + 2 × π × r × h = 2πr(r + h)
The lateral surface area is the area of the curved side only — useful when you are labelling a tin or painting the side of a cylindrical tank. Total surface area includes both circular ends, which matters for material cost calculations.
Real-World Uses for Cylinder Calculations
Cylinders are one of the most common shapes in engineering and everyday life. Water tanks, fuel drums, pipes, cans, tubes, and columns are all cylinders or close approximations. The formulas above handle all of them.
- Water tanks: volume tells you the capacity in litres — multiply m³ × 1000 to convert
- Pipes: the cross-sectional area (
π × r²) determines flow rate capacity - Paint/material coverage: lateral surface area tells you how much material is needed to coat the outside
- Concrete columns: volume gives the amount of concrete required for cylindrical structural elements
Frequently Asked Questions
What is the difference between lateral and total surface area?
Lateral surface area is the area of just the curved side of the cylinder — imagine unrolling the side into a flat rectangle with width 2πr (the circumference) and height h. Total surface area adds the two circular ends (top and bottom). Use lateral area when you only need the side (e.g., a label); use total area when you need all faces (e.g., painting a closed tank).
How do I calculate the capacity of a cylindrical tank in litres?
Calculate the volume in cubic metres using V = π × r² × h, then multiply by 1000 to get litres. For example, a tank with radius 0.5 m and height 1 m has a volume of π × 0.25 × 1 ≈ 0.785 m³, which equals approximately 785 litres.
Does this work for hollow cylinders (pipes)?
For a hollow cylinder (annular cylinder), you need to subtract the inner volume from the outer volume: V = π × h × (R² − r²), where R is the outer radius and r is the inner radius. This is used to calculate the volume of material in a pipe wall or the annular space between two concentric cylinders.