Year 11 Maths Advanced Module 3 ⏱ ~40 min Lesson 13 of 15

Volumes of Solids of Revolution

Spin a curve around an axis and it traces out a three-dimensional solid — a vase, a rocket nose cone, or a wine glass. By slicing that solid into infinitely thin disks and adding up their volumes, we can find the exact volume of almost any rotational shape. This is the power of volumes of solids of revolution.

🍷
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

Imagine spinning the line $y = x$ around the $x$-axis from $x = 0$ to $x = 3$. The shape you create is a cone. If you sliced this cone into many thin circular disks perpendicular to the $x$-axis, how might you use the radius of each disk to approximate the total volume? What would happen to your approximation as the disks become thinner?

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Disk method (rotation about $x$-axis)
$$V = \pi \int_a^b \bigl(y\bigr)^2 \, dx = \pi \int_a^b \bigl(f(x)\bigr)^2 \, dx$$
Disk method (rotation about $y$-axis)
$$V = \pi \int_c^d \bigl(x\bigr)^2 \, dy = \pi \int_c^d \bigl(g(y)\bigr)^2 \, dy$$
Washer method (between two curves)
$$V = \pi \int_a^b \Bigl(\bigl(R(x)\bigr)^2 - \bigl(r(x)\bigr)^2\Bigr) \, dx$$ where $R(x)$ = outer radius and $r(x)$ = inner radius
Key insight: Each infinitesimally thin slice is a disk with volume $\pi r^2 \cdot \text{thickness}$. The integral sums these disks into an exact volume.
📖 Know

Key Facts

  • The disk method formula for rotation about the $x$-axis and $y$-axis
  • The washer method for regions between two curves
  • How to identify the radius function for a given solid
💡 Understand

Concepts

  • How revolving a curve generates a three-dimensional solid
  • Why the disk method uses $\pi r^2$ and integrates with respect to the axis of rotation
  • The geometric intuition behind the washer method
✅ Can Do

Skills

  • Find volumes of solids formed by rotating a curve about an axis
  • Find volumes of solids formed between two curves (washer method)
  • Decide whether to integrate with respect to $x$ or $y$
  • Expand and integrate polynomial squared expressions

Misconceptions to Fix

Wrong: Integration and differentiation produce identical results.

Right: Integration is the reverse of differentiation, but includes an arbitrary constant (+C) for indefinite integrals.

Key Terms
Thisthe power of volumes of solids of revolution
Each infinitesimally thin slicea disk with volume $\pi r^2 \cdot \text{thickness}$
Point of Inflectionthe reverse of differentiation, but includes an arbitrary constant (+C) for indefinite integrals
each sliceapproximately a circular disk with:
the region being rotatedbounded by two curves, the cross-section is a
volume of each washerthe volume of the outer disk minus the volume of the inner disk:
🍷

The Disk Method

When a curve $y = f(x)$ is rotated $360^\circ$ about the $x$-axis, it sweeps out a solid. If we slice this solid perpendicular to the $x$-axis, each slice is approximately a circular disk with:

  • radius $r = y = f(x)$
  • thickness $dx$
  • volume $dV = \pi r^2 \, dx = \pi \bigl(f(x)\bigr)^2 \, dx$

Summing these disks from $x = a$ to $x = b$ gives the total volume:

$$V = \pi \int_a^b \bigl(f(x)\bigr)^2 \, dx$$

Similarly, rotating $x = g(y)$ about the $y$-axis from $y = c$ to $y = d$ gives:

$$V = \pi \int_c^d \bigl(g(y)\bigr)^2 \, dy$$

Why this matters for manufacturing. CNC lathes create precision parts by rotating a cutting tool around a metal workpiece — exactly a solid of revolution. Engineers use these formulas to calculate material requirements, tool paths, and finished part volumes for everything from aerospace bolts to medical implants.
🥏

The Washer Method

If the region being rotated is bounded by two curves, the cross-section is a washer — a disk with a hole in the middle. The volume of each washer is the volume of the outer disk minus the volume of the inner disk:

$$V = \pi \int_a^b \Bigl(\bigl(R(x)\bigr)^2 - \bigl(r(x)\bigr)^2\Bigr) \, dx$$

where $R(x)$ is the outer radius (distance from axis to outer curve) and $r(x)$ is the inner radius (distance from axis to inner curve).

🔄

Choosing the Variable of Integration

  • If rotating around a horizontal axis (usually the $x$-axis), integrate with respect to $x$.
  • If rotating around a vertical axis (usually the $y$-axis), integrate with respect to $y$.

Sometimes a curve is given as $y = f(x)$ but you need to rotate around the $y$-axis. In that case, rearrange to express $x$ in terms of $y$ before integrating.

Worked Example 1 — Disk Method About the $x$-Axis

