Welcome to Unit 6: Integration and Accumulation of Change!
In previous units, we spent a lot of time figuring out how fast something is changing using derivatives. Now, we are going to flip the script! In Unit 6, we focus on Integration. Think of integration as "adding up" or "accumulating" small changes to find a total. For example, if you know how fast water is leaking into a bucket at every second, integration helps you find out the total amount of water in the bucket at the end of the hour. It’s a powerful tool that connects slopes to areas, and it is the heart of Calculus!
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 "curvy area," we use what we already know: the area of a rectangle (\(Area = width \times height\)).
We divide the area into several thin rectangles. The more rectangles we use, the more accurate our estimate becomes! This "adding up" process is called a Riemann Sum.
Types of Riemann Sums:
• Left Riemann Sum: Uses the height of the function at the left side of each sub-interval.
• Right Riemann Sum: Uses the height at the right side.
• Midpoint Riemann Sum: Uses the height exactly in the middle of each sub-interval.
• Trapezoidal Sum: Instead of rectangles, we use trapezoids to better "hug" the curve.
Quick Tip: If a function is increasing, a Left Riemann Sum will underestimate the actual area, and a Right Riemann Sum will overestimate it. Try drawing it to see why!
Summary: Riemann sums turn complex areas into simple addition problems. As the number of rectangles goes to infinity, the sum becomes a Definite Integral.
6.3 & 6.4: The Fundamental Theorem of Calculus (FTC)
The Fundamental Theorem of Calculus is the "Golden Bridge" that connects derivatives and integrals. It comes in two parts, and both are super important for the AP exam.
FTC Part 1 (Accumulation): This tells us that if you define a function as an integral, its derivative is just the original function inside.
\[ \frac{d}{dx} \int_{a}^{x} f(t) dt = f(x) \]
Analogy: If you are filling a pool (integrating), the rate at which the water level is rising at any moment (derivative) is exactly the speed of the hose at that moment.
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 take the "end value" and subtract the "start value."
Common Mistake: Don't forget to find the antiderivative before plugging in the numbers! Also, always subtract in the order: (Top Limit) minus (Bottom Limit).
6.5 & 6.6: Interpreting Integrals and Their Properties
What does \(\int_{a}^{b} v(t) dt\) actually mean? If \(v(t)\) is velocity in miles per hour, the integral represents the total displacement (change in position) in miles between time \(a\) and time \(b\).
Key Properties to Remember:
• Zero Width: \(\int_{a}^{a} f(x) dx = 0\) (There is no area if you haven't moved!)
• Flipping Limits: \(\int_{b}^{a} f(x) dx = -\int_{a}^{b} f(x) dx\) (Going backward makes the area negative.)
• Additivity: \(\int_{a}^{b} f(x) dx + \int_{b}^{c} f(x) dx = \int_{a}^{c} f(x) dx\) (You can add two side-by-side areas together.)
Key Takeaway: Integration is Accumulation. If you integrate a rate of change, you get the total change.
6.7: Integration by Substitution (U-Substitution)
U-Substitution is like the "Undo" button for the Chain Rule. If you see a complicated integral where one part of the function looks like the derivative of another part, u-sub is your best friend.
Steps for U-Substitution:
1. Pick your \(u\) (usually the stuff "inside" a parenthesis or a root).
2. Find \(du\) (the derivative of \(u\)).
3. Replace all \(x\) terms with \(u\) terms.
4. Integrate with respect to \(u\).
5. Crucial Step: If it's a definite integral, change your limits or plug your \(x\) back in at the end!
Did you know? This is often called "Change of Variables." We are just changing the "language" of the problem to make it easier to read.
6.8: Integration by Parts (BC Only)
While U-Sub reverses the Chain Rule, Integration by Parts (IBP) reverses the Product Rule. Use this when you have two different types of functions multiplied together, like \(x \cdot \sin(x)\).
The Formula: \[ \int u dv = uv - \int v du \]
How to choose \(u\)? Use the mnemonic LIPET:
Logarithms
Inverse Trig
Polynomials (Algebraic)
Exponentials
Trigonometry
Choose \(u\) as the function that appears first in this list!
6.9 & 6.10: Advanced Fraction Techniques (BC Only)
Sometimes, the integral looks like a scary fraction. We have two main tricks for these:
1. Long Division: Use this if the power on top (numerator) is greater than or equal to the power on the bottom. Divide it out first, then integrate the pieces.
2. Partial Fraction Decomposition: Use this if the bottom can be factored. You break one big fraction into two simpler ones.
Example: \(\frac{1}{(x-1)(x+2)}\) becomes \(\frac{A}{x-1} + \frac{B}{x+2}\). Solve for \(A\) and \(B\), then integrate.
Quick Review: Most partial fraction problems end up involving the natural log (ln) during the integration step. Keep an eye out for that!
6.11: Improper Integrals (BC Only)
An Improper Integral is one where either the limits are infinite (\(\infty\)) or the function "blows up" (has a vertical asymptote) somewhere in the interval.
How to handle them: You cannot just plug in infinity. Instead, replace the problem spot with a letter (like \(k\)) and take the limit.
\[ \int_{1}^{\infty} \frac{1}{x^2} dx = \lim_{k \to \infty} \int_{1}^{k} \frac{1}{x^2} dx \]
• If the limit results in a finite number, we say the integral converges.
• If the limit goes to infinity or doesn't exist, we say the integral diverges.
Summary: Always check for vertical asymptotes inside your boundaries before you start integrating. If the function is undefined at a point, it's an improper integral!
Final Study Tips for Unit 6
• Don't forget +C: When doing an indefinite integral (one without numbers on the top and bottom), always add the constant of integration \(+C\).
• Practice the Anti-Derivatives: Integration is much easier if you know your basic derivatives backward. Know your trig and \(e^x\) rules by heart!
• Units Matter: If the problem involves real-world context, check your units. The unit of an integral is (unit of \(y\)) \(\times\) (unit of \(x\)).
You've got this! Integration might feel like a lot of "rules" at first, but with practice, you'll start to see the patterns. Good luck!