Reducing Rational Expressions- Step-by-Step Guide

What Is a Rational Expression?

A rational expression is simply a fraction where both the numerator and denominator are polynomials. That's it. Nothing fancy. You already know how to work with fractions—the same rules apply here.

Examples:

The goal when reducing rational expressions is to simplify them to lowest terms. You do this by canceling out common factors that appear in both the numerator and denominator.

Prerequisites: What You Need to Know First

Before you touch a rational expression, make sure you have these skills locked down:

If you can't factor reliably, stop here and practice that first. Everything else falls apart without factoring.

The Reduction Process: Step-by-Step

Step 1: Factor Everything

Break down both the numerator and denominator into their factored forms. This is where most people mess up—they try to cancel terms that aren't fully factored.

Example:

(x² - 9) / (x² + 5x + 6)

Factored:

(x + 3)(x - 3) / (x + 2)(x + 3)

Step 2: Identify Common Factors

Look for factors that appear in both the numerator and denominator. These are your cancel targets.

In our example, (x + 3) appears in both places. That's your common factor.

Step 3: Cancel the Common Factors

Cross out the matching factors. Remember: you cancel factors, not terms. If you have x + 3 in the numerator and x + 3 in the denominator, you cancel them both and write a 1 in their place.

After canceling (x + 3):

(x - 3) / (x + 2)

Step 4: State the Domain Restrictions

Before you finish, identify what values would make the original denominator equal zero. These are your restrictions and they stay in effect even after simplification.

From our example, x² + 5x + 6 = (x + 2)(x + 3)

Restrictions: x ≠ -2, x ≠ -3

Your simplified answer is (x - 3) / (x + 2), but x cannot be -2 or -3.

Quick Reference: Common Factoring Patterns

PatternFactored Form
Difference of squaresa² - b² = (a + b)(a - b)
Perfect square trinomiala² + 2ab + b² = (a + b)²
GCF extractionax + ay = a(x + y)
Sum of cubesa³ + b³ = (a + b)(a² - ab + b²)
Difference of cubesa³ - b³ = (a - b)(a² + ab + b²)

Getting Started: Your First 5 Reductions

Work through these in order. Don't skip any.

  1. (x² - 4) / (x - 2)
    Factor: (x + 2)(x - 2) / (x - 2)
    Cancel: (x + 2) ✓
  2. (2x + 6) / (x² - 9)
    Factor: 2(x + 3) / (x + 3)(x - 3)
    Cancel: 2 / (x - 3) ✓
  3. (x² + x - 6) / (x² - 4)
    Factor: (x + 3)(x - 2) / (x + 2)(x - 2)
    Cancel: (x + 3) / (x + 2) ✓
  4. (3x² - 12) / (6x + 12)
    Factor: 3(x² - 4) / 6(x + 2) = 3(x + 2)(x - 2) / 6(x + 2)
    Cancel: (x - 2) / 2 ✓
  5. (x³ - 8) / (x² - 4)
    Factor: (x - 2)(x² + 2x + 4) / (x + 2)(x - 2)
    Cancel: (x² + 2x + 4) / (x + 2) ✓

Where People Screw Up

Canceling terms instead of factors

Wrong:

(x² + 3x) / (x + 3) → x² / x = x ✗

Right:

(x² + 3x) / (x + 3) = x(x + 3) / (x + 3) = x ✓

You can only cancel factors—things multiplied together. If something is added or subtracted, factor it first.

Forgetting to factor completely

(x⁴ - 16) / (x² - 4)

Don't stop at (x²)² - 4². You need the full factorization:

(x² + 4)(x² - 4) / (x² - 4) = (x² + 4)(x + 2)(x - 2) / (x + 2)(x - 2) = x² + 4 ✓

Dropping restrictions

Always state what x cannot equal. The simplified form might look clean, but the original denominator rules still apply.

Multiplying and Dividing Rational Expressions

When you multiply rational expressions, factor everything first, then cancel across numerators and denominators.

Example:

(x + 2) / (x - 3) × (x - 5) / (x + 2)

Factor: Already factored. Cancel (x + 2):

1 / (x - 3) × (x - 5) / 1 = (x - 5) / (x - 3) ✓

When dividing, flip the second fraction and multiply. Then follow the same process.

Adding and Subtracting Rational Expressions

You need a common denominator. Find the LCD of all denominators involved.

Example:

1/x + 1/(x + 2)

LCD = x(x + 2)

Rewrite: (x + 2) / x(x + 2) + x / x(x + 2)

Combine: (x + 2 + x) / x(x + 2) = (2x + 2) / x(x + 2)

Factor: 2(x + 1) / x(x + 2)

This is trickier than reduction, but the principle stays the same: factor, find common ground, combine.

Bottom Line

Reducing rational expressions comes down to three moves: factor, cancel, restrict. Factor everything completely. Cancel only factors. State your domain restrictions. That's the whole game.

Mess up one of those three steps and you'll get the wrong answer every time. Get them right and these problems become routine.