IB MATHEMATICS: ANALYSIS AND APPROACHES • CALCULUS

Volumes of Revolution — AHL 5.12 Volumes of revolution and area enclosed by curves (HL)

Turn flat curves into three-dimensional solids by spinning them around an axis and calculating their volumes with integration.

Historical Context & Motivation

Long before calculus existed, mathematicians wondered how to calculate the volume of curved objects like barrels, domes, and vases. The ancient Greeks made remarkable progress on this problem. Archimedes famously determined the volume of a sphere by imagining it as a collection of thin circular slices — an idea that foreshadowed modern integration by nearly two thousand years. His approach was geometric and laborious, but the core insight — breaking a curved solid into manageable pieces — remains at the heart of how we compute volumes of revolution today.

When Newton and Leibniz developed calculus in the late 1600s, they gave us the tools to turn Archimedes' slicing idea into a systematic method. Instead of painstakingly summing finitely many discs, we could now set up an integral that adds up infinitely many infinitesimally thin discs in one elegant expression. This breakthrough opened the door to computing the volumes of any shape generated by rotating a curve around an axis.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes calculated the volume of a sphere by sandwiching it between known shapes, effectively summing thin circular slices — an early precursor to integration.
1615
Kepler's Nova Stereometria
Johannes Kepler developed methods for computing volumes of wine barrels by dividing them into thin discs, motivating the formalization of infinitesimal techniques.
1635
Cavalieri's Principle
Bonaventura Cavalieri showed that two solids with equal cross-sectional areas at every height must have equal volumes, providing a theoretical foundation for the disc method.
1665–1687
Newton & Leibniz Formalize Calculus
The invention of integral calculus transformed volume computation from a case-by-case geometric puzzle into a general algorithmic procedure using definite integrals.

The central question this topic addresses is deceptively simple: if you take a curve on the xy-plane and spin it around an axis, what is the volume of the resulting three-dimensional solid? Calculus gives us a precise and elegant answer through the disc method, which we will develop step by step in this lesson.

Core Principles & Definitions

Before diving into formulas, let's establish the key ideas that make volumes of revolution work. Every computation in this topic rests on a few foundational principles that connect two-dimensional curves to three-dimensional solids.

1

Solid of Revolution

A solid of revolution is the 3D shape created when a 2D region is rotated 360° (that is, 2π radians) about a straight line called the axis of revolution.
2

The Disc Method

Slice the solid perpendicular to the axis of revolution. Each thin slice is approximately a disc (cylinder) with radius equal to the function value. Sum the volumes of all discs using integration.
3

Rotation About the x-axis

When the region between y = f(x) and the x-axis is rotated about the x-axis, each disc has radius f(x) and thickness dx, giving volume element π[f(x)]² dx.
4

Rotation About the y-axis

When the region between x = g(y) and the y-axis is rotated about the y-axis, each disc has radius g(y) and thickness dy, giving volume element π[g(y)]² dy.
5

Area Between Curves

When a region bounded by two curves is revolved, the solid may have a hollow centre. The volume is found by subtracting the inner disc from the outer disc: π([R(x)]² − [r(x)]²) dx.
KEY TAKEAWAY
Think of a potter's wheel. When you press a flat profile (a curve) against the spinning clay, the clay takes the shape of that curve revolved in a full circle. The disc method is like slicing that pot into thousands of paper-thin circular wafers, calculating the volume of each tiny cylinder, and adding them all up with an integral. The thinner the slices, the more accurate the total — and calculus lets us take infinitely thin slices for a perfect answer.

Visual Explanation — The Disc Method in Action

The diagram below shows the curve y = √x from x = 0 to x = 4 being rotated about the x-axis. On the left you see the original 2D region, and on the right you see several representative discs that approximate the resulting solid. Each disc is a thin cylinder whose radius equals the function value at that point.

Left: the shaded region between y = √x and the x-axis from x = 0 to x = 4. Right: the solid of revolution formed when this region is rotated 360° about the x-axis, shown with four representative disc cross-sections. Each disc's radius equals √x at that point.

