Mathematics · Calculus / Integration

Volume of Revolution

If the graph of f rotates around the x-axis, a solid of revolution arises; its volume sums circular discs with radius f(x).

AdvancedExam-relevant

Free · no credit card · in your study plan in 2 minutes

Formula

LaTeX: V = \pi \int_{a}^{b} f(x)^{2} \, dx
V in volume units (VU) · x in LU · f(x) in LU

Variables & units – Volume of Revolution

SymbolMeaningUnit
VVolume of the solid of revolutionvolume units
f(x)Boundary function (radius of the disc at position x)length units
a, bLimits of the rotation interval on the x-axislength units

Derivation & background – Volume of Revolution

Idea: the solid is decomposed into thin discs of thickness dx; each is approximately a cylinder with circle area π·f(x)², and the integral sums all discs. Kepler used such decompositions in 1615 to determine the volume of wine barrels. Sphere and cone follow as special cases: f(x) = √(r² − x²) over [−r; r] yields 4/3·πr³. Crucial: first square f, then integrate.

Exam blueprint

Validity range

Holds for rotation around the x-axis when f is continuous on [a; b]; f may change sign because f² is used. For rotation around the y-axis or hollow solids adapted formulas apply.

Derivation steps

Disc method: the solid is summed from thin circular discs.

  1. 1At position x the disc has radius f(x), hence circle area π·f(x)² and volume π·f(x)²·dx.
  2. 2The integral from a to b sums all discs: V = π·∫f(x)² dx.

Rearrangements

Rotation around the y-axis

With the inverse function g = f⁻¹ and y-limits.

Hollow solid (two graphs)

Outer radius f, inner radius g; difference of squares, not square of the difference.

Task variant

f(x) = √x rotates over [0; 4] around the x-axis. Compute V.

V = π·∫₀⁴ (√x)² dx = π·∫₀⁴ x dx = π·[x²/2]₀⁴ = π·8 = 8π ≈ 25.1 VU.

Derive the sphere volume: f(x) = √(r² − x²) over [−r; r].

V = π·∫(r² − x²) dx = π·[r²x − x³/3] from −r to r = π·((r³ − r³/3) − (−r³ + r³/3)) = π·(2r³ − 2r³/3) = 4/3·πr³ ✓.

Common mistakes

Integrating first, then squaring: (π∫f dx)².

The integrand is f(x)²; squaring happens before integrating.

Forgetting π.

Every disc is a circle with area π·r²; the π belongs in front of the integral.

Computing (f − g)² instead of f² − g² for hollow solids.

Outer minus inner disc: π(f² − g²); the binomial formula shows the difference.

Exam context

  • Calculus tasks on vessels and workpieces, derivation of classic solid formulas, combination with integration techniques.

These mistakes cost points in real exams. The set drills them until they stick.

Worked example

f(x) = √x over [0; 4]: V = π·∫₀⁴ x dx = π·[x²/2]₀⁴ = 8π ≈ 25.1 VU. Cone check: f(x) = x over [0; 3]: V = π·[x³/3]₀³ = 9π, identical to ⅓·π·3²·3 ✓.

Applications

Final exam tasks on solids of revolution (vases, glasses, barrels), volume of turned parts in engineering, derivation of sphere and cone volumes

Quanta exam set

Curated exam set for "Volume of Revolution":

Question (front)

Which formula describes Volume of Revolution?

Answer in your set

Question (front)

How do you rearrange V = π·∫ f(x)² dx for Rotation around the y-axis?

Answer in your set

Question (front)

Which common mistake happens with Volume of Revolution?

Answer in your set

+ 7 more cards: units, variables, derivation, example, exam task

These 10 cards are ready. One click and they sit in your deck, FSRS schedules the reviews until exam day.

Scientific sources

Common notations & search queries

V=pi*Integral f(x)^2 dxRotationsvolumen FormelRotationskörper VolumenVolumen Rotation um x-Achsesolid of revolution volumeRotationsintegralVolumenintegral RotationskörperRotation um y-Achse Volumen

Related formulas

More Mathematics formulas

Frequently asked questions about Volume of Revolution

How do you compute a volume of revolution step by step?+

