Year 12 Maths Advanced Module 6 ~35 min Lesson 7 of 15

Volumes of Revolution

How much wine can a barrel hold? What is the capacity of a vase shaped like a parabola? How do engineers design satellite dishes? These objects are all solids of revolution β€” three-dimensional shapes created by rotating a curve around an axis. Just as integration finds areas by summing infinitely many thin rectangles, it finds volumes by summing infinitely many thin disks. The disk method and washer method are two of the most elegant applications of definite integrals, turning complex 3D volume problems into straightforward single-variable calculus.

πŸ”¬
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision.

Think First

If you rotate the curve $y = \sqrt{x}$ from $x = 0$ to $x = 4$ around the x-axis, what 3D shape do you get? How might you find its volume using what you know about areas of circles?

Write your initial thinking in your book
Saved
πŸ“

Formula Reference β€” This Lesson

Disk method (x-axis)
$V = \pi \int_a^b [f(x)]^2 \, dx$
Disk method (y-axis)
$V = \pi \int_c^d [g(y)]^2 \, dy$
Washer method
$V = \pi \int_a^b ([R(x)]^2 - [r(x)]^2) \, dx$
Key idea
Sum volumes of infinitely thin disks/washers
Key insight: The disk method applies when the region touches the axis of revolution. The washer method applies when there's a gap β€” you subtract the inner hole from the outer disk. A common error is forgetting the Ο€ or squaring incorrectly. Always write $[f(x)]^2$, not $f(x^2)$.
Know

Key Facts

  • Disk method: $V = \pi \int_a^b [f(x)]^2 \, dx$
  • Washer method: $V = \pi \int_a^b (R^2 - r^2) \, dx$
  • Rotate around y-axis: use $x = g(y)$ with $dy$
Understand

Concepts

  • Why the formula involves $\pi r^2$ (area of disk)
  • When to use disk vs washer method
  • How to set up rotation around the y-axis
Can Do

Skills

  • Find volumes using the disk method
  • Find volumes using the washer method
  • Set up integrals for rotation around x-axis and y-axis
01Disk Method

The Disk Method

When a curve $y = f(x)$ from $x = a$ to $x = b$ is rotated around the x-axis, each point traces out a circle. At position $x$, the radius of the circle is $f(x)$, so the cross-sectional area is $\pi [f(x)]^2$.

Summing these circular areas gives the volume:

V = Ο€ ∫_a^b [f(x)]^2 dx

Example: Find the volume when $y = \sqrt{x}$ from $x = 0$ to $x = 4$ is rotated around the x-axis.

V = Ο€ ∫_0^4 (√x)^2 dx = Ο€ ∫_0^4 x dx = Ο€ [x^2/2]_0^4 = Ο€ Β· 8 = 8Ο€

Example around y-axis: Find the volume when $x = y^2$ from $y = 0$ to $y = 2$ is rotated around the y-axis.

V = Ο€ ∫_0^2 (y^2)^2 dy = Ο€ ∫_0^2 y^4 dy = Ο€ [y^5/5]_0^2 = Ο€ Β· 32/5 = 32Ο€/5

Real-World Anchor Designing Wine Barrels. Traditional wine barrels have a curved profile approximated by $y = R\sqrt{1 - (\frac{x}{h})^2}$ (an ellipse rotated around its axis). A cooper (barrel maker) needs to know the internal volume to determine how much wine the barrel will hold. Using the disk method, $V = \pi \int_{-h}^{h} [R\sqrt{1 - (\frac{x}{h})^2}]^2 \, dx = \pi R^2 \int_{-h}^{h} (1 - \frac{x^2}{h^2}) \, dx = \pi R^2 [x - \frac{x^3}{3h^2}]_{-h}^{h} = \frac{4}{3}\pi R^2 h$. This is the formula for the volume of an ellipsoid β€” and it's how barrel makers have estimated capacity for centuries. Modern manufacturing uses the same calculus: when designing any container with a curved profile, engineers set up and evaluate volume-of-revolution integrals to determine capacity, material thickness, and structural integrity.

02Washer Method

The Washer Method

When the region being rotated does not touch the axis of revolution, the solid has a hole through the middle. Each cross-section is a washer (a disk with a hole):

V = Ο€ ∫_a^b ([R(x)]^2 - [r(x)]^2) dx

where $R(x)$ is the outer radius and $r(x)$ is the inner radius.

Example: Find the volume when the region between $y = x$ and $y = x^2$ from $x = 0$ to $x = 1$ is rotated around the x-axis.

R(x) = x (outer), r(x) = x^2 (inner)

V = Ο€ ∫_0^1 (x^2 - x^4) dx = Ο€ [x^3/3 - x^5/5]_0^1 = Ο€(1/3 - 1/5) = 2Ο€/15

Common error: Some students try $\pi \int_0^1 (x - x^2)^2 \, dx$. This is wrong! The washer method subtracts the squares, not the square of the difference. $(x - x^2)^2 \neq x^2 - x^4$.

Worked Example

GIVEN

The region bounded by $y = x^2$ and $y = 4$ is rotated around the y-axis. Find the volume.

FIND

The volume of the solid.

METHOD

Method: Disk method around y-axis.
Express x in terms of y: x = √y
At y, radius = √y
V = Ο€ ∫_0^4 (√y)^2 dy = Ο€ ∫_0^4 y dy
= Ο€ [y^2/2]_0^4 = Ο€ Β· 8 = 8Ο€

