2.4 Rational Expressions & Complex Fractions

Key Takeaways

  • A rational expression P(x)/Q(x) is undefined wherever Q(x) = 0, and those restrictions are read from the ORIGINAL denominators before any cancelling.
  • Simplifying means factoring numerator and denominator completely and cancelling common FACTORS; individual terms in a sum can never be cancelled.
  • Multiplication needs no common denominator (factor, cancel across the fraction bar, then multiply), while division multiplies by the reciprocal of the divisor.
  • Addition and subtraction require the LCD, which is built by taking every distinct factor to its highest power appearing in any denominator.
  • Complex fractions are cleared either by simplifying the numerator and denominator into single fractions and dividing, or by multiplying every term by the LCD of all the small denominators.
Last updated: August 2026

2.4 Rational Expressions & Complex Fractions

The official CLEP College Algebra outline places operations with algebraic expressions inside the Algebraic Operations content area, which carries 25% of the exam. Polynomial arithmetic is only half of that skill: the other half is manipulating rational expressions — quotients of polynomials. These appear directly as simplification items and indirectly inside rational equations, function domains, composite functions, and difference quotients. Getting fluent here pays off across the whole test.


Definition and Domain Restrictions

A rational expression is a quotient of two polynomials:

R(x)=P(x)Q(x),Q(x)0R(x) = \frac{P(x)}{Q(x)}, \quad Q(x) \neq 0

Because division by zero is undefined, every value that makes the denominator zero must be excluded. Two rules govern this and both are tested:

  1. Read restrictions from the original denominators, before you simplify. If x29x23x\frac{x^2 - 9}{x^2 - 3x} is simplified to x+3x\frac{x + 3}{x}, the restriction x3x \neq 3 still applies even though the factor (x3)(x - 3) has vanished from the written form.
  2. In a product or quotient chain, collect restrictions from every denominator that appears at any stage — including the divisor's numerator, which becomes a denominator after you flip it.

Exam Trap: A very common distractor is the simplified expression paired with only the restrictions still visible in it. The cancelled restriction is the one CLEP wants you to remember.


Simplifying: Cancel Factors, Never Terms

To reduce a rational expression to lowest terms:

  1. Factor the numerator completely.
  2. Factor the denominator completely.
  3. Divide out factors common to both.

Worked Example 1: Full Simplification

Problem: Simplify 2x27x15x29\frac{2x^2 - 7x - 15}{x^2 - 9} and state all restrictions.

  1. Factor the numerator (acac-method: ac=2(15)=30ac = 2(-15) = -30, and 10+3=7-10 + 3 = -7): 2x210x+3x15=2x(x5)+3(x5)=(2x+3)(x5)2x^2 - 10x + 3x - 15 = 2x(x - 5) + 3(x - 5) = (2x + 3)(x - 5)
  2. Factor the denominator (difference of squares): x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3).
  3. Restrictions from the original denominator: x3x \neq 3 and x3x \neq -3.
  4. Cancel: nothing is common, so the expression is already in lowest terms: (2x+3)(x5)(x3)(x+3),x±3\frac{(2x + 3)(x - 5)}{(x - 3)(x + 3)}, \quad x \neq \pm 3

The single most common algebra error on this topic: cancelling across a sum. In x+5x\frac{x + 5}{x} the xx values do not cancel, because x+5x + 5 is a sum, not a product. Cancelling is division, and division distributes over a product, not over a sum. Only a factor that multiplies the entire numerator may be divided out.

Opposite Factors

Factors that differ only by sign cancel to 1-1, because ba=(ab)b - a = -(a - b):

x44x=x4(x4)=1,x4\frac{x - 4}{4 - x} = \frac{x - 4}{-(x - 4)} = -1, \quad x \neq 4


Multiplication and Division

OperationRulePractical Order of Work
MultiplyABCD=ACBD\frac{A}{B} \cdot \frac{C}{D} = \frac{AC}{BD}Factor everything first, cancel any numerator factor against any denominator factor, then multiply what is left
DivideAB÷CD=ABDC\frac{A}{B} \div \frac{C}{D} = \frac{A}{B} \cdot \frac{D}{C}Flip the divisor, then follow the multiplication procedure

No common denominator is needed for either operation. Never expand the products before cancelling — that destroys the factored form you need.

Worked Example 2: Division of Rational Expressions

Problem: Simplify x24x2+6x+8÷3x6x+4\frac{x^2 - 4}{x^2 + 6x + 8} \div \frac{3x - 6}{x + 4}.

  1. Multiply by the reciprocal: x24x2+6x+8x+43x6\frac{x^2 - 4}{x^2 + 6x + 8} \cdot \frac{x + 4}{3x - 6}
  2. Factor every polynomial: (x2)(x+2)(x+2)(x+4)x+43(x2)\frac{(x - 2)(x + 2)}{(x + 2)(x + 4)} \cdot \frac{x + 4}{3(x - 2)}
  3. Restrictions (from every denominator that appears, plus the original divisor): x2x \neq -2, x4x \neq -4, x2x \neq 2.
  4. Cancel (x2)(x - 2), (x+2)(x + 2), and (x+4)(x + 4): 13\frac{1}{3}

