CMClearMathAcademy

Partial Fractions Decomposition

A free College Algebra lesson from the “Rational Expressions and Equations” unit, with a worked example and practice problems including step-by-step solutions.

Partial fractions decomposition rewrites a complex rational expression as a sum of simpler ones. For a proper rational P(x) / [(x - a)(x - b)] with distinct linear factors, write P(x) / [(x - a)(x - b)] = A / (x - a) + B / (x - b). Multiply both sides by the common denominator and solve for A and B (often by plugging in x = a and x = b).

What you'll learn

Why it matters: Calculus integration of rational functions, Laplace transforms in engineering, and any closed-form solution of differential equations all use partial fractions decomposition.

Worked example

Problem. Decompose 1 / [(x - 1)(x - 2)] into A / (x - 1) + B / (x - 2). Find A.

  1. Multiply both sides by (x - 1)(x - 2): 1 = A(x - 2) + B(x - 1).
  2. Set x = 1: 1 = A(1 - 2) = -A, so A = -1.
  3. Set x = 2: 1 = B(2 - 1) = B, so B = 1.

Answer: -1

Practice problems

1. Decompose 1 / [(x - 1)(x - 2)] = A / (x - 1) + B / (x - 2). Find A.

Show solution
  1. Warm-up: First identify exactly what the question is asking: Decompose 1 / [(x - 1)(x - 2)] = A / (x - 1) + B / (x - 2). Find A.
  2. Use inverse operations to isolate the unknown, and keep both sides balanced at every step.
  3. Multiply both sides by denominator. Set x = 1: 1 = -A so A = -1.
  4. Check the result by substituting or estimating: the response should match -1 and make sense in the original problem.

Answer: -1

2. Same. Find B.

Show solution
  1. Warm-up: First identify exactly what the question is asking: Same. Find B.
  2. Choose the operation or relationship that matches the wording, then carry it out one clear step at a time.
  3. Set x = 2: 1 = B.
  4. Check the result by substituting or estimating: the response should match 1 and make sense in the original problem.

Answer: 1

3. Decompose 5 / [(x - 1)(x - 2)] = A / (x - 1) + B / (x - 2). Find A.

Show solution
  1. Warm-up: First identify exactly what the question is asking: Decompose 5 / [(x - 1)(x - 2)] = A / (x - 1) + B / (x - 2). Find A.
  2. Use inverse operations to isolate the unknown, and keep both sides balanced at every step.
  3. Same method: set x = 1, get 5 = -A -> A = -5.
  4. Check the result by substituting or estimating: the response should match -5 and make sense in the original problem.

Answer: -5

4. Same. Find B.

Show solution
  1. Core Practice: First identify exactly what the question is asking: Same. Find B.
  2. Choose the operation or relationship that matches the wording, then carry it out one clear step at a time.
  3. Set x = 2: 5 = B.
  4. Check the result by substituting or estimating: the response should match 5 and make sense in the original problem.

Answer: 5

5. Decompose 1/(x(x - 1)) = A/x + B/(x - 1). Find A.

Show solution
  1. Core Practice: First identify exactly what the question is asking: Decompose 1/(x(x - 1)) = A/x + B/(x - 1). Find A.
  2. Use inverse operations to isolate the unknown, and keep both sides balanced at every step.
  3. Set x = 0: 1 = A(0 - 1) = -A, so A = -1.
  4. Check the result by substituting or estimating: the response should match -1 and make sense in the original problem.

Answer: -1

Practice this interactively with instant feedback and an AI tutor.

Practice Partial Fractions Decomposition Take the free placement check

More College Algebra lessons