Applications of Integration

Integral calculus is not just about computing abstract mathematical areas. It provides the essential mathematical framework for calculating diverse geometric and physical quantities critical in engineering design and analysis, such as volumes, lengths of curves, centers of mass, fluid forces, and work.

The Core Idea

The fundamental concept linking these applications is the process of breaking down a complex shape or quantity into infinitely many small, easily calculable pieces (like rectangles, disks, or line segments), and then summing them up using a definite integral.

Area Between Curves

We know that a definite integral calculates the area between a single curve and the x-axis. To find the area bounded between two curves, y=f(x)y=f(x) and y=g(x)y=g(x) over an interval [a,b][a, b], we integrate the difference between the "top" function and the "bottom" function.

Area Between Curves Visualizer

The shaded region represents the area where f(x) ≥ g(x).

If f(x)g(x)f(x) \ge g(x) for all xx in [a,b][a, b]: If f(x)g(x)f(x) \ge g(x) for all xx in [a,b]:[a, b]:

Area Between Curves Formula

The difference between the top and bottom curves gives the height of the infinitesimal rectangles.

Area Between Curves

Calculating the area between two functions.

A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)] \, dx

Variables

SymbolDescriptionUnit
AAArea between the curves-
f(x)f(x)Upper curve function-
g(x)g(x)Lower curve function-
aaLower limit of integration-
bbUpper limit of integration-

Integration with Respect to y

If the curves are easier to express as functions of yy (i.e., x=f(y)x=f(y) and x=g(y)x=g(y)), we integrate with respect to yy from y=cy=c to y=dy=d. The formula becomes cd[f(y)g(y)]dy\int_c^d [f(y) - g(y)] \, dy, representing "right" minus "left" curves.

Area and Arc Length in Polar Coordinates

When working with circular or radial symmetries (like cams, gears, or antenna radiation patterns), it is often easier to use polar coordinates (r,θ)(r, \theta) instead of rectangular (x,y)(x, y). Integration applies just as naturally here, but the fundamental area element changes from a rectangle to a circular sector.

Area in Polar Coordinates

To find the area of a region bounded by a polar curve r=f(θ)r = f(\theta) between angles θ=a\theta = a and θ=b\theta = b, we integrate the area of infinitesimal circular sectors (A=12r2θA = \frac{1}{2}r^2 \theta).

Area in Polar Coordinates

Calculating area enclosed by a polar curve.

A=12ab[f(θ)]2dθ=12abr2dθA = \frac{1}{2} \int_a^b [f(\theta)]^2 \, d\theta = \frac{1}{2} \int_a^b r^2 \, d\theta

Variables

SymbolDescriptionUnit
AAArea enclosed by the curve-
rrRadius function f(\theta)-
aaStarting angle-
bbEnding angle-

Arc Length in Polar Coordinates

The length of a polar curve r=f(θ)r = f(\theta) from θ=a\theta = a to θ=b\theta = b is derived from the standard arc length formula by treating θ\theta as the parameter.

Arc Length in Polar Coordinates

Calculating arc length of a polar curve.

L=abr2+(drdθ)2dθL = \int_a^b \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} \, d\theta

Variables

SymbolDescriptionUnit
LLArc length-
rrPolar curve radius-
drdθ\frac{dr}{d\theta}Derivative of radius with respect to \theta-

Volume of Solids of Revolution

When a two-dimensional region is rotated completely around a fixed axis (like the x-axis or y-axis), it generates a three-dimensional shape called a solid of revolution. Calculus provides three primary methods for calculating the volume of these shapes, depending on the geometry of the rotation.

3D Viewer: Solids of Revolution

Rotate 2D areas around the X-axis to generate volumes.

Disk Method: Area under Curve

Curve: y=xy = \sqrt{x}

V = π ∫ (R(x))² dx

Drag to rotate, scroll to zoom

1. The Disk Method

The Disk Method is used when the axis of revolution is a boundary of the original 2D region. The volume is calculated by slicing the solid perpendicular to the axis of revolution, creating infinitesimally thin, solid circular disks.

Disk Method Formula

Where R(x)R(x) is the radius of the disk, measured from the axis of revolution to the curve boundary.

Disk Method

Volume of solid of revolution using disks.

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

Variables

SymbolDescriptionUnit
VVVolume of solid-
R(x)R(x)Radius of the disk at x-
aaLower limit of integration-
bbUpper limit of integration-

Solid of Revolution: Visualization of Slices

