Chapter 10
22 min read
Section 92 of 353

Volumes by Shells: Cylindrical Shell Method

Applications of Integration

Learning Objectives

By the end of this section, you will be able to:

  1. Visualize how cylindrical shells form when a region is rotated about an axis
  2. Derive the shell method formula V=2piintabxcdotf(x),dxV = 2\\pi \\int_a^b x \\cdot f(x)\\,dx from first principles
  3. Apply the shell method to calculate volumes of solids of revolution
  4. Choose between the disk and shell methods based on the problem structure
  5. Extend the shell method to rotations about axes other than the y-axis
  6. Connect the shell method to applications in manufacturing, physics, and computing

The Big Picture: Why Another Volume Method?

"Every problem has the right tool. The shell method is often the hammer you didn't know you needed."

In the previous section, we learned the disk/washer method for computing volumes of solids of revolution. That method works beautifully when the axis of rotation is perpendicular to our integration variable. But what happens when the geometry doesn't cooperate?

Consider this problem: Find the volume when the region under y=sin(x)y = \\sin(x) from x=0x = 0 to x=pix = \\pi is rotated about the y-axis.

🔴 Disk Method Challenge

Would require solving y=sin(x)y = \\sin(x) for xx: x=arcsin(y)x = \\arcsin(y). But arcsin\\arcsin only covers part of the domain, and the integral becomes complicated.

🟢 Shell Method Solution

Integrate directly over xx:V=2piint0pixcdotsin(x),dxV = 2\\pi \\int_0^{\\pi} x \\cdot \\sin(x)\\,dx. No inversion needed! Uses the function as given.

The Core Insight

The shell method integrates along the axis parallel to the rotation axis, while the disk method integrates perpendicular to it. This gives us flexibility: we can often avoid solving for inverse functions.


Historical Context: The Evolution of Volume Methods

The shell method has its roots in the method of cylindrical shells, developed as mathematicians sought more flexible approaches to volume calculation.

From Cavalieri to Modern Calculus

Bonaventura Cavalieri (1598-1647), an Italian mathematician and student of Galileo, pioneered the "method of indivisibles" — slicing solids into infinitely thin pieces. His work laid the foundation for both disk and shell approaches.

The shell method became fully formalized with the development of integral calculus by Newton and Leibniz in the late 17th century. It exemplifies a recurring theme in mathematics: the same result can often be reached by multiple paths, each offering different insights.

Engineering Origins

The shell method has strong connections to manufacturing. When analyzing the strength of pressure vessels, pipes, and storage tanks, engineers naturally think in terms of cylindrical shells under stress. The mathematics of volumes translates directly to stress analysis.


The Shell Concept: Wrapping Rather Than Stacking

Let's develop geometric intuition for the shell method. Consider rotating a region about the y-axis.

The Mental Model: Paper Towel Tubes

Imagine the region under a curve as made of thin vertical strips. When we rotate the entire region about the y-axis, each strip traces out a cylindrical shell — like a paper towel tube of a specific radius and height.

Anatomy of a Cylindrical Shell

📏
Radius (r)

Distance from strip to the axis of rotation. When rotating about y-axis: r=xr = x

📐
Height (h)

The function value at that x-coordinate: h=f(x)h = f(x)

📄
Thickness (dr)

The infinitesimal width of the strip: dr=dxdr = dx

The Unrolling Trick

Here's the key insight: a thin cylindrical shell can be "unrolled" into a nearly flat rectangular slab. If the shell has:

  • Radius rr (so circumference 2pir2\\pi r)
  • Height hh
  • Thickness drdr

Then the unrolled rectangle has dimensions approximately 2pirtimeshtimesdr2\\pi r \\times h \\times dr, giving volume:

dV=2pircdothcdotdrdV = 2\\pi r \\cdot h \\cdot dr

Why Does Unrolling Work?

When the shell is thin (small drdr), the difference between inner and outer circumferences is negligible. The shell is almost flat! This is the same reasoning behind computing arc length — the curve is locally straight.


Deriving the Shell Formula

Let's rigorously derive the shell method formula by taking the limit of a Riemann sum.

Setup

Consider a function y=f(x)geq0y = f(x) \\geq 0 on the interval [a,b][a, b] where 0leqa<b0 \\leq a < b. We rotate the region under the curve about the y-axis.

Step 1: Partition the Interval

