Welcome to the Bridge: The Fundamental Theorem of Calculus
If Calculus were a movie, this chapter would be the big plot twist where everything finally makes sense! Up until now, you’ve learned about derivatives (finding the slope) and integrals (finding the area). For a long time, mathematicians thought these were two completely different ideas. The Fundamental Theorem of Calculus (FTC) is the "bridge" that proves they are actually inverse operations—much like addition and subtraction.
In this chapter, we will explore how we accumulate change over time and how the FTC allows us to jump back and forth between rates of change and total amounts.
1. Understanding Accumulation Functions
Imagine you are filling a bucket with water. The rate at which the water flows is changing. If you want to know how much water is in the bucket at any time \(x\), you are looking at an accumulation function.
In AP Calculus, we usually write an accumulation function like this:
\(g(x) = \int_{a}^{x} f(t) \, dt\)
What do these parts mean?
- \(g(x)\): This is the total amount accumulated from a starting point \(a\) up to the current time \(x\).
- \(a\): The starting constant (where we begin counting area).
- \(x\): The independent variable. It tells us where to stop "collecting" area.
- \(f(t)\): The rate of change function (the integrand). We use \(t\) as a "dummy variable" so we don't confuse it with our stopping point \(x\).
Analogy: Think of \(f(t)\) as the speed of a car and \(g(x)\) as the total distance traveled. As \(x\) increases, you "accumulate" more distance.
Quick Tip: If the graph of \(f(t)\) is above the x-axis, \(g(x)\) is increasing (you are adding positive area). If \(f(t)\) is below the x-axis, \(g(x)\) is decreasing (you are adding "negative" area).
2. The Fundamental Theorem of Calculus (Part 1)
This part of the theorem tells us how to find the derivative of an integral. It basically says that if you integrate a function and then take the derivative, you end up right back where you started!
The Basic Rule
If \(g(x) = \int_{a}^{x} f(t) \, dt\), then:
\(g'(x) = \frac{d}{dx} \left[ \int_{a}^{x} f(t) \, dt \right] = f(x)\)
Wait, what just happened? All we did was take the \(x\) from the top of the integral and "plug it into" the function. The integral and the derivative canceled each other out.
The Chain Rule Version (Very Common on the AP Exam!)
Sometimes the upper limit isn't just \(x\); it might be something like \(x^2\) or \(\sin(x)\). When this happens, you must use the Chain Rule.
If \(g(x) = \int_{a}^{u(x)} f(t) \, dt\), then:
\(g'(x) = f(u(x)) \cdot u'(x)\)
Step-by-Step Example:
Find the derivative of \(g(x) = \int_{3}^{x^4} \cos(t) \, dt\).
1. Identify the "inner function" at the top: \(u(x) = x^4\).
2. Take its derivative: \(u'(x) = 4x^3\).
3. Plug \(x^4\) into the integrand: \(\cos(x^4)\).
4. Multiply them: \(g'(x) = \cos(x^4) \cdot 4x^3\).
Key Takeaway: Differentiation and Integration are "undo" buttons for each other. When you differentiate an accumulation function, you get the rate of change at that moment.
3. Interpreting Behavior of Accumulation Functions
The AP Exam loves to give you a graph of \(f(t)\) and ask questions about \(g(x) = \int_{a}^{x} f(t) \, dt\). To succeed here, you need to remember the relationship between a function and its derivative from Unit 5.
The Golden Rule: If \(g(x) = \int_{a}^{x} f(t) \, dt\), then \(g'(x) = f(x)\) and \(g''(x) = f'(x)\).
- Where is \(g(x)\) increasing? Where its derivative \(f(x)\) is positive (above the x-axis).
- Where does \(g(x)\) have a relative maximum? Where \(f(x)\) changes from positive to negative.
- Where is \(g(x)\) concave up? Where \(g''(x)\) is positive, which means where \(f(x)\) is increasing.
Don't worry if this seems tricky at first! Just remind yourself: "The graph I am looking at is the derivative of the function they are asking about."
4. The Fundamental Theorem of Calculus (Part 2)
This part of the theorem is your primary tool for calculating definite integrals without using Riemann Sums. It's often called the "Evaluation Theorem."
The Rule
If \(F(x)\) is any antiderivative of \(f(x)\), then:
\(\int_{a}^{b} f(x) \, dx = F(b) - F(a)\)
How to use it:
1. Find the antiderivative of the function inside (ignore the "+ C" for definite integrals).
2. Plug in the top number (the upper limit \(b\)).
3. Plug in the bottom number (the lower limit \(a\)).
4. Subtract the two values: (Top) minus (Bottom).
Example:
Evaluate \(\int_{1}^{3} x^2 \, dx\).
1. Antiderivative of \(x^2\) is \(\frac{x^3}{3}\).
2. Plug in 3: \(\frac{3^3}{3} = \frac{27}{3} = 9\).
3. Plug in 1: \(\frac{1^3}{3} = \frac{1}{3}\).
4. Subtract: \(9 - \frac{1}{3} = \frac{26}{3}\).
Quick Review: You can cross-reference Section 6.8 for a refresher on basic antiderivative rules like the Power Rule!
Common Mistakes to Avoid
- The "Upper Limit" Trap: In FTC Part 1, students often forget to multiply by the derivative of the upper limit (the Chain Rule). Always check if the top limit is more than just a plain \(x\).
- Sign Errors: In FTC Part 2, always do \(F(upper) - F(lower)\). Flipping them will give you the wrong sign.
- Confusing \(f\) and \(g\): On graph problems, clearly label that the graph of \(f\) is actually the graph of \(g'\). This prevents you from accidentally looking at the wrong thing.
- Variables: Remember that \(\int_{a}^{x} f(t) \, dt\) results in a function of \(x\), not \(t\). The \(t\) disappears during the process!
Chapter Summary
Key Takeaway 1: An accumulation function \(g(x) = \int_{a}^{x} f(t) \, dt\) represents the "running total" of area under the graph of \(f\).
Key Takeaway 2: To differentiate an integral, use FTC Part 1: \(\frac{d}{dx} \int_{a}^{u(x)} f(t) \, dt = f(u(x)) \cdot u'(x)\).
Key Takeaway 3: To calculate a definite integral, use FTC Part 2: \(\int_{a}^{b} f(x) \, dx = F(b) - F(a)\).
Key Takeaway 4: The integrand \(f(x)\) is the derivative of the accumulation function \(g(x)\). Use this to find slopes, extrema, and concavity.