Fiveable

📏Honors Pre-Calculus Unit 9 Review

QR code for Honors Pre-Calculus practice questions

9.4 Partial Fractions

9.4 Partial Fractions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Partial Fraction Decomposition

Partial fraction decomposition reverses the process of adding fractions. Instead of combining simple fractions into one complex fraction, you're breaking a complex rational expression back apart into a sum of simpler ones. This skill shows up constantly in calculus (especially integration), so mastering it now gives you a serious head start.

Pep mascot
more resources to help you study

Decomposition of Rational Expressions

The core idea: if you have a rational expression P(x)Q(x)\frac{P(x)}{Q(x)} where the degree of P(x)P(x) is less than the degree of Q(x)Q(x), and Q(x)Q(x) factors into distinct linear factors, you can split it into simpler fractions.

For example, if Q(x)=(xa)(xb)(xc)Q(x) = (x-a)(x-b)(x-c), the decomposition looks like:

P(x)(xa)(xb)(xc)=Axa+Bxb+Cxc\frac{P(x)}{(x-a)(x-b)(x-c)} = \frac{A}{x-a} + \frac{B}{x-b} + \frac{C}{x-c}

Before you start: Make sure the fraction is proper (degree of numerator < degree of denominator). If it isn't, use polynomial long division first, then decompose the remainder.

Steps to find A, B, and C:

  1. Factor the denominator completely.
  2. Set up the partial fraction form with unknown constants (AA, BB, CC, etc.).
  3. Multiply both sides by the common denominator to clear all fractions.
  4. Solve for the constants using one of two methods:
    • Substitution method: Plug in the values that make each factor zero. For instance, substituting x=ax = a eliminates every term except the one with AA, so you can solve for AA directly.
    • Equating coefficients: Expand the right side, then match the coefficients of each power of xx on both sides. This creates a system of equations you can solve.

The substitution method is usually faster for distinct linear factors. Equating coefficients becomes more useful when you have quadratic factors or repeated factors.

Example: Decompose 5x+1(x1)(x+2)\frac{5x + 1}{(x-1)(x+2)}

  1. Set up: 5x+1(x1)(x+2)=Ax1+Bx+2\frac{5x+1}{(x-1)(x+2)} = \frac{A}{x-1} + \frac{B}{x+2}
  2. Multiply both sides by (x1)(x+2)(x-1)(x+2): 5x+1=A(x+2)+B(x1)5x + 1 = A(x+2) + B(x-1)
  3. Substitute x=1x = 1: 6=3A6 = 3A, so A=2A = 2
  4. Substitute x=2x = -2: 9=3B-9 = -3B, so B=3B = 3
  5. Result: 5x+1(x1)(x+2)=2x1+3x+2\frac{5x+1}{(x-1)(x+2)} = \frac{2}{x-1} + \frac{3}{x+2}

Partial Fractions with Repeated Factors

When a linear factor appears more than once in the denominator, you need a separate term for each power of that factor, from 1 up to the highest power.

For a repeated factor (xa)n(x-a)^n, include:

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}

A common mistake is writing only one fraction for a repeated factor. If you see (x3)3(x-3)^3 in the denominator, you need three separate terms with denominators (x3)(x-3), (x3)2(x-3)^2, and (x3)3(x-3)^3.

To solve for the coefficients:

  1. Multiply both sides by the full common denominator.
  2. Substitute x=ax = a to find AnA_n (the constant for the highest power) directly.
  3. Use either substitution of other convenient xx-values or equating coefficients to find the remaining constants.

Example: For 3x2+1(x1)2(x+2)\frac{3x^2 + 1}{(x-1)^2(x+2)}, the setup is:

3x2+1(x1)2(x+2)=Ax1+B(x1)2+Cx+2\frac{3x^2+1}{(x-1)^2(x+2)} = \frac{A}{x-1} + \frac{B}{(x-1)^2} + \frac{C}{x+2}

Notice there are two terms for the (x1)(x-1) factor because it's squared.

Decomposition of rational expressions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Rational Equations

Quadratic Factors in Partial Fractions

When the denominator contains an irreducible quadratic factor (one that can't be factored over the reals, meaning its discriminant b24ac<0b^2 - 4ac < 0), the numerator of that partial fraction must be linear, not constant.

For an irreducible quadratic factor ax2+bx+cax^2 + bx + c, the corresponding term is:

Ax+Bax2+bx+c\frac{Ax + B}{ax^2 + bx + c}

The numerator is Ax+BAx + B (degree 1) because it must be exactly one degree less than the denominator factor (degree 2). This is different from linear factors, where the numerator is just a constant.

Example setup: For 2x2+3(x1)(x2+4)\frac{2x^2 + 3}{(x-1)(x^2+4)}, the decomposition is:

2x2+3(x1)(x2+4)=Ax1+Bx+Cx2+4\frac{2x^2+3}{(x-1)(x^2+4)} = \frac{A}{x-1} + \frac{Bx + C}{x^2+4}

You'd then multiply through by (x1)(x2+4)(x-1)(x^2+4) and use substitution (x=1x = 1 gives AA quickly) combined with equating coefficients to find BB and CC.

Always check that a quadratic factor is truly irreducible before using this form. If x24x^2 - 4 appears in the denominator, factor it as (x2)(x+2)(x-2)(x+2) and use distinct linear factors instead.

Repeated Quadratics in Decomposition

Just as repeated linear factors need multiple terms, repeated irreducible quadratic factors do too. For (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}

Each term has a linear numerator, and you write one term for each power from 1 through nn.

These problems generate larger systems of equations, so equating coefficients is typically the most reliable approach. Be organized: expand everything carefully, group by powers of xx, and solve the resulting system step by step.

Decomposition of rational expressions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Rational Equations

Summary of Decomposition Forms

Denominator Factor TypeForm of Partial Fraction Term
Distinct linear (xa)(x - a)Axa\frac{A}{x-a}
Repeated linear (xa)n(x - a)^nA1xa+A2(xa)2++An(xa)n\frac{A_1}{x-a} + \frac{A_2}{(x-a)^2} + \cdots + \frac{A_n}{(x-a)^n}
Irreducible quadratic ax2+bx+cax^2+bx+cAx+Bax2+bx+c\frac{Ax+B}{ax^2+bx+c}
Repeated irreducible quadratic (ax2+bx+c)n(ax^2+bx+c)^nA1x+B1ax2+bx+c++Anx+Bn(ax2+bx+c)n\frac{A_1x+B_1}{ax^2+bx+c} + \cdots + \frac{A_nx+B_n}{(ax^2+bx+c)^n}

Applications in Calculus and Differential Equations

You won't need this for your pre-calc exam, but here's why this topic exists in the curriculum: in calculus, integrating a fraction like 5x+1(x1)(x+2)\frac{5x+1}{(x-1)(x+2)} directly is difficult. Once you decompose it into 2x1+3x+2\frac{2}{x-1} + \frac{3}{x+2}, each piece integrates easily using basic logarithm rules. Partial fractions also appear when solving certain differential equations using Laplace transforms. The decomposition skills you build now will pay off later.