IB Maths AA HL Topic 5 — Calculus Paper 1 & 2 HL ~11 min read

Volumes of Revolution

Spin a 2D region around an axis and you get a 3D solid; integrating π·(radius)² gives its volume. The radius of each thin disk at position x is y = f(x), so each disk has area πy² and thickness dx. Stack the disks via integration: V = π ∫ y² dx. For revolution about the y-axis, the roles swap: V = π ∫ x² dy. Both formulas are in the booklet. Two strategic observations: (1) square roots in the function vanish when you square them, so √-functions are easier than they look; (2) keep your answer in exact form (with π) unless decimals are explicitly requested.

📘 What you need to know

The disk method visualized

Volumes of revolution — formula booklet V = π ∫ab y² dx   (about x-axis)   |   V = π ∫ab x² dy   (about y-axis)

Imagine slicing the solid into very thin disks perpendicular to the axis of revolution. Each disk has radius equal to the function value at that point. Disk area = π·(radius)²; disk volume = π·(radius)²·(thickness). Sum infinitely many infinitesimally-thin disks via integration.

2D region under y = √x rotated 2π about x-axis → 3D paraboloid; V = π∫y² dx = 8π x y 4 2 2 y = √x 2D region rotate 2π about x-axis axis (x-axis) disk: radius = y thickness = dx vol = πy² dx paraboloid (3D solid of revolution)
The 2D region under y = √x from x = 0 to x = 4 (left, green) is rotated 2π about the x-axis to form a paraboloid (right, also green). A representative disk cross-section (orange) at x = 2 has radius y and thickness dx, contributing volume πy² dx. Integrating over x ∈ [0, 4]: V = π∫y² dx = π∫(√x)² dx = π∫x dx = π · 8 = 8π. Note how the square in y² eliminates the square root in y = √x.
Why squaring eliminates square roots: the formula V = π ∫ y² dx always SQUARES the function before integrating. So if y = √g(x), then y² = g(x) — the square root disappears. This is why textbook problems so often feature y = √(polynomial): the inside integrand is just a polynomial, no calculus tricks needed.

x-axis vs y-axis revolution

Rotation about x-axis
V = π ∫ab y² dx
Disks perpendicular to x-axis, radius |y|, thickness dx. Use the function in original form y = f(x); limits are x-values.
Rotation about y-axis
V = π ∫ab x² dy
Disks perpendicular to y-axis, radius |x|, thickness dy. Rearrange to x = g(y) first; limits are y-values.

🧭 Recipe — volumes of revolution

  1. Identify the axis of revolution (x-axis or y-axis) and the bounded region. Sketch on a GDC if not given. Find the limits a, b — they must be in the variable matching the integration differential.
  2. For y-axis revolution, rearrange y = f(x) into x = g(y). This is the same inverse-function step as area-between-curve-and-y-axis. For x-axis revolution, keep y = f(x) as given.
  3. Square the function: compute y² (for x-axis) or x² (for y-axis). Square roots in the function disappear; trig functions may need identities like sin²x = (1 − cos 2x)/2.
  4. Apply the formula: V = π ∫ (squared function) d(variable) with the limits from step 1. The π lives OUTSIDE the integral.
  5. Evaluate and keep exact form: preserve π, e, ln, √ in the answer. Only convert to decimal if the question specifically asks for 3 s.f. or similar.

Worked examples

WE 1

Basic x-axis revolution — polynomial

The region bounded by y = x², the x-axis, and the line x = 2 is rotated 2π about the x-axis. Find the volume of the solid of revolution, giving your answer in exact form.

Step 1 — identify limits and axis x-axis revolution, x from 0 to 2 (region starts at origin) Step 2 — already in y = f(x) form y = x² Step 3 — square the function y² = (x²)² = x⁴ Step 4 — apply V = π ∫ y² dx V = π ∫ from 0 to 2 of x⁴ dx = π [x⁵/5] from 0 to 2 = π (32/5 – 0) Step 5 — exact form = 32π/5 V = 32π5 cubic units the 3D solid is a “horn” shape: a parabola rotated about its axis, narrowing to a point at the origin and flaring out to a circular cap of radius 4 at x = 2.
WE 2

y-axis revolution — same parabola, different axis

The region bounded by y = x², the y-axis, and the line y = 4 is rotated 2π about the y-axis. Find the volume.

Step 1 — identify limits and axis y-axis revolution, y from 0 to 4 Step 2 — rearrange y = x² → x = sqrt(y) y = x² ⟹ x = √y (positive root, since x ≥ 0 in the bounded region) Step 3 — square the function x² = (√y)² = y ← square root disappears! Step 4 — apply V = π ∫ x² dy V = π ∫ from 0 to 4 of y dy = π [y²/2] from 0 to 4 = π (8 – 0) Step 5 V = 8π V = 8π cubic units classic example of “square eliminates square root”. The 3D solid here is a paraboloid opening UP, vertex at origin, cap circle at y = 4 with radius 2. Same volume formula but different orientation than WE 1 (which rotated about x-axis instead).
WE 3