ANSWER

$8\pi$ cubic units.

Try It Now

β–Ό

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

Answer:

$V = \pi \int_0^1 (x^3)^2 \, dx = \pi \int_0^1 x^6 \, dx = \pi [\frac{x^7}{7}]_0^1 = \frac{\pi}{7}$.

Copy Into Your Books

β–Ό

Disk (x-axis)

$V = \pi \int_a^b [f(x)]^2 \, dx$

Disk (y-axis)

$V = \pi \int_c^d [g(y)]^2 \, dy$

Washer

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

Remember

Square first, then subtract β€” not $(R-r)^2$

AActivities

Activities

Activity 1 β€” Calculate and Interpret

  1. Find the volume when $y = x^2$ from $x = 0$ to $x = 2$ is rotated around the x-axis.
  2. Find the volume when $y = \sqrt{x}$ from $x = 0$ to $x = 9$ is rotated around the x-axis.
  3. Find the volume when the region between $y = x$ and $y = x^2$ is rotated around the x-axis.

Activity 2 β€” Analyse and Connect

  1. Explain why the washer method formula subtracts $r^2$ from $R^2$, not $(R-r)^2$.
  2. A vase has profile $y = 2\sqrt{x}$ from $x = 0$ to $x = 4$. Find its capacity in litres (1 unitΒ³ = 1 litre).
  3. Why does rotating around the y-axis require expressing $x$ as a function of $y$?
Revisit Your Initial Thinking

Rotating $y = \sqrt{x}$ from $x = 0$ to $x = 4$ around the x-axis produces a paraboloid β€” a shape like a satellite dish or a wine glass. At each $x$, the cross-section is a circle with radius $\sqrt{x}$, so the area is $\pi (\sqrt{x})^2 = \pi x$. Summing these circular areas gives $V = \pi \int_0^4 x \, dx = 8\pi$. The key insight is that every volume-of-revolution problem reduces to: (1) find the radius as a function of position, (2) write the cross-sectional area $\pi r^2$, (3) integrate.

Write your reflection in your book
Saved
MC

Multiple Choice

5 random questions from a replayable lesson bank β€” feedback shown immediately

πŸ“

Extended Questions

ApplyBand 4

8. Find the volume when $y = x^2$ from $x = 0$ to $x = 3$ is rotated around the x-axis. Show all working. 3 MARKS

Answer in your workbook
ApplyBand 5

9. Find the volume when the region bounded by $y = x$ and $y = x^2$ is rotated around the x-axis. Show all working. 4 MARKS

Answer in your workbook
AnalyseBand 5

10. A wine barrel has profile $y = 10\sqrt{1 - (\frac{x}{30})^2}$ for $-30 \leq x \leq 30$ (in cm), rotated around the x-axis. (a) Identify the shape. (b) Set up the integral for the volume. (c) Evaluate it and convert to litres (1000 cmΒ³ = 1 L). 4 MARKS

Answer in your workbook

Comprehensive Answers

β–Ό

Activity 1 β€” Model Answers

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

2. $V = \pi \int_0^9 x \, dx = \pi [\frac{x^2}{2}]_0^9 = \frac{81\pi}{2}$.

3. Intersections at $x = 0, 1$. $V = \pi \int_0^1 (x^2 - x^4) \, dx = \pi [\frac{x^3}{3} - \frac{x^5}{5}]_0^1 = \frac{2\pi}{15}$.

Activity 2 β€” Model Answers

1. The cross-sectional area of a washer is $\pi R^2 - \pi r^2 = \pi(R^2 - r^2)$. The square of the difference $(R-r)^2$ would give the wrong area.

2. $V = \pi \int_0^4 (2\sqrt{x})^2 \, dx = \pi \int_0^4 4x \, dx = \pi [2x^2]_0^4 = 32\pi \approx 100.5$ litres.

3. Because the radius is measured horizontally from the y-axis, so we need $x$ as a function of $y$ to describe how far from the axis each point is.

Short Answer Model Answers

Q8 (3 marks): $V = \pi \int_0^3 (x^2)^2 \, dx = \pi \int_0^3 x^4 \, dx$ [1] $= \pi [\frac{x^5}{5}]_0^3$ [1] $= \pi \cdot \frac{243}{5} = \frac{243\pi}{5}$ [1].

Q9 (4 marks): Intersections: $x = x^2 \Rightarrow x(1-x) = 0$, so $x = 0, 1$ [1]. On $[0, 1]$, $x \geq x^2$, so $R(x) = x$, $r(x) = x^2$ [1]. $V = \pi \int_0^1 (x^2 - x^4) \, dx$ [1] $= \pi [\frac{x^3}{3} - \frac{x^5}{5}]_0^1 = \pi(\frac{1}{3} - \frac{1}{5}) = \frac{2\pi}{15}$ [1].

Q10 (4 marks): (a) An ellipsoid (prolate spheroid) [1]. (b) $V = \pi \int_{-30}^{30} 100(1 - \frac{x^2}{900}) \, dx$ [1] $= 100\pi [x - \frac{x^3}{2700}]_{-30}^{30}$ [1] $= 100\pi [(30 - 10) - (-30 + 10)] = 100\pi \cdot 40 = 4000\pi \approx 12566$ cmΒ³ β‰ˆ 12.6 L [1].

⚑
Science Jump

Jump Through Volumes!

Climb platforms by calculating volumes of revolution using disk and washer methods. Pool: lesson 7.

Mark lesson as complete

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