MATH 3 • ALGEBRA & FUNCTIONS

Simplifying Rational Expressions — I can simplify rational expressions by factoring and identifying restrictions on the domain.

Master the art of reducing algebraic fractions by factoring polynomials and tracking excluded values.

Historical Context & Motivation

Long before modern algebra existed, mathematicians grappled with ratios of quantities that could change. Ancient Greek and Babylonian scholars used proportions to solve problems about land, trade, and astronomy. The idea of simplifying a fraction — reducing it to its most compact form — is one of the oldest tools in mathematics. When we move from numerical fractions like 6/10 to algebraic fractions like (x² − 4)/(x − 2), we enter the world of rational expressions, and the same principle of canceling common factors still applies.

~300 BCE
Euclid's Elements
Euclid formalized the idea of ratios and proportions in Book V and Book VII of the Elements, establishing the foundation for reducing fractions to lowest terms using the greatest common divisor.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi introduced systematic methods for solving equations with unknowns, laying the groundwork for manipulating algebraic fractions. The word "algebra" itself comes from the title of his book.
1591
Viète's Symbolic Notation
François Viète introduced the use of letters to represent unknowns and constants, making it possible to write general rational expressions like a/b and manipulate them algebraically.
1800s
Formal Domain Restrictions
As mathematicians defined functions rigorously, they recognized that rational expressions are undefined when the denominator equals zero. Identifying these domain restrictions became an essential part of simplification.

Today, simplifying rational expressions is a core skill in algebra that connects arithmetic fraction skills to more advanced topics like solving rational equations, graphing rational functions, and working with limits in calculus. The central question this lesson addresses is: How do we reduce an algebraic fraction to its simplest form while keeping track of values that make the expression undefined?

Core Principles & Definitions

Before diving into examples, let's establish the foundational ideas that govern rational expressions. A rational expression is any expression that can be written as the ratio of two polynomials, P(x)/Q(x), where Q(x) ≠ 0. Think of it as a fraction whose numerator and denominator are polynomials instead of plain numbers. The following principles guide every simplification you will perform.

1

Rational Expression

A ratio of two polynomials, such as (x² + 3x)/(x + 1). The denominator must not be zero. Rational expressions behave like numerical fractions in almost every way.
2

Domain Restrictions

Values of the variable that make the denominator equal to zero are excluded from the domain. You must identify these BEFORE canceling common factors, because they remain excluded even after simplification.
3

Factor Completely

To simplify, factor both the numerator and denominator completely. This includes pulling out the GCF, factoring trinomials, and recognizing special patterns like difference of squares.
4

Cancel Common Factors

Only factors that are multiplied can be canceled — never terms that are added or subtracted. The expression (x + 3)/(x + 5) cannot be simplified by crossing out the x's.
5

State the Simplified Form

After canceling, write the reduced expression and list all domain restrictions. The simplified expression and the original are equivalent for every value in the domain.
KEY TAKEAWAY
Think of simplifying rational expressions like reducing a recipe. If a recipe calls for 4 cups of flour and 2 cups of sugar, you can describe the ratio as 4/2 = 2/1, meaning "twice as much flour as sugar." But the simplified ratio only works if you actually have both ingredients — if you have zero sugar, the ratio is meaningless. Similarly, a rational expression can be reduced by canceling common polynomial factors, but the values that make the denominator zero remain permanently off-limits.

Visualizing the Simplification Process

The diagram below shows the complete workflow for simplifying a rational expression. Follow the flowchart from top to bottom: identify restrictions first, factor both parts, cancel common factors, and then state your final answer alongside any excluded values.

The flowchart above shows the four-step process. Notice that domain restrictions are identified first (Step 1), before any cancellation takes place. This ensures you never lose track of excluded values.
Common Mistake Alert
Students often skip Step 1 and jump straight to factoring. If you cancel a factor like (x − 3) from both the numerator and denominator, you might forget that x = 3 was never allowed. Always find restrictions before you simplify.

Mathematical Framework

The algebraic rule behind simplifying rational expressions is a direct extension of the fundamental principle of fractions: if you multiply (or divide) the numerator and denominator of a fraction by the same nonzero quantity, the value of the fraction does not change. In symbolic form, this principle governs every simplification we perform.

