BACK TO CHAPTER
Lesson 3.2

THE DEFINITE INTEGRAL

We push the Riemann Sum to its absolute limit. The rectangles become infinitely thin, and the jagged approximation melts into exact truth.

The Transition to Infinity

In the last lesson, we saw that as the number of rectangles (nn) increases, our area estimate gets better. What happens if we take the limit as nn \to \infty?

Discrete (Riemann)
i=1nf(xi)Δx\sum_{i=1}^{n} f(x_i) \Delta x
Continuous (Integral)
abf(x)dx\int_{a}^{b} f(x) \,dx

The rigid, blocky Greek Sigma (Σ\Sigma) stretches out and becomes the smooth, flowing Integral sign (\int). The wide, chunky Δx\Delta x shrinks into the infinitesimally thin dxdx.

The Quirk: Signed Area

There is a massive difference between "Geometric Area" (which you learned in grade school) and "Definite Integral Area."

Because the integral multiplies the height of the curve f(x)f(x) by the width dxdx, if the curve dips below the x-axis, its height is negative. Therefore, any area below the axis counts as negative area!

Signed Area Scanner
f(x) = sin(x)
(+) Positive Area
(-) Negative Area
0.06.3sin(x)dx\int_{0.0}^{6.3} \sin(x) \,dx
0.000
Net Signed Area
Lower Bound (a)0.00
Upper Bound (b)6.28
Notice how setting the bounds from 0 to 2π results in exactly 0 area, as the positive mountain cancels out the negative valley!

Why Negative Area Makes Sense

If this feels wrong, think about Physics. Imagine f(x)f(x) is your velocity. When the graph is above the axis, you are driving forward (positive area = positive distance traveled).

When the graph dips below the axis, your velocity is negative. You put the car in reverse. The negative area represents the distance you drove backward, subtracting from your total displacement.