Stepwise
Find the volume of the solid formed by rotating $y = \sqrt{x}$ about the $x$-axis from $x = 0$ to $x = 4$.
  1. 1
    Identify the radius
    r = y = \sqrt{x}
  2. 2
    Set up the integral
    V = \pi \int_0^4 (\sqrt{x})^2 \, dx = \pi \int_0^4 x \, dx
  3. 3
    Evaluate
    V = \pi \Bigl[\frac{x^2}{2}\Bigr]_0^4 = \pi \Bigl(\frac{16}{2} - 0\Bigr) = 8\pi
✓ Answer $8\pi$ cubic units

Worked Example 2 — Disk Method About the $y$-Axis

Stepwise
The region bounded by $y = x^2$, the $y$-axis, and $y = 4$ is rotated about the $y$-axis. Find the volume.
  1. 1
    Express $x$ in terms of $y$
    y = x^2 \quad \Rightarrow \quad x = \sqrt{y}
  2. 2
    Identify radius and limits
    r = x = \sqrt{y}, \quad c = 0, \quad d = 4
  3. 3
    Set up and evaluate
    V = \pi \int_0^4 (\sqrt{y})^2 \, dy = \pi \int_0^4 y \, dy = \pi \Bigl[\frac{y^2}{2}\Bigr]_0^4 = 8\pi
✓ Answer $8\pi$ cubic units

Worked Example 3 — Washer Method

Stepwise
Find the volume of the solid formed by rotating the region between $y = x$ and $y = x^2$ about the $x$-axis.
  1. 1
    Find intersection points
    x = x^2 \quad \Rightarrow \quad x = 0 \text{ or } x = 1
  2. 2
    Identify outer and inner radii
    On $(0, 1)$, $y = x$ is above $y = x^2$.
    R(x) = x, \quad r(x) = x^2
  3. 3
    Set up and evaluate
    V = \pi \int_0^1 \bigl(x^2 - (x^2)^2\bigr) \, dx = \pi \int_0^1 (x^2 - x^4) \, dx
    = \pi \Bigl[\frac{x^3}{3} - \frac{x^5}{5}\Bigr]_0^1 = \pi \Bigl(\frac{1}{3} - \frac{1}{5}\Bigr) = \frac{2\pi}{15}
✓ Answer $\frac{2\pi}{15}$ cubic units
⚠️

Common Mistakes — Don't Lose Easy Marks

Forgetting $\pi$
The volume of a disk includes $\pi r^2$. Leaving out $\pi$ gives the wrong units and a numerically incorrect answer.
✓ Fix: Always include $\pi$ in the integral and in the final answer.
Using $r$ instead of $r^2$
The area of a circle is $\pi r^2$, so the integrand must contain the square of the radius function.
✓ Fix: Always square the radius before integrating.
Wrong variable of integration
Students sometimes integrate with respect to $x$ when rotating about the $y$-axis, without rewriting the function.
✓ Fix: Rotation about $x$-axis → $dx$. Rotation about $y$-axis → $dy$ (express $x$ in terms of $y$).
Expanding $(R - r)^2$ instead of $R^2 - r^2$ in the washer method
The washer volume is $\pi(R^2 - r^2)$, not $\pi(R - r)^2$.
✓ Fix: Square each radius separately, then subtract.

📓 Copy Into Your Books

🍷 Disk method

  • About $x$-axis: $V = \pi \int_a^b y^2 \, dx$
  • About $y$-axis: $V = \pi \int_c^d x^2 \, dy$

🥏 Washer method

  • $V = \pi \int_a^b (R^2 - r^2) \, dx$

🔄 Choice of variable

  • Horizontal axis → $dx$
  • Vertical axis → $dy$

⚠️ Watch out

  • Always include $\pi$
  • Square before subtracting

📝 How are you completing this lesson?

🔍 Activity 1 — Calculate

Find Volumes of Solids of Revolution

Set up and evaluate each volume integral. Leave answers in terms of $\pi$.

  1. 1 Find the volume when $y = x$ is rotated about the $x$-axis from $x = 0$ to $x = 3$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 Find the volume when $y = x^2$ is rotated about the $x$-axis from $x = 0$ to $x = 2$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 The region bounded by $y = \sqrt{x}$, the $y$-axis, and $y = 2$ is rotated about the $y$-axis. Find the volume.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 Find the volume when the region between $y = x$ and $y = x^2$ is rotated about the $x$-axis.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Interpret

Explain the Method

Use words to explain your reasoning.

  1. 1 Explain why the disk method formula contains $\pi r^2$ and not just $r^2$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 A student is finding the volume when $y = x^2$ from $x = 0$ to $x = 3$ is rotated about the $y$-axis. They integrate $\pi \int_0^3 (x^2)^2 \, dx$ with respect to $x$. What is wrong with their setup?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you thought about slicing a cone into thin disks.

Each disk has radius $y = x$ and thickness $dx$, so its volume is $\pi x^2 \, dx$. Integrating from $0$ to $3$ gives $\pi \int_0^3 x^2 \, dx = 9\pi$. Remarkably, this matches the geometric formula for a cone: $V = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi (3)^2 (3) = 9\pi$. The disk method is simply calculus verifying geometry — but it works for shapes far too complex for any simple geometric formula.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Interactive: Solid of Revolution Visualiser
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

