AP Calculus BC

U-Substitution vs Partial Fractions

Use substitution when the integrand holds an inner function together with its own derivative as a factor. Use partial fractions when the integrand is a rational function whose denominator factors and no inner derivative appears, so you split it into simpler fractions and integrate each as a logarithm.

U-substitution

Use when: You can name an inner function uu and find uu' already sitting in the integrand as a factor, up to a constant multiple.

Partial fractions

Use when: The integrand is a rational function whose denominator factors into distinct linear pieces and no derivative of the denominator is present. This is CED topic 6.12, which is BC only.

Side by side

U-substitutionPartial fractions
What it doesCollapses a composition into a standard formSplits one fraction into a sum of simpler fractions
Look forf(g(x))g(x)f(g(x)) \cdot g'(x)P(x)Q(x)\frac{P(x)}{Q(x)} with QQ factorable and degP<degQ\deg P < \deg Q
Test case2xx21dx\int \frac{2x}{x^2 - 1}\,dx1x21dx\int \frac{1}{x^2 - 1}\,dx
Answerlnx21+C\ln\lvert x^2 - 1 \rvert + C12lnx1x+1+C\frac{1}{2}\ln\left\lvert \frac{x-1}{x+1} \right\rvert + C
Common trapConverting xx but leaving dxdx in place of duduSkipping the long division when degPdegQ\deg P \ge \deg Q

Those two test cases differ by a single factor of 2x2x, and that factor decides the method. With it, u=x21u = x^2 - 1 gives du=2xdxdu = 2x\,dx and the integral becomes duu\int \frac{du}{u}. Without it, no substitution helps, so factor the denominator as (x1)(x+1)(x-1)(x+1) and split the fraction instead.

  1. Is the integrand rational? If not, partial fractions is off the table and substitution or parts is the route.
  2. Is the derivative of the denominator present in the numerator, up to a constant? Substitute, and expect a logarithm.
  3. Is the numerator degree at least the denominator degree? Long divide first, then decompose the remainder.
  4. Does the denominator factor into distinct linear terms? Decompose, solve for the constants, and integrate term by term.

What the exam actually asks

The CED limits partial fractions to denominators that factor into distinct linear terms, so repeated factors and irreducible quadratics stay off the AP exam. Every piece then integrates to a logarithm, which is why these answers land as ln\ln of a quotient.

Frequently asked questions

What if the denominator does not factor?

Complete the square instead. A denominator like x2+4x+13x^2 + 4x + 13 becomes (x+2)2+9(x+2)^2 + 9, which points to an arctan\arctan answer rather than a decomposition.

Can one integral need both methods?

Often. Decompose first, then substitute inside a piece such as 12x+5dx\int \frac{1}{2x+5}\,dx, where u=2x+5u = 2x+5 supplies the factor of 12\frac{1}{2} that is easy to lose.

In the CED: Unit 6: Integration and Accumulation