FUNDAMENTAL PRINCIPLE
P(x) · R(x) / Q(x) · R(x) = P(x) / Q(x), provided R(x) ≠ 0
P(x) and Q(x) are polynomials (Q(x) ≠ 0). R(x) is the common factor that can be canceled. The condition R(x) ≠ 0 creates the domain restriction.
DIFFERENCE OF SQUARES
a² − b² = (a + b)(a − b)
One of the most common factoring patterns. For example, x² − 9 = (x + 3)(x − 3). Recognizing this pattern is essential for simplifying many rational expressions.
FACTORING TRINOMIALS
ax² + bx + c = a(x − r₁)(x − r₂)
Where r₁ and r₂ are the roots of the quadratic. When a = 1, you look for two numbers that multiply to c and add to b. When a ≠ 1, use the AC method or grouping.
DOMAIN RESTRICTION RULE
If Q(x) = 0 when x = k, then x ≠ k
Set the original denominator (before any simplification) equal to zero and solve. Every solution becomes a restriction that must be stated alongside the simplified expression.

These four equations form the mathematical toolkit for this lesson. The fundamental principle tells you why cancellation works. The factoring patterns tell you how to break polynomials into factors. And the domain restriction rule tells you what values to exclude.

Factoring Patterns & Classification

Success with rational expressions depends heavily on your ability to recognize and apply different factoring techniques. The diagram below organizes the most common patterns you will encounter, along with examples and visual cues to help you identify which method to use.

This decision tree organizes the major factoring strategies by the number of terms in the polynomial. Always start by extracting the greatest common factor (GCF) before applying any other technique. Remember that a sum of squares (a² + b²) cannot be factored over the real numbers.
Common factoring patterns used in simplifying rational expressions
PatternGeneral FormExampleKey Signal
GCFab + ac = a(b + c)4x³ + 8x = 4x(x² + 2)All terms share a factor
Difference of Squaresa² − b² = (a + b)(a − b)x² − 16 = (x + 4)(x − 4)Two perfect squares with subtraction
Trinomial (a = 1)x² + bx + c = (x + m)(x + n)x² + 7x + 12 = (x + 3)(x + 4)Find m, n: m × n = c, m + n = b
Trinomial (a ≠ 1)ax² + bx + c2x² + 5x + 3 = (2x + 3)(x + 1)AC method or trial and check
Groupingax + ay + bx + by = (a + b)(x + y)x³ − 2x² + 5x − 10 = (x² + 5)(x − 2)Four terms; pair and factor each pair

Worked Example

Let's walk through a full simplification from start to finish. We will simplify the rational expression (x² − 9) / (x² + x − 6), carefully identifying domain restrictions before we cancel any factors.

Simplify: (x² − 9) / (x² + x − 6)
1
Step 1 — Identify Domain RestrictionsSet the original denominator equal to zero and solve: x² + x − 6 = 0. Factor: (x + 3)(x − 2) = 0, so x = −3 or x = 2. These values must be excluded from the domain.
Restrictions: x ≠ −3, x ≠ 2
2
Step 2 — Factor the NumeratorThe numerator x² − 9 is a difference of squares. Recall that a² − b² = (a + b)(a − b). Here a = x and b = 3, so x² − 9 = (x + 3)(x − 3).
x² − 9 = (x + 3)(x − 3)
3
Step 3 — Factor the DenominatorThe denominator x² + x − 6 is a trinomial. We need two numbers that multiply to −6 and add to +1. Those numbers are +3 and −2, so x² + x − 6 = (x + 3)(x − 2).
x² + x − 6 = (x + 3)(x − 2)
4
Step 4 — Cancel Common FactorsWrite the expression in factored form: (x + 3)(x − 3) / (x + 3)(x − 2). The factor (x + 3) appears in both the numerator and denominator. Since x ≠ −3 (from Step 1), we can divide both by (x + 3).
Cancel (x + 3) from top and bottom
5
Step 5 — State the Simplified ExpressionAfter cancellation, the simplified rational expression is (x − 3)/(x − 2). We must include the domain restrictions found in Step 1, since x = −3 made the original expression undefined even though it no longer appears in the simplified form.
(x − 3)/(x − 2), x ≠ −3, x ≠ 2
💡 Why keep x ≠ −3?
After simplification, the denominator is (x − 2), which only gives x ≠ 2. But the original expression also excluded x = −3 because (x + 3) was in the original denominator. When you cancel a factor, the restriction it created doesn't disappear — it just becomes invisible in the simplified form. You must carry it forward.

Common Mistakes & How to Avoid Them

Even strong algebra students make predictable errors when simplifying rational expressions. The table below contrasts correct techniques with common mistakes, giving you a quick reference to check your work.

