IB MATHEMATICS: APPLICATIONS AND INTERPRETATION • CALCULUS

Volumes of Revolution — AHL 5.11 Volumes of revolution / applications beyond area (HL) (intro)

Learn how spinning a flat curve around an axis creates a three-dimensional solid whose volume you can compute with integration.

Historical Context & Motivation

Long before calculators or computers existed, ancient engineers and mathematicians needed to find the volumes of curved shapes such as barrels, domes, and vases. These objects are often created by spinning a two-dimensional profile around a central axis — much like a potter shaping clay on a spinning wheel. The mathematical challenge of computing these volumes of revolution has driven some of the most important breakthroughs in the history of calculus.

The story begins in ancient Greece, where Archimedes devised ingenious methods to calculate the volume of a sphere. Centuries later, the invention of integral calculus gave mathematicians a general-purpose tool that could handle any curve, not just simple geometric shapes. Today, volumes of revolution appear in engineering, manufacturing, medical imaging, and physics whenever we need to compute how much space a rotationally symmetric object occupies.

~250 BCE
Archimedes and the Sphere
Archimedes used the method of exhaustion — filling a sphere with thin slices — to prove its volume is (4/3)πr³. This foreshadowed integration by nearly two millennia.
1615
Kepler's Wine Barrel Problem
Johannes Kepler studied the volumes of barrels — solids of revolution — to determine optimal barrel shapes. His work pushed mathematicians toward a general volume formula.
1665–1676
Newton & Leibniz Develop Calculus
Isaac Newton and Gottfried Wilhelm Leibniz independently created integral calculus, providing a systematic way to sum infinitely many thin slices and compute exact volumes.
1700s–1800s
Engineering Applications Flourish
The disc and shell methods became standard tools for engineers designing cannons, lenses, church domes, and industrial containers — all of which are solids of revolution.

The central question this topic addresses is: if you know the equation of a curve, how can you calculate the exact volume of the 3-D solid formed when that curve is rotated around an axis? By the end of this lesson, you will have a clear method — the disc method — for answering that question.

Core Principles & Definitions

Before diving into formulas, it helps to nail down four foundational ideas. Each one builds on the previous, so take them in order.

1

Solid of Revolution

A solid of revolution is the three-dimensional shape formed when a two-dimensional region is rotated 360° (2π radians) around a straight line called the axis of revolution.
2

The Disc Method (Rotation about x-axis)

Imagine slicing the solid perpendicular to the axis of rotation. Each thin slice is approximately a circular disc with radius equal to the function value y = f(x) and infinitesimal thickness dx.
3

Summation via Integration

The volume of one thin disc is π[f(x)]² dx. Integration adds up all these disc volumes from x = a to x = b, giving the total volume of the solid.
4

Rotation about the y-axis

If the curve is rotated about the y-axis instead, each disc has radius x = g(y) and thickness dy. The roles of x and y simply swap in the formula.
KEY TAKEAWAY
Think of volumes of revolution like stacking a huge pile of coins (discs). Each coin has a slightly different radius determined by the curve y = f(x). Integration is just a super-precise way of adding up the volumes of all those coins — even when there are infinitely many of them, each infinitely thin.

Visual Explanation — Building a Solid of Revolution

The diagram below shows how a curve y = f(x) is rotated about the x-axis to form a solid of revolution. Notice the representative disc at a particular x-value: its radius equals f(x), and its thickness is the small width dx. By summing all such discs from x = a to x = b, you obtain the full volume.

The curve y = f(x) (solid cyan) is reflected below the x-axis (dashed) to suggest the rotation. The purple ellipse represents one thin disc with radius f(x) and thickness dx.

Every point on the curve traces out a circle when the region rotates. The disc at position x has area πr² = π[f(x)]². Multiply that area by the tiny thickness dx and you get the volume of one disc: π[f(x)]² dx. Integration simply sums all such discs from x = a to x = b.

Mathematical Framework

We now formalise the disc method into two clean formulas — one for rotation about the x-axis, one for rotation about the y-axis. Both are direct consequences of the idea that volume equals the integral of cross-sectional area.

VOLUME — ROTATION ABOUT THE x-AXIS
V = π ∫ₐᵇ [f(x)]² dx
V = volume of the solid; f(x) = the function defining the curve; a, b = the limits of integration along the x-axis; dx = an infinitesimal width element.
VOLUME — ROTATION ABOUT THE y-AXIS
V = π ∫_c^d [g(y)]² dy
Here g(y) expresses x as a function of y, and c and d are the limits along the y-axis. The logic is identical — only the axis of rotation changes.

Notice the key feature of both formulas: the function value is squared inside the integral, reflecting the fact that the area of a circle is πr². The constant π sits outside the integral because it appears in every disc.

AREA OF ONE DISC
A(x) = π [f(x)]²
This is simply the circle-area formula πr² with r replaced by the function value f(x) at a given position.
💡 IB Exam Tip
In the IB Mathematics: Applications and Interpretation HL exam, volumes of revolution questions almost always tell you the axis of rotation and the limits. Your job is to identify f(x) (or g(y)), square it, multiply by π, and integrate. Don't forget the π outside the integral!

Detailed Breakdown — Anatomy of the Disc Method

Let's look more closely at how a specific curve generates discs of varying radius. In the diagram below, the function y = √x is rotated about the x-axis from x = 0 to x = 4. Several representative discs are shown so you can see how their radii change: near x = 0 the discs are tiny, while near x = 4 they are larger because √4 = 2.

Four representative discs are shown at x = 1, 2, 3, and 4. Their radii are √1 = 1, √2 ≈ 1.41, √3 ≈ 1.73, and √4 = 2 respectively. The total volume is obtained by summing all such discs via integration.

