The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus says, roughly, that the following processes undo each other:

$$\left\{\matrix{\hbox{finding slopes} \cr \hbox{of tangent lines} \cr}\right\} \hskip1 in \left\{\matrix{\hbox{finding areas} \cr \hbox{by rectangle sums} \cr}\right\}$$

The first process is differentiation, and the second process is (definite) integration. To say that the two undo each other means that if you start with a function, do one, then do the other, you get the function you started with.

In equation form, you can say

$$\int_a^b f(x)\,dx = F(b) - F(a) \quad\hbox{where}\quad F(x) \quad\hbox{is an antiderivative of}\quad f(x).$$

This equation is the key to evaluating definite integrals. It says that if I can find an antiderivative $F(x)$ for $f(x)$ , then I can compute the definite integral $\displaystyle
   \int_a^b f(x)\,dx$ by plugging the limits a and b into $F(x)$ .

Another way of putting it is: Finding slopes of tangents and finding rectangle sums should be related in this way.

Theorem. ( The Fundamental Theorem of Calculus (first version)) Suppose f is integrable on $a \le x \le b$ , and that $F'(x) = f(x)$ for some differentiable function F defined on $a \le x \le b$ . Then

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

The Fundamental Theorem of Calculus says that I can compute the definite integral of a function f by finding an antiderivative F of f.


Example. Compute $\displaystyle \int_0^3
   x^2\,dx$ .

$$\int_0^3 x^2\,dx = \left[\dfrac{1}{3}x^3\right]_0^3 = 9 - 0 = 9.\quad\halmos$$


Example. Compute $\displaystyle \int_0^{\pi/2}
   \cos x\,dx$ .

$$\int_0^{\pi/2} \cos x\,dx = \left[\sin x\right]_0^{\pi/2} = \sin \dfrac{\pi}{2} - \sin 0 = 1.$$

But note that

$$\int_0^\pi \cos x\,dx = \left[\sin x\right]_0^\pi = \sin \pi - \sin 0 = 0.$$

And

$$\int_{\pi/2}^\pi \cos x\,dx = \left[\sin x\right]_{\pi/2}^\pi = \sin \pi - \sin \dfrac{\pi}{2} = -1.$$

Definite integrals may be positive, negative, or 0.


Example. Compute $\displaystyle \int_0^2 (3 x^5 -
   7 x + 4)\,dx$ .

$$\int_0^2 (3 x^5 - 7 x + 4)\,dx = \left[\dfrac{1}{2}x^6 - \dfrac{7}{2}x^2 + 4 x\right]_0^2 = (32 - 7 + 8) - (0 - 0 + 0) = 33.\quad\halmos$$


Example. Compute $\displaystyle \int_1^2
   \dfrac{x^3 + 1}{x^2}\,dx$ .

$$\int_1^2 \dfrac{x^3 + 1}{x^2}\,dx = \int_1^2 \left(x + \dfrac{1}{x^2}\right)\,dx = \left[\dfrac{1}{2}x^2 - \dfrac{1}{x}\right]_1^2 = \left(2 - \dfrac{1}{2}\right) - \left(\dfrac{1}{2} - 1\right) = 2.\quad\halmos$$


If you do an integral using a substitution, you can either use the substitution to change the limits of integration, or put the original variable back at the end.

Example. Compute $\displaystyle \int_0^1 (x^2 +
   1)^{10} x\,dx$ .

$$\int_0^1 (x^2 + 1)^{10} x\,dx = \int_1^2 u^{10} x\cdot \dfrac{du}{2 x} = \dfrac{1}{2} \int_1^2 u^{10}\,du =$$

$$\left[u = x^2 + 1, \quad du = 2 x\,dx, \quad dx = \dfrac{du}{2 x}; \quad x = 0, u = 1; \quad x = 1, u = 2\right]$$

$$\dfrac{1}{2}\left[\dfrac{1}{11}u^{11}\right]_1^2 = \dfrac{2047}{22}.$$

Alternatively,

$$\int_0^1 (x^2 + 1)^{10} x\,dx = \int_{\rm ?}^{\rm ?} u^{10} x\cdot \dfrac{du}{2 x} = \dfrac{1}{2} \int_{\rm ?}^{\rm ?} u^{10}\,du =$$

$$\left[u = x^2 + 1, \quad du = 2 x\,dx, \quad dx = \dfrac{du}{2 x}\right]$$

$$\dfrac{1}{2}\left[\dfrac{1}{11}u^{11}\right]_{\rm ?}^{\rm ?} = \dfrac{1}{2}\left[\dfrac{1}{11}(x^2 + 1)^{11}\right]_0^1 = \dfrac{2047}{22}.\quad\halmos$$


