June 4, 2026 - Calculus Notes: Volumes of Solids of Revolution (Concise)

Volume of Solids of Revolution: The Disc Method

  • Conceptual Foundation: The volume of a solid of revolution is calculated by integrating the area of circular cross-sections (discs) from aa to bb.

  • Radius (RR): The height from the x-axis to the function f(x)f(x).

  • Area (AA): The area of a cross-section is π×[f(x)]2\pi \times [f(x)]^2.

  • Volume Formula:     Volume=abπ[f(x)]2dx\text{Volume} = \int_a^b \pi [f(x)]^2 \,dx

  • Terminology: This technique is variously referred to as the "slicing method" or the "disc method," derived from the Riemann sum approach involving spinning approximated rectangles.

Examples of Revolutions Around the X-Axis

  • Quadratic Function: For f(x)=x24x+5f(x) = x^2 - 4x + 5 from x=1x = 1 to x=4x = 4:

    • Squaring the polynomial results in: x48x3+26x240x+25x^4 - 8x^3 + 26x^2 - 40x + 25.

    • Integrated result after evaluation at bounds: 234π15\frac{234 \pi}{15}, which simplifies to approximately 3838.

  • Square Root Function: For f(x)=xf(x) = \sqrt{x} from 11 to 44:

    • The integral becomes π14xdx\pi \int_1^4 x \,dx.

    • Result: 15π2units3\frac{15 \pi}{2} \, \text{units}^3.

  • Rational Function: For f(x)=1/xf(x) = 1/x over the interval [2,1][-2, -1].

Revolving Around the Y-Axis

  • Methodology: Slice horizontally rather than vertically. This requires solving the function for xx in terms of yy (horizontal distance).

  • Area Formula: A=π[g(y)]2A = \pi [g(y)]^2.

  • Example: For y=4x2y = 4 - x^2:

    • Solve for xx to get x=4yx = \sqrt{4 - y}.

    • Determine bounds relative to the y-axis (e.g., y=0y = 0 to y=4y = 4).

    • Volume integral: 04π[4y]2dy=04π(4y)dy\int_0^4 \pi [\sqrt{4 - y}]^2 \,dy = \int_0^4 \pi (4 - y) \,dy.

The Washer Method

  • Definition: Used when the region between two functions, f(x)f(x) and g(x)g(x), is revolved around an axis, creating a hollow center.

  • Cross-section: A washer (a large circle minus a small circle).

  • Area Formula:     A=π([f(x)]2[g(x)]2)A = \pi ([f(x)]^2 - [g(x)]^2)

  • Requirement: One function must be consistently greater than the other (f(x)g(x)f(x) \geq g(x)) over the interval.

  • Example Integration: For the area between f(x)=xf(x) = x and g(x)=1/xg(x) = 1/x from 11 to 44, the volume is π14(x21x2)dx\pi \int_1^4 (x^2 - \frac{1}{x^2}) \,dx.

Revolving Around Non-Axis Lines

  • Translation Principle: To revolve around a line like y=2y = -2, shift the entire system up by 22 units so the axis of revolution effectively becomes the x-axis (y=0y = 0).

  • Adjusting the Radius:

    • If revolving around y=2y = -2, the new radius becomes R=f(x)+2R = f(x) + 2.

    • Example: For a line where the distance to the axis is increased by 22, the integral uses (f(x)+2)2(f(x) + 2)^2.

  • General Rule: If revolving around y=ky = k, translations are applied to move the axis to the standard x-axis position.

Questions & Discussion

  • Question: Should the units be cubed?

  • Answer: Yes, since we are measuring volume, the answer should be in units3\text{units}^3.

  • Question: What was the most difficult part of the polynomial problem?

  • Answer: The algebra after integration (dealing with fractions and common denominators), rather than the calculus itself.

  • Question: Can you revolve around a slanted line like y=xy = x?

  • Answer: Theoretically yes, but it is complex because measuring distance involves square roots and coordinate transformations, unlike the simple horizontal or vertical distances used with the axes.

  • Discussion on Trigonometric Regions: For functions like sin(x)\sin(x) and cos(x)\cos(x) between 00 and π\pi, one must find intersection points (like π/4\pi / 4) and split the integral based on which function is on top.