zuai-logo
zuai-logo
  1. AP Maths
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

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 (y−k)2(y-k)^2(y−k)2 or (x−k)2(x-k)^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
    • Key Concepts
    • Worked Example
  3. Volume of Revolution Around Axes Parallel to the y-axis
    • Key Concepts
    • Worked Example
  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 fff, if the region bounded by:
    • The curve y=f(x)y=f(x)y=f(x) and the line y=ky=ky=k
    • Between x=ax=ax=a and x=bx=bx=b
  • is rotated around the line y=ky=ky=k, then the volume of revolution is:

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

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

#Worked Example

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

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

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

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

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

Evaluating the definite integral: V=π([9⋅3−6e−3−12e−6]−[9⋅1−6e−1−12e−2])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)V=π([9⋅3−6e−3−21​e−6]−[9⋅1−6e−1−21​e−2])

Simplifying the expression: V=π(18−6e−3−12e−6+6e−1+12e−2)V = \pi \left( 18 - 6e^{-3} - \frac{1}{2} e^{-6} + 6e^{-1} + \frac{1}{2} e^{-2} \right)V=π(18−6e−3−21​e−6+6e−1+21​e−2)

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

#Volume of Revolution Around Axes Parallel to the y-axis

#Key Concepts

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

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

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

#Worked Example

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

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

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} , dyV=π∫−21​[(3+ey)−1]2,dy

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

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

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

Evaluating the definite integral: V=π([4⋅1+4e1+12e2]−[4⋅(−2)+4e−2+12e−4])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)V=π([4⋅1+4e1+21​e2]−[4⋅(−2)+4e−2+21​e−4])

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

Final volume: V≈81.735,units3,(to 3 decimal places)V \approx 81.735 , \text{units}^3 , (\text{to 3 decimal places})V≈81.735,units3,(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^2y=x2 and y=4y = 4y=4 about the line y=4y = 4y=4 from x=−2x = -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 byx=2.</practiceq​uestion>2.<practiceq​uestion>Determinethevolumeofthesolidformedbyrotatingtheregionboundedbyy = \sqrt{x},,,x=4,and, and,andy=0aboutthelineabout the lineaboutthelinex=5.</practicequestion>3.<practicequestion>Calculatethevolumeofthesolidobtainedbyrotatingtheregionenclosedby. </practice_question> 3. <practice_question> Calculate the volume of the solid obtained by rotating the region enclosed by.</practiceq​uestion>3.<practiceq​uestion>Calculatethevolumeofthesolidobtainedbyrotatingtheregionenclosedbyx = y^2andandandx = 4aboutthelineabout the lineaboutthelinex=4.</practicequestion>. </practice_question>.</practiceq​uestion>

#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.

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Question 1 of 7

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

π4\frac{\pi}{4}4π​

π3\frac{\pi}{3}3π​

π2\frac{\pi}{2}2π​

π\piπ