TN 12th MathsLearn · Visualize · Practice

Chapter 9

Applications of Integration

Definite integrals as limits of sums, areas, volumes and reduction formulae.

1. The definite integral as a limit of a sum

How do we measure the area of a region whose top boundary is a curve rather than a straight line? The idea, going back to Archimedes, is to approximate the region by many thin rectangles, add up their areas, and then let the rectangles become infinitely thin.

Take a continuous function ff on [a,b][a, b]. Split the interval into nn equal pieces, each of width Δx=ban\Delta x = \dfrac{b-a}{n}, with sample points x1,x2,,xnx_1, x_2, \dots, x_n. The total area of the rectangles is the Riemann sum i=1nf(xi)Δx\sum_{i=1}^{n} f(x_i)\,\Delta x.

DefinitionDefinite integral

The definite integral of ff from aa to bb is the limit of the Riemann sum as the number of rectangles grows without bound:

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\,dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i)\,\Delta x

Here aa and bb are the lower and upper limits, f(x)f(x) is the integrand, and dxdx is the infinitesimal width the Δx\Delta x becomes in the limit. When f(x)0f(x) \ge 0, this number is exactly the area under the curve between x=ax = a and x=bx = b.

Key idea: Open the Visualize tab: increase $n$ and watch the rectangles fill the region while the Riemann sum closes in on the exact integral. That convergence is the definite integral.
Note: Whether you sample each rectangle at its left edge, right edge, or midpoint, the limit is the same for a continuous function — the choice only affects how fast the approximation converges.

2. The Fundamental Theorems of Integral Calculus

Computing that limit directly is painful. The Fundamental Theorems rescue us by linking integration to differentiation — the two turn out to be inverse operations.

The First Fundamental Theorem says that integration builds an antiderivative. If we define F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt, then FF is differentiable and F(x)=f(x)F'(x) = f(x).

First Fundamental Theorem
ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt = f(x)