Disk Method Integral Concept:

V = π ∫ [R(x)]² dx

As the number of slices approaches infinity, the discrete disks/washers perfectly approximate the volume of the solid.

2. The Washer Method

The Washer Method is an extension of the disk method. It is used when the region being revolved is not flush against the axis of revolution. This gap creates a "hole" in the resulting solid, making the perpendicular slices look like washers (disks with holes).

Washer Method Formula

Where R(x)R(x) is the outer radius (distance from axis to the farthest curve) and r(x)r(x) is the inner radius (distance from axis to the closest curve, defining the hole).

Washer Method

Volume of solid of revolution using washers.

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

Variables

SymbolDescriptionUnit
VVVolume of solid-
R(x)R(x)Outer radius-
r(x)r(x)Inner radius-

3. The Shell Method

The Shell Method takes a completely different approach. Instead of slicing perpendicular to the axis of rotation, it slices parallel to the axis, creating a nested series of thin cylindrical shells. This method is particularly advantageous when evaluating the integral using disks or washers is mathematically difficult or requires solving equations for xx in terms of yy.

Shell Method Formula (Rotating around y-axis)

Where r(x)r(x) is the radius of the shell (often just xx), and h(x)h(x) is the height of the shell (the function value). Note that when rotating around the y-axis, the Shell Method integrates with respect to xx.

Cylindrical Shells Method

Volume of solid of revolution using cylindrical shells.

V=2πabr(x)h(x)dxV = 2\pi \int_a^b r(x)h(x) \, dx

Variables

SymbolDescriptionUnit
VVVolume of solid-
r(x)r(x)Radius of the shell-
h(x)h(x)Height of the shell-

Arc Length

Calculus can also determine the exact length of a curved line segment. By approximating a continuous curve with infinitely many tiny, straight line segments (using the Pythagorean theorem, ds=dx2+dy2ds = \sqrt{dx^2 + dy^2}), we derive the arc length formula.

Arc Length Formula

Provided that f(x)f'(x) is continuous on the interval [a,b][a, b].

Arc Length Formula

Length of a curve.

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

Variables

SymbolDescriptionUnit
LLArc length-
f(x)f'(x)Derivative of the function-

Arc Length Approximation

Adjust the number of line segments to see how the Riemann sum approximates the exact curve length.

Approximation
412.31
Exact Length (Limit)
431.62

Area of a Surface of Revolution

When a curve is rotated about an axis, it creates a surface. The area of this surface can be calculated using an integral that incorporates the arc length differential dsds.

Surface Area Formula (Rotation around x-axis)

If the rotation is around the y-axis, the radius function changes from f(x)f(x) to xx.

Surface Area of Revolution (x-axis)

Surface area when rotated around the x-axis.

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

Variables

SymbolDescriptionUnit
SSSurface area-
f(x)f(x)Radius of revolution-

Surface Area of Revolution (y-axis)

Surface area when rotated around the y-axis.

