← Back to modules

Applications of Integration

Areas, volumes, arc length, and parametric curves.

Integration computes accumulated quantities. So far you've seen it as 'area under a curve,' but the real power of the integral is that it can measure anything that accumulates: length along a curve, volume of a solid, work done by a force, or probability of an event.

The strategy is always the same: slice the quantity into infinitely many small pieces, write a formula for each piece, then integrate (sum them up). The only thing that changes from problem to problem is what you're slicing and how.

This module covers the major geometric and physical applications: areas between curves, volumes of solids of revolution, arc length, and an introduction to parametric curves.

Areas between curves

The area between y=f(x)y = f(x) (top) and y=g(x)y = g(x) (bottom) from x=ax = a to x=bx = b is A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)]\,dx.

The integrand is always (top minus bottom) or (right minus left). If the curves cross, split the integral at the crossing points and take care with which function is on top in each sub-interval.

To find crossing points, solve f(x)=g(x)f(x) = g(x). These are the limits of integration.

For curves given as x=h(y)x = h(y), integrate with respect to yy: A=cd[hright(y)hleft(y)]dyA = \int_c^d [h_{\text{right}}(y) - h_{\text{left}}(y)]\,dy. Sometimes integrating in yy is simpler because it avoids splitting at crossings.

Helpful?

Volumes of solids of revolution: disk and washer methods

When you rotate a region around an axis, it sweeps out a solid. To find its volume, slice perpendicular to the axis of rotation.

Disk method (no hole): rotating y=f(x)y = f(x) around the xx-axis from aa to bb: V=abπ[f(x)]2dxV = \int_a^b \pi [f(x)]^2\,dx. Each cross-section is a disk with radius f(x)f(x).

Washer method (with a hole): if the region is between y=f(x)y = f(x) (outer) and y=g(x)y = g(x) (inner), V=abπ([f(x)]2[g(x)]2)dxV = \int_a^b \pi\left([f(x)]^2 - [g(x)]^2\right)dx. Each cross-section is a washer (annulus).

For rotation around the yy-axis, express xx as a function of yy and integrate with respect to yy.

For rotation around a line y=cy = c (not the xx-axis), adjust the radii: outer radius is f(x)c|f(x) - c| and inner radius is g(x)c|g(x) - c|.

Helpful?

Volumes by cylindrical shells

The shell method computes volumes of revolution by wrapping thin cylindrical shells around the axis of rotation, rather than slicing perpendicular to it.

For rotation around the yy-axis: V=ab2πxf(x)dxV = \int_a^b 2\pi x \cdot f(x)\,dx. Each shell is a thin hollow cylinder with radius xx (distance from the axis), height f(x)f(x), and thickness dxdx. Unrolling a shell gives a rectangle with area 2πxf(x)2\pi x \cdot f(x).

For rotation around the xx-axis: V=cd2πyh(y)dyV = \int_c^d 2\pi y \cdot h(y)\,dy, where h(y)h(y) is the horizontal width of the region at height yy.

For rotation around a vertical line x=cx = c: the radius becomes xc|x - c| instead of xx.

When to use shells vs. washers: use whichever makes the integral simpler. Shells are ideal when: (a) the function is easier to express as y=f(x)y = f(x) but you're rotating around a vertical axis, or (b) the washer method would require splitting into multiple integrals but shells give a single clean integral.

General formula: V=2π(radius from axis)(height of shell)d(variable)V = \int 2\pi \cdot (\text{radius from axis}) \cdot (\text{height of shell}) \cdot d(\text{variable}). Always identify the three components before writing the integral.

Helpful?

Arc length

The length of a curve y=f(x)y = f(x) from x=ax = a to x=bx = b is L=ab1+[f(x)]2dxL = \int_a^b \sqrt{1 + [f'(x)]^2}\,dx.

Derivation: on a tiny interval [x,x+dx][x, x+dx], the curve covers a horizontal distance dxdx and a vertical distance dy=f(x)dxdy = f'(x)\,dx. By Pythagoras, the actual distance along the curve is (dx)2+(dy)2=1+[f(x)]2dx\sqrt{(dx)^2 + (dy)^2} = \sqrt{1 + [f'(x)]^2}\,dx.

Warning: most arc length integrals are hard or impossible to evaluate in closed form. The formula is simple; the computation rarely is. Numerical methods are often used in practice.

For parametric curves x=x(t)x = x(t), y=y(t)y = y(t): L=αβ[x(t)]2+[y(t)]2dtL = \int_\alpha^\beta \sqrt{[x'(t)]^2 + [y'(t)]^2}\,dt.

Helpful?

Parametric equations: curves in motion

A parametric curve is defined by x=x(t)x = x(t) and y=y(t)y = y(t) as a parameter tt varies. The point (x(t),y(t))(x(t), y(t)) traces out a path in the plane.

Example: x=costx = \cos t, y=sinty = \sin t for t[0,2π]t \in [0, 2\pi] traces the unit circle.

The slope of the tangent line is dydx=dy/dtdx/dt=y(t)x(t)\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{y'(t)}{x'(t)}, provided x(t)0x'(t) \neq 0.

The second derivative: d2ydx2=ddt(dy/dx)dx/dt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}(dy/dx)}{dx/dt}.

Arc length: L=αβ[x(t)]2+[y(t)]2dtL = \int_\alpha^\beta \sqrt{[x'(t)]^2 + [y'(t)]^2}\,dt.

Area under a parametric curve: A=αβy(t)x(t)dtA = \int_\alpha^\beta y(t) \cdot x'(t)\,dt (careful with orientation).

Parametric curves are essential for describing motion: tt is time, (x(t),y(t))(x(t), y(t)) is position, (x(t),y(t))(x'(t), y'(t)) is the velocity vector.

