Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Partial fractions decomposition rewrites a complicated rational expression as a sum of simpler rational expressions. Students need this cheat sheet when integrating rational functions, simplifying algebraic expressions, and preparing for precalculus or calculus. It helps identify which partial fraction form matches each type of denominator factor.

It also shows how to set up equations before solving for unknown coefficients.

The main idea is to factor the denominator completely, then assign the correct numerator form to each factor. A linear factor such as xax-a gets a constant numerator, while an irreducible quadratic such as ax2+bx+cax^2+bx+c gets a linear numerator. If the rational expression is improper, divide first so the numerator degree is less than the denominator degree.

After setup, multiply by the common denominator and solve for the unknown constants.

Key Facts

  • A rational expression P(x)Q(x)\frac{P(x)}{Q(x)} is proper when degP(x)<degQ(x)\deg P(x)<\deg Q(x), and partial fractions should be set up only after this is true.
  • For a distinct linear factor xax-a, use the form Axa\frac{A}{x-a}.
  • For repeated linear factors (xa)n(x-a)^n, use the full chain A1xa+A2(xa)2++An(xa)n\frac{A_1}{x-a}+\frac{A_2}{(x-a)^2}+\cdots+\frac{A_n}{(x-a)^n}.
  • For an irreducible quadratic factor ax2+bx+cax^2+bx+c, use the form Ax+Bax2+bx+c\frac{Ax+B}{ax^2+bx+c}.
  • For repeated irreducible quadratic factors (ax2+bx+c)n(ax^2+bx+c)^n, include A1x+B1ax2+bx+c+A2x+B2(ax2+bx+c)2++Anx+Bn(ax2+bx+c)n\frac{A_1x+B_1}{ax^2+bx+c}+\frac{A_2x+B_2}{(ax^2+bx+c)^2}+\cdots+\frac{A_nx+B_n}{(ax^2+bx+c)^n}.
  • After writing the partial fraction form, multiply both sides by the least common denominator to create a polynomial identity.
  • Coefficients can be found by substituting convenient values of xx or by matching coefficients of equal powers of xx.
  • If degP(x)degQ(x)\deg P(x)\ge \deg Q(x), use polynomial division first: P(x)Q(x)=S(x)+R(x)Q(x)\frac{P(x)}{Q(x)}=S(x)+\frac{R(x)}{Q(x)} with degR(x)<degQ(x)\deg R(x)<\deg Q(x).

Vocabulary

Rational expression
A quotient of two polynomials, written as P(x)Q(x)\frac{P(x)}{Q(x)} where Q(x)0Q(x)\ne 0.
Proper rational expression
A rational expression in which the numerator has smaller degree than the denominator, so degP(x)<degQ(x)\deg P(x)<\deg Q(x).
Linear factor
A first-degree factor of a polynomial, such as xax-a or mx+bmx+b.
Irreducible quadratic
A quadratic factor ax2+bx+cax^2+bx+c that cannot be factored into real linear factors.
Repeated factor
A factor that appears with an exponent greater than 11, such as (x3)2(x-3)^2.
Polynomial identity
An equation between polynomials that is true for all allowed values of xx.

Common Mistakes to Avoid

  • Skipping polynomial division when the fraction is improper is wrong because partial fractions require degP(x)<degQ(x)\deg P(x)<\deg Q(x) before decomposition.
  • Using only one term for a repeated factor is wrong because (xa)n(x-a)^n needs every power from 11 through nn, such as A1xa+A2(xa)2\frac{A_1}{x-a}+\frac{A_2}{(x-a)^2} for n=2n=2.
  • Putting a constant numerator over an irreducible quadratic is wrong because ax2+bx+cax^2+bx+c needs a linear numerator Ax+BAx+B.
  • Canceling factors before checking the domain can be wrong because the original expression still has excluded values where the denominator equals 00.
  • Substituting values that make a denominator zero in the original equation is wrong unless you have already multiplied through to form a valid polynomial identity.

Practice Questions

  1. 1 Set up the partial fraction form for 5x+7(x2)(x+3)\frac{5x+7}{(x-2)(x+3)}.
  2. 2 Decompose 3x+5(x1)(x+2)\frac{3x+5}{(x-1)(x+2)} into partial fractions.
  3. 3 Set up the partial fraction form for x2+1(x4)2(x2+9)\frac{x^2+1}{(x-4)^2(x^2+9)}.
  4. 4 Explain why Ax2+4\frac{A}{x^2+4} is not the most general partial fraction form for an irreducible quadratic factor.