Fiveable

📈College Algebra Unit 1 Review

QR code for College Algebra practice questions

1.6 Rational Expressions

1.6 Rational Expressions

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

Simplifying and Operating on Rational Expressions

A rational expression is a fraction where both the numerator and denominator are polynomials. Think of it as everything you already know about fractions, but now with polynomials instead of plain numbers. The same rules apply: you can add, subtract, multiply, divide, and simplify. The key difference is that you'll need to factor polynomials before you can cancel anything.

One thing to keep in mind throughout: a rational expression is undefined whenever its denominator equals zero. The set of input values that keep the denominator nonzero is called the domain of the expression. Always watch for values that would make a denominator zero.

Simplification of Rational Expressions

The goal of simplifying is to reduce the expression to its lowest terms, just like reducing 68\frac{6}{8} to 34\frac{3}{4}.

Steps to simplify:

  1. Factor the numerator and denominator completely. Use whichever factoring techniques fit:

    • Greatest common factor (GCF)
    • Difference of squares: a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)
    • Perfect square trinomials: a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a+b)^2
    • Trinomial factoring or factoring by grouping
  2. Cancel factors that appear in both the numerator and denominator. You can only cancel factors (things being multiplied), never individual terms that are being added or subtracted.

  3. Write what remains.

For example, simplify x29x2+5x+6\frac{x^2 - 9}{x^2 + 5x + 6}:

  • Factor the numerator: x29=(x+3)(x3)x^2 - 9 = (x+3)(x-3)
  • Factor the denominator: x2+5x+6=(x+3)(x+2)x^2 + 5x + 6 = (x+3)(x+2)
  • Cancel the common factor (x+3)(x+3): the result is x3x+2\frac{x-3}{x+2}, with x3x \neq -3 and x2x \neq -2

Multiplication and Division

Multiplication works the same way as with numeric fractions:

  1. Factor all numerators and denominators completely.
  2. Cancel any factor that appears in both a numerator and a denominator.
  3. Multiply the remaining numerators together and the remaining denominators together.

Factor before you multiply. It's much easier to cancel at that stage than after you've expanded everything.

Division adds one preliminary step:

  1. Rewrite the division as multiplication by the reciprocal. The reciprocal of ab\frac{a}{b} is ba\frac{b}{a}.
  2. Then follow the multiplication steps above.
Simplification of rational expressions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Simplifying Rational Expressions

Addition and Subtraction

Adding and subtracting rational expressions requires a common denominator, just like numeric fractions.

With like denominators:

  1. Keep the common denominator.
  2. Add or subtract the numerators.
  3. Factor and simplify the result.

With unlike denominators:

  1. Find the least common denominator (LCD). Factor each denominator, then build the LCD by taking each distinct factor raised to its highest power that appears in any denominator.
  2. Rewrite each fraction with the LCD as its denominator. Multiply each fraction's numerator and denominator by whatever factor(s) it's missing.
  3. Add or subtract the numerators over the common denominator.
  4. Factor and simplify the result.

For example, to add 2x\frac{2}{x} and 3x+1\frac{3}{x+1}: the LCD is x(x+1)x(x+1). Rewrite as 2(x+1)x(x+1)+3xx(x+1)=2x+2+3xx(x+1)=5x+2x(x+1)\frac{2(x+1)}{x(x+1)} + \frac{3x}{x(x+1)} = \frac{2x+2+3x}{x(x+1)} = \frac{5x+2}{x(x+1)}.

Solving Equations and Analyzing Complex Rational Expressions

Simplification of rational expressions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Simplifying Rational Expressions

Equations with Rational Expressions

When you have an equation (not just an expression) containing rational expressions, you can clear the fractions entirely.

  1. Identify the LCD of every rational expression in the equation.

  2. Multiply both sides of the equation by the LCD. This eliminates all denominators.

  3. Solve the resulting polynomial equation using standard techniques (distributing, combining like terms, factoring, or the quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}).

  4. Check every solution in the original equation. Any value that makes a denominator equal to zero is extraneous and must be rejected.

That last step is not optional. Clearing denominators can introduce false solutions, so you must verify each one.

Complex Rational Expressions

A complex rational expression (or compound fraction) has fractions within its numerator, its denominator, or both. There are two common methods to simplify them:

Method 1: Simplify top and bottom separately

  1. Combine any fractions in the numerator into a single fraction.
  2. Combine any fractions in the denominator into a single fraction.
  3. Rewrite the overall expression as the numerator fraction divided by the denominator fraction.
  4. Flip and multiply (multiply by the reciprocal of the denominator fraction), then simplify.

Method 2: Multiply by the LCD

  1. Find the LCD of all the smaller fractions in the expression.
  2. Multiply both the overall numerator and overall denominator by that LCD.
  3. Simplify what remains.

Method 2 is often faster, especially when the expression has several small fractions.

Key Terms to Know

  • Rational expression: A fraction where both numerator and denominator are polynomials.
  • Domain: The set of all input values for which the expression is defined (denominator ≠ 0).
  • Extraneous solution: A value that emerges from solving but makes a denominator zero in the original equation.
  • LCD (Least Common Denominator): The smallest expression that each denominator divides into evenly.