Fiveable

๐Ÿ“˜Intermediate Algebra Unit 7 Review

QR code for Intermediate Algebra practice questions

7.3 Simplify Complex Rational Expressions

7.3 Simplify Complex Rational Expressions

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“˜Intermediate Algebra
Unit & Topic Study Guides

Simplifying Complex Rational Expressions

A complex rational expression is a fraction where the numerator, denominator, or both contain fractions themselves. Think of it as a "fraction of fractions." Simplifying these expressions means rewriting them as a single, clean fraction. There are two main methods to do this: rewriting as a division problem and using the LCD method.

What Makes a Rational Expression "Complex"

A rational expression is a fraction where the numerator and denominator are polynomials. A complex rational expression takes this a step further: it has rational expressions nested inside its numerator, denominator, or both.

Here's what one looks like:

2x+13xโˆ’2\frac{\dfrac{2}{x+1}}{\dfrac{3}{x-2}}

The goal is always the same: reduce this to a single fraction in simplified form.

Rewriting as division problems, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Complex Rational Expressions

Method 1: Rewriting as a Division Problem

This method treats the main fraction bar as a division sign. You're converting the complex fraction into a division problem, then using the "multiply by the reciprocal" rule you already know.

Steps:

  1. Rewrite the complex fraction as a division problem. The numerator of the big fraction gets divided by the denominator: 2x+13xโˆ’2โŸถ2x+1รท3xโˆ’2\frac{\dfrac{2}{x+1}}{\dfrac{3}{x-2}} \longrightarrow \frac{2}{x+1} \div \frac{3}{x-2}

  2. Multiply by the reciprocal of the divisor (flip the second fraction and multiply): 2x+1โ‹…xโˆ’23\frac{2}{x+1} \cdot \frac{x-2}{3}

  3. Factor the numerator and denominator completely. In this case, nothing factors further.

  4. Cancel any common factors between numerators and denominators. Here, there are none to cancel.

  5. Multiply across to get your simplified result: 2(xโˆ’2)3(x+1)=2xโˆ’43x+3\frac{2(x-2)}{3(x+1)} = \frac{2x-4}{3x+3}

A more interesting example where cancellation actually happens:

x2โˆ’4x+2x+1xโˆ’2=x2โˆ’4x+2รทx+1xโˆ’2\frac{\dfrac{x^2-4}{x+2}}{\dfrac{x+1}{x-2}} = \frac{x^2-4}{x+2} \div \frac{x+1}{x-2}

=x2โˆ’4x+2โ‹…xโˆ’2x+1= \frac{x^2-4}{x+2} \cdot \frac{x-2}{x+1}

Factor x2โˆ’4x^2 - 4 as (xโˆ’2)(x+2)(x-2)(x+2):

=(xโˆ’2)(x+2)x+2โ‹…xโˆ’2x+1= \frac{(x-2)(x+2)}{x+2} \cdot \frac{x-2}{x+1}

Cancel the (x+2)(x+2) terms:

=(xโˆ’2)2x+1= \frac{(x-2)^2}{x+1}

Rewriting as division problems, Simplify Complex Rational Expressions โ€“ Intermediate Algebra

Method 2: Using the LCD

This method works by multiplying the entire numerator and entire denominator of the complex fraction by the LCD of all the smaller fractions inside it. This clears out all the inner fractions at once.

Steps:

  1. Identify every denominator inside the complex fraction (both in the top and bottom parts).

  2. Find the LCD of all those denominators. Factor each one completely, then take the product of all unique factors at their highest power.

  3. Multiply both the numerator and denominator of the complex fraction by that LCD. This is valid because you're multiplying by LCDLCD=1\frac{\text{LCD}}{\text{LCD}} = 1.

  4. Distribute and simplify. The inner fractions should all clear out, leaving you with polynomials.

  5. Factor the resulting numerator and denominator, then cancel any common factors.

Example:

2x+1+3xโˆ’2x+5\frac{\dfrac{2}{x+1} + \dfrac{3}{x-2}}{x+5}

The denominators inside are (x+1)(x+1) and (xโˆ’2)(x-2), so the LCD is (x+1)(xโˆ’2)(x+1)(x-2).

Multiply the numerator and denominator by (x+1)(xโˆ’2)(x+1)(x-2):

  • Numerator: 2x+1โ‹…(x+1)(xโˆ’2)+3xโˆ’2โ‹…(x+1)(xโˆ’2)=2(xโˆ’2)+3(x+1)\frac{2}{x+1} \cdot (x+1)(x-2) + \frac{3}{x-2} \cdot (x+1)(x-2) = 2(x-2) + 3(x+1)
  • Denominator: (x+5)โ‹…(x+1)(xโˆ’2)(x+5) \cdot (x+1)(x-2)

Simplify the numerator:

2(xโˆ’2)+3(x+1)=2xโˆ’4+3x+3=5xโˆ’12(x-2) + 3(x+1) = 2x - 4 + 3x + 3 = 5x - 1

Final result:

5xโˆ’1(x+5)(x+1)(xโˆ’2)\frac{5x-1}{(x+5)(x+1)(x-2)}

When to Use Which Method

  • Division method works best when the complex fraction is one fraction over another fraction (no addition or subtraction inside). It's especially clean when things factor and cancel nicely.
  • LCD method works best when the numerator or denominator of the complex fraction involves sums or differences of rational expressions. It handles multiple terms with different denominators more smoothly.
  • For straightforward cases like x+1xโˆ’2xโˆ’3x+4\frac{\frac{x+1}{x-2}}{\frac{x-3}{x+4}}, either method works equally well. Use whichever feels more natural to you.

The more problems you work through, the faster you'll recognize which method will be cleaner for a given expression. When in doubt, the LCD method is the safer general-purpose choice.