Five common mistakes and their corrections
MistakeWhat Students Do (Wrong)Correct Approach
Canceling terms instead of factors(x + 5)/(x + 3) → "cancel the x's" → 5/3(x + 5)/(x + 3) is already simplified. You can only cancel factors that are multiplied, not terms that are added.
Forgetting domain restrictions(x − 4)(x + 2) / (x + 2) → x − 4, with no restrictions listedMust state x ≠ −2 because x = −2 made the original denominator zero.
Incomplete factoringx² − 4x → leaving it as isFactor out the GCF: x(x − 4). Always check if each factor can be factored further.
Sign errors with negatives(3 − x)/(x − 3) → "these don't cancel"(3 − x) = −(x − 3), so the expression simplifies to −1. Recognize that a − b = −(b − a).
Canceling before factoring(x² + 2x)/(x² + 4x) → "cancel x²" → 2x/4x → 1/2Factor first: x(x + 2) / x(x + 4). Cancel the GCF of x to get (x + 2)/(x + 4), x ≠ 0.
KEY TAKEAWAY
A helpful rule of thumb: if you can draw a horizontal line through the fraction bar that separates the factor from the rest, it can be canceled. If the expression involves addition or subtraction around that factor, it cannot. Think of it like removing an ingredient from a smoothie versus removing it from a salad — in a smoothie (multiplication), everything is blended and individual factors can be divided out; in a salad (addition), each piece is separate and can't simply be pulled out.

Connection to Advanced Topics

Simplifying rational expressions is not just a standalone skill — it is the foundation for many topics you will encounter in later math courses. Understanding how cancellation works and why domain restrictions matter prepares you for the more complex algebraic reasoning that lies ahead.

How simplifying rational expressions connects to future coursework
This LessonAdvanced TopicHow They Connect
Simplifying rational expressionsSolving rational equationsTo solve equations with fractions, you simplify first, then find a common denominator. Domain restrictions help you check for extraneous solutions.
Identifying domain restrictionsGraphing rational functionsExcluded values become vertical asymptotes or holes in the graph. A canceled factor creates a hole; an uncanceled one creates an asymptote.
Canceling common factorsLimits in calculusWhen evaluating limits, you often simplify a rational expression to remove an indeterminate 0/0 form. The canceled factor reveals the limit value.
Factoring polynomialsPartial fraction decompositionIn precalculus and calculus, you break complex fractions into simpler pieces using the very factoring skills practiced here.

One especially important connection is the distinction between holes and vertical asymptotes on the graph of a rational function. When you cancel a common factor from numerator and denominator, the corresponding excluded value shows up as a hole (a removable discontinuity) on the graph. When a factor remains only in the denominator after simplification, the graph has a vertical asymptote at that value. Your ability to distinguish these two cases starts right here, with careful simplification and restriction tracking.

Practice Problems

Test your understanding with these five problems, arranged from foundational to challenging. For each problem, simplify the expression completely and state all domain restrictions.

PROBLEM 1CONCEPTUAL
Explain why you cannot simplify (x + 7)/(x + 3) by "canceling the x's." What rule is being violated?
PROBLEM 2BASIC CALCULATION
Simplify: (6x²) / (18x³). State any domain restrictions.
PROBLEM 3INTERMEDIATE
Simplify: (x² + 5x + 6) / (x² − x − 6). State all domain restrictions.
PROBLEM 4APPLIED
A rectangle's area is given by A = (2x² + 8x) square units and its width is w = (x² − 16)/(x + 4) units. Find the length of the rectangle in terms of x. State any restrictions.
PROBLEM 5CRITICAL THINKING
Simplify: (2x² − 5x − 3) / (6 − x − x²). Hint: pay careful attention to signs in the denominator. State all domain restrictions.

Lesson Summary

A rational expression is a ratio of two polynomials. To simplify one, follow a four-step process: first, find domain restrictions by setting the original denominator equal to zero; second, factor the numerator and denominator completely using techniques like GCF extraction, difference of squares, trinomial factoring, or grouping; third, cancel common factors (never terms!); and fourth, state the simplified expression alongside all restrictions.

Remember that domain restrictions from canceled factors must still be listed, because those values made the original expression undefined. This careful tracking is what separates the simplified expression from an entirely different expression. Looking ahead, these skills directly support solving rational equations, graphing rational functions (holes vs. asymptotes), and evaluating limits in calculus.

Varsity Tutors • Math 3 • Simplifying Rational Expressions