Section 1.1 Warming Up
This second calculus course starts where your previous calculus course finished.
The expectation is that you know the derivatives of basic functions (power functions, trigonometric functions, and exponential and logarithmic functions), and that you have a good working knowledge of the fundamental rules of differentiation (product rule, quotient rule, and chain rule).
In this section, we briefly review the basic concepts of antiderivatives and indefinite integrals, definite integrals, and the method of substitution. It is essential that you understand these concepts, as they form the foundation for this course.
When you work through this review, you may discover that you are a little bit rusty. That is normal, especially if it has been a few years since you completed the previous calculus course. In that case, be sure to take the time to review the topics carefully by working through exercises on these topics (these topics are generic for any calculus sequence; any calculus textbook will suffice for this purpose).
Subsection 1.1.1 Antiderivatives and Indefinite Integrals
Recall the following definition:
Definition 1.1.1.
A function \(F\) is called an antiderivative of \(f\) on an interval \(I\) if \(F'(x) = f(x)\) for all \(x\) in \(I\text{.}\)Also recall that if \(F\) is an antiderivative of \(f\) on an interval \(I\text{,}\) then so is \(F(x)+C\) where \(C\) is an arbitrary constant. We refer to \(C\) as the constant of integration.
Checkpoint 1.1.2. Some Basic Antiderivatives.
\(\displaystyle F(x) = \frac{1}{5} x^5 + C\text{,}\) since \(\displaystyle F'(x) = \frac{1}{5} \cdot 5 x^4 = x^4 = f(x)\text{.}\)
\(\displaystyle G(x) = - \cos(x) + C\text{,}\) since \(\displaystyle G'(x) = - (-\sin(x)) = \sin(x) = g(x)\text{.}\)
\(\displaystyle H(x) = \ln|x| + C\text{,}\) since \(\displaystyle H'(x) = \frac{1}{x} = h(x)\text{.}\)
The above notation with capital letters is rather cumbersome. What if the given function is \(F(x)\) and you are asked to find its antiderivative, for example? Recall that we have generic notation for antiderivatives, namely the indefinite integral:
$$\displaystyle \int f(x) \ dx = F(x) \ \ \ {\rm means} \ \ \ F'(x) = f(x).$$
Example 1.1.3. Some Basic Indefinite Integrals.
Thus, we can write the results of the previous checkpoint as follows:
- \(\displaystyle \displaystyle \int x^4 \ dx = \frac{1}{5} x^5 + C\)
- \(\displaystyle \displaystyle \int \sin(x) \ dx = - \cos(x) + C\)
- \(\displaystyle \displaystyle \int \frac{dx}{x} = \ln|x| + C\)
Activity 1.1.1.
Take some time and create as complete a list of basic indefinite integrals that you can. Review the basic derivatives from your previous calculus course, and write the corresponding indefinite integrals.
For example, a basic rule of differentiation is the power rule, namely \(\displaystyle \frac{d}{dx} x^n = n x^{n-1}\text{,}\) which we can rewrite as \(\displaystyle \frac{d}{dx} \frac{1}{n} x^n = x^{n-1}\) provided \(n \ne 0\text{,}\) or $$ \int x^n \ dx = \frac{x^{n+1}}{n+1} + C \ \ \ (n \ne 1). $$ You should be able to write at least 10 basic indefinite integrals. We will complete the list in class.
Remark 1.1.4.
We will see later in the course that the constant of integration is really important, so it is a good idea to get into the habit of always writing the constant of integration, except when you know for sure that it is irrelevant.Subsection 1.1.2 Definite Integrals
In general (if \(f\) is continuous on \([a,b]\) or if \(f\) only has a finite number of jump discontinuities), the definite integral $$ \int_a^b f(x) \ dx $$ evaluates to a number.
Question 1.1.5. Interpretation of the Definite Integral.
Subsection 1.1.3 The Evaluation Theorem for Definite Integrals
The Evaluation Theorem provides an efficient method to determine the value of a definite integral \(\int_a^b f(x) \ dx\) when it is possible to determine an antiderivative of \(f\text{.}\)
Theorem 1.1.6. The Evaluation Theorem.
If \(f\) is continuous on the interval \([a, b]\text{,}\) then $$ \int_a^b f(x) \ dx = \left. F(x) \right|_a^b = F(b) - F(a), $$ where \(F\) is any antiderivative of \(f\text{,}\) that is, \(F' = f\text{.}\)Checkpoint 1.1.7. An Application of the Evaluation Theorem.
Remark 1.1.8.
Note that it is not necessary to include the constant of integration in the evaluation of a definite integral. Why not? Think about it!If you wish a refresher on the use of the Evaluation Theorem to evaluate indefinite and definite integrals, you may find it helpful to review the following video (from a first course on calculus such as MATH 114 or 134).
Subsection 1.1.4 Substitution
While we can readily write down $$ \int \sqrt{x} \ dx = \int x^{1/2} \ dx = \frac{1}{3/2} x^{3/2} + C = \frac{2}{3} x \sqrt{x} + C, $$ what about \(\displaystyle \int \sqrt{ 3x+4 } \ dx\text{?}\)
You likely expect the answer to be of the form \(A (3x+4)^{3/2} + C\) and, working backwards by taking the derivative of this result using the chain rule, you then can determine the value of \(A\text{.}\)
Checkpoint 1.1.10. Working Backwards.
But this is rather cumbersome and ad hoc, and unlikely to work when the integrand is more complicated. Substitution is a method to 'undo' the chain rule, and is one of the most important methods to evaluate integrals when inspection fails.
Recall that the chain rule states $$ \frac{d}{dx} f( g(x) ) = f'( g(x) ) g'(x). $$ If we rewrite the chain rule in integral form, we obtain $$ \int f'( g(x) ) g'(x) \ dx = f( g(x) ) + C. $$
If we let \(u=g(x)\text{,}\) then \(\displaystyle \frac{du}{dx} = g'(x)\text{,}\) or \(du = g'(x) dx\) in differential form, then substituting \(u\) and \(du\) into the chain rule in integral form above gives $$ \int f'( g(x) ) g'(x) \ dx = \int f'(u) \ du = f(u) + C = f( g(x) ) + C. $$ While we may not be able to readily go from the left-hand side to the right-hand side, the idea of substitution is to simplify the integrand in the intermediate step, thereby allowing us to make progress.
Checkpoint 1.1.11. Substitution: Starter Example.
Checkpoint 1.1.12. Substitution: Medium Difficulty.
Checkpoint 1.1.13. Substitution: More Challenging.
If you wish a refresher on the method of substitution to evaluate indefinite and definite integrals, you may find it helpful to review the following videos.
Subsection 1.1.5 Summary
Evaluation Theorem.
- If \(f\) is continuous on the interval \([a, b]\text{,}\) then $$ \int_a^b f(x) \ dx = \left. F(x) \right|_a^b = F(b) - F(a), $$ where \(F\) is any antiderivative of \(f\text{,}\) that is, \(F' = f\text{.}\)
Method of Substitution.
-
Substitution is a method to reverse the chain rule in the evaluation of integrals.
-
Substitution for indefinite integrals:
If \(u = g(x)\text{,}\) then $$ \int f( g(x) ) g'(x) \ dx = \int f(u) \ du. $$
-
Substitution for definite integrals:
If \(g'\) is continuous on \([a, b]\) and \(f\) is continuous on the range of \(u = g(x)\text{,}\) then $$ \int_a^b f( g(x) ) g'(x) \ dx = \int_{g(a)}^{g(b)} f(u) \ du. $$
-
Subsection 1.1.6 Further Study
The notes presented above only serve as a brief review of some key material from the first calculus course. Further study of this material may be required. This includes reviewing the lecture notes, and diligently working through the homework problems.
As you study, you should reflect on the following learning outcomes, and critically assess where you are on the path to achieving these learning outcomes:
Learning Outcomes
- Apply the substitution rule to evaluate indefinite and definite integrals.
The following references provide a good start for review and further study:
Learning Outcome | Video | Textbook Section |
---|---|---|
1 | 10.E1 from MATH 134 12.E4 from MATH 134 |
5.4 |