Book A Free Math Class

# Simplifying Rational Expressions - Steps and Examples

[Algebra](/content/tag/algebra/index.html)

**TL;DR**  
Simplifying rational expressions means factoring the numerator and denominator, canceling the factors they share, and stating the restrictions that keep the denominator from being zero. This article gives the three-step method, six worked examples, the cancel-only-factors rule, and why the restrictions must come from the original expression.

**BT**  
[Bhanzu Team](/content/authors/bhanzu-team/index.html) Last updated on June 10, 2026 7 min read

## What Is a Rational Expression?

A **rational expression** is a quotient of two polynomials, \( \frac{P}{Q} \), where \( Q \neq 0 \). It is the algebra version of an ordinary fraction: where a numerical fraction has integers on top and bottom, a rational expression has polynomials.

Because the denominator can't be zero, every rational expression carries **restrictions** — the values of the variable that would make \( Q=0 \) and the expression undefined. Finding those restrictions is half the job, and it depends on knowing the [roots of an equation](/content/math/algebra/roots-of-quadratic-equation/index.html) — the values that make a polynomial zero.

An expression is **simplified** (in lowest terms) when the numerator and denominator share no common factor other than 1.

## How Do You Simplify a Rational Expression?

Three steps, plus a restriction step that students skip at their peril.

1. **Factor the numerator and the denominator completely.** Use whatever fits — greatest common factor, [factoring trinomials](/content/math/algebra/factoring-trinomials/index.html), difference of squares, grouping. This is where the shared factors become visible.

2. **State the restrictions from the original denominator.** Set the original, unsimplified denominator equal to zero and solve. Those excluded values stay banned even if the factor later cancels.

3. **Cancel common factors.** Divide out factors the numerator and denominator share. Only whole factors cancel — never individual terms.

4. **Write what remains.** The leftover numerator over the leftover denominator, with the restrictions noted.

**Why state restrictions before canceling?** A real reader question with a sharp answer. If \( \frac{(x-3)(x-5)}{(x-3)(x+3)} \) cancels to \( \frac{x-5}{x+3} \), the simplified form looks defined at \( x=3 \) — but the original never was. The restriction \( x\neq3 \) must be carried forward, or the simplified expression silently claims a value the original forbade. The [factored form](/content/math/algebra/factored-form/index.html) is what reveals every restriction before any of them disappear in the cancellation.

## Examples of Simplifying Rational Expressions

Six examples, from a monomial cancel to a difference of squares and a sign-flip case. Restrictions are stated every time.

### Example 1

**Simplify \( \frac{6x^2}{9x} \).**

Factor the common pieces. The numerator is \( 6x \cdot x \), the denominator is \( 9 \cdot x \); both share \( 3x \):

\( \frac{6x^2}{9x} = \frac{3x \cdot 2x}{3x \cdot 3} = \frac{2x}{3} \)

**Final answer:** \( \frac{2x}{3} \), with \( x\neq0 \) (the original denominator \( 9x \) is zero at \( x=0 \)).

### Example 2

**Simplify \( \frac{x^2 - 9}{x^2 + 6x + 9} \).**

_**Wrong attempt.**_ A student looks at \( \frac{x^2 - 9}{x^2 + 6x + 9} \) and cancels the \( x^2 \) terms top and bottom, then the 9s, writing \( -\frac{1}{6x} \) or similar. Testing \( x=1 \) against the original leads to discrepancies.

_**The correct way.**_ Factor first, so the real factors appear:

\( \frac{x^2 - 9}{x^2 + 6x + 9} = \frac{(x-3)(x+3)}{(x+3)(x+3)} \)  
Now the shared factor is \( (x+3) \). Cancel it:

\( \frac{x-3}{x+3} \)

Test \( x=1 \): Matches the original.

**Final answer:** \( \frac{x-3}{x+3} \), with \( x\neq-3 \).

### Example 3

**Simplify \( \frac{x^2 + 5x + 6}{x^2 + 3x + 2} \).**

Factor both trinomials:

\( \frac{(x+2)(x+3)}{(x+1)(x+2)} \)

State restrictions from the original denominator \( x^2 + 3x + 2 = (x+1)(x+2) = 0 \) which yields \( x\neq-1 \) and \( x\neq-2 \). Cancel the shared \( (x+2) \):

\( \frac{x+3}{x+1} \)

**Final answer:** \( \frac{x+3}{x+1} \), with \( x\neq-1, -2 \).

### Example 4

**Simplify \( \frac{4x + 8}{x^2 - 4} \).**

Factor numerator (common factor 4) and denominator (difference of squares):

\( 
\frac{4(x+2)}{(x-2)(x+2)} 
\)

Restrictions from \( x^2 - 4=0 \): \( x\neq2, -2 \). Cancel \( (x+2) \):

\( \frac{4}{x-2} \)

**Final answer:** \( \frac{4}{x-2} \), with \( x\neq2, -2 \).

### Example 5

**Simplify \( \frac{3 - x}{x^2 - 9} \).**

Factor the denominator: \( 3-x = -(x-3) \):

\( 
\frac{-(x-3)}{(x-3)(x+3)} 
\)

Cancel \( (x-3) \):

\( \frac{-1}{x+3} \)

**Final answer:** \( \frac{-1}{x+3} \), with \( x\neq3, -3 \).

### Example 6

**Simplify \( \frac{2x^2 - 2x - 12}{x^2 - x - 6} \).**

Factor out common 2 in the numerator first:

\( 
\frac{2(x^2 - x - 6)}{x^2 - x - 6} 
\)

Restrictions from \( x^2 - x - 6 = (x - 3)(x + 2) = 0 \): \( x\neq3, -2 \). Cancel both shared factors:

**Final answer:** 2, with \( x\neq3, -2 \).

## Why Simplifying Rational Expressions Matters

A rational expression you can't reduce is a rational expression you can barely work with. Simplifying is the gateway to every operation that comes after.

- **Adding, subtracting, multiplying, dividing.** Every operation on rational expressions begins or ends with simplifying. Multiply two fractions and the product nearly always reduces; the answer isn't finished until it's in lowest terms.

- **Rational functions and their graphs.** The restrictions you find become the vertical asymptotes and holes of a rational function's graph. A canceled factor that leaves a restriction behind is exactly a _hole_ in the curve.

- **Calculus, later.** Limits, derivatives of quotients, and partial fractions all assume you can reduce a rational expression on sight.

The reason this sits early in the algebra sequence is that fractions never stop.

## Where Students Trip Up on Rational Expressions

### Mistake 1: Canceling terms instead of factors

**Where it slips in:** Students strike out terms added or subtracted, rather than cancelling factors across the entire numerator and denominator.

### Mistake 2: Dropping the restrictions

**Where it slips in:** After canceling, students often write only the simplified fraction without including restrictions from the original.

### Mistake 3: Stating restrictions from the simplified denominator

**Where it slips in:** Students mistakenly use the simplified form to find what's excluded, losing the restrictions from the original denominator.

## Key Takeaways

- Simplifying rational expressions means factoring numerator and denominator, then canceling their shared factors.
- Only whole factors cancel — never individual terms inside a sum or difference.
- State restrictions from the original denominator, and carry them forward even when the factor cancels.
- A canceled factor's surviving restriction is a hole in the rational function's graph.
- The skill is akin to reducing numerical fractions; the nature of cancellation remains the same.