The key insight is that the function value at each x determines the radius of the disc at that position. A larger function value means a bigger disc, contributing more volume. Integration accounts for every disc — even infinitely thin ones — and produces an exact answer rather than an approximation.

Disc areas at selected x-values for y = √x
x-valuef(x) = √xDisc radius rDisc area πr²
0000
111π ≈ 3.14
2√2 ≈ 1.41√22π ≈ 6.28
3√3 ≈ 1.73√33π ≈ 9.42
4224π ≈ 12.57

Worked Example — Volume from y = √x

Let's compute the volume of the solid formed when the region under y = √x, from x = 0 to x = 4, is rotated about the x-axis. Follow each step carefully.

Volume of revolution: y = √x about the x-axis, 0 ≤ x ≤ 4
1
Step 1 — Identify the function and limitsThe curve is y = f(x) = √x. The region stretches from a = 0 to b = 4. The axis of rotation is the x-axis.
2
Step 2 — Write the disc-method formulaV = π ∫₀⁴ [f(x)]² dx = π ∫₀⁴ (√x)² dx.
3
Step 3 — Simplify the integrandSince (√x)² = x, the integral becomes V = π ∫₀⁴ x dx.
Integrand simplifies to x
4
Step 4 — IntegrateThe antiderivative of x is x²/2. So V = π [x²/2]₀⁴.
5
Step 5 — Evaluate at the limitsV = π [(4²/2) − (0²/2)] = π [16/2 − 0] = π × 8 = 8π.
V = 8π ≈ 25.1 cubic units
Sanity Check
The solid looks like a rounded cone. A full cone with radius 2 and height 4 would have volume (1/3)π(2²)(4) = 16π/3 ≈ 16.8 cubic units — smaller than 8π ≈ 25.1. This makes sense because the y = √x curve bulges outward more than a straight cone, so the solid should have a larger volume.

Strengths, Limitations & When to Use Each Axis

The disc method is powerful, but it has conditions. It works beautifully when you can express the radius of each cross-section as a single function. Below is a comparison of typical scenarios you may encounter in IB problems.

Comparing x-axis vs. y-axis rotation
FeatureRotation about x-axisRotation about y-axis
Disc radiusy = f(x)x = g(y)
Thickness elementdxdy
Limits of integrationx = a to x = by = c to y = d
Best when...y is easily expressed in terms of xx is easily expressed in terms of y
LimitationRequires f(x) ≥ 0 on [a, b]; hollow solids need the washer methodMust rearrange y = f(x) into x = g(y), which isn't always easy
WHEN TO USE WHAT
The disc method covers many IB HL problems. However, if the solid has a hole (like a donut or a hollow pipe), you'll need the washer method — which subtracts the inner disc from the outer disc. And if rotating about an axis parallel to the slices, the shell method may be more efficient. For now, master the disc method — the others build directly on it.

Connection to Advanced Theory

The disc method is your entry point into a broader family of techniques that extend integration beyond simply finding areas. As you progress through the IB HL syllabus and into university-level mathematics, you'll encounter more sophisticated versions of the same underlying idea — slicing a solid into cross-sections, computing each cross-section's area, and integrating.

From introductory disc method to advanced volume techniques
ConceptWhat You Learn Now (Disc Method)What Comes Next
Cross-section shapeAlways a full disc (circle)Washers (annular rings), shells (cylindrical strips), or arbitrary cross-sections (squares, triangles)
Axis of rotationx-axis or y-axisAny horizontal or vertical line (e.g., y = 3, x = −1)
Functions involvedSingle function y = f(x)Region bounded by two curves; requires outer minus inner radius
Dimensions2-D region → 3-D solidMultiple integrals can compute volumes in higher dimensions and without rotational symmetry

In the IB Applications and Interpretation HL course, you will primarily use the disc method for rotation about the x-axis and y-axis. If you continue to study mathematics at university, you'll meet the washer and shell methods in a multivariable calculus course, and eventually triple integrals for computing volumes of any shape — not just solids of revolution.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the function value f(x) is squared inside the volume-of-revolution integral, even though it is not squared in the integral for the area under a curve.
PROBLEM 2BASIC CALCULATION
Find the volume of the solid formed when y = 3 (a horizontal line) is rotated about the x-axis from x = 0 to x = 5.
PROBLEM 3INTERMEDIATE
The region under y = x² from x = 0 to x = 2 is rotated about the x-axis. Calculate the exact volume of the resulting solid.
PROBLEM 4APPLIED
A decorative vase can be modelled by rotating the curve y = 2√x about the x-axis for 0 ≤ x ≤ 9 (all measurements in centimetres). Find the volume of the vase in cm³, and convert to litres (1 litre = 1000 cm³).
PROBLEM 5CRITICAL THINKING
The curve y = x² is rotated about the y-axis from y = 0 to y = 4. Set up and evaluate the integral for the volume using the disc method with respect to y. Verify that your answer is consistent by comparing it to what you know about the shape.

Lesson Summary

A volume of revolution is the three-dimensional solid created when a two-dimensional region is rotated 360° around an axis. The disc method slices this solid into infinitely many thin circular discs, each with radius equal to the function value at that point. For rotation about the x-axis, the volume formula is V = π ∫ₐᵇ [f(x)]² dx; for rotation about the y-axis, it becomes V = π ∫_c^d [g(y)]² dy, where g(y) expresses x as a function of y.

The critical step is always to square the function inside the integral, because each disc's area is πr². Remember to include π as a factor outside the integral, simplify the integrand before integrating, and verify your answer against known shapes (cylinders, cones) as a sanity check. Mastering the disc method provides the foundation for more advanced techniques — the washer and shell methods — that you may encounter later in the IB HL course or at university.

Varsity Tutors • IB Mathematics: Applications and Interpretation • Volumes of Revolution — AHL 5.11