Sy=ab2πx1+[f(x)]2dxS_{y} = \int_a^b 2\pi x \sqrt{1 + [f'(x)]^2} \, dx

Variables

SymbolDescriptionUnit
SyS_ySurface area about y-axis-
xxRadius of revolution-

Center of Mass and Moments of Inertia

In physics and engineering, the center of mass of a planar region (also called the centroid if the density is uniform) represents the balancing point of the region. The moment of inertia (IxI_x and IyI_y) represents the object's resistance to rotational acceleration about a specific axis, an absolutely critical concept in structural engineering for beams and columns.

Calculating the Centroid

  • Find the Area (Mass): Calculate the total area of the region A=abf(x)dxA = \int_a^b f(x) \, dx. Assume uniform density ρ=1\rho=1, so the mass m=Am=A.
  • Find the Moments: Calculate the moment about the y-axis, My=abxf(x)dxM_y = \int_a^b x f(x) \, dx, and the moment about the x-axis, Mx=12ab[f(x)]2dxM_x = \frac{1}{2} \int_a^b [f(x)]^2 \, dx.
  • Calculate the Coordinates: Find the coordinates (xˉ,yˉ)(\bar{x}, \bar{y}) using xˉ=Mym\bar{x} = \frac{M_y}{m} and yˉ=Mxm\bar{y} = \frac{M_x}{m}.

Centroid of Region Between Two Curves

If the region is bounded between a top curve f(x)f(x) and a bottom curve g(x)g(x), the moment formulas adjust to calculate the properties of the enclosed slice:

  • My=abx[f(x)g(x)]dxM_y = \int_a^b x [f(x) - g(x)] \, dx
  • Mx=12ab([f(x)]2[g(x)]2)dxM_x = \frac{1}{2} \int_a^b \left( [f(x)]^2 - [g(x)]^2 \right) \, dx

Moments of Inertia (Uniform Density Region)

These calculate resistance to rotation about the primary axes.

Moment of Inertia (I_x)

Moment of inertia about the x-axis.

Ix=13ab[f(x)]3dxI_x = \frac{1}{3} \int_a^b [f(x)]^3 \, dx

Variables

SymbolDescriptionUnit
IxI_xMoment of inertia about the x-axis-
f(x)f(x)Function defining the region-

Moment of Inertia (I_y)

Moment of inertia about the y-axis.

Iy=abx2f(x)dxI_y = \int_a^b x^2 f(x) \, dx

Variables

SymbolDescriptionUnit
IyI_yMoment of inertia about the y-axis-
f(x)f(x)Function defining the region-

Centroid of a Curve (Arc)

To find the geometric centroid (xˉ,yˉ)(\bar{x}, \bar{y}) of a curve y=f(x)y = f(x) from x=ax=a to x=bx=b, you treat the curve as a thin wire of uniform density. The total mass is replaced by the arc length LL, and the moments are calculated using the differential arc length ds=1+[f(x)]2dxds = \sqrt{1 + [f'(x)]^2} \, dx.

Centroid of Curve (X)

x-coordinate of the centroid of a curve.

xˉ=1Labxds\bar{x} = \frac{1}{L} \int_a^b x \, ds

Variables

SymbolDescriptionUnit
xˉ\bar{x}x-coordinate of the centroid-
LLTotal arc length-
dsdsDifferential arc length-

Centroid of Curve (Y)

y-coordinate of the centroid of a curve.

yˉ=1Labyds\bar{y} = \frac{1}{L} \int_a^b y \, ds

Variables

SymbolDescriptionUnit
yˉ\bar{y}y-coordinate of the centroid-
LLTotal arc length-
dsdsDifferential arc length-

Work Done by a Variable Force

In physics, work is done when a force acts upon an object over a distance. If the force F(x)F(x) varies with position xx, the total work done moving the object from x=ax=a to x=bx=b is found by integrating the force function.

Work Formula

Common applications include compressing a spring (Hooke's Law: F(x)=kxF(x) = kx) or pumping liquid out of a tank. When pumping liquid out of a tank, the "object" being moved is a horizontal slice of water, and the "distance" is how far that specific slice must be lifted to reach the top.

Work Done by Variable Force

Calculating work done over a distance.

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

Variables

SymbolDescriptionUnit
WWWork done-
F(x)F(x)Variable force function-
aaStarting position-
bbEnding position-

Fluid Pressure, Force, and Center of Pressure

When a flat surface is submerged vertically in a fluid (like a dam or a tank wall), the pressure varies with depth. To find the total hydrostatic force on the surface, we integrate the pressure over thin horizontal strips. In structural design, knowing just the total force isn't enough; you must also know where that force acts to calculate overturning moments. This point is called the Center of Pressure.

Hydrostatic Force Formula

Where ρ\rho is the fluid density, gg is gravity, h(y)h(y) is the depth of the strip at yy, and w(y)w(y) is the width of the strip at yy.

Hydrostatic Force

Force exerted by a fluid on a vertical surface.

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

Variables

SymbolDescriptionUnit
FFHydrostatic force-
ρ\rhoFluid density-
ggAcceleration due to gravity-
h(y)h(y)Depth function at height y-
w(y)w(y)Width function of the plate at height y-

Center of Pressure

The Center of Pressure (ycpy_{cp}) is the point where the total hydrostatic force is assumed to be concentrated to produce the same moment as the distributed fluid pressure. It is found by dividing the moment of the fluid force by the total fluid force.

ycp=abydFabdF=abyρgh(y)w(y)dyFy_{cp} = \frac{\int_a^b y \cdot dF}{\int_a^b dF} = \frac{\int_a^b y \cdot \rho g \cdot h(y) \cdot w(y) \, dy}{F}

Theorems of Pappus

The Theorems of Pappus provide a powerful geometric method to calculate the surface area and volume of a solid of revolution using the centroid of the generating curve or region.

First Theorem of Pappus (Surface Area)

The surface area AA of a surface of revolution generated by rotating a plane curve of length LL about an external axis in its plane is equal to the product of the arc length LL and the distance traveled by its geometric centroid. Where rˉ\bar{r} is the perpendicular distance from the axis of rotation to the centroid of the curve.

Pappus Surface Area

First Theorem of Pappus.

A=2πrˉLA = 2\pi \bar{r} L

Variables

SymbolDescriptionUnit
AASurface area of revolution-
rˉ\bar{r}Distance from axis to centroid of the curve-
LLArc length of the curve-

Second Theorem of Pappus (Volume)

The volume VV of a solid of revolution generated by rotating a plane region of area AA about an external axis in its plane is equal to the product of the area AA and the distance traveled by its geometric centroid. Where rˉ\bar{r} is the perpendicular distance from the axis of rotation to the centroid of the area.

Pappus Volume

Second Theorem of Pappus.

V=2πrˉAV = 2\pi \bar{r} A

Variables

SymbolDescriptionUnit
VVVolume of solid of revolution-
rˉ\bar{r}Distance from axis to centroid of the area-
AAArea of the generating region-

Theorems of Pappus: Torus Generator

Area of Circle (A):12.57
Circumference (L):12.57
Volume (V=2πrˉAV = 2\pi\bar{r}A):394.78
Surface Area (S=2πrˉLS = 2\pi\bar{r}L):394.78

Applications in Economics and Probability

Integration plays a critical role beyond physics and engineering, fundamentally driving economic modeling and probability theory.

Economics: Consumer and Producer Surplus

  • Consumer Surplus: The monetary gain obtained by consumers because they are able to purchase a product for a price that is less than the highest price they would be willing to pay. Given a demand curve D(x)D(x) and an equilibrium point (X,P)(X, P).
  • Producer Surplus: The amount producers benefit by selling at a market price that is higher than the least they would be willing to sell for. Given a supply curve S(x)S(x).

Consumer Surplus

Calculating consumer surplus.

CS=0X[D(x)P]dxCS = \int_0^X [D(x) - P] \, dx

Variables

SymbolDescriptionUnit
CSCSConsumer surplus-
D(x)D(x)Demand function-
PPMarket price-
XXQuantity demanded-

Producer Surplus

Calculating producer surplus.

PS=0X[PS(x)]dxPS = \int_0^X [P - S(x)] \, dx

Variables

SymbolDescriptionUnit
PSPSProducer surplus-
PPMarket price-
S(x)S(x)Supply function-
XXQuantity supplied-

Probability: Continuous Density Functions

In probability, a continuous random variable XX is described by a Probability Density Function (PDF), f(x)f(x). The probability that XX falls between values aa and bb is found by integrating the PDF. By definition, the total area under any PDF from -\infty to \infty must equal exactly 1.

Probability Density Integration

Finding probability over an interval.

P(aXb)=abf(x)dxP(a \le X \le b) = \int_a^b f(x) \, dx

Variables

SymbolDescriptionUnit
PPProbability-
XXContinuous random variable-
f(x)f(x)Probability density function-
aaLower bound of interval-
bbUpper bound of interval-
Key Takeaways
  • Area Between Curves: Integrate the difference between the "top" and "bottom" functions over the intersection interval.
  • Polar Area and Length: For polar curves, area is calculated using sectors (12r2dθ\frac{1}{2}\int r^2 \, d\theta) and arc length via r2+(dr/dθ)2dθ\int \sqrt{r^2 + (dr/d\theta)^2} \, d\theta.
  • Disk/Washer Methods: Slice perpendicular to the axis of rotation. Use πR2dx\pi \int R^2 \, dx for solid volumes and π(R2r2)dx\pi \int (R^2 - r^2) \, dx for volumes with central holes.
  • Shell Method: Slice parallel to the axis of rotation. Integrating 2πrh2\pi r h often simplifies problems that are difficult with disks/washers.
  • Arc Length and Surface Area: Calculate total length or surface area by integrating using the differential length element ds=1+(f)2dxds = \sqrt{1 + (f')^2} \, dx.
  • Centroids and Inertia: Definite integrals calculate mass distribution, balancing points, and rotational resistance for irregular planar shapes.
  • Physics Applications: Integrate varying forces across distances to find work. Integrate varying pressures across vertical slices to find fluid force, and calculate the moment to find the Center of Pressure.
  • Economics & Stats: Integrals quantify market surpluses and are fundamental to determining probabilities across continuous distributions.