Helpful?

Surface area of revolution

When rotating y=f(x)y = f(x) around the xx-axis, each tiny piece of the curve sweeps out a band (frustum) on the surface. The surface area of that band is the circumference 2πf(x)2\pi f(x) times the arc length element ds=1+[f(x)]2dxds = \sqrt{1 + [f'(x)]^2}\,dx.

Full formula: S=ab2πf(x)1+[f(x)]2dxS = \int_a^b 2\pi f(x) \sqrt{1 + [f'(x)]^2}\,dx. This is the integral of 2πrds2\pi r \cdot ds where r=f(x)r = f(x) is the radius (distance from the axis) and dsds is the length element along the curve.

For rotation around the yy-axis: the radius is xx instead of f(x)f(x), giving S=ab2πx1+[f(x)]2dxS = \int_a^b 2\pi x \sqrt{1 + [f'(x)]^2}\,dx.

For parametric curves: S=αβ2πy(t)[x(t)]2+[y(t)]2dtS = \int_\alpha^\beta 2\pi y(t) \sqrt{[x'(t)]^2 + [y'(t)]^2}\,dt (rotation around the xx-axis).

Warning: surface area integrals are typically harder than volume integrals. The 1+[f]2\sqrt{1+[f']^2} factor rarely simplifies to something nice. Most surface area problems either have exact answers engineered to work out (like cones and spheres) or require numerical methods.

Helpful?

Work and physical applications

In physics, work = force × distance. When the force varies over the displacement, you slice the motion into tiny steps where the force is approximately constant and integrate: W=abF(x)dxW = \int_a^b F(x)\,dx.

Spring problems (Hooke's Law): the force to stretch a spring xx units beyond its natural length is F(x)=kxF(x) = kx. The work to stretch from x=ax = a to x=bx = b is W=abkxdx=k2(b2a2)W = \int_a^b kx\,dx = \frac{k}{2}(b^2 - a^2). Note: xx measures displacement from natural length, not the total length of the spring.

Pumping problems: to pump liquid out of a tank, slice the liquid into thin horizontal layers. Each layer at height yy has volume A(y)dyA(y)\,dy (where A(y)A(y) is the cross-sectional area), weighs ρgA(y)dy\rho g \cdot A(y)\,dy, and must be lifted a distance d(y)d(y) to the top. Total work: W=0hρgA(y)d(y)dyW = \int_0^h \rho g \cdot A(y) \cdot d(y)\,dy. The tricky part is expressing A(y)A(y) and d(y)d(y) correctly for the tank's shape.

Hydrostatic force: the pressure at depth dd below the surface of a fluid is P=ρgdP = \rho g d. The total force on a submerged vertical plate is F=abρgd(y)w(y)dyF = \int_a^b \rho g \cdot d(y) \cdot w(y)\,dy, where w(y)w(y) is the width of the plate at depth d(y)d(y).

The unifying idea: in every application, you identify the small piece, write its contribution (dWdW, dFdF, etc.), and integrate. The calculus is the same; only the physical setup changes.

Helpful?

Worked Practice Problems (5 examples)

Study these solved examples to understand the techniques. Then head to Practice to try problems on your own.

Practice on your own →
1

Problem 1

Find the area between y=x2y = x^2 and y=xy = x from x=0x=0 to x=1x=1.

Step-by-Step Solution

1

Top minus bottom: xx2x - x^2 on [0,1][0,1].

2

01(xx2)dx=[x22x33]01=1213=16\int_0^1 (x - x^2)\,dx = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = \frac{1}{2} - \frac{1}{3} = \frac{1}{6}.

Final Answer: 16\frac{1}{6}

2

Problem 2

Find the area between y=4y = 4 and y=x2y = x^2 from x=2x = -2 to x=2x = 2.

Step-by-Step Solution

1

4x204 - x^2 \ge 0 on [2,2][-2,2].

2

22(4x2)dx=[4xx33]22=(883)(8+83)=323\int_{-2}^{2}(4 - x^2)\,dx = \left[4x - \frac{x^3}{3}\right]_{-2}^{2} = \left(8 - \frac{8}{3}\right) - \left(-8 + \frac{8}{3}\right) = \frac{32}{3}.

Final Answer: 323\frac{32}{3}

3

Problem 3

Find the volume when y=xy = x on [0,3][0,3] is revolved about the xx-axis using the disk method.

Step-by-Step Solution

1

V=π03x2dxV = \pi\int_0^3 x^2\,dx.

2

=π[x33]03=9π= \pi\left[\frac{x^3}{3}\right]_0^3 = 9\pi.

Final Answer: 9π9\pi

4

Problem 4

Find the volume when y=xy = \sqrt{x} on [0,4][0,4] is revolved about the xx-axis.

Step-by-Step Solution

1

V=π04(x)2dx=π04xdxV = \pi\int_0^4 (\sqrt{x})^2\,dx = \pi\int_0^4 x\,dx.

2

=π[x22]04=8π= \pi\left[\frac{x^2}{2}\right]_0^4 = 8\pi.

Final Answer: 8π8\pi

5

Problem 5

Use cylindrical shells to find the volume when y=x2y = x^2 on [0,2][0,2] is revolved about the yy-axis.

Step-by-Step Solution

1

V=2π02xx2dx=2π02x3dxV = 2\pi\int_0^2 x \cdot x^2\,dx = 2\pi\int_0^2 x^3\,dx.

2

=2π[x44]02=2π4=8π= 2\pi\left[\frac{x^4}{4}\right]_0^2 = 2\pi \cdot 4 = 8\pi.

Final Answer: 8π8\pi