Tube Calculator: Hollow Cylinder Volume & Area
Find a tube's (hollow cylinder's) wall thickness, cross-section area, volume, and circumferences from its outer radius, inner radius, and height.
A hollow cylinder, built from two shapes you already know
A tube — also called a hollow cylinder or pipe — is a cylinder with a smaller cylindrical hole bored straight through its center. Slice straight across it and the cross-section you see is an annulus: a ring between two concentric circles, outer radius and inner radius . Given , , and the height , every other measure follows:
The volume is the outer cylinder's volume minus the inner (hollow) cylinder's volume — factor out and you get exactly , the annulus cross-section times the height.
Worked example: r1 = 5, r2 = 3, h = 10
The wall is 2 units thick, the ring-shaped cross-section is exactly , and multiplying by the height gives a volume of exactly cubic units.
Common mistakes
- Using for the cross-section area. The correct form squares each radius FIRST, then subtracts: , not — the same guard that applies to the annulus shape this cross-section actually is.
- Forgetting to subtract the hollow core. Computing the volume as a solid cylinder and skipping the inner subtraction overstates the volume — a tube is never as heavy (or as full) as a solid rod of the same outer radius.
- Confusing the wall thickness with a radius. is a length, not a radius — it's the distance across the solid wall, not a distance from the center.
Where this shows up
- Water pipes, steel tubing, pipe insulation: volume tells you how much material (metal, plastic, foam) makes up the wall — useful for weight, cost, or material estimates.
- Cardboard tube cores, washers, spacers: any hollow cylindrical part where the inner hole matters as much as the outer size.
- Sanity-checking against a plain cylinder: as , the tube's formulas reduce exactly to the cylinder's own — a useful check that the tube math is set up correctly.
A tube is a cylinder hollowed out along its axis — knowing the outer radius, inner radius, and height is always enough to determine the wall thickness, cross-section area, volume, and both circumferences, with the annulus cross-section carrying the same difference-of-squares guard as its standalone counterpart.
Frequently asked questions
- What are the formulas for a tube (hollow cylinder)?
- With outer radius r1, inner radius r2, and height h: wall thickness t = r1 − r2, cross-section area A = π(r1² − r2²), volume V = π(r1² − r2²)h, outer/inner circumference C1 = 2πr1 and C2 = 2πr2, and outer/inner lateral area L1 = 2πr1h and L2 = 2πr2h.
- Why is the cross-section area π(r1² − r2²) and not π(r1 − r2)²?
- Squaring the difference of the radii gives a completely different (and smaller) number than the difference of the squares. For r1 = 5, r2 = 3: the correct area is π(25 − 9) = 16π ≈ 50.27, while the wrong formula gives π(2)² = 4π ≈ 12.57 — less than a third of the true value.
- What is a tube in geometry?
- A tube (also called a hollow cylinder or pipe) is a cylinder with a smaller cylindrical hole removed from its center, running the full height. Its cross-section — the flat shape you'd see cutting straight across it — is an annulus, a ring between two concentric circles.
- How is a tube's volume related to the annulus?
- The tube's cross-section is exactly an annulus of area π(r1² − r2²). The tube's volume is just that annulus area multiplied by the height: V = A × h — the same 'base area times height' principle as a plain cylinder, applied to a ring-shaped base instead of a solid disc.
- What happens if the inner radius equals or exceeds the outer radius?
- That is not a valid tube — the inner (hollow) cylinder must fit entirely inside the outer one, so the outer radius r1 must be strictly greater than the inner radius r2. This calculator flags swapped or equal radii as an error rather than silently returning a zero or negative volume.
- How thick is the tube's wall?
- Wall thickness is simply t = r1 − r2, the outer radius minus the inner radius. It's a straight linear difference — not a π-based quantity — and it tells you how much solid material separates the hollow core from the outside.
- What real-world objects are tubes?
- Water pipes, steel tubing, cardboard tube cores, pipe insulation, and thick washers or spacers are all tubes in this sense — any hollow-cylindrical object where you need to know how much material (volume) makes up its wall.
- How is the tube related to the cylinder and the annulus?
- A tube is a cylinder (outer radius r1, height h) with a second, inner cylinder (radius r2) removed from its core. Equivalently, its cross-section is exactly the annulus shape — the tube generalizes both: it reduces toward a solid cylinder as r2 → 0.