Notice how the discs grow larger as x increases — this makes sense because y = √x gets larger as x increases, so the radius of each disc grows. At x = 1 the radius is √1 = 1, at x = 4 the radius is √4 = 2. The volume of each thin disc is π × (radius)² × (thickness), which equals π[f(x)]² dx. When we integrate this expression from x = 0 to x = 4, we sum up all the infinitesimally thin discs to get the exact volume of the solid.

Mathematical Framework

Now let's formalize the disc method into the equations you will use in IB exams. There are two main cases depending on which axis you rotate around, plus a washer variation for regions between two curves.

Rotation About the x-axis

VOLUME — ROTATION ABOUT THE X-AXIS
V = π ∫ₐᵇ [f(x)]² dx
Where f(x) is the function defining the curve, and [a, b] is the interval on the x-axis over which the region extends. The factor π comes from the area formula for a circle (πr²), since each disc has radius |f(x)|.

Rotation About the y-axis

VOLUME — ROTATION ABOUT THE Y-AXIS
V = π ∫_c^d [g(y)]² dy
Where g(y) is the function expressed as x in terms of y, and [c, d] is the interval on the y-axis. You must rearrange y = f(x) to get x = g(y) before integrating.

Washer Method — Region Between Two Curves

VOLUME — WASHER METHOD (X-AXIS ROTATION)
V = π ∫ₐᵇ ([R(x)]² − [r(x)]²) dx
Where R(x) is the outer radius (the curve farther from the axis) and r(x) is the inner radius (the curve closer to the axis). This creates a hollow solid — like a donut slice — at each cross-section.
📘 IB Formula Booklet Note
The IB formula booklet provides V = π ∫ₐᵇ y² dx for rotation about the x-axis and V = π ∫_c^d x² dy for rotation about the y-axis. The washer formula is not in the booklet, so make sure you understand how to derive it by subtracting the inner solid from the outer solid.

Disc vs. Washer — A Detailed Comparison

One of the trickiest parts of this topic is deciding which formula to use. The choice depends on two things: which axis you're rotating around, and whether the region is bounded by one curve and an axis or by two curves. The diagram below contrasts the disc method (solid cross-sections) with the washer method (ring-shaped cross-sections).

Left: the disc method produces a solid circular cross-section with area πr². Right: the washer method produces a ring-shaped cross-section with area π(R² − r²). Note that the washer method becomes the disc method when the inner radius r = 0.
Comparison of disc and washer approaches
FeatureDisc MethodWasher Method
Region bounded byOne curve and the axis of rotationTwo curves (one outer, one inner)
Cross-section shapeSolid circle (disc)Ring / annulus (washer)
Formula (x-axis)V = π ∫ₐᵇ [f(x)]² dxV = π ∫ₐᵇ ([R(x)]² − [r(x)]²) dx
When to useRegion touches the axis; no hollow centreRegion does not touch the axis; hollow centre present

Worked Example — Rotation About the x-axis

Let's compute the volume of the solid formed when the region bounded by y = x², the x-axis, x = 0, and x = 3 is rotated 2π radians about the x-axis.

Volume of y = x² Revolved About the x-axis (0 ≤ x ≤ 3)
1
Step 1 — Identify the SetupThe curve is y = f(x) = x², the axis of rotation is the x-axis, and the interval is [0, 3]. Since the region lies between one curve and the axis, we use the disc method: V = π ∫₀³ [f(x)]² dx.
2
Step 2 — Square the FunctionWe need [f(x)]² = (x²)² = x⁴. So the integral becomes V = π ∫₀³ x⁴ dx.
[f(x)]² = x⁴
3
Step 3 — IntegrateThe antiderivative of x⁴ is x⁵ / 5. Therefore: V = π [x⁵ / 5]₀³.
∫ x⁴ dx = x⁵ / 5
4
Step 4 — Evaluate the Definite IntegralSubstitute the bounds: V = π × (3⁵ / 5 − 0⁵ / 5) = π × (243 / 5 − 0) = 243π / 5.
V = 243π / 5 ≈ 152.7 cubic units
⚠️ Common Mistake Alert
A frequent error is forgetting to square the function before integrating. Students sometimes compute π ∫ f(x) dx instead of π ∫ [f(x)]² dx. Remember: the disc's area is π × (radius)², and the radius is f(x), so you must square it.

Strengths, Limitations & Common Pitfalls

