Cylinder Calculator
Right circular cylinder V = πr²h and A = 2πr(r+h). Same engine as Solid Geometry. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 16/16 tests · Production surface contract 3/3 · v1.1.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Right circular cylinder volume and surface.
- Scope
- Right circular cylinder
- Verification
- Engine tested · 16/16 tests · Production surface contract 3/3 · Specification checked · v1.1.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 5 golden · 3 boundary · 8 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.1.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter r and h
Both must be positive. r = 1, h = 1 is the unit cylinder.
Read V and A
Unit cylinder V = π, A = 4π.
Example calculations
Common configurations with formula and result.
Unit cylinder
r = 1, h = 1
r = 2, h = 3
r = 2, h = 3
Cylinder calculator specification
Version 1.1.0 · Engine tested
- Engine tested 16/16 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.1.0
- Definition
- A right circular cylinder of radius r>0 and height h>0 has volume πr²h, lateral area 2πrh, and total surface 2πr(r+h). This page is mode=cylinder on math.geometry.solid. Not oblique. Not CAS.
- What it calculates
- Right circular cylinder volume and surface.
- Inputs
- r
- h
- Outputs
- volume
- surface
- lateral
- Formula
V = πr²h, A = 2πr(r+h)- Assumptions
- Right circular cylinder
- Not oblique
- Not CAS
- Units
- length (consistent units)
- volume (length³)
- area (length²)
- Boundary conditions
- r ≤ 0 or h ≤ 0 → VALUE_MUST_BE_POSITIVE
- unknown mode → INVALID_MODE
- Example
- r=1 h=1 → V=π
- Validation cases
2 published on this page · 16/16 tests · Production surface contract 3/3 · View evidence
- r=1 h=1 → V=π A=4π
- r=2 h=3 → V=12π
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.1.0
Related tools
Other calculators in this family: Angle Between Lines Calculator, Circle Calculator, Cone Calculator, Conic Section Calculator, Coordinate Geometry Calculator, Cross Product Calculator, Dot Product Calculator, Ellipse Calculator . Explore all Geometry.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second solid engine?
No. It is mode=cylinder on math.geometry.solid, the same engine as /calc/math/solid-geometry.
Does this include an oblique cylinder?
No. Only the right circular case. Oblique solids are out of scope.
Where does this run?
Locally in the browser by default. REST and MCP call the same solid-geometry engine.