Welcome to the World of Antiderivatives!

In your journey through Calculus so much far, you have spent a lot of time finding derivatives. You’ve learned how to describe the rate of change of a function at any given moment. Now, we are going to learn how to go "backwards." If you know the rate at which something is changing, can you find the original function? This process is called antidifferentiation, and it is a core pillar of Unit 6: Integration and Accumulation of Change.

Think of it like this: If differentiation is the process of "unwrapping" a mathematical present to see what's inside, integration is the process of "wrapping" it back up. Don't worry if it feels a bit like running in reverse at first—with practice, these patterns will become second nature!


6.8 Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation

An antiderivative of a function \(f(x)\) is another function \(F(x)\) such that \(F'(x) = f(x)\). When we talk about the set of all possible antiderivatives, we call it the indefinite integral.

The Notation

We use the "integral snake" symbol \(\int\) to represent this process:

\(\int f(x) dx = F(x) + C\)

  • \(\int\): The integral sign.
  • \(f(x)\): The integrand (the function you are integrating).
  • \(dx\): The differential, which tells us which variable we are integrating with respect to (in this case, \(x\)).
  • \(+ C\): The constant of integration. This is vital! Because the derivative of any constant is zero, we must acknowledge that there could have been a constant in our original function that "disappeared" during differentiation.

The Basic Rules

Since integration is the inverse of differentiation, we can flip our derivative rules upside down:

1. The Power Rule for Integration:

For any \(n \neq -1\):
\(\int x^n dx = \frac{x^{n+1}}{n+1} + C\)

Memory Trick: Instead of "multiply then subtract 1" (derivative), we "add 1 to the power then divide" (integral).

2. Common Transcendental Functions:

  • \(\int e^x dx = e^x + C\) (The easiest one!)
  • \(\int \frac{1}{x} dx = \ln|x| + C\) (Note the absolute value bars; we can't take the log of a negative number!)
  • \(\int \cos(x) dx = \sin(x) + C\)
  • \(\int \sin(x) dx = -\cos(x) + C\)

Common Mistake Alert: Students often forget the negative sign when integrating \(\sin(x)\). Remember: The derivative of \(\cos(x)\) is \(-\sin(x)\), so the integral of \(\sin(x)\) must be \(-\cos(x)\).

Key Takeaway:

The indefinite integral represents a family of functions, all separated by a vertical shift defined by the constant \(C\).


6.9 Integrating Using Substitution (U-Substitution)

Sometimes, an integral doesn't look like our basic rules. If an integral looks like it was created using the Chain Rule, we use a technique called Integration by Substitution (or "U-Sub").

When to use U-Sub?

Look for a "composite function" (a function inside another function) where the derivative of the "inside" part is also present in the integral.

Step-by-Step Process:

  1. Pick your \(u\): Choose an expression for \(u\) (usually the "inside" of a parenthesis, a radical, or a denominator).
  2. Find \(du\): Take the derivative of \(u\) with respect to \(x\) and write it as \(du = (\dots) dx\).
  3. Substitute: Replace all instances of \(x\) and \(dx\) with \(u\) and \(du\). Your new integral should be entirely in terms of \(u\).
  4. Integrate: Solve the simpler integral in terms of \(u\).
  5. Back-Substitute: Replace \(u\) with the original \(x\) expression (only for indefinite integrals!).

Example: \(\int 2x(x^2 + 1)^5 dx\)
Let \(u = x^2 + 1\). Then \(du = 2x dx\).
Substitute: \(\int u^5 du\).
Integrate: \(\frac{u^6}{6} + C\).
Back-sub: \(\frac{(x^2 + 1)^6}{6} + C\).

U-Sub with Definite Integrals

When you have limits of integration (like \(\int_a^b\)), you have two choices. The standard AP recommendation is to change your limits:

If \(u = g(x)\), then the new limits are \(u(a)\) and \(u(b)\).

\(\int_a^b f(g(x))g'(x) dx = \int_{g(a)}^{g(b)} f(u) du\)

Benefit: If you change your limits, you do not need to back-substitute to \(x\) at the end. You just evaluate the \(u\) function at the new \(u\) limits.

Key Takeaway:

U-Substitution is essentially the "Chain Rule in reverse." It simplifies a complex product into a basic power or transcendental rule.


6.14 Selecting Techniques for Antidifferentiation

In Unit 6, you will learn several ways to integrate. Knowing which one to pick is a vital skill (Practice 1: Implementing Mathematical Processes).

The "Hierarchy" of Selection:

  1. Basic Rules: Can I simplify this algebraically (like distributing or splitting a fraction) to use the Power Rule?
  2. U-Substitution: Is there an "inside" function whose derivative is "outside"?
  3. Advanced Techniques: If those fail, you might need Long Division/Completing the Square (Topic 6.10), Integration by Parts (Topic 6.11), or Partial Fractions (Topic 6.12).

Quick Review Box:
- If you see \(\frac{\text{linear}}{\text{quadratic}}\), check if U-sub works for the whole denominator.
- If you see \(\int \tan(x) dx\), remember it is \(\int \frac{\sin(x)}{\cos(x)} dx\), which is a U-sub problem!

Did you know? The AP exam often tests U-substitution in the Multiple-Choice section by asking you to identify the correct "transformed" integral (the one after you've changed the variables and the limits, but before you've integrated). Always keep an eye on those limits!

Key Takeaway:

Always try the simplest method (algebraic simplification) before moving to more complex techniques like U-Substitution. Efficiency is key on the AP Exam!