Divide [a,b][a, b] into nn subintervals of width Deltax=(ba)/n\\Delta x = (b - a)/n.

Step 2: Approximate Each Shell

For the ii-th subinterval [xi1,xi][x_{i-1}, x_i], choose the midpoint barxi=(xi1+xi)/2\\bar{x}_i = (x_{i-1} + x_i)/2.

The shell formed by rotating this strip has:

  • Radius: ri=barxir_i = \\bar{x}_i (distance from y-axis)
  • Height: hi=f(barxi)h_i = f(\\bar{x}_i) (function value)
  • Thickness: Deltax\\Delta x

Volume of the ii-th shell:

DeltaVi=2pibarxicdotf(barxi)cdotDeltax\\Delta V_i = 2\\pi \\bar{x}_i \\cdot f(\\bar{x}_i) \\cdot \\Delta x

Step 3: Sum All Shells

The total approximate volume is the Riemann sum:

Vapproxsumi=1n2pibarxicdotf(barxi)cdotDeltaxV \\approx \\sum_{i=1}^{n} 2\\pi \\bar{x}_i \\cdot f(\\bar{x}_i) \\cdot \\Delta x

Step 4: Take the Limit

As ntoinftyn \\to \\infty (equivalently, Deltaxto0\\Delta x \\to 0), the Riemann sum becomes a definite integral:

The Shell Method Formula

V=2piintabxcdotf(x),dxV = 2\\pi \\int_a^b x \\cdot f(x)\\,dx

Volume of solid when region under y=f(x)y = f(x) from x=ax = a to x=bx = b is rotated about the y-axis.

General Form

More generally, the shell method can be written as:

V=2piintab(textradius)times(textheight),d(textvariable)V = 2\\pi \\int_a^b (\\text{radius}) \\times (\\text{height})\\,d(\\text{variable})

Where the radius is the distance from the representative element to the axis of rotation.


Interactive Shell Method Explorer

Use this interactive visualization to explore how cylindrical shells approximate the volume. Adjust the number of shells and watch the approximation improve!

Interactive Cylindrical Shell Method Explorer

Volume Approximation

Δx = (b - a) / n = (4 - 0) / 6 = 0.6667

V ≈ Σ 2πr·h·Δx = 80.1132

Exact Volume = 128π/5 80.4248

Error: 0.39%

Shell Details (hover to highlight)

Shell 1
r = x̄ = 0.333
h = f(x̄) = 0.577
V = 2πrh·Δx = 0.8061
Shell 2
r = x̄ = 1.000
h = f(x̄) = 1.000
V = 2πrh·Δx = 4.1888
Shell 3
r = x̄ = 1.667
h = f(x̄) = 1.291
V = 2πrh·Δx = 9.0128
Shell 4
r = x̄ = 2.333
h = f(x̄) = 1.528
V = 2πrh·Δx = 14.9298
Shell 5
r = x̄ = 3.000
h = f(x̄) = 1.732
V = 2πrh·Δx = 21.7656
Shell 6
r = x̄ = 3.667
h = f(x̄) = 1.915
V = 2πrh·Δx = 29.4100

3D Shell Formation

Watch how vertical strips transform into cylindrical shells as the region rotates about the y-axis. The animation shows the rotation in progress.

3D Shell Formation

Volume Calculation

Function: y = √x on [0, 4]

V ≈ Σ 2πx·√x·Δx = 79.981

Exact: 128π/5 = 80.425

Error: 0.55%

Axis of Rotation (y-axis)xyhr = xy = √xShellRotation: 100% (360°)

Shell Volume Element

Each cylindrical shell has:

  • Circumference: 2πr = 2πx (distance around the shell)
  • Height: h = f(x) = √x (height of the shell)
  • Thickness: dx (infinitesimal thickness)
  • Volume: dV = 2πx · √x · dx = 2πx^(3/2) dx

Disk Method vs Shell Method: When to Use Which

Both methods compute the same volume — the choice depends on which makes the calculation easier.

Disk Method vs Shell Method Comparison

Preferred Method: Shell Method

Shell method uses vertical strips parallel to y-axis, no need to solve for x in terms of y

y-axis (rotation)xh = f(x)

Shell Method Setup

V = ∫ 2πx · f(x) dx from 0 to 4.00

Δx = 0.6667

V ≈ 80.1132

