Method guideCalculus IIIntermediate12 min read

Partial fractions: decompose before integrating

Turn a proper rational function into simpler fractions whose antiderivatives are logarithmic or inverse-trigonometric.

P(x)Q(x)= simpler rational terms\frac{P(x)}{Q(x)}=\sum\text{ simpler rational terms}
Method guide

How to recognize the method, run it, and know when it is the wrong choice.

Reviewed July 11, 2026
PrerequisitesStart here

First make the fraction proper by long division, then factor the denominator completely over the real numbers before choosing decomposition terms.

01

The denominator determines the template

Distinct linear factors receive constants over each factor. Repeated linear factors require every power through the repetition. Irreducible quadratic factors receive linear numerators.

The template is structural; missing a repeated term makes the coefficient system impossible or misleading.

02

Solve coefficients efficiently

After multiplying through by the common denominator, strategic substitutions can isolate coefficients for distinct linear factors. Coefficient comparison handles the remaining terms systematically.

Check the decomposition by recombining before integrating.

03

Recognize the final antiderivatives

Linear denominators produce logarithms. Repeated powers use the power rule after substitution. Irreducible quadratics may require completing the square and an arctangent form.

Worked exampleTwo distinct linear factors

Evaluate ∫ 1/(x² − 1) dx.

11(x1)(x+1)=Ax1+Bx+1\frac1{(x-1)(x+1)}=\frac{A}{x-1}+\frac{B}{x+1}

Use one constant for each distinct linear factor.

2A=12,B=12A=\frac12,\qquad B=-\frac12

Solve by substituting x = 1 and x = −1.

312dxx112dxx+1\frac12\int\frac{dx}{x-1}-\frac12\int\frac{dx}{x+1}

Integrate the decomposed terms.

Result12lnx1x+1+C\boxed{\frac12\ln\left|\frac{x-1}{x+1}\right|+C}
Watch for

Common mistakes

  1. Skipping long division when the numerator degree is too large.
  2. Forgetting intermediate powers for repeated factors.
  3. Using a constant numerator over an irreducible quadratic.
Keep

Three takeaways

  1. Proper fraction first, full factorization second.
  2. The factor type determines each numerator.
  3. Verify the algebra before integrating.