Introduction: The Art of "Un-Simplifying" Fractions

Welcome to one of the most satisfying techniques in AP Calculus BC! So far in Unit 6, you’ve learned how to integrate using basic rules, u-substitution, and perhaps even integration by parts. But what happens when you run into a rational function—a fraction like \( \frac{5x-3}{x^2-2x-3} \)—where u-substitution just doesn't work?

Think of Partial Fraction Decomposition as the "reverse" of finding a common denominator. In algebra, you learned how to take two simple fractions and add them together. In Calculus BC, we do the opposite: we break a complex fraction down into simpler "partial" fractions that are much easier to integrate. This is a BC-only topic, so mastering it is a great way to earn those extra points on the BC exam!

The Strategy: When to Use Partial Fractions

You should consider this method when you are trying to integrate a rational function \( \int \frac{P(x)}{Q(x)} dx \) and notice the following:

  • The "Proper" Rule: The degree of the numerator (the top) must be less than the degree of the denominator (the bottom). If the top is "heavy" (degree is equal or greater), you must perform Polynomial Long Division first! (Review Topic 6.10 if you need a refresher).
  • Factorable Denominator: The denominator \( Q(x) \) must be able to be factored into linear factors (factors like \( ax + b \)).

Analogy: Imagine you are given a smoothie and asked to identify the individual fruits. Partial Fraction Decomposition is like separating the strawberries from the bananas so you can deal with each one individually.

Key Takeaway: Before you start, always check if the fraction is "proper." If not, divide first!

Case 1: Distinct Linear Factors

This is the most common scenario on the AP exam. It occurs when the denominator factors into unique, non-repeating linear terms.

The Step-by-Step Process

  1. Factor the denominator: Turn \( x^2 - 5x + 6 \) into \( (x-2)(x-3) \).
  2. Set up the decomposition: Write the fraction as a sum of simpler fractions with unknown constants \( A \), \( B \), etc.

    \( \frac{5x-7}{(x-2)(x-3)} = \frac{A}{x-2} + \frac{B}{x-3} \)

  3. Clear the fractions: Multiply the entire equation by the common denominator to get a "basic equation."

    \( 5x - 7 = A(x-3) + B(x-2) \)

  4. Solve for A and B: Pick "convenient" values for \( x \) (the roots) to make terms disappear.
    • If \( x = 3 \): \( 5(3) - 7 = B(3-2) \implies 8 = B \)
    • If \( x = 2 \): \( 5(2) - 7 = A(2-3) \implies 3 = -A \implies A = -3 \)
  5. Integrate: Replace the original mess with your new, simple fractions.

    \( \int \left( \frac{-3}{x-2} + \frac{8}{x-3} \right) dx = -3\ln|x-2| + 8\ln|x-3| + C \)

Quick Review: Remember that \( \int \frac{1}{x} dx = \ln|x| + C \). Don't forget the absolute value bars! They are required for a correct answer on the Free-Response Section (FRQ).

Case 2: Repeated Linear Factors

Sometimes a factor shows up more than once, like \( (x-1)^2 \). We have to account for every "level" of that factor in our setup.

The Setup Rule: If you have a factor \( (x-a)^n \), you need \( n \) fractions for it, increasing the power each time.

Example: To decompose \( \frac{x}{(x-1)^2} \), you write:

\( \frac{x}{(x-1)^2} = \frac{A}{x-1} + \frac{B}{(x-1)^2} \)

Don't worry if this seems tricky! The steps to solve for \( A \) and \( B \) are exactly the same: clear the fractions and pick smart \( x \) values. Just remember that for the term with the squared denominator, the integral will result in a Power Rule application, not a natural log!

\( \int \frac{1}{(x-1)^2} dx = \int (x-1)^{-2} dx = -(x-1)^{-1} = \frac{-1}{x-1} \)

The "Heaviside Cover-Up" Method

Want a shortcut for Section I (Multiple Choice)? For distinct linear factors, you can find the constants almost instantly!

  1. To find \( A \) (the constant over \( x-2 \)):
  2. Go to the original fraction: \( \frac{5x-7}{(x-2)(x-3)} \).
  3. Cover up the \( (x-2) \) part with your finger.
  4. Plug the root (\( x=2 \)) into everything else that's left: \( \frac{5(2)-7}{2-3} = \frac{3}{-1} = -3 \).
  5. Boom! \( A = -3 \).

Did you know? This method is named after Oliver Heaviside, a self-taught electrical engineer. It only works for non-repeating linear factors, but it’s a massive time-saver on the calculator-inactive portion of the exam!

Common Pitfalls to Avoid

  • Forgetting Long Division: If you see \( \int \frac{x^2}{x^2-1} dx \), you must divide first because the degrees are equal.
  • Sign Errors: Be extremely careful when solving for \( A \) and \( B \). A single negative sign mistake will change your entire natural log answer.
  • The "u-sub" Trap: Before doing partial fractions, always check if a simple \( u \)-substitution works first. If \( u = \text{denominator} \) and \( du = \text{numerator} \), don't waste time on partial fractions!
  • Missing \( + C \): It’s a classic mistake. Every indefinite integral needs its constant of integration.

Summary Table: Integration Types

Factor Type Setup Example Resulting Integral Type
Distinct Linear \( \frac{A}{x-a} + \frac{B}{x-b} \) Natural Log (\( \ln |u| \))
Repeated Linear \( \frac{A}{x-a} + \frac{B}{(x-a)^2} \) Log and Power Rule

Final Key Takeaway: Partial fractions turn multiplication in the denominator into addition of separate fractions. Once you have addition, you can integrate term-by-term. It's a procedural process—practice the steps, and you'll find these are some of the most "predictable" questions on the BC exam!