Radius: r = x (distance from y-axis)

Height: h = f(x) (function value)

Thickness: dx (infinitesimal width)

Shell Volume: dV = 2πrh·dx = 2πx·f(x)·dx

AspectShell MethodDisk Method
Element shapeCylindrical shell (tube)Circular disk (coin)
Integration variableParallel to axis of rotationPerpendicular to axis of rotation
Volume formulaV = 2π∫r·h·drV = π∫R²·dx
Best whenSolving for inverse function is difficultFunction is naturally in correct form

Decision Guidelines

Consider Shell Method When...Consider Disk Method When...
Rotating about a vertical axis (y-axis)Rotating about a horizontal axis (x-axis)
Solving for x = g(y) is difficultFunction is already in convenient form
Region is bounded by left/right curvesRegion is bounded by top/bottom curves
You want to integrate with respect to xYou want to integrate with respect to y

The Fundamental Trade-off

Shell method: Integrate parallel to the axis of rotation.
Disk/washer method: Integrate perpendicular to the axis of rotation.
Choose the method that lets you use the given functions without inverting them.


Worked Examples

Example 1: y=sqrtxy = \\sqrt{x} Rotated About the Y-Axis

Problem: Find the volume when the region under y=sqrtxy = \\sqrt{x} from x=0x = 0 to x=4x = 4 is rotated about the y-axis.

Solution (Shell Method):

Step 1: Identify shell components

  • Radius: r=xr = x
  • Height: h=sqrtxh = \\sqrt{x}
  • Limits: xx from 0 to 4

Step 2: Set up the integral

V=2piint04xcdotsqrtx,dx=2piint04x3/2,dxV = 2\\pi \\int_0^4 x \\cdot \\sqrt{x}\\,dx = 2\\pi \\int_0^4 x^{3/2}\\,dx

Step 3: Evaluate

V=2pileft[frac25x5/2right]04=2picdotfrac25cdot32=frac128pi5V = 2\\pi \\left[\\frac{2}{5}x^{5/2}\\right]_0^4 = 2\\pi \\cdot \\frac{2}{5} \\cdot 32 = \\frac{128\\pi}{5}

Answer: V=frac128pi5approx80.42V = \\frac{128\\pi}{5} \\approx 80.42 cubic units

Example 2: y=x2y = x^2 Rotated About the Y-Axis

Problem: Find the volume when the region under y=x2y = x^2 from x=0x = 0 to x=2x = 2 is rotated about the y-axis.

Solution:

V=2piint02xcdotx2,dx=2piint02x3,dx=2pileft[fracx44right]02V = 2\\pi \\int_0^2 x \\cdot x^2\\,dx = 2\\pi \\int_0^2 x^3\\,dx = 2\\pi \\left[\\frac{x^4}{4}\\right]_0^2
V=2picdotfrac164=8piV = 2\\pi \\cdot \\frac{16}{4} = 8\\pi

Verification with Disk Method:

Using x=sqrtyx = \\sqrt{y}, integrate from y=0y = 0 to y=4y = 4:

V=piint04(sqrty)2,dy=piint04y,dy=picdot8=8picheckmarkV = \\pi \\int_0^4 (\\sqrt{y})^2\\,dy = \\pi \\int_0^4 y\\,dy = \\pi \\cdot 8 = 8\\pi \\checkmark

Example 3: Region Between Two Curves

Problem: Find the volume when the region between y=xy = x and y=x2y = x^2 (from x=0x = 0 to x=1x = 1) is rotated about the y-axis.

Solution:

The height of each shell is the difference: h=xx2h = x - x^2

V=2piint01x(xx2),dx=2piint01(x2x3),dxV = 2\\pi \\int_0^1 x(x - x^2)\\,dx = 2\\pi \\int_0^1 (x^2 - x^3)\\,dx
V=2pileft[fracx33fracx44right]01=2pileft(frac13frac14right)=2picdotfrac112=fracpi6V = 2\\pi \\left[\\frac{x^3}{3} - \\frac{x^4}{4}\\right]_0^1 = 2\\pi \\left(\\frac{1}{3} - \\frac{1}{4}\\right) = 2\\pi \\cdot \\frac{1}{12} = \\frac{\\pi}{6}

Rotation About Other Axes

The shell method generalizes to rotation about any vertical or horizontal line — just adjust the radius calculation.

