zuai-logo

Volumes of Revolution

Emily Davis

Emily Davis

6 min read

Listen to this study note

Study Guide Overview

This study guide covers the disc method for finding volumes of solids of revolution. It focuses on rotations around axes parallel to the x-axis and y-axis. Key topics include setting up integrals using (yk)2(y-k)^2 or (xk)2(x-k)^2, rewriting equations, and applying the method through worked examples. Practice questions, a glossary, and exam strategies are also provided.

Volume with Disc Method Revolving Around Other Axes

Table of Contents

  1. Introduction
  2. Volume of Revolution Around Axes Parallel to the x-axis
  3. Volume of Revolution Around Axes Parallel to the y-axis
  4. Practice Questions
  5. Glossary
  6. Summary and Key Takeaways
  7. Exam Strategy

Introduction

The disc method is a powerful technique used in calculus to find the volume of a solid of revolution. When a region in the plane is revolved around a line that is parallel to either the x-axis or the y-axis, we can use the disc method to calculate the volume of the resulting solid.

Volume of Revolution Around Axes Parallel to the x-axis

Key Concepts

  • For a continuous function ff, if the region bounded by:
    • The curve y=f(x)y=f(x) and the line y=ky=k
    • Between x=ax=a and x=bx=b
  • is rotated around the line y=ky=k, then the volume of revolution is:

V=πab(yk)2,dxV = \pi \int_{a}^{b} (y - k)^{2} , dx

Note that xx here is a function of yy.
  • Thinking of this as an accumulation of change:
    • π(yk)2Δx\pi (y - k)^{2} \Delta x is the volume of a disc with:
      • Circular cross section of radius yk\left|y - k\right|
      • Length Δx\Delta x
    • π(yk)2,dx\pi (y - k)^{2} , dx is the limit of this volume element as Δx0\Delta x \to 0
    • The integral is evaluated from x=ax=a to x=bx=b

Worked Example

Let RR be the region enclosed by the graph of f(x)=1+exf(x) = 1 + e^{-x}, the lines x=1x=1 and x=3x=3, and the line y=2y=-2. The region RR is rotated about the horizontal line y=2y=-2.

Solution: To find the volume, we use the formula: V=π13[(1+ex)(2)]2,dxV = \pi \int_{1}^{3} \left[(1 + e^{-x}) - (-2)\right]^{2} , dx

Breaking it down: V=π13(3+ex)2,dxV = \pi \int_{1}^{3} (3 + e^{-x})^{2} , dx

Expanding the integrand: V=π13(9+6ex+e2x),dxV = \pi \int_{1}^{3} (9 + 6e^{-x} + e^{-2x}) , dx

Integrating term by term: V=π[9x6ex12e2x]13V = \pi \left[ 9x - 6e^{-x} - \frac{1}{2} e^{-2x} \right]_{1}^{3}

Evaluating the definite integral: V=π([936e312e6][916e112e2])V = \pi \left( \left[ 9 \cdot 3 - 6e^{-3} - \frac{1}{2} e^{-6} \right] - \left[ 9 \cdot 1 - 6e^{-1} - \frac{1}{2} e^{-2} \right] \right)

Simplifying the expression: V=π(186e312e6+6e1+12e2)V = \pi \left( 18 - 6e^{-3} - \frac{1}{2} e^{-6} + 6e^{-1} + \frac{1}{2} e^{-2} \right)

Final volume: V62.753,units3,(to 3 decimal places)V \approx 62.753 , \text{units}^3 , (\text{to 3 decimal places})

Volume of Revolution Around Axes Parallel to the y-axis

Key Concepts

  • For a continuous function ff, if the region bounded by:
    • The curve y=f(x)y=f(x) and the line x=kx=k
    • Between y=ay=a and y=by=b
  • is rotated 360360^\circ around the line x=kx=k, then the volume of revolution is:

V=πab(xk)2,dyV = \pi \int_{a}^{b} (x - k)^{2} , dy

Note that xx here is a function of yy. This will mean rewriting y=f(x)y=f(x) in the form x=g(y)x=g(y). Also note that the integration is done with respect to yy.