Four steps. First take the boundary function f and the limits a, b from the task. Second square f(x) as a term: √x becomes x, 2x becomes 4x². Third evaluate the definite integral ∫ₐᵇ f(x)² dx with an antiderivative. Fourth multiply by π and attach the unit volume units (VU). Example: f(x) = √x over [0; 4]: V = π·∫₀⁴ x dx = π·[x²/2]₀⁴ = π·8 = 8π ≈ 25.1 VU. Checking against known solids pays off: f(x) = x over [0; 3] must yield the cone ⅓·π·3²·3 = 9π, and it does.

Why is the function squared in the volume of revolution?+

Because of the circular discs. If you cut the solid of revolution at position x perpendicular to the axis, a circle appears whose radius is exactly the function value f(x), since that is how far the graph is from the rotation axis. The area of this circle is π·r² = π·f(x)². A wafer-thin disc of thickness dx therefore has volume π·f(x)²·dx, and the integral sums all discs from a to b. So the square comes from the circle area formula, not from some integration rule. Whoever integrates f unsquared computes the area under the curve instead, a completely different quantity with a different unit.

What is the most common mistake with volumes of revolution?+

Swapping the order of squaring and integrating: π·(∫f(x) dx)² is WRONG, correct is π·∫f(x)² dx. A numerical example shows they differ: for f(x) = x over [0; 2], ∫x² dx = 8/3, so V = 8π/3 ≈ 8.38; the wrong (∫x dx)² = 2² = 4 would give 4π ≈ 12.57. Further classics: forgetting π (the factor 3.14 is missing, which a plausibility check catches), computing (f − g)² instead of f² − g² for hollow solids, and using limits that do not belong to the rotation region. Antidote: write the formula down cleanly, simplify the integrand f² first, finish with a unit and magnitude check.

How do you compute the volume for rotation around the y-axis?+

Mirror-image of the x-axis formula, just thought in y: V = π·∫꜀ᵈ g(y)² dy, where g is the boundary curve solved for x (the inverse function of f) and c, d are the limits on the y-axis. Procedure: solve y = f(x) for x, x = g(y); compute the y-limits from the x-limits (c = f(a), d = f(b)); then integrate g(y)² over [c; d]. Example: f(x) = x² over [0; 2] around the y-axis: g(y) = √y, limits y = 0 to 4, V = π·∫₀⁴ y dy = π·8 = 8π ≈ 25.1 VU. Most common mistake: carrying the x-limits over unchanged as y-limits.

How do you compute the volume of a hollow solid (two graphs)?+

With the annular disc formula V = π·∫ₐᵇ (f(x)² − g(x)²) dx, where f is the outer and g the inner boundary (f ≥ g ≥ 0 on [a; b]). Every cross-section is an annulus: large circle minus small hole, i.e. π·f² − π·g². Example pipe: f(x) = 2 and g(x) = 1 over [0; 3]: V = π·∫₀³ (4 − 1) dx = 9π ≈ 28.3 VU. The crucial warning: f² − g² is NOT (f − g)². For the numbers 2 and 1: 4 − 1 = 3, but (2 − 1)² = 1; the binomial formula shows the difference 2fg − 2g². Before computing, clarify which graph lies outside, otherwise the volume comes out negative.

Retain Volume of Revolution for exams

Create a curated FSRS exam set for V = π·∫ f(x)² dx: formula recall, variables, derivation, rearrangement, worked example, common mistakes and exam context.

Free · curated formula set · LaTeX · FSRS spaced repetition

How do you calculate with Volume of Revolution?

Here is how to work through a typical Volume of Revolution (V = π·∫ f(x)² dx) task step by step:

  1. 1

    Task

    f(x) = √x rotates over [0; 4] around the x-axis. Compute V.

    Solution path

    V = π·∫₀⁴ (√x)² dx = π·∫₀⁴ x dx = π·[x²/2]₀⁴ = π·8 = 8π ≈ 25.1 VU.

  2. 2

    Task

    Derive the sphere volume: f(x) = √(r² − x²) over [−r; r].

    Solution path

    V = π·∫(r² − x²) dx = π·[r²x − x³/3] from −r to r = π·((r³ − r³/3) − (−r³ + r³/3)) = π·(2r³ − 2r³/3) = 4/3·πr³ ✓.