Welcome to the World of Antiderivatives!
In the first half of AP Calculus, you learned how to find the derivative—essentially finding the "speed" or "rate" of a function. Now, we are going to learn how to put that process in reverse. This is called finding an antiderivative (or integration). Think of it as being a detective: if the derivative is the "clue," you are looking for the "original function" that started it all.
Don't worry if this seems a bit "backwards" at first. Like learning to ride a bike in reverse, it takes a little practice, but soon it will feel like second nature!
6.8 Finding Antiderivatives and Indefinite Integrals
An antiderivative of a function \( f(x) \) is another function \( F(x) \) such that \( F'(x) = f(x) \). When we write this process out using the "snake-like" symbol \( \int \), we call it an indefinite integral.
The Essential Notation
\( \int f(x) \, dx = F(x) + C \)
- \( \int \): The integral symbol (the instruction to "go backward").
- \( f(x) \): The integrand (the derivative you are starting with).
- \( dx \): The differential (tells you which variable you are focused on).
- \( + C \): The constant of integration. This is the most important "little thing" in Unit 6!
The Mystery of the "+ C"
Why do we add \( + C \)? Well, think about these three functions:
1. \( f(x) = x^2 + 5 \)
2. \( f(x) = x^2 - 10 \)
3. \( f(x) = x^2 + 100 \)
All three have the same derivative: \( f'(x) = 2x \). When we reverse the process and integrate \( 2x \), we know the original function was \( x^2 \), but we don't know what the constant was (it could have been 5, -10, or 0!). We write \( + C \) to represent this family of functions.
Basic Rules to Memorize
You don't get a formula sheet on the AP Exam, so these are your "bread and butter" tools:
- The Power Rule for Integration: \( \int x^n \, dx = \frac{x^{n+1}}{n+1} + C \) (for \( n \neq -1 \)). Tip: Add one to the exponent, then divide by that new number.
- The Natural Log Rule: \( \int \frac{1}{x} \, dx = \ln|x| + C \). (Always use absolute value bars with \( \ln \)!)
- Exponential Rule: \( \int e^x \, dx = e^x + C \). (The easiest one!)
- Trig Rules:
\( \int \cos(x) \, dx = \sin(x) + C \)
\( \int \sin(x) \, dx = -\cos(x) + C \) (Notice the negative sign here!)
\( \int \sec^2(x) \, dx = \tan(x) + C \)
Quick Review: To integrate \( 5x^3 \), add 1 to the power to get \( x^4 \), and divide by 4. Result: \( \frac{5}{4}x^4 + C \).
6.9 Integrating Using Substitution (U-Substitution)
Sometimes, the integrand looks like a mess—for example, \( \int 2x \cos(x^2) \, dx \). We can't use the basic power rule here. This is where U-Substitution comes in. It is essentially the Chain Rule in reverse.
When to use it?
Look for a "composite" function (a function inside another function) where the derivative of the "inside" is also present in the integral.
Step-by-Step Process
- Pick your \( u \): Usually the "inside" part of a composite function.
- Find \( du \): Take the derivative of your \( u \) and add \( dx \) at the end.
- Substitute: Replace all \( x \) and \( dx \) terms with \( u \) and \( du \).
- Integrate: Perform the integration in terms of \( u \).
- Back-substitute: Replace the \( u \) with the original \( x \)-expression. (Only for indefinite integrals!)
Example: \( \int 2x(x^2 + 1)^5 \, dx \)
1. Let \( u = x^2 + 1 \)
2. Then \( du = 2x \, dx \)
3. Substitute: \( \int u^5 \, du \)
4. Integrate: \( \frac{u^6}{6} + C \)
5. Back-sub: \( \frac{(x^2 + 1)^6}{6} + C \)
U-Substitution with Definite Integrals
If your integral has boundaries (like \( \int_{0}^{2} \)), you have two choices, but the AP Exam strongly prefers that you change your limits.
If \( u = g(x) \), then your new lower limit is \( u(a) \) and your new upper limit is \( u(b) \). Once you change the limits, you never have to go back to \( x \)!
Did you know? On the Multiple Choice section of the AP exam, there are often questions that simply ask you to identify the correct "u-substituted" integral. Mastering the limit-change is key to these points!
6.14 Selecting Techniques for Antidifferentiation
As you progress, you'll need to decide which "tool" to pull out of your toolbox. Here is a quick strategy guide:
- Can I simplify first? Always check if you can distribute, divide, or use trig identities before integrating. For example, \( \int \frac{x^2 + 3}{x} \, dx \) should be rewritten as \( \int (x + \frac{3}{x}) \, dx \).
- Is it a basic rule? Does it look like \( x^n \), \( e^x \), or \( \sin(x) \)?
- Is there an "inside" function? If you see \( (f(x))^n \) or \( \sin(f(x)) \), try U-Substitution.
- Special Algebraic Tricks: Sometimes you might need to use Long Division (if the degree of the numerator is \(\geq\) the denominator) or Completing the Square (often used to get an inverse trig form like \( \arctan(x) \)). (Note: These are covered in detail in the next chapter!)
Common Mistakes to Avoid
1. Forgetting \( + C \): On the Free Response Section (FRQ), forgetting \( + C \) on an indefinite integral can cost you a whole point. Don't let it happen!
2. Forgetting the Differential: You must write \( dx \) or \( du \). It’s not just "grammar"—it tells you which variable you are integrating.
3. Mismanaging the Constant: In U-Substitution, if your \( du \) is "missing" a number, you must account for it. If \( u = 3x \), then \( du = 3 \, dx \). You must multiply the outside of the integral by \( \frac{1}{3} \) to balance it out.
4. Not changing limits: If you use U-substitution for a definite integral, don't use the old \( x \)-limits with your new \( u \)-variable!
Key Takeaways
1. Integration is the inverse of differentiation.
2. Every indefinite integral needs a \( + C \) to represent the constant that disappeared during differentiation.
3. U-Substitution is your go-to tool for functions within functions; always look for a "function-derivative" pair.
4. When using U-Substitution for definite integrals, change your limits of integration immediately to save time and avoid errors.