Topics · 14 formulas

Applications of Integrals

Area, volume, arc length, surface area, and work.

Area Between Curves

A=abf(x)g(x)dxA = \int_a^b |f(x) - g(x)|\, dx

The area between two curves f(x) and g(x) from x = a to x = b. Take the absolute value or integrate top minus bottom.

Area

Open formula

Disk Method

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

Volume of revolution about the x-axis when there is no gap between the curve and the axis. Each cross-section is a disk with radius f(x).

Volume

Open formula

Washer Method

V=πab([R(x)]2[r(x)]2)dxV = \pi \int_a^b \left([R(x)]^2 - [r(x)]^2\right) dx

Volume of revolution when there is a gap between the curve and the axis. R(x) is the outer radius and r(x) is the inner radius.

Volume

Open formula

Shell Method

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

Volume of revolution using cylindrical shells. Useful when revolving about the y-axis or when the disk/washer method leads to difficult integrals.

Volume

Open formula

Arc Length

L=ab1+[f(x)]2dxL = \int_a^b \sqrt{1 + [f'(x)]^2}\, dx

The length of a curve y = f(x) from x = a to x = b.

Arc Length & Surface Area

Open formula

Surface Area of Revolution

S=2πabf(x)1+[f(x)]2dxS = 2\pi \int_a^b f(x) \sqrt{1 + [f'(x)]^2}\, dx

The surface area generated by revolving y = f(x) about the x-axis.

Conditions: f(x) ≥ 0 on [a, b].

Arc Length & Surface Area

Open formula

Work (Spring)

W=abkxdx=12k(b2a2)W = \int_a^b kx\, dx = \frac{1}{2}k(b^2 - a^2)

Work done compressing or stretching a spring from position a to b, where k is the spring constant (Hooke's law: F = kx).

Work & Force

Open formula

Work (General)

W=abF(x)dxW = \int_a^b F(x)\, dx

Work done by a variable force F(x) over a displacement from a to b.

Work & Force

Open formula

Hydrostatic Force

F=abρgd(y)w(y)dyF = \int_a^b \rho g \cdot d(y) \cdot w(y)\, dy

The force of fluid pressure on a submerged vertical surface, where d(y) is the depth and w(y) is the width at depth y.

Work & Force

Open formula

Work (Pumping)

W=abρgA(y)(hy)dyW = \int_a^b \rho g A(y)(h - y)\, dy

Work to pump fluid out of a tank. A(y) is the cross-sectional area at height y, h is the height to which fluid is pumped.

Work & Force

Open formula

Centroid (x-coordinate)

xˉ=1Aabx[f(x)g(x)]dx\bar{x} = \frac{1}{A}\int_a^b x[f(x) - g(x)]\, dx

The x-coordinate of the centroid of the region between f(x) and g(x). A is the area of the region.

Centroids & Averages

Open formula

Centroid (y-coordinate)

yˉ=1Aab12([f(x)]2[g(x)]2)dx\bar{y} = \frac{1}{A}\int_a^b \frac{1}{2}\left([f(x)]^2 - [g(x)]^2\right) dx

The y-coordinate of the centroid of the region between f(x) and g(x).

Centroids & Averages

Open formula

Net Change Theorem

abF(x)dx=F(b)F(a)\int_a^b F'(x)\, dx = F(b) - F(a)

The integral of a rate of change gives the net change. This is just FTC Part 2 interpreted in context.

Centroids & Averages

Open formula

Probability (Continuous)

P(aXb)=abf(x)dxwhere f(x)dx=1P(a \leq X \leq b) = \int_a^b f(x)\, dx \quad \text{where } \int_{-\infty}^{\infty} f(x)\, dx = 1

For a continuous random variable with probability density function f(x), the probability that X falls between a and b is the integral of f from a to b.

Centroids & Averages

Open formula