[Math] Why does definite integral define an area

calculuscurvesdefinite integralsfunctionsintegration

I'm kind of new to integrals. I know that $$\int_a^b f(x)\,dx=\int f(b)-\int f(a)$$

Using definite integrals, I can calculate area between the function and the $x$ axis between $x=a$ and $x=b$.

For example, we have a function $\alpha(x) = x^2$. Now, the area between $y=0$ and $y=x^2$ between $x=0$ and $x=5$ is: $$\int_0^5x^2\,dx=\int5^2\,dx-\int0^2\,dx=\frac{5^3}{3}-\frac{0^3}{3}=\frac{125}3=41\frac23$$ Why does this concept work?

Best Answer

The situation is really a bit backwards from the way that it is often taught in calculus. First of all, for a continuous function $f$, we can define

$$\int_a^b f(x) dx$$

without reference to an antiderivative. This just involves limits of Riemann sums. Here I think the connection to geometric area is clear (at least when $f$ is a nonnegative function). If you haven't seen Riemann sums, get antiderivatives out of your head for a bit, read about Riemann sums, and then come back here.

Antiderivatives come in with the fundamental theorem of calculus. There are really two fundamental theorems of calculus. One tells you how to differentiate integrals with respect to their limits:

$$\frac{d}{dx} \int_a^x f(y) dy = f(x).$$

Historically, this was really the big deal: it gave us a recipe for computing antiderivatives, which opened the door to solving differential equations.

The other tells you that you can compute integrals by computing antiderivatives:

$$\int_a^b f'(x) dx = f(b)-f(a).$$

This is the one you are using when you compute definite integrals by finding antiderivatives.

The idea of the first fundamental theorem is that $\int_x^{x+h} f(y) dy$ is approximately the area of the rectangle of height $f(x)$ and width $h$. The idea of the second fundamental theorem is that a Riemann sum for $\int_a^b f'(x) dx$ amounts to adding up the change along the tangent line between $a$ and $a+h$, then $a+h$ and $a+2h$, then ..., then between $b-h$ and $b$. This should be approximately the change in $f$ itself, since the tangent line provides a "good" approximation.

Related Question