Exponential — x-axis revolution with linear-arg exp

The region bounded by y = ex, the x-axis, and the lines x = 0 and x = 1 is rotated 2π about the x-axis. Find the volume.

Step 1 — limits and axis x-axis revolution, x from 0 to 1 Step 2 — y = e^x already in form Step 3 — square the function (linear-arg exp appears) y² = (e^x)² = e^(2x) Step 4 — apply formula V = π ∫ from 0 to 1 of e^(2x) dx = π · [e^(2x)/2] from 0 to 1 (linear-arg integration) = (π/2)(e² – e⁰) = (π/2)(e² – 1) V = π(e² − 1)2 ≈ 10.04 cubic units squaring e^x gives e^(2x), which is linear-arg exp integration ∫e^(ax) dx = e^(ax)/a + c. The 1/2 outside is from a = 2 in the antiderivative. Always quote the exact form first; the decimal is only for verification.
WE 4

Trigonometric — squaring needs an identity

The region bounded by y = sin x, the x-axis, and the lines x = 0 and x = π is rotated 2π about the x-axis. Find the volume in exact form.

Step 1 — limits and axis x-axis revolution, x from 0 to π Step 2 — y = sin x as given Step 3 — square: need the double-angle identity to integrate sin² y² = sin²(x) = (1 – cos(2x))/2 (Pythagorean/double-angle identity) Step 4 — apply formula and integrate term-by-term V = π ∫ from 0 to π of (1 – cos(2x))/2 dx = (π/2) ∫ from 0 to π of (1 – cos(2x)) dx = (π/2) [x – sin(2x)/2] from 0 to π Step 5 — evaluate At x = π: π – sin(2π)/2 = π – 0 = π At x = 0: 0 – 0 = 0 V = (π/2)(π – 0) = π²/2 V = π²2 cubic units sin²x and cos²x always need the half-angle identity to integrate: sin²x = (1-cos 2x)/2, cos²x = (1+cos 2x)/2. The answer π²/2 has TWO factors of π — one from the V = π∫ outside, one from the bounded interval of length π. The solid is a “lemon” or “American football” shape.
WE 5

Square-root function — squaring eliminates the radical

The region bounded by y = √(x² + 4), the x-axis, and the lines x = 0 and x = 2 is rotated 2π about the x-axis. Find the volume.

Step 1 — limits and axis x-axis revolution, x from 0 to 2 Step 2 — y as given Step 3 — square the function y² = (√(x² + 4))² = x² + 4 ← square root vanishes Step 4 — apply formula (now a simple polynomial integration) V = π ∫ from 0 to 2 of (x² + 4) dx = π [x³/3 + 4x] from 0 to 2 = π (8/3 + 8 – 0) = π (8/3 + 24/3) = 32π/3 V = 32π3 cubic units if the problem had asked for the original integral ∫√(x²+4) dx, you’d need trig substitution (outside AA HL syllabus). But the SQUARE makes it a 2-term polynomial — fully integrable. This is why √ functions are the textbook favourite for volumes of revolution.
WE 6

Inverse trig — y-axis revolution with rearrangement

The region bounded by y = arctan x, the y-axis, and the line y = π/4 is rotated 2π about the y-axis. Find the volume in exact form.

Step 1 — limits and axis y-axis revolution, y from 0 to π/4 Step 2 — rearrange (inverse of arctan) y = arctan x ⟹ x = tan y Step 3 — square the function x² = tan²(y) Need identity to integrate: tan²(y) = sec²(y) – 1 Step 4 — apply V = π ∫ x² dy V = π ∫ from 0 to π/4 of tan²(y) dy = π ∫ from 0 to π/4 of (sec²(y) – 1) dy = π [tan(y) – y] from 0 to π/4 Step 5 — evaluate At y = π/4: tan(π/4) – π/4 = 1 – π/4 At y = 0: tan(0) – 0 = 0 V = π · (1 – π/4) = π – π²/4 V = π − π²4 ≈ 0.674 cubic units three techniques combined: y-axis rearrangement (x = tan y), trig identity (tan² = sec² – 1), and reciprocal trig integration (∫sec² = tan). When you see arctan rotated about y-axis, expect this exact chain. The π² in the answer is the “double-π” signature of volumes involving inverse trig functions.

💡 Top tips

⚠ Common mistakes

Up next: Modelling with Volumes of Revolution. Real-world objects — vases, bowls, lampshades, sport trophies — can be modelled as solids of revolution generated by curves. You’ll set up the integral from a contextual description, often involving adding or subtracting volumes (e.g., a hollow bowl = outer solid − inner solid). Unit conversions (cm³ ↔ litres ↔ ml) appear frequently. Same formulas as this note; the new skill is translating “a vase is shaped like…” into y = f(x) with appropriate limits.

Need help with Calculus?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →