Welcome to the World of Accumulation!

In your journey through AP Calculus BC, you’ve already seen how derivatives help us find the rate of change. Now, we are looking at the other side of the coin: Integration. Specifically, we are focusing on definite integrals. Think of a definite integral as a "grand total." Whether you are totaling up the area under a curve, the distance a car traveled, or the amount of water leaked from a tank, the definite integral is your best friend.

Don't worry if this seems like a lot of symbols at first. By the end of these notes, you'll see that definite integrals follow some very logical "rules of the road" that make them much easier to handle!

Section 1: The Properties of Definite Integrals (Topic 6.6)

Definite integrals have several "shortcuts" or properties that help us simplify complex problems. These are especially useful on the Multiple-Choice section of the AP Exam where you might be given values for integrals without being given the actual function.

1. The Zero-Length Interval

If you don't go anywhere, you haven't accumulated anything! If the lower and upper limits of integration are the same, the integral is always zero.
Formula: \(\int_{a}^{a} f(x) \, dx = 0\)

2. Reversing the Limits

If you swap the top and bottom numbers (the limits) of an integral, the sign of the result flips. Think of this like walking backward; your progress becomes negative.
Formula: \(\int_{a}^{b} f(x) \, dx = -\int_{b}^{a} f(x) \, dx\)

3. The Constant Multiple Rule

If there is a constant number (like \(5\) or \(\pi\)) multiplied by your function, you can pull it out in front of the integral sign to make the math cleaner.
Formula: \(\int_{a}^{b} k \cdot f(x) \, dx = k \int_{a}^{b} f(x) \, dx\)

4. Sum and Difference Properties

The integral of a sum is the sum of the integrals. You can split one big integral into two smaller ones (or vice versa).
Formula: \(\int_{a}^{b} [f(x) \pm g(x)] \, dx = \int_{a}^{b} f(x) \, dx \pm \int_{a}^{b} g(x) \, dx\)

5. Additivity of Intervals

This is like a road trip! If you drive from point \(a\) to point \(b\), and then from point \(b\) to point \(c\), you have traveled from \(a\) to \(c\).
Formula: \(\int_{a}^{b} f(x) \, dx + \int_{b}^{c} f(x) \, dx = \int_{a}^{c} f(x) \, dx\)
Note: This works even if \(b\) is not between \(a\) and \(c\), though it's easiest to visualize it that way!

Quick Review Box:
• Limits are the same? Result is \(0\).
• Flip the limits? Flip the sign.
• Constant inside? Pull it out.
• Adding functions? Split them up.

Section 2: Evaluating Definite Integrals (Topic 6.7)

Now that we know the properties, how do we actually find a numerical answer? We use the Fundamental Theorem of Calculus (FTC), Part 2. This is the bridge between derivatives and integrals.

The Big Formula

To evaluate a definite integral, find the antiderivative of the function, plug in the top number, plug in the bottom number, and subtract.
Formula: \(\int_{a}^{b} f(x) \, dx = F(b) - F(a)\)
Where \(F(x)\) is the antiderivative of \(f(x)\) (meaning \(F'(x) = f(x)\)).

Step-by-Step Evaluation Process

1. Find the Antiderivative: Ignore the limits \(a\) and \(b\) for a moment and find the general antiderivative \(F(x)\).
2. Notation: Use the evaluation bar notation: \([F(x)]_{a}^{b}\).
3. Plug in the Upper Limit: Calculate \(F(b)\).
4. Plug in the Lower Limit: Calculate \(F(a)\).
5. Subtract: \(F(b) - F(a)\). Always do the top number minus the bottom number!

Example: Evaluate \(\int_{1}^{3} x^2 \, dx\).
• The antiderivative of \(x^2\) is \(\frac{x^3}{3}\).
• Evaluation: \([\frac{x^3}{3}]_{1}^{3}\)
• Plug in limits: \((\frac{3^3}{3}) - (\frac{1^3}{3}) = \frac{27}{3} - \frac{1}{3} = \frac{26}{3}\).

Did you know?

When evaluating definite integrals, we don't need the \(+C\)! Why? Because when you do \(F(b) - F(a)\), the \(C\) in the first part and the \(C\) in the second part cancel each other out (\(C - C = 0\)).

Section 3: Important AP Exam Tips

1. Calculator vs. No-Calculator

Section I Part A & Section II Part B: You must evaluate integrals by hand. Be very careful with your arithmetic, especially with fractions and negative signs!
Section I Part B & Section II Part A: You must use your graphing calculator's numerical integration feature (often labeled fnInt or represented by the integral symbol). On the Free Response section, you must write the setup (the integral expression) before writing the calculator's decimal answer.

2. Accuracy Matters

On the AP Exam, decimal answers should be rounded or truncated to three decimal places. For example, if your calculator says \(8.66666\), you should write \(8.666\) or \(8.667\).

3. Common Mistake: The Order of Subtraction

A very common error is calculating \(F(a) - F(b)\) (bottom minus top) instead of \(F(b) - F(a)\). Remember: Top minus Bottom! One way to remember this is that "Top" is higher up, so it comes first in the subtraction.

Key Takeaways

Properties allow you to manipulate integrals using logic and basic arithmetic without always needing to find an antiderivative.
Evaluation is done by finding the antiderivative and calculating the difference between the values at the upper and lower limits.
The Fundamental Theorem of Calculus is the core tool that connects the rate of change to the total accumulation.
Notation is key! Always write your integral setup clearly to earn full credit on Free Response Questions.