The disc/washer method is powerful but it does have limitations and common traps. Understanding these will help you navigate tricky IB exam questions confidently.

Strengths and pitfalls of the disc/washer method
StrengthsLimitations / Pitfalls
Works for any continuous function that can be squared and integrated.Requires the function to be expressed in terms of the variable of integration (may need rearranging for y-axis rotation).
The formula is provided in the IB formula booklet, reducing memorization burden.Forgetting the π factor or forgetting to square the function are the two most common errors.
Extends naturally to the washer method for regions between two curves.For the washer method, incorrectly identifying which function is R(x) (outer) vs. r(x) (inner) leads to negative values.
Produces exact answers in terms of π — no approximation needed.When rotating about a line other than an axis (e.g., y = 2), you must adjust the radius expression, which students often forget.
KEY TAKEAWAY
Think of the process as three checks before you integrate: (1) Which axis? — this determines whether you integrate with respect to x or y. (2) How many curves? — one curve means disc, two curves means washer. (3) What are the bounds? — find where the curves intersect or where the region starts and ends. Answer these three questions correctly, and the rest is just integration.

Connection to Advanced Theory

Volumes of revolution are your first encounter with a broader idea in calculus: computing geometric properties of solids using integration. At university level, this extends to powerful generalizations involving multiple integrals and alternative coordinate systems.

How this topic grows at the university level
IB HL (This Course)University / Further Study
Disc and washer methods (rotation about x- or y-axis)Shell method — integrating cylindrical shells instead of discs; useful when the disc method leads to difficult integrals
Volumes of revolution (single integral)Triple integrals for volumes of arbitrary 3D regions (not limited to solids of revolution)
Rotation about x-axis or y-axis onlyPappus' theorem — volume = 2π × (distance centroid travels) × (area of region); elegant shortcut
Cartesian coordinates onlyPolar, cylindrical, and spherical coordinates for computing volumes of spheres, tori, and other symmetric shapes

The disc method is also the conceptual foundation for the arc length and surface area of revolution formulas that appear in university calculus. In each case, the strategy is the same: slice the solid into simple pieces, express each piece's contribution algebraically, and integrate. Mastering the disc method now gives you a transferable skill that will serve you well in higher mathematics, physics, and engineering.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the volume formula includes π and why the function must be squared. Why can't we simply integrate f(x) and multiply by some constant to get the volume?
PROBLEM 2BASIC CALCULATION
Find the volume of the solid formed when the region bounded by y = 2x, the x-axis, x = 0, and x = 3 is rotated 2π radians about the x-axis.
PROBLEM 3INTERMEDIATE
The region enclosed by the curve y = √(4 − x²) (the upper semicircle of radius 2) and the x-axis is rotated about the x-axis. Show that the resulting volume equals 32π/3, confirming the formula for the volume of a sphere of radius 2.
PROBLEM 4APPLIED
A decorative vase is modelled by rotating the curve y = x² + 1 about the y-axis for 1 ≤ y ≤ 5. Find the volume of the vase in terms of π.
PROBLEM 5CRITICAL THINKING
The region bounded by y = x and y = x² (which intersect at x = 0 and x = 1) is rotated about the x-axis. Set up and evaluate the integral to find the volume of the resulting solid. Explain why you need the washer method here and identify which function is the outer radius and which is the inner radius.

Lesson Summary

A solid of revolution is formed by rotating a 2D region 360° about an axis. The disc method slices the solid into thin circular discs and integrates their volumes: V = π ∫ₐᵇ [f(x)]² dx for rotation about the x-axis, and V = π ∫_c^d [g(y)]² dy for rotation about the y-axis (where x = g(y)). When the region is bounded by two curves, the washer method subtracts the inner disc from the outer disc: V = π ∫ₐᵇ ([R(x)]² − [r(x)]²) dx.

Before setting up any integral, answer three questions: which axis of rotation (determines the variable of integration), how many curves bound the region (disc vs. washer), and what are the bounds of integration. Remember to square the function before integrating and never forget the factor of π. These formulas extend naturally to the shell method and triple integrals at the university level, but mastering the disc/washer approach in this course gives you the conceptual foundation for all of them.

Varsity Tutors • IB Mathematics: Analysis and Approaches • Volumes of Revolution — AHL 5.12