Example. Compute $\displaystyle \int_1^4
   \dfrac{\sin \sqrt{x}}{\sqrt{x}}\,dx$ .

$$\int_1^4 \dfrac{\sin \sqrt{x}}{\sqrt{x}}\,dx = \int_1^2 \dfrac{\sin u}{\sqrt{x}}\cdot 2\sqrt{x}\,du = 2 \int_1^2 \sin u\,du =$$

$$\left[u = \sqrt{x}, \quad du = \dfrac{dx}{2\sqrt{x}}, \quad dx = 2\sqrt{x}\,du; \quad x = 1, u = 1; \quad x = 4, u = 2\right]$$

$$2\left[-\cos u\right]_1^2 = 2(\cos 1 - \cos 2) = 1.91289 \ldots.\quad\halmos$$


If the velocity of a particle at time t is $v(t)$ , the change in position from $t = a$ to $t = b$ is

$$s(b) - s(a) = \int_a^b v(t)\,dt.$$

Example. A particle's velocity is

$$v(t) = 12 t^3 + 2 t + 1.$$

Find the change in position from $t = 1$ to $t = 3$ .

$$\int_1^3 v(t)\,dt = \int_1^3 (12 t^3 + 2 t + 1)\,dt = \left[3 t^4 + t^2 + t\right]_1^3 = 250.\quad\halmos$$


There is another version of the Fundamental Theorem which says in a direct way that "integration and differentation are opposites".

Theorem. ( Fundamental Theorem, Second Version) Suppose f is continuous on an interval $a \le x \le b$ . Then

$$\der {} x \int_a^x f(t)\,dt = f(x).$$

This says that if you start with a function ("$f(t)$ "), integrate ("$\displaystyle \int_a^x
   \cdot\,dt$ "), then differentiate ("$\der
   {} x$ "), you get what you started with ("$f(x)$ "). This is another way of saying that differentiation and integration are opposite processes.

Proof. I'll prove the second version of the Fundamental Theorem using the first version.

By the definition of the derivative,

$$\der {} x \int_a^x f(t)\,dt = \lim_{h \to 0} \dfrac{1}{h} \left(\int_a^{x+h} f(t)\,dt - \int_a^x f(t)\,dt\right).$$

Using properties of definite integrals, I can swap the limits on the second integral, then combine the two integrals into one:

$$\lim_{h \to 0} \dfrac{1}{h} \left(\int_a^{x+h} f(t)\,dt - \int_a^x f(t)\,dt\right) = \lim_{h \to 0} \dfrac{1}{h} \left(\int_a^{x+h} f(t)\,dt + \int_x^a f(t)\,dt\right) = \lim_{h \to 0} \dfrac{1}{h} \int_x^{x+h} f(t)\,dt.$$

Suppose that $F(x)$ is an antiderivative of $f(x)$ , so $\der
   {} x F(x) = f(x)$ . Applying the first version of the Fundamental Theorem, I get

$$\lim_{h \to 0} \dfrac{1}{h} \int_x^{x+h} f(t)\,dt = \lim_{h \to 0} \dfrac{1}{h} \left[F(x)\right]_x^{x+h} = \lim_{h \to 0} \dfrac{1}{h} \left(F(x + h) - F(x)\right).$$

However, the last expression is just the limit definition of the derivative of $F(x)$ . Since $\der {} x F(x) = f(x)$ , I get

$$\lim_{h \to 0} \dfrac{1}{h} \left(F(x + h) - F(x)\right) = \der {} x F(x) = f(x).$$

Putting all the equalities together, I have

$$\der {} x \int_a^x f(t)\,dt = f(x).\quad\halmos$$


Example. (a) Compute $\displaystyle \der {} x
   \int_3^x \sin (t^2)\,dt$ .

(b) Compute $\displaystyle
   \der {} x \int_3^{x^5} \sin (t^2)\,dt$ .

(a)

$$\der {} x \int_3^x \sin (t^2)\,dt = \sin (x^2).$$

Note that the 3 is irrelevant; the answer would be the same if 3 was replaced by (say) 42.

(b) I can't apply the theorem as is, because the thing I'm differentiating with respect to ("x") doesn't match the upper limit of the integral ("$x^5$ "). Hence, I must apply the Chain Rule first:

$$\der {} x \int_3^{x^5} \sin (t^2)\,dt = \der {x^5} x \der {} {x^5} \int_3^{x^5} \sin (t^2)\,dt = 5 x^4\cdot \sin \left(x^5)^2\right) = 5 x^4 \sin (x^{10}).$$

Notice that in applying the Chain Rule, I got the thing I was differentiating with respect to ("$x^5$ ") to match the upper limit of the integral ("$x^5$ ").


Contact information

Bruce Ikenaga's Home Page

Copyright 2018 by Bruce Ikenaga