Last verified · v1.0
Calculator · math
Cylinder Diameter Calculator
Find cylinder diameter from volume and height, circumference, radius, or surface area. Enter known measurements for an instant, accurate result.
Inputs
Cylinder Diameter
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
How to Calculate Cylinder Diameter
The diameter of a cylinder is the straight-line distance across its circular base, measured through the center point. Depending on which measurements are available, four distinct methods can determine this value precisely and efficiently.
Method 1: Diameter from Volume and Height
When a cylinder's volume V and height h are known, begin with the standard volume formula V = πr²h. Isolating the radius yields r = √(V / πh), and since diameter equals twice the radius:
d = 2√(V / πh)
Example: A cylindrical storage tank holds 1,000 cm³ with a height of 20 cm. Diameter = 2 × √(1000 / (π × 20)) = 2 × √(15.915) = 2 × 3.989 ≈ 7.98 cm. Engineers and manufacturers rely on this formula when volumetric capacity and height are the primary known design constraints.
Method 2: Diameter from Circumference
The circumference C of any circle equals π times the diameter, so the diameter is:
d = C / π
Example: A copper pipe has a measured circumference of 157.08 mm. Diameter = 157.08 / π ≈ 50.0 mm. This method is especially practical in fieldwork — wrap a flexible tape measure around any cylindrical object to obtain the circumference, then divide by π. As covered in Khan Academy's cylinder geometry course, the π relationship between circumference and diameter is one of the most fundamental constants in geometry.
Method 3: Diameter from Radius
The simplest conversion in circular geometry:
d = 2r
Example: A cylindrical column has a radius of 0.35 m, giving a diameter of 2 × 0.35 = 0.70 m (70 cm). Technical drawings, lathe specifications, and CAD models frequently express circular dimensions as radii; this two-step conversion is essential for machinists, architects, and product designers.
Method 4: Diameter from Total Surface Area and Height
The total surface area of a closed cylinder is SA = 2πr² + 2πrh. Substituting r = d/2 and expanding gives the quadratic d² + 2dh − 2SA/π = 0. Solving for the positive root yields:
d = −h + √(h² + 2SA / π)
Example: A cylinder has a total surface area of 471.24 cm² and a height of 10 cm. Then d = −10 + √(100 + 2 × 471.24 / π) = −10 + √(100 + 300) = −10 + √400 = 10.0 cm. This approach applies in reverse-engineering tasks such as calculating can or tube dimensions from a specified surface area or measured paint coverage.
Variable Reference
- d — Diameter of the circular base (the computed output)
- r — Radius of the circular base; always equal to d/2
- V — Total enclosed volume of the cylinder
- h — Height or axial length of the cylinder
- C — Circumference of the circular base; C = πd
- SA — Total surface area including both circular ends and the lateral surface
- π — Pi, the mathematical constant ≈ 3.14159265
Sources and Methodology
The formulas implemented here follow derivations documented in established academic and instructional resources. The volume and surface area relationships are detailed in De Montfort University's Cylinder Formula Reference (PDF). The circumference-diameter relationship and volume derivation are demonstrated interactively in Khan Academy's Cylinder Volume and Surface Area lesson. The algebraic technique for rearranging geometric formulas to isolate a variable — applied in the surface area quadratic derivation — follows the method outlined in West Texas A&M University's Tutorial 32: Formulas.
Reference