Worked Example

Let RR be the region enclosed by the graph of y=ln(x3)y = \ln(x-3), the lines x=4x=4 and x=6x=6, and the line y=2y=-2. The region RR is rotated about the vertical line x=1x=1.

Solution: First, rewrite the function as a function of yy: y=ln(x3)    ey=x3    x=3+eyy = \ln(x-3) \implies e^{y} = x-3 \implies x = 3 + e^{y}

To find the volume, we use the formula: V=π21[(3+ey)1]2,dyV = \pi \int_{-2}^{1} \left[(3 + e^{y}) - 1\right]^{2} , dy

Breaking it down: V=π21(2+ey)2,dyV = \pi \int_{-2}^{1} (2 + e^{y})^{2} , dy

Expanding the integrand: V=π21(4+4ey+e2y),dyV = \pi \int_{-2}^{1} (4 + 4e^{y} + e^{2y}) , dy

Integrating term by term: V=π[4y+4ey+12e2y]21V = \pi \left[ 4y + 4e^{y} + \frac{1}{2} e^{2y} \right]_{-2}^{1}

Evaluating the definite integral: V=π([41+4e1+12e2][4(2)+4e2+12e4])V = \pi \left( \left[ 4 \cdot 1 + 4e^{1} + \frac{1}{2} e^{2} \right] - \left[ 4 \cdot (-2) + 4e^{-2} + \frac{1}{2} e^{-4} \right] \right)

Simplifying the expression: V=π(4+4e+12e2(8+4e2+12e4))V = \pi \left( 4 + 4e + \frac{1}{2} e^{2} - (-8 + 4e^{-2} + \frac{1}{2} e^{-4}) \right)

Final volume: V81.735,units3,(to 3 decimal places)V \approx 81.735 , \text{units}^3 , (\text{to 3 decimal places})

Practice Questions

  1. Practice Question

Find the volume of the solid obtained by rotating the region bounded by y=x2y = x^2 and y=4y = 4 about the line y=4y = 4 from x=2x = -2 to x=2.</practicequestion>2.<practicequestion>Determinethevolumeofthesolidformedbyrotatingtheregionboundedbyx = 2. </practice_question> 2. <practice_question> Determine the volume of the solid formed by rotating the region bounded byy = \sqrt{x},,x=4,and, andy=0aboutthelineabout the linex=5.</practicequestion>3.<practicequestion>Calculatethevolumeofthesolidobtainedbyrotatingtheregionenclosedby. </practice_question> 3. <practice_question> Calculate the volume of the solid obtained by rotating the region enclosed byx = y^2andandx = 4aboutthelineabout the linex=4.</practicequestion>. </practice_question>

Glossary

  • Disc Method: A technique for calculating the volume of a solid of revolution by slicing the solid into discs.
  • Volume of Revolution: The volume of a solid formed by rotating a region in the plane around a specified line.
  • Definite Integral: An integral with upper and lower limits, representing the signed area under a curve.

Summary and Key Takeaways

  • The disc method involves slicing the solid into thin discs, calculating the volume of each disc, and summing these volumes using integration.
  • When revolving around a line parallel to the x-axis, the volume is given byV = \pi \int_{a}^{b} (y - k)^{2} , dx..
  • When revolving around a line parallel to the y-axis, the volume is given byV = \pi \int_{a}^{b} (x - k)^{2} , dy$.
  • Carefully reframe the function as necessary to match the variable of integration.

Exam Strategy

Exam Tip
  • Always sketch the region and the axis of rotation to visualize the problem.
  • Ensure you correctly identify the bounds of integration.
  • Double-check if you need to rewrite the function in terms of the variable of integration.
  • Simplify the integrand before integrating to avoid mistakes.

These tips and strategies will help you efficiently and accurately apply the disc method to calculate volumes of revolution in exam scenarios.

Question 1 of 7

What is the volume of the solid generated when the region bounded by y=xy=x, y=0y=0, x=0x=0 and x=1x=1 is rotated about the x-axis? 🤔

π4\frac{\pi}{4}

π3\frac{\pi}{3}

π2\frac{\pi}{2}

π\pi