Volume of Solids of Revolution Detailed Study Guide

Introduction to Solids of Revolution

  • Conceptual Overview: Determining the volume of a solid involves a challenge similar to finding the area of a region under a curve. While there is an intuitive understanding of volume, calculus provides the necessary precision to define it exactly.
  • Solid of Revolution Definition: A solid of revolution is a three-dimensional object obtained by rotating a two-dimensional region in a plane around a specific axis.
  • Common Examples:
    • Sphere: Generated by rotating a semicircular region about its diameter.
    • Right Circular Cone: Generated by rotating a right triangle about one of its legs.
  • Visualizing the Revolution: If a region RR under the graph of a continuous function ff on the interval [a,b][a, b] is revolved around the xx-axis, the resulting solid SS features vertical cross-sections that are all circles.

The Fundamental Definition of Volume

  • Slicing and Cross-Sectional Area: Let SS be a solid lying between x=ax = a and x=bx = b. If the cross-sectional area of SS in a plane PP, passing through xx and perpendicular to the xx-axis, is given by the continuous function A(x)A(x), then the volume of the solid is defined as the integral of this area.
  • Formula:

V=limni=1nA(xi)Δx=abA(x)dxV = \lim_{n \rightarrow \infty} \sum_{i=1}^{n} A(x_i) \Delta x = \int_a^b A(x) \, dx

  • Consistency with Known Formulas: For a cylinder, the cross-sectional area is constant (A(x)=AA(x) = A). Therefore, the definition yields V=abAdx=A(ba)V = \int_a^b A \, dx = A(b - a), which matches the standard geometric formula V=A×hV = A \times h.

The Disk Method

  • Definition: The disk method is used when the region is rotated around an axis, and the cross-section perpendicular to that axis is a solid circle (a disk).
  • Mathematical Context: Let ff be a continuous function such that f(x)0f(x) \ge 0 for all xx in [a,b][a, b]. If the region bounded by y=f(x)y = f(x), the xx-axis, and the vertical lines x=ax = a and x=bx = b is revolved about the xx-axis, the volume VV is:

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

  • Key Detail: In this method, the radius of the circular cross-section at any point xx is R=f(x)R = f(x). Thus, the area of the vertical cross-section is A(x)=πR2=π[f(x)]2A(x) = \pi R^2 = \pi [f(x)]^2.

  • Example 1: Rotation Bounded by y=x2y = x^2:

    • Scenario: Rotate the region bounded by y=x2y = x^2, the xx-axis, and the line x=2x = 2 about the xx-axis.
    • Formula for Area: A(x)=π[f(x)]2=π(x2)2=πx4A(x) = \pi [f(x)]^2 = \pi (x^2)^2 = \pi x^4.
    • Limits: From x=0x = 0 to x=2x = 2.
    • Integration:

V=π02x4dx=π[15x5]02=325πcu. unitsV = \pi \int_0^2 x^4 \, dx = \pi \left[ \frac{1}{5} x^5 \right]_0^2 = \frac{32}{5} \pi \, \text{cu. units}

  • Example 2: Rotation Bounded by x=2/yx = 2/y:
    • Scenario: Find the volume generated by revolving the region between the yy-axis and the curve x=2yx = \frac{2}{y} for 1y41 \le y \le 4 about the yy-axis.
    • Formula for Area: A(y)=π[f(y)]2=π(2y)2=4πy2A(y) = \pi [f(y)]^2 = \pi \left( \frac{2}{y} \right)^2 = \frac{4\pi}{y^2}.
    • Limits: From y=1y = 1 to y=4y = 4.
    • Integration:

V=π144y2dy=4π14y2dy=4π[1y]14V = \pi \int_1^4 \frac{4}{y^2} \, dy = 4\pi \int_1^4 y^{-2} \, dy = 4\pi \left[ -\frac{1}{y} \right]_1^4

V=4π(14(1))=4π(34)=3πcu. unitsV = 4\pi \left( -\frac{1}{4} - (-1) \right) = 4\pi \left( \frac{3}{4} \right) = 3\pi \, \text{cu. units}

