Welcome to Integration by Parts!

In your calculus journey so far, you’ve mastered basic antiderivatives and the Substitution Rule (which is like the "Chain Rule in reverse"). But what happens when you run into an integral where two different types of functions are multiplied together, like \( \int x \cos(x) \, dx \)? Substitution won't help us here because the derivative of \( x \) isn't \( \cos(x) \), and vice versa.

That is where Integration by Parts (IBP) comes in! Think of this technique as the "Product Rule in reverse." It is a BC-only skill that gives you the power to pull apart products and integrate them piece by piece. Don’t worry if it looks intimidating at first—once you learn the rhythm, it becomes one of the most satisfying tools in your math toolkit.

1. The Formula: Where does it come from?

Before we memorize the formula, let’s see where it lives. Remember the Product Rule for derivatives?
\( \frac{d}{dx}[uv] = u \frac{dv}{dx} + v \frac{du}{dx} \)

If we integrate both sides and rearrange the terms, we get the official Integration by Parts formula:

\( \int u \, dv = uv - \int v \, du \)

To use this, you take your original "messy" integral and split it into two parts: one part you call \( u \) and everything else you call \( dv \). Your goal is to transform a hard integral (\( \int u \, dv \)) into a much easier one (\( \int v \, du \)).

Quick Tip: There is no formula sheet on the AP exam! You must memorize this formula. A common way to remember it is the phrase: "Ultra-Violet minus the integral of Very Du-tty."

2. How to Choose Your Parts: The LIATE Strategy

The hardest part of this chapter is deciding which part of your integral should be \( u \) and which should be \( dv \). If you choose poorly, the integral actually gets messier! To stay on track, we use the LIATE mnemonic. This list tells you which function should be picked as \( u \) first:

  1. L — Logarithmic functions (like \( \ln(x) \))
  2. I — Inverse Trigonometric functions (like \( \arcsin(x) \))
  3. A — Algebraic functions (like \( x^2 \), \( 3x \), or \( 5 \))
  4. T — Trigonometric functions (like \( \sin(x) \) or \( \cos(x) \))
  5. E — Exponential functions (like \( e^x \))

Pick the function that appears highest on this list to be your \( u \). Whatever is left over becomes your \( dv \).

Analogy: Think of \( u \) as the part you want to "shrink" or "simplify" by taking its derivative, and \( dv \) as the part you are comfortable "growing" by integrating.

3. Step-by-Step Process

Let’s solve \( \int x e^x \, dx \) together.

Step 1: Choose \( u \) and \( dv \).
Using LIATE, we have an Algebraic function (\( x \)) and an Exponential function (\( e^x \)). Since A comes before E, we choose:
\( u = x \)
\( dv = e^x \, dx \)

Step 2: Differentiate \( u \) and Integrate \( dv \).
\( du = 1 \, dx \)
\( v = \int e^x \, dx = e^x \)

Step 3: Plug into the formula.
\( \int u \, dv = uv - \int v \, du \)
\( \int x e^x \, dx = (x)(e^x) - \int e^x \, dx \)

Step 4: Evaluate the remaining integral and add \( C \).
\( x e^x - e^x + C \)

Did you know? Integration by parts is the secret to finding the antiderivative of \( \ln(x) \). Try it by setting \( u = \ln(x) \) and \( dv = 1 \, dx \)!

4. Repeated Integration by Parts

Sometimes, the remaining integral (\( \int v \, du \)) is still a product that requires Integration by Parts again. This is common when you have an algebraic term with a high power, like \( x^2 \sin(x) \).

If you have to do it twice, just repeat the steps for the new integral. Be very careful with your parentheses and negative signs! A single missed minus sign is the most common reason students lose points on the FRQ section.

Example Hint: If you start with \( \int x^2 \cos(x) \, dx \), your first round of IBP will leave you with an integral containing \( x \sin(x) \). You’ll need to do IBP one more time to get rid of that \( x \) entirely.

5. Common Mistakes to Avoid

  • Forgetting \( dx \): Always include \( dx \) with your \( du \) and \( dv \) terms. It keeps your notation clean and helps you avoid errors on the Free Response section.
  • Sign Errors: The formula has a minus sign (\( uv - \int v \, du \)). If your \( v \) or \( du \) also contains a negative, they will cancel out. Use parentheses!
  • Forgetting \( + C \): Since we are usually dealing with indefinite integrals, don't forget the constant of integration at the very end.
  • Picking the wrong \( u \): If you pick an exponential function for \( u \) and a polynomial for \( dv \), you’ll find that the powers of \( x \) get bigger and bigger, making the problem harder. If your integral is getting "scarier," stop and swap your \( u \) and \( dv \)!

6. Summary / Key Takeaways

Key Points:

  • Use Integration by Parts when you see a product of two different types of functions.
  • Memorize the rule: \( \int u \, dv = uv - \int v \, du \).
  • Use LIATE to pick \( u \).
  • IBP is essentially the reverse of the Product Rule.
  • If at first you don't succeed (in simplifying the integral), try IBP one more time!

Don’t worry if this feels like a lot of bookkeeping at first. The more problems you practice, the more you will start to "see" the answer before you even pick up your pencil! You've got this!


Quick Review: Which function would you pick for \( u \) in the integral \( \int x^3 \ln(x) \, dx \)?
Answer: Using LIATE, Logarithmic (L) comes before Algebraic (A), so \( u = \ln(x) \).