Fiveable

📈College Algebra Unit 11 Review

QR code for College Algebra practice questions

11.4 Partial Fractions

11.4 Partial Fractions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Partial Fraction Decomposition

What Is Partial Fraction Decomposition?

Partial fraction decomposition takes a complex rational expression and breaks it into a sum of simpler fractions. Think of it as "un-adding" fractions. You know how 13+14=712\frac{1}{3} + \frac{1}{4} = \frac{7}{12}? Partial fractions works backward: it takes something like 712\frac{7}{12} and splits it back into the simpler pieces.

This technique shows up constantly in calculus (especially integration), but it's also useful any time you need to simplify a rational expression or solve equations involving them.

Before you start, there's one critical prerequisite: the rational expression must be proper, meaning the degree of the numerator is less than the degree of the denominator. If it's not, you need to do polynomial long division first to get it into proper form.

Setting Up Partial Fractions

The setup depends entirely on what kinds of factors appear in the denominator. Factor the denominator completely, then match each factor to the correct form:

  • Non-repeated linear factors like (xa)(x - a) and (xb)(x - b): each gets a constant numerator.

Axa+Bxb\frac{A}{x - a} + \frac{B}{x - b}

  • Repeated linear factors like (xa)n(x - a)^n: you need one fraction for every power from 1 up to nn.

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}

  • Irreducible quadratic factors (quadratics that don't factor over the reals, like x2+4x^2 + 4): the numerator is linear, not just a constant.

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

If an irreducible quadratic is repeated, you follow the same "increasing powers" rule as with repeated linear factors, and each term gets a linear numerator.

Decomposition of rational expressions, Integrate Rational Functions: Partial Fractions - Wisewire

Step-by-Step Process

Here's the full method from start to finish:

  1. Check that the fraction is proper. If the numerator's degree is greater than or equal to the denominator's degree, perform polynomial long division first. Use the remainder as your new numerator.
  2. Factor the denominator completely. Identify every linear and irreducible quadratic factor, including any repeated factors.
  3. Write the partial fraction setup. Assign the correct form (constant or linear numerator) to each factor, using unknown constants (A,B,C,A, B, C, \ldots).
  4. Clear the fractions. Multiply both sides of the equation by the fully factored denominator (the LCD). This eliminates all denominators.
  5. Solve for the constants. You can use either method below (or a combination of both).
  6. Write the final decomposition as the sum of the partial fractions with the solved constants plugged in.

Two Methods for Solving the Constants

Substitution method: Plug in values of xx that make individual factors equal zero. For example, if the denominator has factors (x1)(x - 1) and (x+3)(x + 3), substituting x=1x = 1 and x=3x = -3 will each eliminate terms and let you solve for constants directly. This is usually the fastest approach for linear factors.

Equating coefficients method: After multiplying both sides by the LCD, expand everything and collect like terms. Then match the coefficients of each power of xx on both sides. This creates a system of equations you can solve using substitution, elimination, or matrices. This method is especially useful when you have irreducible quadratic factors, where strategic substitution alone may not give you enough equations.

You can mix both methods in a single problem. Use substitution to find the easy constants first, then equate coefficients for the rest.

Decomposition of rational expressions, Multiply and Divide Rational Expressions – Intermediate Algebra

Example

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

  1. The fraction is already proper (degree 1 over degree 2), and the denominator is fully factored with non-repeated linear factors.

  2. 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}

  3. 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)

  4. Substitute x=1x = 1: 6=A(3)6 = A(3), so A=2A = 2

  5. Substitute x=2x = -2: 9=B(3)-9 = B(-3), so B=3B = 3

  6. Final answer: 5x+1(x1)(x+2)=2x1+3x+2\frac{5x + 1}{(x - 1)(x + 2)} = \frac{2}{x - 1} + \frac{3}{x + 2}

Preparatory Steps

Sometimes you need to do some work before you can even begin the decomposition:

  • Polynomial long division is required when the degree of the numerator is greater than or equal to the degree of the denominator. The result will be a polynomial plus a proper fraction, and you decompose only the proper fraction part.
  • Factoring techniques are essential for breaking the denominator into linear and irreducible quadratic factors. Review factoring by grouping, difference of squares, and the quadratic formula.
  • The quadratic formula or the discriminant (b24ac<0b^2 - 4ac < 0) helps you confirm when a quadratic factor is truly irreducible over the reals and needs the Ax+Bquadratic\frac{Ax + B}{\text{quadratic}} form.

Applications

  • Simplifying rational expressions into forms that are easier to integrate (you'll use this heavily in Calculus II)
  • Breaking apart complex fractions to solve equations that would be difficult to handle in their original form
  • Solving systems of equations that involve rational expressions, where decomposition can reduce the problem to a more manageable system