Torus Volume Calculator Formula
Understand the math behind the torus volume calculator. Each variable explained with a worked example.
Formulas Used
Volume
volume = 2 * pow(pi, 2) * big_r * pow(small_r, 2)Surface Area
surface_area = 4 * pow(pi, 2) * big_r * small_rVariables
| Variable | Description | Default |
|---|---|---|
big_r | Major Radius (R) | 5 |
small_r | Minor Radius (r) | 2 |
How It Works
Torus Formulas
Volume
V = 2 × pi² × R × r²
Surface Area
SA = 4 × pi² × R × r
Where:
A torus is the 3D shape formed by revolving a circle around an axis in the same plane.
Worked Example
Torus with major radius 5 and minor radius 2.
big_r = 5small_r = 2
- 01Volume = 2 × pi² × 5 × 4 = 40pi² ≈ 394.7842
- 02Surface area = 4 × pi² × 5 × 2 = 40pi² ≈ 394.7842
Ready to run the numbers?
Open Torus Volume Calculator