Training Calculus Integrals and Area
4 / 5

Integrals and Area

24 min Calculus

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.

Indefinite Integral

$$\int f(x)\,dx = F(x)+C$$ where $F'(x)=f(x)$.

Basic Antiderivatives
FunctionIntegral
$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$
Example 1

Evaluate $$\int (3x^2-4)\,dx.$$

  1. Set up the definite integral with the correct bounds.
  2. $$x^3-4x+C$$
Definite Integral

$$\int_a^b f(x)\,dx$$ represents signed area from $x=a$ to $x=b$.

Fundamental Theorem of Calculus

If $F'(x)=f(x)$, then $$\int_a^b f(x)\,dx = F(b)-F(a).$$

Example 2

Evaluate $$\int_0^2 2x\,dx.$$

  1. An antiderivative is $x^2$.
  2. Then $$x^2\big|_0^2=4-0=4.$$
Interactive Explorer: Definite Integral & Area
∫ f(x) dx from a to b = 2.667
F(b) = 2.667
F(a) = 0.000
F(b) − F(a) = 2.667

Practice Problems

1. $$\int x^4\,dx$$
2. $$\int (5x-2)\,dx$$
3. $$\int e^x\,dx$$
4. $$\int_1^3 x\,dx$$
5. What does the constant $C$ represent?
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.