The Fundamental Theorem of Calculus links the two branches of calculus: differentiating an integral with a variable upper limit gives back the integrand, and evaluating a definite integral reduces to finding an antiderivative and subtracting.
| Formula | Name | Notes |
|---|---|---|
| FTC, Part 1 | continuous on | |
| FTC, Part 2 | is any antiderivative of | |
| Integral Form of Part 1 | Explains one symbol for two ideas | |
| Evaluation Bar Notation | Brackets used when has several terms | |
| Breaking at a Jump | Works for jumps, fails for vertical asymptotes |
So far, differential calculus and integral calculus have seemed to be two completely separate branches of mathematics. Differential calculus arose from constructing the tangent line to a curve and studying rates of change. Integral calculus arose from calculating the area under a curve. The Fundamental Theorem of Calculus connects these two branches. It also explains why we use for both indefinite integrals and definite integrals.
The Area Function
When is a known continuous function and a and b are two constants, the value of the integral is a definite number. Hence, if we replace the upper limit b by a variable x, the definite integral becomes a function of x, say . Graphically,
Note carefully the two different letters. Inside the integral, t is the dummy variable being swept from a up to the endpoint; x is the endpoint itself and is the variable of the function .

Suppose x takes on an increment h. Then

and the value of changes by
\begin{aligned} A(x+h)-A(x) &=\int_{a}^{x+h}f(t)\,dt-\int_{a}^{x}f(t)\,dt\\ &=\int_{a}^{x+h}f(t)\,dt+\int_{x}^{a}f(t)\,dt\\ &=\int_{x}^{x+h}f(t)\,dt &&{\small(\text{Property 4 of Section 7.2})} \end{aligned}
For small h, that thin sliver of area is nearly a rectangle:
So
As , we can replace the approximation symbol by equality. That is,
\underbrace{\lim_{h\to0}\frac{A(x+h)-A(x)}{h}}_{=A'(x)}=f(x).In other words, we have shown that
A'(x)=\frac{d}{dx}\int_{a}^{x}f(t)\,dt=f(x).This is the Fundamental Theorem of Calculus.
The Fundamental Theorem of Calculus, Part 1. If is a continuous function on the interval , then the function defined by
is continuous on and differentiable on , and A'(x)=f(x).
The Fundamental Theorem of Calculus is often written as
In words: accumulating a function and then differentiating the accumulation returns the original function. Accumulation and rate of change are inverse operations.
Since one antiderivative of is given by
and the general antiderivative of , denoted by , is simply ,
we can write
This formula can be considered another representation of the first part of the Fundamental Theorem of Calculus.
The Second Part: How to Evaluate an Integral
The Fundamental Theorem of Calculus provides a simple method for evaluating definite integrals. The following theorem is sometimes called the second part of the Fundamental Theorem of Calculus.
Let
We know from the first part that A'(x)=f(x); that is, is an antiderivative of . If is any antiderivative of on , then and differ by a constant, because two functions with the same derivative on an interval differ by a constant. So there is a constant such that
Therefore
\begin{aligned} F(b)-F(a) &=\left(A(b)+C\right)-\left(A(a)+C\right)\\ &=A(b)-A(a)\\ &=\int_{a}^{b}f(t)\,dt-\underbrace{\int_{a}^{a}f(t)\,dt}_{=0}\\ &=\int_{a}^{b}f(t)\,dt. \end{aligned}Notice that the unknown constant cancels, which is why any antiderivative will do.
The Fundamental Theorem of Calculus, Part 2. Suppose is a continuous function on the interval and is any antiderivative of ; that is, F'(x)=f(x). Then
A Useful Notation
The difference is often denoted by
If has more than one term and there might be confusion about which terms are involved, we use
To emphasize that a and b are values for the variable x, we may write
The second part of the Fundamental Theorem of Calculus tells us how to compute the definite integral of a function:
First: Find the indefinite integral of the given function .
Second: Substitute into the indefinite integral first the upper limit and then the lower limit for the variable of integration, and subtract the second result from the first.
So the second part of the Fundamental Theorem of Calculus can be written as
Now it makes sense why we use the same symbol for both the indefinite integral and the definite integral.
In the indefinite integral, has no upper and lower limits. The indefinite integral is a function (or a family of functions).
In the definite integral, has upper and lower limits. The definite integral is a number.
Worked Examples
Find .
Solution
Because the indefinite integral of is
it follows from the second part of the Fundamental Theorem of Calculus that
This is exactly the same result we obtained with a Riemann sum in Section 7.1, in a fraction of the work.
Notice that is one particular antiderivative of . Instead of we could use , or , and so on; the constant does not affect the result. Let us verify this with :
\begin{aligned} \left[\frac{1}{3}x^{3}-\sqrt{2}\right]_{1}^{3} &=\left(\frac{1}{3}\times3^{3}-\sqrt{2}\right)-\left(\frac{1}{3}\times1^{3}-\sqrt{2}\right)\\ &=\frac{1}{3}\times3^{3}-\frac{1}{3}\times1=\frac{26}{3}. \end{aligned}To apply the second part of the Fundamental Theorem of Calculus, we just need any antiderivative (also called a particular integral function). Using the most general antiderivative is not necessary.
Find .
Solution
\begin{aligned} \int_{0}^{\pi}\sin x\,dx &=-\cos x\big|_{0}^{\pi}\\ &=-\cos\pi-(-\cos0)\\ &=-(-1)-(-1)\\ &=2. \end{aligned}Find .
Solution
Because
we have
\begin{aligned} \int_{1}^{\sqrt{3}}\frac{1}{1+x^{2}}\,dx &=\left.\arctan x\right|_{1}^{\sqrt{3}}\\ &=\arctan\sqrt{3}-\arctan1\\ &=\frac{\pi}{3}-\frac{\pi}{4}=\frac{\pi}{12}. \end{aligned}[Some books use instead of for the inverse of the tangent function.]
Find .
Solution
Because
we have
\begin{aligned} \int_{e}^{8}\frac{1}{x}\,dx &=\ln|x|\Big|_{e}^{8}\\ &=\ln8-\ln e\\ &=\ln2^{3}-\underbrace{\ln e}_{1}\\ &=3\ln2-1 &&{\small(\ln a^{b}=b\ln a)} \end{aligned}Find .
Solution
First, we need the indefinite integral of the integrand:
\begin{aligned} \int&\left(x^{3}-2\sqrt{x}+\frac{4}{\sqrt{1-x^{2}}}-3e^{2x}\right)dx\\ &=\int x^{3}\,dx-2\int x^{1/2}\,dx+4\int\frac{1}{\sqrt{1-x^{2}}}\,dx-3\int e^{2x}\,dx\\ &=\frac{1}{4}x^{4}-2\times\frac{2}{3}x^{3/2}+4\arcsin x-\frac{3}{2}e^{2x}. \end{aligned}Therefore
\begin{aligned} \int_{0}^{1}&\left(x^{3}-2\sqrt{x}+\frac{4}{\sqrt{1-x^{2}}}-3e^{2x}\right)dx\\ &=\left[\frac{1}{4}x^{4}-\frac{4}{3}x^{3/2}+4\arcsin x-\frac{3}{2}e^{2x}\right]_{0}^{1}\\ &=\left(\frac{1}{4}-\frac{4}{3}+4\underbrace{\arcsin1}_{\pi/2}-\frac{3}{2}e^{2}\right)-\left(0-0+4\underbrace{\arcsin0}_{0}-\frac{3}{2}\underbrace{e^{0}}_{1}\right)\\ &=\frac{1}{4}-\frac{4}{3}+2\pi-\frac{3}{2}e^{2}+\frac{3}{2}\\ &=\frac{5}{12}+2\pi-\frac{3}{2}e^{2}. \end{aligned}The arithmetic in the last step: .
Continuity Is Required
To use the second part of the Fundamental Theorem of Calculus, the integrand must be continuous between a and b: no holes, no jumps, and no vertical asymptotes are allowed.
Therefore, because has a vertical asymptote at , we cannot write
\xcancel{\int_{-2}^{1}\frac{1}{x^{2}}\,dx=\left[\frac{x^{-1}}{-1}\right]_{-2}^{1}=-\frac{1}{1}-\left(-\frac{1}{-2}\right)=-\frac{3}{2}.}The result is not merely unjustified, it is absurd: the integrand is positive everywhere it is defined, so no correct value could be negative.
If there is a jump in the graph of at (with ), we can simply write
and apply the second part of the Fundamental Theorem of Calculus to each of the integrals on the right-hand side.

This technique does not work if has a vertical asymptote at .

Given
f(x)=\begin{cases} 2x-1 & -1\leq x\leq1\\ -x+1 & 1find .
Solution
We split at the jump and use a different formula on each piece:
\begin{aligned} \int_{-1}^{2}f(x)\,dx &=\int_{-1}^{1}f(x)\,dx+\int_{1}^{2}f(x)\,dx\\ &=\int_{-1}^{1}(2x-1)\,dx+\int_{1}^{2}(-x+1)\,dx\\ &=\left[x^{2}-x\right]_{-1}^{1}+\left[-\frac{1}{2}x^{2}+x\right]_{1}^{2}\\ &=(1-1)-\left(1-(-1)\right)+(-2+2)-\left(-\tfrac{1}{2}+1\right)\\ &=0-2+0-\frac{1}{2}\\ &=-\frac{5}{2}. \end{aligned}Also, reading the areas directly off the graph gives the same result:
\begin{aligned} \int_{-1}^{2}f(x)\,dx &=-A_{1}+A_{2}-A_{3}\\ &=-\frac{1.5\times3}{2}+\frac{0.5\times1}{2}-\frac{1\times1}{2}\\ &=-\frac{5}{2}. \end{aligned}
Exercises
Evaluate:
(a)
(b)
(c)
Answer
(a) (b) (c)
Solution
(a) .
(b) .
(c) .
Evaluate:
(a)
(b)
(c)
Answer
(a) (b) (c)
Solution
(a) .
(b) .
(c) .
Find by splitting the interval, and check your answer geometrically.
Answer
Solution
The formula for changes at , so split there:
\begin{aligned} \int_{-2}^{2}|x|\,dx &= \int_{-2}^{0}(-x)\,dx+\int_{0}^{2}x\,dx\\ &= \left[-\frac{x^{2}}{2}\right]_{-2}^{0}+\left[\frac{x^{2}}{2}\right]_{0}^{2}\\ &= (0+2)+(2-0)=4. \end{aligned}Geometrically the region is two triangles, each with base 2 and height 2, so the area is .
Note that is continuous, so no jump is involved; we split only because the formula, not the function, changes at the origin.
Let
Evaluate .
Answer
Solution
\begin{aligned} \int_{0}^{3}f(x)\,dx &= \int_{0}^{1}x^{2}\,dx+\int_{1}^{3}(2-x)\,dx\\ &= \left[\frac{x^{3}}{3}\right]_{0}^{1}+\left[2x-\frac{x^{2}}{2}\right]_{1}^{3}\\ &= \frac{1}{3}+\left[\left(6-\frac{9}{2}\right)-\left(2-\frac{1}{2}\right)\right]\\ &= \frac{1}{3}+\left(\frac{3}{2}-\frac{3}{2}\right)=\frac{1}{3}. \end{aligned}The second integral vanishes because the line lies above the axis on and below it on , contributing equal and opposite areas and .
Explain why the computation
is invalid.
Answer
The integrand has a vertical asymptote at , which lies inside the interval of integration, so Part 2 does not apply.
Solution
Part 2 of the Fundamental Theorem requires the integrand to be continuous on the whole closed interval . Here is undefined at and has a vertical asymptote there, so the hypothesis fails.
The failure is not a technicality. Splitting at the asymptote gives and , and neither piece is a finite number; the "answer" 0 comes from cancelling two infinities. Contrast this with a jump discontinuity, where splitting the interval is legitimate because each piece has a finite integral.
Find the value of b for which .
Answer
Solution
Setting this equal to zero gives , so or . Since , we take .
The interpretation: on the parabola lies below the axis and on above it, and is exactly where the area above has grown to match the area below.
The velocity of a particle moving along a line is metres per second, for . Find
(a) the net displacement,
(b) the total distance travelled.
Answer
(a) m (b) m m
Solution
(a) The net displacement is the integral of the velocity:
The particle ends 3 metres to the left of where it started.
(b) The total distance is the integral of . The velocity changes sign at , so
\begin{aligned} \int_{0}^{3}|t^{2}-4|\,dt &= -\int_{0}^{2}(t^{2}-4)\,dt+\int_{2}^{3}(t^{2}-4)\,dt\\ &= -\left(\frac{8}{3}-8\right)+\left[(9-12)-\left(\frac{8}{3}-8\right)\right]\\ &= \frac{16}{3}+\left(-3+\frac{16}{3}\right)=\frac{16}{3}+\frac{7}{3}=\frac{23}{3}. \end{aligned}This is the standard illustration of the difference between net and total: the integral of gives displacement, the integral of gives distance.
Show that for any function continuous on an interval containing a and b,
using Part 2 of the Fundamental Theorem rather than the definition.
Answer
Both integrals equal and , which are negatives of each other.
Solution
Let be any antiderivative of . By Part 2,
Adding the two gives .
This confirms from the evaluation side what we adopted as a definition in Section 7.1, namely : the two viewpoints agree, as they must.
Water flows into a tank at the rate litres per minute for . How much water enters the tank during the first 6 minutes, and at what time is the flow rate greatest?
Answer
litres; the rate is greatest at minutes.
Solution
Since is the rate of change of the volume , Part 2 gives the net change directly:
The flow rate is greatest where r'(t)=6-2t=0, that is at , where litres per minute. Since r''=-2<0, this is a maximum.
This is the "net change" reading of the theorem: integrate a rate, get a total.
Suppose is an antiderivative of on and . Show that and produce the same value for , and explain in one sentence why this had to happen.
Answer
Both give ; the added constant cancels in the subtraction.
Solution
Using ,
which is exactly what gives.
The reason it had to happen: Part 2 subtracts two values of the same antiderivative, and any two antiderivatives of on an interval differ by a constant, so that constant is added once and subtracted once. This is why the phrase "any antiderivative" in the statement of the theorem is safe, and why we never bother writing when evaluating a definite integral.