Welcome to the World of Definite Integrals!
In our previous chapters, we looked at how Riemann sums help us estimate the area under a curve. While those rectangles are great for visualizing what's happening, they can be a bit tedious to calculate. In this chapter, we are going to learn the "shortcuts"—the official properties of integrals and the Fundamental Theorem of Calculus (Part 2). These tools allow us to find the exact value of an integral without drawing a single rectangle!
Think of this chapter as moving from a low-resolution photo (Riemann sums) to a high-definition 4K image (exact integration). Let's dive in!
Part 1: The Essential Properties of Definite Integrals
Before we start calculating, we need to know the "rules of the road." These properties make complex-looking problems much easier to solve by breaking them down into smaller pieces.
1. Reversing the Limits of Integration
If you swap the top and bottom numbers (the limits) of an integral, you change the sign of the result.
\( \int_{a}^{b} f(x) \, dx = -\int_{b}^{a} f(x) \, dx \)
Analogy: Think of this like a video. If you play it in reverse, everything happens in the opposite direction! Moving from \(a\) to \(b\) is the opposite of moving from \(b\) to \(a\).
2. The "Zero Width" Property
If the top and bottom limits are the same, the integral is always zero.
\( \int_{a}^{a} f(x) \, dx = 0 \)
Why? Imagine a rectangle with no width. No matter how tall it is, its area is 0.
3. The Constant Multiple Rule
If there is a constant number \(k\) multiplied by your function, you can pull it out in front of the integral.
\( \int_{a}^{b} k \cdot f(x) \, dx = k \int_{a}^{b} f(x) \, dx \)
4. Sum and Difference Rule
You can split an integral of two added (or subtracted) functions into two separate integrals.
\( \int_{a}^{b} [f(x) \pm g(x)] \, dx = \int_{a}^{b} f(x) \, dx \pm \int_{a}^{b} g(x) \, dx \)
5. Additivity (The "Connecting Flight" Property)
If you have a gap-free path from \(a\) to \(b\) and then from \(b\) to \(c\), you've traveled from \(a\) to \(c\).
\( \int_{a}^{b} f(x) \, dx + \int_{b}^{c} f(x) \, dx = \int_{a}^{c} f(x) \, dx \)
Quick Tip: This works even if \(b\) isn't between \(a\) and \(c\), as long as the function is continuous!
Key Takeaway: Properties are your best friend for Multiple Choice questions. If you see a problem that looks like alphabet soup with lots of integrals, look for ways to combine them using these rules.
Part 2: Evaluating Definite Integrals (The Fundamental Theorem)
Now for the main event! How do we actually get a number? We use the Fundamental Theorem of Calculus (FTC). This theorem connects the two main branches of calculus: derivatives and integrals.
The Formula
If \(f(x)\) is continuous on \([a, b]\) and \(F(x)\) is any antiderivative of \(f(x)\), then:
\( \int_{a}^{b} f(x) \, dx = F(b) - F(a) \)
Step-by-Step: How to Evaluate an Integral
- Find the Antiderivative: Ignore the bounds (\(a\) and \(b\)) for a moment and find the general antiderivative \(F(x)\). (Don't worry about the \(+C\); it cancels out in definite integrals!).
- Notate the Bounds: Write your antiderivative inside brackets or next to a vertical bar with the bounds: \( [F(x)]_{a}^{b} \).
- Plug and Chug: Plug the top number into the function first, then subtract the result of plugging the bottom number in. Order matters! It is always Top Minus Bottom.
Example: Evaluate \( \int_{1}^{3} x^2 \, dx \)
1. The antiderivative of \(x^2\) is \( \frac{1}{3}x^3 \).
2. We write it as \( [ \frac{1}{3}x^3 ]_{1}^{3} \).
3. Plug in the top: \( \frac{1}{3}(3)^3 = 9 \).
4. Plug in the bottom: \( \frac{1}{3}(1)^3 = \frac{1}{3} \).
5. Subtract: \( 9 - \frac{1}{3} = \frac{26}{3} \).
Part 3: Understanding "Accumulation of Change"
It’s important to remember what these numbers actually mean in a real-world context. On the AP Exam, you will often be asked to interpret the meaning of a definite integral.
The Interpretation Rule: The definite integral of a rate of change gives you the net change of the original quantity.
- If \(v(t)\) is velocity (ft/sec), then \( \int_{a}^{b} v(t) \, dt \) is the displacement (change in position) in feet.
- If \(r(t)\) is the rate at which water enters a tank (gallons/minute), then \( \int_{a}^{b} r(t) \, dt \) is the total amount of gallons added to the tank between time \(a\) and \(b\).
Did you know? In AP Calculus, "Area" and "Definite Integral" aren't always the same thing. Area is always positive, but a definite integral can be negative if the function is below the x-axis!
Common Mistakes to Avoid
1. Mixing up the order: Always do \(F(upper) - F(lower)\). If you do \(F(lower) - F(upper)\), your sign will be wrong!
2. Forgetting basic antiderivative rules: Make sure you are comfortable with the power rule, as well as the antiderivatives of \( \sin(x) \), \( \cos(x) \), \( e^x \), and \( \frac{1}{x} \). (See Chapter 6.8 for a full review of these rules).
3. Calculator errors: On the calculator-permitted sections, you must show the setup (the integral with the bounds and the function) even if you use the calculator to find the final number. Round your final answer to three decimal places.
Quick Review Box
Property Check: \( \int_{2}^{5} f(x) \, dx = 10 \) and \( \int_{2}^{5} g(x) \, dx = 3 \). What is \( \int_{2}^{5} [f(x) - 2g(x)] \, dx \)?
Answer: \( 10 - 2(3) = 4 \).
FTC Check: To find \( \int_{a}^{b} f(x) \, dx \), find the antiderivative \(F(x)\) and calculate \(F(b) - F(a)\).
Don't worry if this feels like a lot of steps right now! With practice, finding antiderivatives and plugging in bounds becomes second nature, like following a recipe. You've got this!