The Washer Method

  • Definition: When the region being revolved is between two curves, the cross-sections perpendicular to the axis of revolution are annular rings, known as washers.
  • Mathematical Context: Let f(x)f(x) and g(x)g(x) be continuous on [a,b][a, b] with f(x)g(x)0f(x) \ge g(x) \ge 0. When the region between these curves is rotated about the xx-axis, the volume is defined by the outer radius RouterR_{\text{outer}} and the inner radius RinnerR_{\text{inner}}.
    • Router=f(x)R_{\text{outer}} = f(x)
    • Rinner=g(x)R_{\text{inner}} = g(x)
  • Formula:

V=πab([Router]2[Rinner]2)dx=πab([f(x)]2[g(x)]2)dxV = \pi \int_a^b ([R_{\text{outer}}]^2 - [R_{\text{inner}}]^2) \, dx = \pi \int_a^b ([f(x)]^2 - [g(x)]^2) \, dx

  • Example 3a: Basic Washer Strategy:
    • Problem: Find the volume for the region bounded by y=x2+4y = x^2 + 4, y=2y = 2, x=1x = 1, and x=3x = 3 about the xx-axis.
    • Setup: Router=x2+4R_{\text{outer}} = x^2 + 4; Rinner=2R_{\text{inner}} = 2.
    • Integration:

V=π13([x2+4]2[2]2)dx=π13(x4+8x2+164)dxV = \pi \int_1^3 ([x^2 + 4]^2 - [2]^2) \, dx = \pi \int_1^3 (x^4 + 8x^2 + 16 - 4) \, dx

V=π13(x4+8x2+12)dx=π[x55+8x33+12x]13=212615πcu. unitsV = \pi \int_1^3 (x^4 + 8x^2 + 12) \, dx = \pi \left[ \frac{x^5}{5} + \frac{8x^3}{3} + 12x \right]_1^3 = \frac{2126}{15} \pi \, \text{cu. units}

  • Example 3b: Rotation about Horizontal Line (Shifted Axis):
    • Problem: Rotate the region between f(x)=x2+2f(x) = x^2 + 2 and g(x)=4x2g(x) = 4 - x^2 about the line y=3y = -3.
    • Intersection: Set x2+2=4x22x2=2x=±1x^2 + 2 = 4 - x^2 \Rightarrow 2x^2 = 2 \Rightarrow x = \pm 1.
    • Adjusting Radii: Since the rotation is about y=3y = -3, the radii are measured from the line. From the graph, g(x)f(x)g(x) \ge f(x) on [1,1][-1, 1].
      • Router=[g(x)(3)]=(4x2)+3=7x2R_{\text{outer}} = [g(x) - (-3)] = (4 - x^2) + 3 = 7 - x^2
      • Rinner=[f(x)(3)]=(x2+2)+3=x2+5R_{\text{inner}} = [f(x) - (-3)] = (x^2 + 2) + 3 = x^2 + 5
    • Integration:

V=π11([7x2]2[x2+5]2)dx=π11([4914x2+x4][x4+10x2+25])dxV = \pi \int_{-1}^1 ([7 - x^2]^2 - [x^2 + 5]^2) \, dx = \pi \int_{-1}^1 ([49 - 14x^2 + x^4] - [x^4 + 10x^2 + 25]) \, dx

V=π11(2424x2)dx=π[24x24x33]11V = \pi \int_{-1}^1 (24 - 24x^2) \, dx = \pi \left[ 24x - \frac{24x^3}{3} \right]_{-1}^1

V=π[(248)(24+8)]=π[16(16)]=32πcu. unitsV = \pi [ (24 - 8) - (-24 + 8) ] = \pi [ 16 - (-16) ] = 32\pi \, \text{cu. units}

The Cylindrical Shell Method

  • Concept: This method approximates the volume of a solid of revolution by summing the volumes of thin, concentric cylindrical shells (tubes).
  • Derivation of Shell Volume:
    • Volume of shell = Volume of outer cylinder - Volume of inner cylinder.
    • Let r2r_2 be the outer radius, r1r_1 the inner radius, and hh the height.

