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]:

Area Between Curves Formula

The difference between the top and bottom curves gives the height of the infinitesimal rectangles.
$$ A = \\int_a^b [f(x) - g(x)] \\, dx $$

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).
$$ A = \\frac{1}{2} \\int_a^b [f(\\theta)]^2 \\, d\\theta = \\frac{1}{2} \\int_a^b r^2 \\, d\\theta $$

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.
$$ L = \\int_a^b \\sqrt{r^2 + \\left(\\frac{dr}{d\\theta}\\right)^2} \\, d\\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.
$$ V = \\pi \\int_a^b [R(x)]^2 \\, dx $$

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).
$$ V = \\pi \\int_a^b \\left( [R(x)]^2 - [r(x)]^2 \\right) \\, dx $$

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.
$$ V = 2\\pi \\int_a^b r(x)h(x) \\, dx $$

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].
$$ L = \\int_a^b \\sqrt{1 + [f'(x)]^2} \\, dx $$

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.
$$ S = \\int_a^b 2\\pi f(x) \\sqrt{1 + [f'(x)]^2} \\, dx $$
$$ S_{y} = \\int_a^b 2\\pi x \\sqrt{1 + [f'(x)]^2} \\, dx $$

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.
$$ I_x = \\frac{1}{3} \\int_a^b [f(x)]^3 \\, dx $$
$$ I_y = \\int_a^b x^2 f(x) \\, dx $$

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.
$$ \\bar{x} = \\frac{1}{L} \\int_a^b x \\, ds $$
$$ \\bar{y} = \\frac{1}{L} \\int_a^b y \\, ds $$

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.
$$ W = \\int_a^b F(x) \\, dx $$

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.
$$ F = \\int_a^b \\rho g \\cdot h(y) \\cdot w(y) \\, dy $$

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.
$$ A = 2\\pi \\bar{r} L $$

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.
$$ V = 2\\pi \\bar{r} A $$

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).
$$ CS = \\int_0^X [D(x) - P] \\, dx $$
$$ PS = \\int_0^X [P - S(x)] \\, dx $$

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.
$$ P(a \\le X \\le b) = \\int_a^b f(x) \\, dx $$
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.