Integrals and Area
Integrals and Area
Differentiation breaks things apart — it tells you how a quantity is changing at each instant. Integration puts things back together — it accumulates all those tiny changes into a total. If the derivative answers "how fast?", the integral answers "how much altogether?" This inverse relationship between the two operations is no accident; it is formalized in the Fundamental Theorem of Calculus, one of the most profound results in all of mathematics.
The simplest way to visualize integration is through area. The definite integral $\int_a^b f(x)\,dx$ computes the signed area between the graph of $f$ and the $x$-axis from $x = a$ to $x = b$. Regions above the axis contribute positive area, while regions below contribute negative area. This geometric interpretation makes integrals tangible: you can literally see what the integral measures by shading in the region under a curve.
But area is only the beginning. Integrals compute total distance traveled, total work done by a force, total mass of a varying-density object, and total probability in a distribution. Any time you need to add up infinitely many infinitesimally small contributions, integration is the tool. In physics, the integral of velocity over time gives displacement. In statistics, the area under a probability density curve gives probability. In engineering, the integral of a load distribution gives the total force on a beam.
On the computational side, finding an antiderivative — a function whose derivative is the integrand — is the key skill. Many basic antiderivatives follow directly from reversing the derivative rules you learned in the previous lesson. The power rule reverses into the power rule for integration, the derivative of $\sin x$ reverses to the antiderivative of $\cos x$, and so on. This lesson covers indefinite integrals (antiderivatives), definite integrals (accumulated area), and the Fundamental Theorem that ties them together.
$$\int f(x)\,dx = F(x)+C$$ where $F'(x)=f(x)$.
| Function | Integral |
|---|---|
| $x^n$ ($n \ne -1$) | $\frac{x^{n+1}}{n+1}+C$ |
| $e^x$ | $e^x+C$ |
| $\cos x$ | $\sin x+C$ |
| $\sin x$ | $-\cos x+C$ |
Evaluate $$\int (3x^2-4)\,dx.$$
- Set up the definite integral with the correct bounds.
- $$x^3-4x+C$$
$$\int_a^b f(x)\,dx$$ represents signed area from $x=a$ to $x=b$.
If $F'(x)=f(x)$, then $$\int_a^b f(x)\,dx = F(b)-F(a).$$
Evaluate $$\int_0^2 2x\,dx.$$
- An antiderivative is $x^2$.
- Then $$x^2\big|_0^2=4-0=4.$$
Practice Problems
Show Answer Key
1. $\frac{x^5}{5}+C$
2. $\frac{5}{2}x^2-2x+C$
3. $e^x+C$
4. $4$
5. The family of all antiderivatives differs by a constant.