This chapter brings together the two calculus tools of differentiation and integration, proving the fundamental theorem of calculus. We then use this theorem to derive familiar techniques for computing integrals.
The fundamental theorem of calculus is a beautiful result for many different reasons. One of course, is that it forges a deep connection between the theory of areas and the theory of derivatives - something missed by the ancients and left undiscovered until the modern advent of the calculus. But second, it shows how incredibly constraining our simple axioms are: we will not prove the fundamental theorem of calculus for any particular definition of the integral (Riemann’s, Lebesgue’s, Darboux’s, etc) but rather showed that if continuous functions are integrable then your theory of integration has no choice whatsoever on how to integrate them!
Theorem 29.1 (The Fundamental Theorem of Calculus) Let be a continuous function and assume that is integrable on . Denote its area function by Then is differentiable, and for all points ,
Proof. Because is continuous on a closed interval, it is bounded (by the Extreme Value theorem), and so the area function is continuous (Theorem 25.1).
Choose an arbitrary . We wish to show that : that is, we need In terms of s and s, this means for arbitrary we need to find a such that if is within of , this difference quotient is within of .
It will be convenient to separate this argument into two cases, depending on if or (both arguments are analogous, all that changes is whether the interval in question is or ). Below we proceed under the assumption that . In this case, looking at the numerator, we see by subidvision (Axiom III) that
Thus the real quantity of interest is this integral over . Choose . Since is continuous, there is some where implies . Equivalently, for all we have
By subdivison (Axiom III), we know that is integrable on , and so by comparison (Axiom II) and the area of rectangles (Axiom I) we have
Dividing through by
and subtracting
We arrive at the inequality
But the numerator here is none other than ! So, we’ve done it: for all with , we have the difference quotient within of . This implies the limit exists, and that
Exercise 29.1 Write out the case for following the same logic as above.
This tells us that the area function of is one of its antiderivatives! The theory of area is the inverse of the theory of rates of change. But which antiderivative? The mean value theorem assures us that the collection of all possible antiderivatives are easy to understand - any two differ by a constant (Corollary 22.2). So to uniquely specify an antiderivative its enough to give its value at one point. And we can do this! But we first need a small lemma.
One technical condition that will be useful to us later is to think about what happens when the interval is of zero size: intuitively the ‘net area’ over a point should be zero, but can we prove that from the axioms? Indeed we can!
Proposition 29.1 (Integrating over a Degenerate Interval) If is the degenerate closed interval containing a single point, and is a function which is integrable on any interval containing , then
Proof. Let be integrable on the interval and be a point. Without loss of generality we can in fact take to be one of the endpoints of the interval, by subdivision: if then Axiom III implies that is integrable on and on as well.
Thus, we assume is integrable on , and further subdivide this interval as
By subdivision, we see that is integrable on and that
Subtracting the common integral over from both sides yields the result,
Now that we know integration over a point is zero, we know , which determines the precise antiderivative that appears.
Corollary 29.1 Let be a continuous function which is integrable on . Then the function is uniquely determined as the antiderivative of such that .
This connection of integration with antidifferentiation and the classification of antiderivatives has a useful corollary for computation, which is often called the second fundamental theorem
Theorem 29.2 (FTC Part II) Let be continuous and integrable on and let be any antiderivative of . Then
Proof. Denote the area function for as . Then the quantity we want to compute is .
Now, let be any antiderivative of . The first part of the fundamental theorem assures us that is an antiderivative of , and so Corollary 22.2 implies there is some constant such that , or . Now computing,
Where the last equality comes from the fact that .
We are going to have a lot of endpoint-subtraction going on, so its nice to have a notation for it.
Definition 29.1 Let be an interval and a function. We write as a shorthand for evaluation at the endpoints.
Linearity
We already have general proofs that the integral is linear, over any axiomatically integrable functions (in the chapter Properties, of the previous part). But now with the fundamental theorem in hand we can provide much simpler proofs, at least when restricted to continuous functions. We give these arguments here.
Theorem 29.3 Let be a continuous function , and . Then
Proof. Since is continuous on it is integrable. Set ; and note by the fundamental theorem we have . Since is a constant multiple of a continuous function it is also continuous, and hence integrable. Using the fundamental theorem, we can compute its integral by finding an antiderivative. But this is easy! Since the derivative is linear, So is an antideriavtive of . Thus we can use it to evaluate our integral, Factoring out the , this is , and (by our definition of !) . Putting this all togehter gives the claimed identity,
Theorem 29.4 Let be continuous on . Then
Proof. Since are both continuous so is , and hence all three are integrable. Let be antiderivatives of respectively, and note by the linearity of the derivative that Thus is an antiderivative of , so we can use it to evaluate the integral: Regrouping the right hand side as we recognize each as the result of applying the fundamental theorem to calculate the integrals of respectively. Thus
Integration Techniques
We can use the fundamental theorem to justify the main integration techniques learned in calculus courses - substitution and integration by parts - as simply antiderivatives of the chain rule and product rule.
:::{#thm-integral-substitution} ## Substitution Let be a continuously differentiable function on and be continuous on the range of , with an antiderivative of . Then ::: :::{.proof} Note is continuous as it is differentiable. As compositions and products of continuous functions are continuous, is a continuous function, and hence integrable. Thus by the fundamental theorem of calculus we can evaluate its integral by finding an antiderivative. The chain rule readily confirms is such a function as Thus . :::
This justifies the familiar use of u-substitution in Calculus
Example 29.1 To integrate on the interval , note that we may write for and . Then is the derivative of , so By the linearity of the integral and solving for this yields
Theorem 29.5 (Integration by Parts) Let be continuous and continuously differentiable on . Then where is an antiderivative of .
Proof. Since is continuous we know it is integrable, so let . Then is differentiable (by the fundamental theorem) and so is (by assumption), so the product is a differentiable function. Taking the derivative with the product rule yields where in the last equality we used that from the fundamental theorem. Thus is an antiderivative of the sum on the right hand side, so integrating gives Distributing the integral over addition
Corollary 29.2 (Iterated Integration by Parts) Applying twice,
Where is an antiderivative of , and is an antiderivative of . Continuing in this fashion, we can replace our integral with one containing derivatives of , at the cost of having to take antiderivatives of .