2.3 Geometric Applications: Areas, Volumes, and Arc Length

Key Takeaways

  • Planar area between curves is computed by A = ∫_a^b |y_top - y_bottom| dx in Cartesian coordinates and by A = 1/2 ∫_α^β r^2 dθ in polar coordinates.
  • Solids of revolution around a coordinate axis or shifted line are evaluated using the Washer Method (integrating cross-sectional areas perpendicular to the axis) or the Cylindrical Shells Method (integrating surface areas parallel to the axis).
  • The arc length element ds = √(1 + (f'(x))^2) dx transforms to parametric form ds = √(x'(t)^2 + y'(t)^2) dt and polar form ds = √(r^2 + (dr/dθ)^2) dθ.
  • Surface area of revolution about an axis is given by S = 2π ∫ ρ(x) ds, where ρ(x) represents the distance from the differential curve element to the axis of rotation.
  • Pappus's Centroid Theorems provide rapid evaluations for solids of revolution: V = 2π d A and S = 2π d L, where d is the distance traveled by the geometric centroid.
Last updated: September 2026

2.3 Geometric Applications: Areas, Volumes, and Arc Length

Geometric applications of definite integrals on the GRE Mathematics Subject Test test the ability to set up and evaluate integrals representing physical and spatial quantities. Problems require seamless translation between Cartesian, parametric, and polar coordinates, as well as choosing the most algebraically advantageous integration method for solids of revolution.

Areas in Cartesian and Polar Coordinates

Cartesian Coordinates

The area of a region bounded above by $y = f(x)$ and below by $y = g(x)$ on $[a, b]$ is: A=∫ab(f(x)−g(x)) dxA = \int_a^b (f(x) - g(x))\,dx When curves are expressed as functions of $y$, partitioning horizontally with respect to $y$ is often more convenient: A=∫cd(xright(y)−xleft(y)) dyA = \int_c^d (x_{\text{right}}(y) - x_{\text{left}}(y))\,dy

Polar Coordinates

A polar curve $r = f(\theta)$ sweeps out differential triangular sectors of area $dA = \frac{1}{2} r^2,d\theta$. The area bounded by $r = f(\theta)$ from $\theta = \alpha$ to $\theta = \beta$ is: A=12∫αβ[f(θ)]2 dθA = \frac{1}{2} \int_\alpha^\beta [f(\theta)]^2\,d\theta The area between two polar curves $r_{\text{outer}}(\theta) \ge r_{\text{inner}}(\theta) \ge 0$ is: A=12∫αβ([router(θ)]2−[rinner(θ)]2) dθA = \frac{1}{2} \int_\alpha^\beta \left( [r_{\text{outer}}(\theta)]^2 - [r_{\text{inner}}(\theta)]^2 \right)\,d\theta

Rose Curves and Petals

For polar rose curves $r = a\cos(k\theta)$ or $r = a\sin(k\theta)$:

  • If $k$ is odd, the curve has $k$ petals, traced fully as $\theta$ ranges from $0$ to $\pi$.
  • If $k$ is even, the curve has $2k$ petals, traced fully as $\theta$ ranges from $0$ to $2\pi$.
  • A single petal boundary is found by setting $r = 0$ to identify consecutive radial zero crossings.

Volumes of Solids of Revolution

Choosing between the Washer Method (slicing perpendicular to the rotation axis) and the Cylindrical Shells Method (slicing parallel to the rotation axis) depends on which variable isolates the boundary functions more simply.

Method Comparison for Revolution Around Coordinate and Shifted Axes

Rotation AxisWasher Method (Slices $\perp$ Axis)Shell Method (Slices $\parallel$ Axis)
Horizontal ($y = k$)$V = \pi \int_a^b \left( [R(x)]^2 - [r(x)]^2 \right),dx$$V = 2\pi \int_c^d
Vertical ($x = h$)$V = \pi \int_c^d \left( [R(y)]^2 - [r(y)]^2 \right),dy$$V = 2\pi \int_a^b

In the washer formulation, $R$ is the outer radius (distance from the axis to the outer boundary) and $r$ is the inner radius (distance from the axis to the inner boundary). In the shell formulation, $|x - h|$ is the radius and $[y_{\text{top}} - y_{\text{bottom}}]$ is the cylinder height.

Arc Length Formulations

The infinitesimal arc length element $ds = \sqrt{dx^2 + dy^2}$ adapts across coordinate frameworks:

  • Cartesian: For $y = f(x)$ on $[a, b]$: L=∫ab1+[f′(x)]2 dxL = \int_a^b \sqrt{1 + [f'(x)]^2}\,dx
  • Parametric: For $x = x(t), y = y(t)$ on $[t_1, t_2]$: L=∫t1t2[x′(t)]2+[y′(t)]2 dtL = \int_{t_1}^{t_2} \sqrt{[x'(t)]^2 + [y'(t)]^2}\,dt
  • Polar: For $r = f(\theta)$ on $[\alpha, \beta]$, using $x = r\cos\theta, y = r\sin\theta$: L=∫αβr2+(drdθ)2 dθL = \int_\alpha^\beta \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2}\,d\theta

GRE arc length problems are engineered so the quantity under the radical simplifies to a perfect square (e.g., $1 + \sinh^2 x = \cosh^2 x$, or algebraic terms matching $(u + 1/u)^2$).

Surface Area of Revolution

Revolving an arc length element $ds$ around an axis generates a circular band of radius $\rho$ and area $dS = 2\pi \rho,ds$:

  • Rotation about $x$-axis: $\rho = |y|$, yielding $S = 2\pi \int |y|,ds$.
  • Rotation about $y$-axis: $\rho = |x|$, yielding $S = 2\pi \int |x|,ds$.

Centroids and Pappus's Theorems

Let a planar region have area $A$ with centroid coordinates $(\bar{x}, \bar{y})$: xˉ=1A∫abx(f(x)−g(x)) dx,yˉ=12A∫ab([f(x)]2−[g(x)]2) dx\bar{x} = \frac{1}{A} \int_a^b x (f(x) - g(x))\,dx, \quad \bar{y} = \frac{1}{2A} \int_a^b \left( [f(x)]^2 - [g(x)]^2 \right)\,dx

First Theorem of Pappus (Surface Area)

The surface area $S$ generated by revolving a plane curve of length $L$ about an external non-intersecting coplanar axis is equal to the product of $L$ and the distance traveled by the curve's centroid: S=2πdLS = 2\pi d L

Second Theorem of Pappus (Volume)

The volume $V$ of a solid generated by revolving a plane area $A$ about an external non-intersecting coplanar axis equals the product of $A$ and the distance traveled by the region's centroid: V=2πdAV = 2\pi d A For instance, revolving a circle of radius $r$ centered at distance $R > r$ from an axis produces a solid torus with volume $V = (2\pi R)(\pi r^2) = 2\pi^2 R r^2$ and surface area $S = (2\pi R)(2\pi r) = 4\pi^2 R r$.

Worked Problem: Shells vs. Washers on Shifted Axis

Problem: Find the volume generated by revolving the region bounded by $y = x^2$ and $y = 4$ about the line $y = 4$. Solution: The region lies between $x = -2$ and $x = 2$, bounded below by $y = x^2$ and above by $y = 4$. Slicing perpendicular to the horizontal axis of rotation $y = 4$ produces solid disks (no inner hole). The radius of each disk is $R(x) = 4 - x^2$. V=π∫−22[R(x)]2 dx=π∫−22(4−x2)2 dx=2π∫02(16−8x2+x4) dxV = \pi \int_{-2}^2 [R(x)]^2\,dx = \pi \int_{-2}^2 (4 - x^2)^2\,dx = 2\pi \int_0^2 (16 - 8x^2 + x^4)\,dx V=2π[16x−83x3+15x5]02=2π[32−643+325]=2π⋅32(1−23+15)=64π(815)=512π15V = 2\pi \left[ 16x - \frac{8}{3}x^3 + \frac{1}{5}x^5 \right]_0^2 = 2\pi \left[ 32 - \frac{64}{3} + \frac{32}{5} \right] = 2\pi \cdot 32 \left( 1 - \frac{2}{3} + \frac{1}{5} \right) = 64\pi \left( \frac{8}{15} \right) = \frac{512\pi}{15}

Common GRE Traps & Pitfalls

  • Squaring the difference instead of difference of squares: In the washer method, writing $(R - r)^2$ instead of $R^2 - r^2$ is a frequent calculation mistake.
  • Omitting the factor of $1/2$ in polar area: Evaluating $\int_\alpha^\beta r^2,d\theta$ without the $\frac{1}{2}$ pre-factor leads to an answer twice the true area.
  • Double-counting polar petals: Integrating $\theta$ from $0$ to $2\pi$ for an odd-petal rose curve traces each petal twice because negative $r$ values redraw existing regions.
  • Negative radius in cylindrical shells: When the rotation axis is to the right of the region ($x = h$ with $h \ge b$), the shell radius is $h - x$, not $x - h$.
Loading diagram...
Solids of Revolution: Washer Method vs. Cylindrical Shells Method
Test Your Knowledge

What is the volume of the solid generated by revolving the planar region bounded by y = √x, the line x = 4, and the x-axis about the vertical line x = 4?

A
B
C
D
Test Your Knowledge

What is the area enclosed by a single petal of the four-petaled rose curve given in polar coordinates by r = 2 cos(2θ)?

A
B
C
D
Test Your Knowledge

What is the total arc length of the catenary curve y = cosh(x) over the interval x ∈ [0, ln 2]?

A
B
C
D