zuai-logo

Volumes of Revolution

Emily Davis

Emily Davis

7 min read

Listen to this study note

Study Guide Overview

This study guide covers the washer method for finding volumes of revolution around the x-axis. It explains when to use this method (when a gap exists between the region and the x-axis), how to calculate volume using the washer method formula with definite integrals, and common mistakes to avoid. It includes a worked example and practice questions, and defines key terms like volume of revolution.

Volume with Washer Method Revolving Around the x-axis

Table of Contents

  1. Introduction
  2. When to Use the Washer Method
  3. Calculating Volume Using the Washer Method
  4. Exam Tips
  5. Worked Example
  6. Practice Questions
  7. Glossary
  8. Summary and Key Takeaways

Introduction

The washer method is a powerful tool for calculating the volume of a solid of revolution when there is a gap between the region being rotated and the axis of rotation. This method extends the disk method by accounting for the inner radius, which is subtracted from the outer radius.

When to Use the Washer Method

The washer method should be used when there is a gap between the region being rotated and the axis of rotation (x-axis in this case).

For example, consider rotating the shaded area between two curves around the x-axis. If there is a gap between the x-axis and the curve y_1=f(x)y\_1 = f(x), then the cross-section of the solid of revolution will resemble a washer.

Cross Section

For xx between aa and bb, the cross-section of the solid of revolution will have the shape of a washer, with: Area=π((g(x))2(f(x))2)\text{Area} = \pi \left( \left( g(x) \right)^2 - \left( f(x) \right)^2 \right)

Calculating Volume Using the Washer Method

To calculate the volume of revolution around the x-axis using the washer method, follow these steps:

  1. Identify the Curves: Let ff and gg be continuous functions such that f(x)<g(x)|f(x)| < |g(x)| on the interval [a,b][a, b].

  2. Set Up the Integral: The volume VV of the region bounded by y1=f(x)y_1 = f(x) and y2=g(x)y_2 = g(x) between x=ax = a and x=bx = b, when rotated around the x-axis, is given by: V=πab((y2)2(y1)2),dxV = \pi \int_{a}^{b} \left( \left( y_2 \right)^2 - \left( y_1 \right)^2 \right) , dx where y1y_1 and y2y_2 are both functions of xx.

  3. Evaluate the Integral: Make sure to carefully evaluate the integral, considering if the curves swap places over the interval.

Exam Tip

Be careful not to confuse (y2)2(y1)2\left( y_2 \right)^2 - \left( y_1 \right)^2 with (y2y1)2\left( y_2 - y_1 \right)^2. These are not equal!

Key Concept

The washer method uses the concept of definite integrals to calculate an accumulation of change. The volume is derived from the area of the washer cross-sections.

Exam Tips

Exam Tip

Be careful not to confuse (y2)2(y1)2\left( y_2 \right)^2 - \left( y_1 \right)^2 with (y2y1)2\left( y_2 - y_1 \right)^2. These are not equal! The correct formula is: (y2)2(y1)2(y2y1)2\left( y_2 \right)^2 - \left( y_1 \right)^2 \neq \left( y_2 - y_1 \right)^2

Common Mistake

Common Mistake: Confusing the square of the difference of functions with the difference of their squares. (y2y1)2=(y2)22y1y2+(y1)2\left( y_2 - y_1 \right)^2 = \left( y_2 \right)^2 - 2 y_1 y_2 + \left( y_1 \right)^2

Worked Example

Let RR be the region enclosed by the graphs of f(x)=14x2f(x) = \frac{1}{4} x^2 and g(x)=xg(x) = x.

