Annulus Calculator
An annulus is the flat ring-shaped region between two concentric circles. Concentric means both circles share the same centre point but have different radii. The outer circle defines the outer boundary and the inner circle defines the hole in the middle, making the annulus look like a washer or a donut cross-section. Annuli appear throughout engineering in the cross-sections of hollow cylinders such as pipes, tubes, and gun barrels, where knowing the ring area is essential for calculating flow rate, stress, or material volume per unit length. They also appear in optics when describing annular apertures, in astronomy for ring-shaped nebulae, and in geometry problems involving concentric circular regions. This calculator takes the outer radius R and the inner radius r and returns the annulus area, the outer circumference, the inner circumference, the ring width (the difference between the two radii), and the equivalent solid circle radius that would have the same area. The inner radius must be smaller than the outer radius; the area is zero only if they are equal. The default uses outer r = 8 and inner r = 5, giving area = 122.52, outer C = 50.27, and inner C = 31.42.
Inner radius must be less than outer radius. Equivalent radius is the radius of a solid circle with the same area.
How it works
For outer radius R and inner radius r: area = pi * (R^2 - r^2). Outer circumference = 2 * pi * R. Inner circumference = 2 * pi * r. Ring width = R - r. Equivalent radius = sqrt(R^2 - r^2), derived by setting pi * R_eq^2 equal to the annulus area and solving for R_eq. All four measurements update simultaneously when you change either radius.
Worked example
For outer r = 8 and inner r = 5: area = pi * (64 - 25) = pi * 39 = 122.52. Outer circumference = 2 * pi * 8 = 50.27. Inner circumference = 2 * pi * 5 = 31.42. Ring width = 8 - 5 = 3.00. Equivalent radius = sqrt(39) = 6.24. These match the defaults pre-filled above.
Related calculators
- Circle Segment Calculator: area between a chord and an arc.
- Torus Volume Calculator: volume and surface area of a donut-shaped solid.
- Hemisphere Calculator: volume and surface area of a hemisphere.
- Pentagon Calculator: area, diagonal, and apothem of a regular pentagon.