Rotation About x = c (Vertical Line)

When rotating about x=cx = c instead of the y-axis (x=0x = 0):

textradius=xc\\text{radius} = |x - c|

If the region is to the right of x=cx = c, then r=xcr = x - c. If to the left, r=cxr = c - x.

Rotation About y = d (Horizontal Line)

For rotation about a horizontal line, we use horizontal shells — integrate with respect to yy:

V=2piinty1y2(textradiusfromy=d)cdot(texthorizontalwidth),dyV = 2\\pi \\int_{y_1}^{y_2} (\\text{radius from } y = d) \\cdot (\\text{horizontal width})\\,dy

Example: Rotation About x = 3

Problem: Find the volume when the region under y=x2y = x^2 from x=0x = 0 to x=2x = 2 is rotated about the line x=3x = 3.

Solution:

The region is to the left of x=3x = 3, so the radius is r=3xr = 3 - x.

V=2piint02(3x)cdotx2,dx=2piint02(3x2x3),dxV = 2\\pi \\int_0^2 (3 - x) \\cdot x^2\\,dx = 2\\pi \\int_0^2 (3x^2 - x^3)\\,dx
V=2pileft[x3fracx44right]02=2pi(84)=8piV = 2\\pi \\left[x^3 - \\frac{x^4}{4}\\right]_0^2 = 2\\pi (8 - 4) = 8\\pi

Real-World Applications

The shell method appears in many practical contexts where cylindrical symmetry matters.

Manufacturing: Machining and Turning

When a lathe shapes a rotating workpiece, each pass of the cutting tool removes a cylindrical shell of material. Engineers calculate the volume of material removed using shell integrals.

Application: Volume of Material Removed

A solid cylinder of radius 5 cm has material removed to create a profile r=50.1z2r = 5 - 0.1z^2 (for zz in cm, 0leqzleq50 \\leq z \\leq 5). Using shells, we can calculate the exact volume of shavings produced.

Physics: Moments of Inertia

The moment of inertia of a solid of revolution about its axis is:

I=intr2,dm=2pirhointabx3cdotf(x),dxI = \\int r^2\\,dm = 2\\pi\\rho \\int_a^b x^3 \\cdot f(x)\\,dx

This is essentially the shell method with an extra factor of x2x^2 (distance squared).

Fluid Mechanics: Centrifugal Pumps

In rotating fluid systems, the pressure distribution involves integrating over cylindrical shells at different radii. The shell method provides the natural framework for these calculations.


Machine Learning Connections

While the shell method itself doesn't appear directly in ML, the underlying principles connect to important computational concepts.

Cylindrical Coordinate Integrals in 3D

Many ML applications involving 3D point clouds, radial basis functions, or rotationally symmetric kernels naturally use cylindrical coordinates. The shell method's insight — integrating outward from an axis — translates to efficient computation.

Radial Integration in Computer Graphics

Rendering techniques like ray marching and volume rendering often integrate quantities along rays emanating from a central point or axis. The mathematical structure mirrors the shell method.

Example: Gaussian Blur with Radial Symmetry

When applying a Gaussian blur to an image, if the kernel is radially symmetric, the computation can be optimized by integrating over concentric rings (shells) — reducing 2D convolution to 1D radial integration.

Monte Carlo Volume Estimation

In computational geometry and physics simulation, we often need to estimate volumes of complex shapes. Understanding analytical methods like the shell method provides benchmarks for validating Monte Carlo estimates.


Python Implementation

Numerical Shell Method

Here's a Python implementation of the shell method for numerical volume calculation:

Numerical Shell Method Implementation
🐍shell_method.py
3Shell Method Function

This function implements numerical integration using the shell method. Each shell is a thin cylindrical tube wrapped around the axis of rotation.

14Shell Width Calculation

Δx = (b - a) / n divides the interval into n equal parts. Each part becomes the thickness of one cylindrical shell.

EXAMPLE
For [0, 4] with n = 4: Δx = 4/4 = 1
20Midpoint Sampling

We use the midpoint of each subinterval to evaluate the radius and height. This gives better accuracy than left or right endpoints (O(1/n²) error vs O(1/n)).

23Radius = Distance from Axis

When rotating about the y-axis, the radius of each shell equals its x-coordinate. The farther from the y-axis, the larger the circumference.

24Height from Function

