Simplifying Rational Expressions - Steps and Examples

#Algebra
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 TeamLast updated on June 10, 20267 min read

What Is a Rational Expression?

A rational expression is a quotient of two polynomials, $\dfrac{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 — 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, 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 $\dfrac{(x-3)(x-5)}{(x-3)(x+3)}$ cancels to $\dfrac{x-5}{x+3}$, the simplified form looks defined at $x = 3$ — but the original never was. The restriction $x \neq 3$ has to be carried forward, or the simplified expression silently claims a value the original forbade. The factored form 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 $\dfrac{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: $\dfrac{2x}{3}$, with $x \neq 0$ (the original denominator $9x$ is zero at $x = 0$).

Example 2

Simplify $\dfrac{x^2 - 9}{x^2 + 6x + 9}$, with the most common slip shown first.

Wrong attempt. A student looks at $\dfrac{x^2 - 9}{x^2 + 6x + 9}$ and cancels the $x^2$ terms top and bottom, then the $9$s, writing $\dfrac{-1}{6x}$ or similar. Test $x = 1$ against the original: $\dfrac{1 - 9}{1 + 6 + 9} = \dfrac{-8}{16} = -\tfrac12$. The "simplified" $\dfrac{-1}{6(1)} = -\tfrac16$ doesn't match. The cancel was illegal.

Why it breaks. You can only cancel factors — things multiplied — never terms inside a sum. $x^2$ and $9$ are terms added together, not factors, so they can't be struck out individually.

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$: $\dfrac{1-3}{1+3} = \dfrac{-2}{4} = -\tfrac12$. Matches the original.

Final answer: $\dfrac{x-3}{x+3}$, with $x \neq -3$.

Example 3

Simplify $\dfrac{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$: $x \neq -1$ and $x \neq -2$. Cancel the shared $(x+2)$:

$$\frac{x+3}{x+1}$$

Final answer: $\dfrac{x+3}{x+1}$, with $x \neq -1, -2$. The $x \neq -2$ survives even though $(x+2)$ canceled.

Example 4

Simplify $\dfrac{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 \neq 2$ and $x \neq -2$. Cancel $(x+2)$:

$$\frac{4}{x-2}$$

Final answer: $\dfrac{4}{x-2}$, with $x \neq 2, -2$.

Example 5

Simplify $\dfrac{3 - x}{x^2 - 9}$, where a factor differs by a sign.

Factor the denominator: $\dfrac{3 - x}{(x-3)(x+3)}$. The numerator $3 - x$ and the factor $x - 3$ look unrelated but differ only by a sign: $3 - x = -(x - 3)$. Rewrite:

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

Cancel $(x-3)$:

$$\frac{-1}{x+3}$$

Final answer: $\dfrac{-1}{x+3}$, with $x \neq 3, -3$. Pulling out the $-1$ is the move that makes the near-matching factor cancel.

Example 6

Simplify $\dfrac{2x^2 - 2x - 12}{x^2 - x - 6}$.

Factor out the common 2 in the numerator first, then factor each trinomial:

$$\frac{2(x^2 - x - 6)}{x^2 - x - 6} = \frac{2(x-3)(x+2)}{(x-3)(x+2)}$$

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

$$2$$

Final answer: $2$, with $x \neq 3, -2$. The expression collapses to a constant — but the restrictions remain, because the original was undefined at those two values.

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 — invisible unless you tracked the restriction.

  • Calculus, later. Limits, derivatives of quotients, and partial fractions all assume you can reduce a rational expression on sight. The habit you build here is one you'll lean on for years; it pairs naturally with rational exponents when expressions mix roots and fractions.

The reason this sits early in the algebra sequence is that fractions never stop. A child who simplifies $\tfrac{6}{9}$ to $\tfrac{2}{3}$ is doing the same act as a calculus student reducing $\tfrac{x^2-1}{x-1}$ to $x+1$ — factor, cancel, watch the restriction. The polynomials get bigger; the move doesn't change. (This is also why solid polynomial factoring is the real prerequisite — the cancellation is easy; the factoring is where the work lives. When a high-degree numerator won't factor on sight, the rational root theorem gives you a finite list of factors to try.)

Where Students Trip Up on Rational Expressions

Mistake 1: Canceling terms instead of factors

Where it slips in: Facing $\dfrac{x^2 - 9}{x^2 + 6x + 9}$, a student strikes out the $x^2$ on top and bottom, or cancels a number that's part of a sum.

Don't do this: Cancel anything that is added or subtracted. Only factors — things multiplied across the whole top or bottom — can cancel.

The correct way: Factor completely first, then cancel only the shared factors. If it isn't a factor of the entire numerator and entire denominator, it doesn't cancel.

Mistake 2: Dropping the restrictions

Where it slips in: After canceling, a student writes only the simplified fraction and forgets the excluded values.

Don't do this: Report $\dfrac{x-5}{x+3}$ as the full answer when the original $\dfrac{(x-3)(x-5)}{(x-3)(x+3)}$ also barred $x = 3$.

The correct way: Read the restrictions off the original denominator before canceling, and carry them all forward — including the ones whose factor disappears. The silent understander who simplifies correctly but never writes the restriction is giving an answer that's quietly wrong about its own domain.

Mistake 3: Stating restrictions from the simplified denominator

Where it slips in: A student finds restrictions after canceling, reading them off the reduced denominator only.

Don't do this: Use the simplified form to find what's excluded. A canceled factor's restriction would be lost.

The correct way: Always derive restrictions from the original, unsimplified denominator. That's the only version that reflects where the expression was truly undefined.

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 the same as reducing numerical fractions; the polynomials just make the common factors harder to see until you factor.

Sharpen Your Skills - Three Problems

  1. Simplify and state restrictions: $\dfrac{x^2 - 16}{x^2 + 8x + 16}$.

  2. Simplify and state restrictions: $\dfrac{5x + 15}{x^2 - 9}$.

  3. Simplify and state restrictions: $\dfrac{2 - x}{x^2 - 4}$. (Watch the sign on the numerator.)

Answer to Question 1: $\dfrac{x-4}{x+4}$, with $x \neq -4$. Answer to Question 2: $\dfrac{5}{x-3}$, with $x \neq 3, -3$. Answer to Question 3: $\dfrac{-1}{x+2}$, with $x \neq 2, -2$.

If Question 1 tempted you to cancel the $x^2$ and the 16 separately, return to Mistake 1 and factor first.

Want a live Bhanzu trainer to walk through more rational expressions and factoring with your child? Book a free demo class — online globally.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is a rational expression?
A fraction whose numerator and denominator are polynomials, written $\tfrac{P}{Q}$ with $Q \neq 0$.
How do you simplify a rational expression?
Factor the top and bottom completely, state the restrictions from the original denominator, then cancel the factors they share. What's left is the simplified form.
Why can't I cancel terms, only factors?
Because canceling means dividing, and division distributes over factors, not over sums. $\tfrac{x+2}{x}$ is not $1 + 2$ — the $x$ isn't a factor of the whole numerator. Only common factors of the entire top and bottom divide out.
How do I find the restrictions of a rational expression?
Set the original denominator equal to zero and solve. Every solution is an excluded value, and it stays excluded even if its factor cancels during simplifying.
What happens to a restriction when its factor cancels?
It stays. A factor that cancels leaves a hole in the function's graph at that value — the expression is still undefined there, so the restriction must be written with the answer.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →