Part 5 · Chapter 26

Definite Integration

Pinning the integral to two numbers — turning the area under a curve into an exact value, the theorem that ties that area to the antiderivative, and the symmetry tricks that collapse a fearsome integral to a single line

Fundamentals of Mathematics Prof. Mithun Mondal Reading time ≈ 50 min
i What you'll learn
  • The definite integral as a limit of a sum — the exact area swept out under a curve.
  • The Fundamental Theorem of Calculus, which makes the antiderivative compute that area.
  • The basic properties — reversal of limits and additivity over adjoining intervals.
  • Symmetry for even and odd functions, and the king property of reflection.
  • Substitution with changed limits, and the Leibniz rule for variable limits.
  • Evaluating infinite series as integrals, and the meaning of an improper integral.
Section 26-1

The Definite Integral as a Limit of a Sum

To measure the area under a curve between \(x=a\) and \(x=b\), slice the strip into \(n\) thin rectangles of width \(\Delta x\), add their areas, and let the rectangles grow infinitely thin. That limiting sum is the definite integral — a single number, not a family of functions.

a b Δx f(xᵢ)
As \(n\to\infty\) the rectangles fill the region exactly
Σ
The definite integral as a Riemann sum
\(\displaystyle\int_a^b f(x)\,dx=\lim_{n\to\infty}\sum_{i=1}^{n} f(x_i)\,\Delta x,\qquad \Delta x=\frac{b-a}{n}\)

The numbers \(a\) and \(b\) are the limits of integration. Where the indefinite integral returned a function, the definite integral returns a value. The variable of integration is a dummy: \(\int_a^b f(x)\,dx=\int_a^b f(t)\,dt\).

! It is a signed area

Rectangles below the \(x\)-axis carry a negative height, so the integral counts area there as negative. For \(\int_0^{2\pi}\sin x\,dx=0\) the area above the axis exactly cancels the area below — a true geometric area would need \(\int |f|\) instead.

Section 26-2

The Fundamental Theorem of Calculus

Computing that limit by hand for every function would be hopeless. The Fundamental Theorem rescues us: it says the area-so-far function \(A(x)=\int_a^x f(t)\,dt\) has the original \(f\) as its derivative — so accumulating area and taking a slope are inverse acts. Definite integrals therefore collapse to a subtraction of antiderivative values.