The height of each shell is determined by the function value f(x). This is the vertical extent of the representative rectangle.

28Shell Volume Formula

The volume of each shell is: dV = 2πr·h·dr = circumference × height × thickness. The factor 2πr is the circumference of the cylindrical shell.

50 lines without explanation
1import numpy as np
2import matplotlib.pyplot as plt
3from mpl_toolkits.mplot3d import Axes3D
4
5def shell_volume(f, a, b, n):
6    """
7    Approximate volume using the shell method.
8
9    Parameters:
10    - f: Function y = f(x) defining the curve
11    - a, b: Interval endpoints [a, b]
12    - n: Number of shells (subdivisions)
13
14    Returns: Approximate volume
15    """
16    # Width of each shell
17    delta_x = (b - a) / n
18
19    total_volume = 0
20
21    for i in range(n):
22        # Midpoint of i-th subinterval
23        x_mid = a + (i + 0.5) * delta_x
24
25        # Shell dimensions
26        radius = x_mid          # Distance from y-axis
27        height = f(x_mid)       # Height = f(x)
28        thickness = delta_x     # Shell thickness
29
30        # Volume of this shell: 2π × radius × height × thickness
31        shell_vol = 2 * np.pi * radius * height * thickness
32        total_volume += shell_vol
33
34    return total_volume
35
36# Example: y = √x from x = 0 to x = 4, rotated about y-axis
37def f(x):
38    return np.sqrt(x)
39
40# Calculate exact volume: V = 2π∫₀⁴ x·√x dx = 128π/5
41exact_volume = 128 * np.pi / 5
42
43print("Volume of y = √x (x ∈ [0, 4]) rotated about y-axis")
44print("=" * 50)
45print(f"Exact volume: 128π/5 = {exact_volume:.6f}")
46print()
47print(f"{'n':>6} {'Approx Volume':>15} {'Error (%)':>12}")
48print("-" * 40)
49
50for n in [4, 8, 16, 32, 64, 128, 256]:
51    approx = shell_volume(f, 0, 4, n)
52    error = abs((approx - exact_volume) / exact_volume) * 100
53    print(f"{n:>6} {approx:>15.6f} {error:>11.4f}%")
54
55print()
56print("Notice: Error decreases by factor of ~4 when n doubles (O(1/n²))")

3D Visualization

Visualize the cylindrical shells using matplotlib's 3D plotting:

3D Shell Visualization
🐍shell_3d_visualization.py
53D Shell Visualization

This function creates a 3D representation of the shells using matplotlib&apos;s 3D plotting. Each shell is drawn as a partial cylinder.

15Angular Discretization

We create 50 points around each circle (θ from 0 to 2π) to approximate the cylindrical surface. More points = smoother cylinder.

29Mesh Grid Creation

np.meshgrid creates a 2D grid of (θ, z) values that define points on the cylindrical surface. This enables vectorized plotting.

32Parametric Cylinder

The outer surface uses x = r·cos(θ), y = r·sin(θ) to convert cylindrical coordinates to Cartesian. This traces out circular cross-sections.

36Surface Rendering

plot_surface draws the cylindrical shell with transparency (alpha=0.3) so you can see nested shells. Color varies with shell index for visual distinction.