To find the volume of RR when rotated around the x-axis:

  1. Find Points of Intersection: 14x2=x\frac{1}{4} x^2 = x x24x=0x^2 - 4x = 0 x(x4)=0x(x - 4) = 0 x=0 or x=4x = 0 \text{ or } x = 4 Thus, a=0a = 0 and b=4b = 4.

  2. Set Up the Integral: V=π04(x2(14x2)2),dxV = \pi \int_{0}^{4} \left( x^2 - \left( \frac{1}{4} x^2 \right)^2 \right) , dx V=π04(x2116x4),dxV = \pi \int_{0}^{4} \left( x^2 - \frac{1}{16} x^4 \right) , dx

  3. Evaluate the Integral: V=π[13x3180x5]04V = \pi \left[ \frac{1}{3} x^3 - \frac{1}{80} x^5 \right]_{0}^{4} V=π[(13(4)3180(4)5)0]V = \pi \left[ \left( \frac{1}{3} (4)^3 - \frac{1}{80} (4)^5 \right) - 0 \right] V=π(643102480)V = \pi \left( \frac{64}{3} - \frac{1024}{80} \right) V=π(64312810)V = \pi \left( \frac{64}{3} - \frac{128}{10} \right) V=π(64312810)V = \pi \left( \frac{64}{3} - \frac{128}{10} \right) V26.808 units3 (to 3 decimal places)V \approx 26.808 \ \text{units}^3 \ (\text{to 3 decimal places})

Practice Questions

Practice Question

Question 1: Find the volume of the solid obtained by rotating the region bounded by y=x2y = x^2 and y=2xy = 2x around the x-axis from x=0x = 0 to x=2x = 2.

Answer:

  1. Find points of intersection: x2=2xx^2 = 2x x(x2)=0x(x - 2) = 0 x=0 or x=2x = 0 \text{ or } x = 2

  2. Set up the integral: V=π02((2x)2(x2)2),dxV = \pi \int_{0}^{2} \left( (2x)^2 - (x^2)^2 \right) , dx V=π02(4x2x4),dxV = \pi \int_{0}^{2} \left( 4x^2 - x^4 \right) , dx

  3. Evaluate the integral: V=π[43x315x5]02V = \pi \left[ \frac{4}{3} x^3 - \frac{1}{5} x^5 \right]_{0}^{2} V=π(43(2)315(2)5)V = \pi \left( \frac{4}{3} (2)^3 - \frac{1}{5} (2)^5 \right) V=π(323325)V = \pi \left( \frac{32}{3} - \frac{32}{5} \right) V14.612 units3 (to 3 decimal places)V \approx 14.612 \ \text{units}^3 \ (\text{to 3 decimal places})

Practice Question

Question 2: Determine the volume of the solid obtained by rotating the region bounded by y=xy = \sqrt{x} and y=xy = x around the x-axis from x=0x = 0 to x=1x = 1.

Answer:

  1. Find points of intersection: x=x\sqrt{x} = x x=0 or x=1x = 0 \text{ or } x = 1

  2. Set up the integral: V=π01(x2(x)2),dxV = \pi \int_{0}^{1} \left( x^2 - (\sqrt{x})^2 \right) , dx V=π01(x2x),dxV = \pi \int_{0}^{1} \left( x^2 - x \right) , dx

  3. Evaluate the integral: V=π[13x312x2]01V = \pi \left[ \frac{1}{3} x^3 - \frac{1}{2} x^2 \right]_{0}^{1} V=π(1312)V = \pi \left( \frac{1}{3} - \frac{1}{2} \right) V=π(2636)V = \pi \left( \frac{2}{6} - \frac{3}{6} \right) V=π(16)V = \pi \left( -\frac{1}{6} \right) V=π6 units3V = -\frac{\pi}{6} \ \text{units}^3

Glossary

  • Washer Method: A method for finding the volume of a solid of revolution when there is a gap between the region and the axis of rotation.
  • Volume of Revolution: The volume of a solid formed by rotating a region around an axis.
  • Definite Integral: A mathematical expression representing the accumulation of quantities.

Summary and Key Takeaways

  • The washer method is used for calculating the volume of a solid of revolution when there is a gap between the region and the axis of rotation.
  • The formula for the volume using the washer method around the x-axis is: V=πab((y2)2(y1)2),dxV = \pi \int_{a}^{b} \left( \left( y_2 \right)^2 - \left( y_1 \right)^2 \right) , dx
  • Remember to correctly set up and evaluate the integral, ensuring that the functions and bounds are accurately represented.
  • Be cautious of common mistakes, such as confusing the square of the difference with the difference of the squares.
Key Concept

The washer method extends the disk method by subtracting the inner radius from the outer radius, accounting for the gap between the region and the axis of rotation.

Question 1 of 11

When should you use the washer method to find the volume of a solid of revolution? 🤔

When the region is rotated around the y-axis

When there is no gap between the region and the axis of rotation

When there is a gap between the region and the axis of rotation

When the region is bounded by a single curve