a x A(x) f(x)dx
Growing \(x\) by \(dx\) adds a sliver of area \(f(x)\,dx\), so \(A'(x)=f(x)\)
🔗
The two parts of the theorem
\(\displaystyle\frac{d}{dx}\int_a^x f(t)\,dt=f(x);\qquad \int_a^b f(x)\,dx=F(b)-F(a)\)

The first part says differentiation undoes integration; the second turns any antiderivative \(F\) (with \(F'=f\)) into an evaluation, written \(\big[F(x)\big]_a^b\). Crucially, the constant \(C\) cancels in the subtraction — which is why a definite integral needs no \(+C\).

Section 26-3

Basic Properties

A few properties follow straight from the limit-of-a-sum picture and save a great deal of labour. Swapping the limits flips the sign; a zero-width interval contributes nothing; and an integral can be broken at any interior point and reassembled.

a b c a→b b→c
Additivity: the area from \(a\) to \(c\) is the two pieces joined at \(b\)
Reversal, zero width, and additivity
\(\displaystyle\int_a^b f=-\int_b^a f;\quad \int_a^a f=0;\quad \int_a^b f=\int_a^c f+\int_c^b f\)

The splitting point \(c\) need not lie between \(a\) and \(b\) — the signed-area bookkeeping makes it work anywhere. Additivity is exactly what lets you handle a piecewise integrand, such as \(\int_0^2 |x-1|\,dx\), by breaking the interval at the corner.

Section 26-4

Symmetry & the King Property

When the interval is symmetric about the origin, the parity of the function does half your work. An even function repeats its left half on the right, so the area doubles; an odd function mirrors it upside-down, so the two halves cancel. A reflection of the variable — the king property — turns many stubborn integrals into trivial ones.

−a a f(−x)=f(x)
Even: \(\int_{-a}^{a} f = 2\int_0^a f\)
−a a f(−x)=−f(x)
Odd: \(\int_{-a}^{a} f = 0\)
🪞
Parity and reflection
\(\displaystyle\int_{-a}^{a}\! f=\begin{cases}2\int_0^a f & f\text{ even}\\[2pt]0 & f\text{ odd}\end{cases};\qquad \int_a^b f(x)\,dx=\int_a^b f(a+b-x)\,dx\)

The second identity is the king property: reflecting \(x\mapsto a+b-x\) leaves the integral unchanged. Adding the integral to its reflected twin often replaces a complicated integrand with the constant \(1\) — the standard trick for ratios like \(\tfrac{\sin x}{\sin x+\cos x}\) on \([0,\tfrac\pi2]\).

Section 26-5

Substitution in Definite Integrals

Substitution works just as it did for indefinite integrals, with one welcome simplification: instead of converting the answer back to \(x\), you convert the limits to the new variable and evaluate there directly.

🔄
Substitution with changed limits
\(\displaystyle\int_a^b f\big(g(x)\big)\,g'(x)\,dx=\int_{g(a)}^{g(b)} f(u)\,du\)

When \(x=a\), the new variable is \(u=g(a)\); when \(x=b\), it is \(u=g(b)\). Change the limits along with the variable and there is no back-substitution at the end — a common slip is to switch the variable but forget to switch the limits.

Section 26-6

The Leibniz Rule

Sometimes the limits of integration themselves depend on \(x\), and we want the derivative of the whole integral. The first part of the Fundamental Theorem, combined with the chain rule, gives a clean formula — no need to integrate at all.

Differentiating an integral with variable limits
\(\displaystyle\frac{d}{dx}\int_{u(x)}^{v(x)} f(t)\,dt = f\big(v(x)\big)\,v'(x)-f\big(u(x)\big)\,u'(x)\)

Evaluate the integrand at each limit and multiply by that limit's derivative; the lower limit enters with a minus sign. If a limit is constant its derivative is zero and the term drops — recovering \(\tfrac{d}{dx}\int_a^x f=f(x)\) as the special case \(v=x,\ u=a\).

Section 26-7

Evaluating Series as Integrals

The limit-of-a-sum definition runs both ways. A sum that no algebraic trick can collapse may, once you spot the pattern \(\tfrac1n\sum f(\tfrac rn)\), be read as a Riemann sum on \([0,1]\) — and an intractable infinite sum becomes a one-line integral.

🧮
A sum in disguise
\(\displaystyle\lim_{n\to\infty}\frac1n\sum_{r=1}^{n} f\!\left(\frac{r}{n}\right)=\int_0^1 f(x)\,dx\)

To use it, pull out a factor of \(\tfrac1n\) and write every remaining \(r\) as the ratio \(\tfrac rn\), which becomes the variable \(x\). The running index \(\tfrac rn\) sweeps from \(0\) to \(1\), fixing the limits. General limits follow from \(\lim\tfrac1n\sum f(a+\tfrac{r}{n}(b-a))=\tfrac{1}{b-a}\int_a^b f\).

Section 26-8

Improper Integrals

What if the region stretches to infinity, or the curve shoots up to infinity inside the interval? The integral is then improper, and we define it as the limit of an ordinary integral with a finite cut-off. Sometimes that limit settles on a finite number (the integral converges); sometimes it grows without bound (it diverges).

a → ∞
The shaded region runs off to infinity, yet its area may still be finite
Integrals over an infinite range
\(\displaystyle\int_a^{\infty} f(x)\,dx=\lim_{t\to\infty}\int_a^{t} f(x)\,dx\)

The benchmark is the p-test: \(\displaystyle\int_1^{\infty}\frac{dx}{x^{p}}\) converges precisely when \(p>1\) and diverges otherwise. So \(\int_1^\infty x^{-2}\,dx=1\) is finite, while the seemingly similar \(\int_1^\infty x^{-1}\,dx\) diverges — a surprisingly delicate boundary.

Worked Examples

Putting It to Work

1 Evaluation by the Fundamental Theorem

Problem. Evaluate \(\displaystyle\int_0^{\pi/2}\sin x\,dx\).

Solution. An antiderivative is \(-\cos x\); evaluate it at the two limits:

Working
\[ \int_0^{\pi/2}\sin x\,dx=\big[-\cos x\big]_0^{\pi/2}=(-\cos\tfrac\pi2)-(-\cos 0)=0+1=1 \]
2 Substitution with changed limits

Problem. Evaluate \(\displaystyle\int_0^{1} 2x\,(x^{2}+1)^{3}\,dx\).

Solution. Let \(u=x^{2}+1\), so \(du=2x\,dx\); the limits become \(u:1\to2\):

Working
\[ \int_1^{2} u^{3}\,du=\Big[\tfrac{u^{4}}{4}\Big]_1^{2}=\frac{16-1}{4}=\frac{15}{4} \]
3 An odd function vanishes

Problem. Evaluate \(\displaystyle\int_{-1}^{1} x^{3}\,dx\).

Solution. Here \(f(-x)=-f(x)\), so the integrand is odd on a symmetric interval:

Working
\[ \int_{-1}^{1} x^{3}\,dx=0\quad(\text{odd function, symmetric limits}) \]
4 An even function doubles

Problem. Evaluate \(\displaystyle\int_{-2}^{2} x^{2}\,dx\).

Solution. Since \(x^{2}\) is even, fold the interval and double:

Working
\[ \int_{-2}^{2} x^{2}\,dx=2\int_0^{2} x^{2}\,dx=2\Big[\tfrac{x^{3}}{3}\Big]_0^{2}=2\cdot\frac{8}{3}=\frac{16}{3} \]
5 The king property

Problem. Evaluate \(\displaystyle I=\int_0^{\pi/2}\frac{\sin x}{\sin x+\cos x}\,dx\).

Solution. Reflect \(x\mapsto\tfrac\pi2-x\), which swaps sine and cosine, then add the two forms:

Working
\[ I=\int_0^{\pi/2}\frac{\cos x}{\cos x+\sin x}\,dx\ \Rightarrow\ 2I=\int_0^{\pi/2}1\,dx=\frac\pi2\ \Rightarrow\ I=\frac\pi4 \]
6 A series read as an integral

Problem. Evaluate \(\displaystyle\lim_{n\to\infty}\sum_{r=1}^{n}\frac{n}{n^{2}+r^{2}}\).

Solution. Factor out \(\tfrac1n\) to expose the Riemann sum with \(x=\tfrac rn\):

Working
\[ \lim_{n\to\infty}\frac1n\sum_{r=1}^{n}\frac{1}{1+(r/n)^{2}}=\int_0^{1}\frac{dx}{1+x^{2}}=\big[\tan^{-1}x\big]_0^{1}=\frac\pi4 \]
Review

Chapter Summary

Limit of a sum

\(\int_a^b f\,dx=\lim_{n\to\infty}\sum f(x_i)\Delta x\) — a signed area.

Fundamental theorem

\(\int_a^b f=F(b)-F(a)\); the constant cancels, no \(+C\).

Basic properties

Reverse limits flip the sign; split at any point with additivity.

Symmetry & king

Even doubles, odd vanishes; reflect \(x\mapsto a+b-x\).

Substitution

Change the limits with the variable; no back-substitution.

Leibniz & improper

Differentiate variable limits; take a limit out to \(\infty\).

Practice

Problems

Decide the route first — direct evaluation, symmetry, substitution, the king property, Leibniz, a series in disguise, or an improper limit — then apply the matching tool. Difficulty rises down the list.

  1. Evaluate \(\displaystyle\int_0^{3}(2x+1)\,dx\).
  2. Evaluate \(\displaystyle\int_1^{e}\frac{1}{x}\,dx\).
  3. Evaluate \(\displaystyle\int_0^{\pi}\sin x\,dx\).
  4. Use symmetry to evaluate \(\displaystyle\int_{-2}^{2} x^{3}\,dx\).
  5. Use symmetry to evaluate \(\displaystyle\int_{-1}^{1}(x^{2}+1)\,dx\).
  6. Use substitution to evaluate \(\displaystyle\int_0^{1} x\,e^{x^{2}}\,dx\).
  7. Evaluate \(\displaystyle\int_0^{\pi/2}\cos^{2}x\,dx\).
  8. Use the king property to evaluate \(\displaystyle\int_0^{\pi/2}\frac{\cos x}{\sin x+\cos x}\,dx\).
  9. Evaluate \(\displaystyle\int_1^{4}\frac{1}{\sqrt{x}}\,dx\).
  10. Find \(\displaystyle\frac{d}{dx}\int_0^{x^{2}}\sin t\,dt\) using the Leibniz rule.
  11. Evaluate \(\displaystyle\lim_{n\to\infty}\frac1n\sum_{r=1}^{n}\sqrt{\frac{r}{n}}\).
  12. Determine whether \(\displaystyle\int_1^{\infty}\frac{dx}{x^{2}}\) converges, and find its value.
  13. Evaluate \(\displaystyle\int_0^{2}|x-1|\,dx\) by splitting at the corner.
Tip: before computing anything, scan for shortcuts. A symmetric interval \([-a,a]\) begs you to test the parity of the integrand — an odd integrand makes the answer \(0\) instantly. A ratio over \([0,\tfrac\pi2]\) hints at the king property. A factor of \(\tfrac1n\) in a sum signals a Riemann sum. Only when no shortcut applies should you reach for an antiderivative and the Fundamental Theorem — and remember that, unlike Chapter 25, a definite integral needs no constant of integration.