69 lines without explanation
1import numpy as np
2import matplotlib.pyplot as plt
3from mpl_toolkits.mplot3d import Axes3D
4
5def visualize_shells_3d(f, a, b, n, title="Cylindrical Shells"):
6    """
7    Create a 3D visualization of cylindrical shells.
8    """
9    fig = plt.figure(figsize=(12, 8))
10    ax = fig.add_subplot(111, projection='3d')
11
12    delta_x = (b - a) / n
13
14    # Create angle array for drawing cylinders
15    theta = np.linspace(0, 2 * np.pi, 50)
16
17    # Draw each shell
18    for i in range(n):
19        x_left = a + i * delta_x
20        x_right = x_left + delta_x
21        x_mid = (x_left + x_right) / 2
22
23        # Inner and outer radii
24        r_inner = x_left
25        r_outer = x_right
26        height = f(x_mid)
27
28        # Create mesh for the cylindrical surface
29        z = np.linspace(0, height, 20)
30        Theta, Z = np.meshgrid(theta, z)
31
32        # Outer surface
33        X_outer = r_outer * np.cos(Theta)
34        Y_outer = r_outer * np.sin(Theta)
35
36        # Plot outer surface with transparency
37        color = plt.cm.viridis(i / n)
38        ax.plot_surface(X_outer, Y_outer, Z,
39                       alpha=0.3, color=color,
40                       edgecolor='none')
41
42        # Draw top edge
43        ax.plot(r_outer * np.cos(theta),
44                r_outer * np.sin(theta),
45                [height] * len(theta),
46                color=color, linewidth=0.5)
47
48    # Draw the original curve in the xz-plane
49    x_curve = np.linspace(a + 0.01, b, 100)
50    z_curve = f(x_curve)
51    ax.plot(x_curve, np.zeros_like(x_curve), z_curve,
52            'r-', linewidth=3, label='y = f(x)')
53
54    # Labels and formatting
55    ax.set_xlabel('X')
56    ax.set_ylabel('Y')
57    ax.set_zlabel('Z (height)')
58    ax.set_title(title)
59    ax.legend()
60
61    # Set equal aspect ratio for better visualization
62    max_range = max(b, f(b)) * 1.2
63    ax.set_xlim(-max_range, max_range)
64    ax.set_ylim(-max_range, max_range)
65    ax.set_zlim(0, max_range)
66
67    plt.tight_layout()
68    return fig
69
70# Example: Visualize y = √x rotated about y-axis
71fig = visualize_shells_3d(lambda x: np.sqrt(x), 0, 4, 6,
72                          "y = √x Rotated About Y-Axis (Shell Method)")
73plt.savefig('shell_method_3d.png', dpi=150)
74plt.show()

Common Pitfalls

Pitfall 1: Confusing Radius and Height

In the shell method, the radius is the distance from the axis, and the height is the function value. These are reversed from the disk method where radius is the function value!

  • Shell: V = 2π × (distance to axis) × (function value) × dx
  • Disk: V = π × (function value)² × dx

Pitfall 2: Wrong Limits of Integration

The limits should be in terms of the variable of integration (usually x for shells about the y-axis). Don't use y-values as limits when integrating with respect to x!

Pitfall 3: Forgetting the Factor of 2π

The shell method formula has a factor of 2pi2\\pi (from the circumference). Missing this factor gives an answer exactly 2pi2\\pi times too small.

Pitfall 4: Incorrect Radius for Non-Standard Axes

When rotating about x=cx = c instead of x=0x = 0, remember: r=xcr = |x - c|, not just r=xr = x. The radius is always the distance to the axis.

Quick Sanity Check

After computing a volume, verify the units make sense. If integrating 2pixcdotf(x),dx2\\pi x \\cdot f(x)\\,dx where xx and f(x)f(x) are in meters, the result is in cubic meters (m³). Always include units!


Test Your Understanding

Test Your UnderstandingQuestion 1 of 8

When rotating a region about the y-axis, the shell method uses strips that are:

Score: 0/0

Summary

The cylindrical shell method provides an alternative approach to computing volumes of solids of revolution, particularly useful when integrating along the axis of rotation.

Key Concepts

ConceptDescription
Shell Volume ElementdV = 2πr·h·dr = (circumference) × (height) × (thickness)
Radius (r)Distance from the representative strip to the axis of rotation
Height (h)Extent of the strip parallel to the axis
Shell Method FormulaV = 2π∫ₐᵇ x·f(x)dx (rotating about y-axis)
When to Use ShellsWhen disk method requires inverting the function
Rotation About x = cReplace radius x with |x - c|

Key Takeaways

  1. The shell method integrates parallel to the axis of rotation, while the disk method integrates perpendicular to it
  2. Each cylindrical shell contributes volume dV=2pircdothcdotdrdV = 2\\pi r \\cdot h \\cdot dr — circumference times height times thickness
  3. Choose the shell method when the inverse function would be difficult to work with
  4. For rotation about x=cx = c, the radius becomes xc|x - c|
  5. Both methods give the same volume — the choice is about computational convenience
  6. The shell method connects to manufacturing, physics, and computer graphics applications
The Essence of the Shell Method:
"When you can't stack disks easily, wrap shells instead. The mathematics adapts to the geometry, not the other way around."
Coming Next: In the next section, we explore Volumes by Cross-Sections — computing volumes of solids whose cross-sections are known geometric shapes like squares, triangles, or semicircles.
Loading comments...