The Second Fundamental Theorem turns this into an evaluation recipe: to compute a definite integral, find any antiderivative FF (so F=fF' = f) and subtract its values at the two limits.

Second Fundamental Theorem
abf(x)dx=F(b)F(a),where F(x)=f(x)\int_a^b f(x)\,dx = F(b) - F(a), \quad \text{where } F'(x) = f(x)
Note: The bracket notation $\big[F(x)\big]_a^b$ is shorthand for $F(b) - F(a)$.
Example
Evaluate 13(2x+1)dx\int_1^3 (2x + 1)\,dx.

3. Properties of definite integrals

A handful of properties, all consequences of the definition, let you simplify integrals before evaluating them — and sometimes evaluate them with almost no work.

Core properties
  • Swapping the limits flips the sign: abf(x)dx=baf(x)dx\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx.
  • Equal limits give zero: aaf(x)dx=0\int_a^a f(x)\,dx = 0.
  • Additivity over an interior point cc: abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx.
  • The variable of integration is a dummy: abf(x)dx=abf(t)dt\int_a^b f(x)\,dx = \int_a^b f(t)\,dt.
  • Reflection property: 0af(x)dx=0af(ax)dx\int_0^a f(x)\,dx = \int_0^a f(a - x)\,dx.

For integrals symmetric about the origin, the parity of ff gives an instant answer:

Even function
aaf(x)dx=20af(x)dxif f(x)=f(x)\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx \quad \text{if } f(-x) = f(x)
Odd function
aaf(x)dx=0if f(x)=f(x)\int_{-a}^{a} f(x)\,dx = 0 \quad \text{if } f(-x) = -f(x)
Example
Evaluate 11(x53x3+x)dx\int_{-1}^{1} (x^5 - 3x^3 + x)\,dx.
ExampleUsing the reflection property
Evaluate I=0π/2sinxsinx+cosxdxI = \int_0^{\pi/2} \dfrac{\sin x}{\sin x + \cos x}\,dx.

4. Bernoulli's formula for integration by parts

When integrating a product uvu \cdot v where uu is a polynomial (so its derivatives eventually vanish), Bernoulli's formula packages repeated integration by parts into a single alternating-sign expression.

Let u,u,u,u', u'', u''', \dots be the successive derivatives of uu, and let v1,v2,v3,v_1, v_2, v_3, \dots be the successive integrals of vv (so v1=vdxv_1 = \int v\,dx, v2=v1dxv_2 = \int v_1\,dx, and so on). Then:

Bernoulli's formula
uvdx=uv1uv2+uv3uv4+\int u\,v\,dx = u\,v_1 - u'\,v_2 + u''\,v_3 - u'''\,v_4 + \cdots
Note: The signs alternate $+, -, +, -, \dots$ and each row lowers the derivative count by one. Because a polynomial $u$ eventually differentiates to $0$, the series terminates.
Example
Use Bernoulli's formula for x2exdx\int x^2 e^{x}\,dx.

5. Area bounded by a curve and the x-axis

The geometric meaning of the definite integral is area. For a curve y=f(x)y = f(x) lying above the xx-axis between x=ax = a and x=bx = b, the area of the enclosed region is simply the integral.

A=abydx=abf(x)dxA = \int_a^b y\,dx = \int_a^b f(x)\,dx
Watch out: Where the curve dips below the $x$-axis the integral is negative. For a true geometric area, integrate the absolute value, or split at the crossing points and add the magnitudes of each piece.

For a region bounded on the right by x=g(y)x = g(y) between y=cy = c and y=dy = d, integrate with respect to yy instead:

A=cdxdyA = \int_c^d x\,dy
Example
Find the area under y=x2y = x^2 between x=0x = 0 and x=3x = 3.

6. Area between two curves

To find the area of a region trapped between two curves y=f(x)y = f(x) (upper) and y=g(x)y = g(x) (lower), integrate the gap between them across the interval where they overlap.

A=ab[f(x)g(x)]dx,f(x)g(x) on [a,b]A = \int_a^b \big[f(x) - g(x)\big]\,dx, \quad f(x) \ge g(x) \text{ on } [a, b]

The limits aa and bb are usually the xx-coordinates where the curves meet, found by solving f(x)=g(x)f(x) = g(x). Always subtract lower from upper so the height is non-negative.

Example
Find the area enclosed between y=xy = x and y=x2y = x^2.

7. Volume of a solid of revolution (disk method)

Revolve the region under y=f(x)y = f(x) about the xx-axis and it sweeps out a solid. Slice the solid perpendicular to the axis: each thin slice is a disk of radius yy and thickness dxdx, with volume πy2dx\pi y^2\,dx. Summing these disks gives the volume.

DefinitionDisk method (about the x-axis)
V=πaby2dx=πab[f(x)]2dxV = \pi \int_a^b y^2\,dx = \pi \int_a^b \big[f(x)\big]^2\,dx

When the region is revolved about the yy-axis instead, swap the roles of the variables:

V=πcdx2dyV = \pi \int_c^d x^2\,dy
Example
The region under y=xy = \sqrt{x} from x=0x = 0 to x=4x = 4 is revolved about the xx-axis. Find its volume.

8. Improper integrals, the Gamma function, and reduction formulae

An improper integral has an infinite limit or an integrand that blows up inside the range. We handle it as a limit — replace the troublesome bound by a variable and let it run to its target.

af(x)dx=limtatf(x)dx\int_a^{\infty} f(x)\,dx = \lim_{t \to \infty} \int_a^{t} f(x)\,dx

If the limit exists and is finite, the improper integral converges; otherwise it diverges. A classic convergent example is 0exdx=1\int_0^{\infty} e^{-x}\,dx = 1.

DefinitionGamma integral

The Gamma function is the improper integral

Γ(n)=0xn1exdx,n>0\Gamma(n) = \int_0^{\infty} x^{\,n-1} e^{-x}\,dx, \quad n > 0

For a positive integer nn it reproduces the factorial:

Γ(n)=(n1)!\Gamma(n) = (n-1)!

So Γ(1)=0!=1\Gamma(1) = 0! = 1, Γ(5)=4!=24\Gamma(5) = 4! = 24, and in general Γ(n+1)=nΓ(n)\Gamma(n+1) = n\,\Gamma(n). A useful non-integer value is Γ(12)=π\Gamma(\tfrac{1}{2}) = \sqrt{\pi}.

Note: Reduction formulae express an integral $I_n$ that depends on an integer $n$ in terms of a lower one, e.g. $\int_0^{\pi/2}\sin^n x\,dx = \dfrac{n-1}{n}\int_0^{\pi/2}\sin^{n-2} x\,dx$. Applying the step repeatedly reduces the exponent until a known base case remains.
Example
Evaluate Γ(6)\Gamma(6).