The answer is the constant 13\frac{1}{3} for every xx other than 22, 2-2, and 4-4.


Addition and Subtraction: Building the LCD

Unlike multiplication, adding and subtracting requires a common denominator.

How to build the LCD: factor every denominator, then take each distinct factor to the highest power it reaches in any single denominator.

DenominatorsFactoredLCD
x2xx^2 - x, x21x^2 - 1x(x1)x(x - 1), (x1)(x+1)(x - 1)(x + 1)x(x1)(x+1)x(x - 1)(x + 1)
6x26x^2, 4x34x^323x22 \cdot 3 \cdot x^2, 22x32^2 \cdot x^312x312x^3
(x+2)2(x + 2)^2, x+2x + 2(x+2)2(x + 2)^2

Worked Example 3: Subtraction with Unlike Denominators

Problem: Simplify 5x2x62x24\frac{5}{x^2 - x - 6} - \frac{2}{x^2 - 4}.

  1. Factor both denominators: x2x6=(x3)(x+2)x^2 - x - 6 = (x - 3)(x + 2) and x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2).
  2. LCD =(x3)(x+2)(x2)= (x - 3)(x + 2)(x - 2). Restrictions: x3,2,2x \neq 3, -2, 2.
  3. Rewrite each fraction over the LCD: 5(x2)(x3)(x+2)(x2)2(x3)(x3)(x+2)(x2)\frac{5(x - 2)}{(x - 3)(x + 2)(x - 2)} - \frac{2(x - 3)}{(x - 3)(x + 2)(x - 2)}
  4. Subtract the numerators — distribute the minus sign across the whole second numerator: 5x10(2x6)(x3)(x+2)(x2)=5x102x+6(x3)(x+2)(x2)=3x4(x3)(x+2)(x2)\frac{5x - 10 - (2x - 6)}{(x - 3)(x + 2)(x - 2)} = \frac{5x - 10 - 2x + 6}{(x - 3)(x + 2)(x - 2)} = \frac{3x - 4}{(x - 3)(x + 2)(x - 2)}
  5. Check for further factoring: 3x43x - 4 shares no factor with the denominator, so this is final.

Exam Trap: Forgetting to distribute the subtraction across every term of the second numerator produces 5x102x6=3x165x - 10 - 2x - 6 = 3x - 16. That wrong numerator is almost always one of the answer choices.


Complex Fractions

A complex fraction contains a fraction inside its numerator, its denominator, or both. Two reliable methods exist; pick whichever is faster for the structure in front of you.

Method 1 (combine, then divide): simplify the numerator into a single fraction, simplify the denominator into a single fraction, then multiply by the reciprocal.

Method 2 (multiply by the LCD): multiply every term in both the numerator and the denominator by the LCD of all the small inner denominators. This clears every small fraction in one step and is usually faster when several small fractions are present.

Worked Example 4: Complex Fraction by the LCD Method

Problem: Simplify 1x131x219\dfrac{\dfrac{1}{x} - \dfrac{1}{3}}{\dfrac{1}{x^2} - \dfrac{1}{9}}.

  1. Identify the inner denominators: xx, 33, x2x^2, 99. Their LCD is 9x29x^2.
  2. Multiply every term above and below by 9x29x^2: 9x21x9x2139x21x29x219=9x3x29x2\frac{9x^2 \cdot \frac{1}{x} - 9x^2 \cdot \frac{1}{3}}{9x^2 \cdot \frac{1}{x^2} - 9x^2 \cdot \frac{1}{9}} = \frac{9x - 3x^2}{9 - x^2}
  3. Factor both parts: 9x3x2=3x(3x)9x - 3x^2 = 3x(3 - x) and 9x2=(3x)(3+x)9 - x^2 = (3 - x)(3 + x).
  4. Cancel the common factor (3x)(3 - x): 3x3+x,x0, x3, x3\frac{3x}{3 + x}, \quad x \neq 0,\ x \neq 3,\ x \neq -3

Notice that the restriction x3x \neq 3 survives from the original expression even though (3x)(3 - x) no longer appears — exactly the situation described at the start of this section.


Where This Shows Up Elsewhere on the Exam

  • Function domains (Chapter 4): the excluded values of a rational expression are precisely the values missing from the domain.
  • Rational equations (Section 3.1): the LCD you build here is the multiplier that clears the equation, and the restrictions are the extraneous-root screen.
  • Rational functions (Section 4.7): a factor that cancels produces a hole; a factor that survives in the denominator produces a vertical asymptote.
Test Your Knowledge

Simplify (3x^2 + 5x - 2) / (x^2 + x - 2) and state all restrictions on x.

A
B
C
D
Test Your Knowledge

Simplify 4 / (x^2 - 25) + 1 / (x + 5).

A
B
C
D
Test Your Knowledge

Which statement about the expression (x + 7) / x is correct?

A
B
C
D
Test Your Knowledge

Simplify the complex fraction (1/2 + 1/x) / (1/4 - 1/x^2).

A
B
C
D