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. Evaluating an integral from first principles

Before we shortcut everything with antiderivatives, it is worth computing an integral straight from the definition once, so the limit-of-a-sum idea feels concrete. The working formula, with aa and bb the limits and h=banh = \dfrac{b-a}{n}, is:

abf(x)dx=limnhr=1nf ⁣(a+rh)\int_a^b f(x)\,dx = \lim_{n \to \infty} h\sum_{r=1}^{n} f\!\left(a + r\,h\right)

The two sums you need are r=1nr=n(n+1)2\displaystyle\sum_{r=1}^{n} r = \dfrac{n(n+1)}{2} and r=1nr3=[n(n+1)2]2\displaystyle\sum_{r=1}^{n} r^3 = \left[\dfrac{n(n+1)}{2}\right]^2. After substituting, divide through by the powers of nn and let nn \to \infty.

ExampleA pure limit-of-a-sum
Evaluate 01xdx\int_0^1 x\,dx as the limit of a sum.
ExampleA cubic from first principles
Evaluate 01x3dx\int_0^1 x^3\,dx as the limit of a sum.
Note: This matches the antiderivative answer $\big[\tfrac{x^4}{4}\big]_0^1 = \tfrac14$ — proof that the two views agree. In an exam, the phrase "as the limit of a sum" or "from first principles" is the signal that you must use this method, not the shortcut.

3. 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.
ExampleDifferentiating an integral
Find ddx2x1+t4dt\dfrac{d}{dx}\displaystyle\int_2^{x} \sqrt{1 + t^4}\,dt.

4. 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)
ExampleOdd integrand
Evaluate 11(x53x3+x)dx\int_{-1}^{1} (x^5 - 3x^3 + x)\,dx.
ExampleEven integrand
Evaluate π/2π/2cosxdx\int_{-\pi/2}^{\pi/2} \cos x\,dx.
ExampleThe reflection property in action
Evaluate I=0π/2sinxsinx+cosxdxI = \int_0^{\pi/2} \dfrac{\sin x}{\sin x + \cos x}\,dx.
Watch out: The parity shortcut only applies when the limits are symmetric, $[-a, a]$. On an interval like $[0, 2]$, knowing $f$ is odd tells you nothing — you must actually integrate.

5. 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.
ExamplePolynomial times exponential
Use Bernoulli's formula for x2exdx\int x^2 e^{x}\,dx.
ExamplePolynomial times cosine
Evaluate x2cosxdx\int x^2 \cos x\,dx by Bernoulli's formula.

6. 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.
ExampleArea under a parabola
Find the area under y=x2y = x^2 between x=0x = 0 and x=3x = 3.
ExampleA curve that dips below the axis
Find the geometric area between y=sinxy = \sin x and the xx-axis over [0,2π][0, 2\pi].

7. Area with respect to the y-axis, and between two curves

When a region is described more naturally in terms of yy — bounded on the left by the yy-axis and by horizontal lines y=cy = c and y=dy = d — integrate xx with respect to yy:

A=cdxdy,where x=g(y)A = \int_c^d x\,dy, \quad \text{where } x = g(y)
ExampleArea with respect to the y-axis
Find the area bounded by the curve x=y2x = y^2, the yy-axis, and the lines y=0y = 0 and y=2y = 2.

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.

ExampleLine above a parabola
Find the area enclosed between y=xy = x and y=x2y = x^2.
ExampleBetween two parabolas
Find the area of the region bounded between the parabolas y2=4xy^2 = 4x and x2=4yx^2 = 4y.

8. 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
ExampleA paraboloid
The region under y=xy = \sqrt{x} from x=0x = 0 to x=4x = 4 is revolved about the xx-axis. Find its volume.
ExampleVolume of a sphere
Revolving the upper semicircle y=a2x2y = \sqrt{a^2 - x^2} about the xx-axis gives a sphere. Find its volume.

9. Improper integrals and the Gamma function

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.

ExampleA convergent improper integral
Evaluate 0exdx\int_0^{\infty} e^{-x}\,dx.
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)!,Γ(n+1)=nΓ(n)\Gamma(n) = (n-1)!, \qquad \Gamma(n+1) = n\,\Gamma(n)

So Γ(1)=0!=1\Gamma(1) = 0! = 1, Γ(5)=4!=24\Gamma(5) = 4! = 24. A useful non-integer value is Γ ⁣(12)=π\Gamma\!\left(\tfrac{1}{2}\right) = \sqrt{\pi}. A closely related standard result is 0eaxxndx=n!an+1\int_0^{\infty} e^{-ax} x^n\,dx = \dfrac{n!}{a^{\,n+1}}.

ExampleA Gamma value
Evaluate Γ(6)\Gamma(6).
ExampleUsing the a-scaling result
Evaluate 0x3e2xdx\int_0^{\infty} x^3 e^{-2x}\,dx.

10. Reduction formulae and Wallis' formula

A reduction formula expresses an integral InI_n that depends on an integer nn in terms of a lower one. Applying it repeatedly drops the exponent until a known base case remains. The headline example is the power of sine over a quarter period:

Reduction formula for sine
In=0π/2sinnxdx=n1nIn2,n2I_n = \int_0^{\pi/2}\sin^n x\,dx = \frac{n-1}{n}\,I_{n-2}, \qquad n \ge 2

The base cases are I0=0π/21dx=π2I_0 = \int_0^{\pi/2} 1\,dx = \tfrac{\pi}{2} and I1=0π/2sinxdx=1I_1 = \int_0^{\pi/2}\sin x\,dx = 1. Cascading the formula gives Wallis' formula — the same result holds for cosnx\cos^n x:

Wallis' formula
0π/2 ⁣sinnxdx={(n1)(n3)1n(n2)2π2,n even(n1)(n3)2n(n2)3,n odd\int_0^{\pi/2}\!\sin^n x\,dx = \begin{cases} \dfrac{(n-1)(n-3)\cdots 1}{n(n-2)\cdots 2}\cdot\dfrac{\pi}{2}, & n \text{ even} \\[2mm] \dfrac{(n-1)(n-3)\cdots 2}{n(n-2)\cdots 3}, & n \text{ odd} \end{cases}
Note: Rule of thumb: multiply the $\tfrac{\pi}{2}$ only when $n$ is even. When $n$ is odd, stop at the factor $2$ on top and $3$ on the bottom — no $\tfrac{\pi}{2}$.
ExampleEven power
Evaluate 0π/2sin4xdx\int_0^{\pi/2}\sin^4 x\,dx.
ExampleOdd power
Evaluate 0π/2sin5xdx\int_0^{\pi/2}\sin^5 x\,dx.
Watch out: The Wallis result is only for the limits $0$ to $\tfrac{\pi}{2}$. Over a different interval you must integrate directly or use a full reduction with boundary terms. Also watch the even/odd branch — mixing them up is the single most common slip here.