📝

Extended Questions

ApplyBand 4

6. Find the volume of the solid formed when each curve is rotated about the given axis. Leave answers in terms of $\pi$. 4 MARKS

(a) $y = 2x$ about the $x$-axis from $x = 0$ to $x = 1$.

(b) $y = x^2$ about the $y$-axis from $y = 0$ to $y = 4$.

Type your answers below:

Answer in your workbook.

✏️ Answer in your workbook
ApplyBand 4

7. Find the volume of the solid formed when the region bounded by $y = x + 1$, $y = 0$, $x = 0$, and $x = 2$ is rotated about the $x$-axis. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

8. The region enclosed by $y = x^2$ and $y = 2x$ is rotated about the $x$-axis. 4 MARKS

(a) Sketch the region and the solid formed.

(b) Find the volume of the solid using the washer method. Show all working.

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Calculate Model Answers

1. $V = \pi \int_0^3 x^2 \, dx = \pi \bigl[\frac{x^3}{3}\bigr]_0^3 = 9\pi$

2. $V = \pi \int_0^2 x^4 \, dx = \pi \bigl[\frac{x^5}{5}\bigr]_0^2 = \frac{32\pi}{5}$

3. $x = y^2$, so $V = \pi \int_0^2 (y^2)^2 \, dy = \pi \int_0^2 y^4 \, dy = \pi \bigl[\frac{y^5}{5}\bigr]_0^2 = \frac{32\pi}{5}$

4. Washer method: $V = \pi \int_0^1 (x^2 - x^4) \, dx = \frac{2\pi}{15}$

🎨 Activity 2 — Interpret Model Answers

1. Each slice is a circular disk. The area of a circle is $\pi r^2$, so the volume of each thin disk is $\pi r^2 \cdot \text{thickness}$. Without $\pi$, we would just be summing $r^2$ values, not actual volumes.

2. Rotation about the $y$-axis requires integration with respect to $y$, not $x$. We need $x = \sqrt{y}$ and limits from $y = 0$ to $y = 9$: $V = \pi \int_0^9 y \, dy$.

❓ Multiple Choice

1. B — $V = \\pi int_0^2 x^2 , dx = \\pi \bigl[\frac{x^3}{3}\bigr]_0^2 = \frac{8pi}{3}$.

2. B — Rotation about the $y$-axis requires integrating with respect to $y$, expressing $x$ as a function of $y$.

3. B — Each disk has volume $\\pi r^2 , dx = \\pi y^2 , dx$, so $V = \\pi int_a^b y^2 , dx$.

4. B — Washer method: $V = \\pi int_0^1 (x^2 - x^4) , dx = \\pi(\frac{1}{3} - \frac{1}{5}) = \frac{2pi}{15}$.

5. B — Volume of washer = $\\pi R^2 - \\pi r^2 = \\pi(R^2 - r^2)$.

6. B — $V = \\pi int_0^4 (\\sqrt{x})^2 , dx = \\pi int_0^4 x , dx = \\pi \bigl[\frac{x^2}{2}\bigr]_0^4 = 8pi$.

7. B — $x = \\sqrt{y}$, so $V = \\pi int_0^4 y , dy = \\pi \bigl[\frac{y^2}{2}\bigr]_0^4 = 8pi$.

📝 Short Answer Model Answers

Q6 (4 marks): (a) $V = \pi \int_0^1 4x^2 \, dx = \pi \bigl[\frac{4x^3}{3}\bigr]_0^1 = \frac{4\pi}{3}$ [2]. (b) $x = \sqrt{y}$, so $V = \pi \int_0^4 y \, dy = \pi \bigl[\frac{y^2}{2}\bigr]_0^4 = 8\pi$ [2].

Q7 (3 marks): $V = \pi \int_0^2 (x + 1)^2 \, dx = \pi \int_0^2 (x^2 + 2x + 1) \, dx = \pi \bigl[\frac{x^3}{3} + x^2 + x\bigr]_0^2 = \frac{26\pi}{3}$ [3].

Q8 (4 marks): (a) Sketch: parabola and line intersecting at $(0,0)$ and $(2,4)$, rotated about $x$-axis [1]. (b) Washer method: $V = \pi \int_0^2 \bigl[(2x)^2 - (x^2)^2\bigr] \, dx = \pi \int_0^2 (4x^2 - x^4) \, dx = \pi \bigl[\frac{4x^3}{3} - \frac{x^5}{5}\bigr]_0^2 = \frac{64\pi}{15}$ [3].

☄️
Asteroid Blaster

Blast the Correct Answer

Defend your ship by blasting the correct answers for Volumes of Solids of Revolution. Scores count toward the Asteroid Blaster leaderboard.

Play Asteroid Blaster →

Consolidation Game

Volumes of Solids of Revolution

Mark lesson as complete

Tick when you've finished all activities and checked your answers.