V=πr22hπr12h=πh(r22r12)=πh(r2r1)(r2+r1)V = \pi r_2^2 h - \pi r_1^2 h = \pi h (r_2^2 - r_1^2) = \pi h (r_2 - r_1)(r_2 + r_1)

*   Expressed using average radius r=r2+r12r = \frac{r_2 + r_1}{2} and thickness Δr=r2r1\Delta r = r_2 - r_1:

ΔV=2π(average radius)(height)(thickness)=2πrhΔr\Delta V = 2\pi (\text{average radius}) (\text{height}) (\text{thickness}) = 2\pi rh \, \Delta r

  • Definition (Rotation about Y-axis): Let ff be continuous on [a,b][a, b] where a0a \ge 0. If the region RR bounded by y=f(x)y = f(x), the xx-axis, and lines x=a,bx=a, b is revolved about the yy-axis:

V=2πabxf(x)dxV = 2\pi \int_a^b x f(x) \, dx

  • Definition (Rotation about X-axis): When a region in the first quadrant bounded by y=c,dy=c, d, x=0x=0, and x=g(y)x=g(y) is revolved about the xx-axis:

V=2πcdyg(y)dyV = 2\pi \int_c^d y g(y) \, dy

  • Example 5a: Rotation about Y-axis:
    • Problem: Region under y=x3+3x2y = -x^3 + 3x^2 on [0,3][0, 3] revolved about the yy-axis.
    • Components: Radius = xx; Height = x3+3x2-x^3 + 3x^2.

ΔV=2πx(x3+3x2)Δx=2π(x4+3x3)Δx\Delta V = 2\pi x (-x^3 + 3x^2) \Delta x = 2\pi (-x^4 + 3x^3) \Delta x

V=032π(x4+3x3)dx=2π[x55+3x44]03V = \int_0^3 2\pi (-x^4 + 3x^3) \, dx = 2\pi \left[ -\frac{x^5}{5} + \frac{3x^4}{4} \right]_0^3

V=2π(2435+2434)=2π(24320)=24310πcu. unitsV = 2\pi \left( -\frac{243}{5} + \frac{243}{4} \right) = 2\pi \left( \frac{243}{20} \right) = \frac{243}{10} \pi \, \text{cu. units}

  • Example 5b: Rotation about X-axis:
    • Problem: Region bounded by x=y2+6yx = -y^2 + 6y and x=0x = 0 revolved about the xx-axis.
    • Components: Radius = yy; Height = x=y2+6yx = -y^2 + 6y.
    • Limits: Find roots of xx: y2+6y=0y(y6)=0y=0,y=6-y^2 + 6y = 0 \Rightarrow -y(y - 6) = 0 \Rightarrow y = 0, y = 6.

ΔV=2πy(y2+6y)Δy=2π(y3+6y2)Δy\Delta V = 2\pi y (-y^2 + 6y) \Delta y = 2\pi (-y^3 + 6y^2) \Delta y

V=062π(y3+6y2)dy=2π[y44+6y33]06V = \int_0^6 2\pi (-y^3 + 6y^2) \, dy = 2\pi \left[ -\frac{y^4}{4} + \frac{6y^3}{3} \right]_0^6

V=2π[12964+2(216)]=2π[324+432]=2π(108)=216πcu. unitsV = 2\pi \left[ -\frac{1296}{4} + 2(216) \right] = 2\pi [-324 + 432] = 2\pi(108) = 216\pi \, \text{cu. units}

Application Exercise Problems

  1. Find the volume of the solid generated by revolving the region bounded by the xx-axis and one arch of the curve y=sin(x)y = \sin(x) about the xx-axis.
  2. The line y=x+2y = x + 2 and the parabola y=x2y = x^2 contain a bounded region RR. Find the volume VV generated by revolving RR about the xx-axis.
  3. Find the volume of the solid obtained by rotating the region bounded by y=x2y = x^2 and x=2yx = 2y about the yy-axis.
  4. Find the volume of the solid generated by revolving the region bounded by y=sin(x)y = \sqrt{\sin(x)}, y=0y = 0, and xπ2x \le \frac{\pi}{2} about the xx-axis.