Welcome to Unit 6: Integration and Accumulation of Change!
In the first few units of AP Calculus, we focused on differentiation—finding the rate at which things change. Now, we are going to flip the script! Integration is the process of "undoing" a derivative to find the total accumulation of something. Whether you're calculating the total distance a car traveled based on its speed or finding the area under a curved roof, integration is your go-to tool. Don't worry if it seems like a big jump; we'll take it one step at a time!
6.1 & 6.2: Approximating Area with Riemann Sums
Imagine you have a curvy shape on a graph and you want to find the area underneath it. Since we don't have a simple formula for "area of a wiggly blob," we use rectangles to estimate it. This is called a Riemann Sum.
Types of Riemann Sums
• Left Riemann Sum: We use the height of the function at the left side of each sub-interval to draw our rectangles.
• Right Riemann Sum: We use the height at the right side.
• Midpoint Riemann Sum: We use the height exactly in the middle of each interval.
• Trapezoidal Sum: Instead of flat-top rectangles, we use trapezoids to "hug" the curve more closely.
Is it an Overestimate or Underestimate?
You don't need to guess! Here is a simple trick:
• If the function is increasing: A Left Sum is an underestimate, and a Right Sum is an overestimate.
• If the function is decreasing: A Left Sum is an overestimate, and a Right Sum is an underestimate.
• For Trapezoids: If the function is concave up, it's an overestimate. If concave down, it's an underestimate.
Quick Review: Riemann sums are just "placeholder" math. The more rectangles we use (making them thinner and thinner), the closer we get to the actual area!
6.3: Defining the Definite Integral
What happens if we use an infinite number of rectangles? The approximation becomes the Definite Integral. We write it like this: \( \int_{a}^{b} f(x) dx \).
What do the symbols mean?
• \( \int \): This is the integral sign (think of it as a stylish "S" for "Sum").
• \( a \) and \( b \): These are your boundaries (where you start and stop).
• \( f(x) \): The height of your function.
• \( dx \): The tiny, tiny width of your rectangles.
Key Takeaway: The definite integral represents the net signed area between the graph and the x-axis. Area above the x-axis is positive; area below the x-axis is negative.
6.4 & 6.5: The Fundamental Theorem of Calculus (FTC)
This is the "Golden Rule" of Calculus. It connects derivatives and integrals. There are two parts you need to know.
FTC Part 1: The Accumulation Function
If you define a function as an integral, like \( g(x) = \int_{a}^{x} f(t) dt \), then the derivative of that function is just the original function inside!
\( \frac{d}{dx} [\int_{a}^{x} f(t) dt] = f(x) \).
Analogy: Imagine a faucet filling a tub. The integral is the total water in the tub. The derivative is the rate the water is coming out of the faucet. They are two sides of the same coin!
FTC Part 2: Evaluation
This is how we actually solve integrals without drawing rectangles:
\( \int_{a}^{b} f(x) dx = F(b) - F(a) \)
Where \( F \) is the antiderivative of \( f \). You find the antiderivative, plug in the top number, plug in the bottom number, and subtract!
Common Mistake: Always remember to do "Top minus Bottom." If you flip them, your answer will have the wrong sign!
6.6 & 6.7: Integration Rules and Antiderivatives
To use the FTC, you need to know how to find antiderivatives. It's like Jeopardy—I give you the derivative, and you tell me the original function.
Basic Rules to Memorize
• Power Rule for Integrals: \( \int x^n dx = \frac{x^{n+1}}{n+1} + C \) (Add one to the exponent, then divide by that new number).
• The "e" Rule: \( \int e^x dx = e^x + C \) (It's its own best friend!).
• The Natural Log Rule: \( \int \frac{1}{x} dx = \ln|x| + C \).
• Trig Rules: \( \int \cos(x) dx = \sin(x) + C \) and \( \int \sin(x) dx = -\cos(x) + C \).
Did you know? We add + C (the Constant of Integration) because when you take a derivative, constants disappear. When we go backward, we have to acknowledge there could have been a constant there!
6.8: Integration by Substitution (U-Substitution)
Sometimes an integral looks too messy for the basic rules. If you see a function and its derivative inside the same integral, use U-Substitution. This is the "Undo" button for the Chain Rule.
Step-by-Step U-Sub
1. Pick your \( u \): Usually the "inside" part of a parenthesis or a square root.
2. Find \( du \): Take the derivative of \( u \) and add a \( dx \) at the end.
3. Substitute: Replace all \( x \) terms with \( u \) and \( du \).
4. Integrate: Solve the simpler integral.
5. Back-substitute: Put your original \( x \) terms back in (only for indefinite integrals).
Example: \( \int 2x(x^2+1)^5 dx \). Let \( u = x^2+1 \). Then \( du = 2x dx \). The integral becomes \( \int u^5 du \), which is much easier to solve!
6.9: Average Value of a Function
If you want to find the "average" height of a wavy function over an interval \( [a, b] \), you use this formula:
Average Value = \( \frac{1}{b-a} \int_{a}^{b} f(x) dx \).
Analogy: Imagine the function is a wavy pile of sand. If you flattened that sand out into a perfectly level rectangle, the height of that rectangle is the Average Value.
Final Tips for Success
• Check your signs: Simple subtraction errors are the #1 cause of lost points in Unit 6.
• Don't forget + C: If there are no numbers on the integral sign (an indefinite integral), you must include \( + C \).
• Context matters: If the question asks for "Total Distance," make sure you integrate the absolute value of velocity: \( \int |v(t)| dt \). If it asks for "Displacement," just integrate velocity: \( \int v(t) dt \).
Summary: Integration is just the accumulation of change. Whether you are using rectangles to estimate or the FTC to find an exact value, you are essentially adding up an infinite number of tiny pieces to find a whole. You've got this!