Rational Expressions: Simplifying, Operations, and Domain Restrictions

Rational expressions are the bridge between basic algebra and the function analysis you need for precalculus and calculus. This guide covers how to simplify, multiply, divide, add, and subtract rational expressions — with domain restrictions front and center at every step.

What Is a Rational Expression?

A rational expression is any expression that can be written as a ratio of two polynomials P(x)/Q(x), where Q(x) is not the zero polynomial. Examples:

\dfrac{x^2-1}{x+3}, \quad \dfrac{3x+2}{x^2-5x+6}, \quad \dfrac{1}{x}

Unlike polynomial expressions (which are always defined for every real number), rational expressions have restricted domains — wherever the denominator is zero, the expression is undefined.

Understanding rational expressions is prerequisite to working with rational functions, performing polynomial long division, applying partial fraction decomposition, and integrating rational functions in calculus.

Domain Restrictions (Excluded Values)

To find excluded values, set the denominator equal to zero and solve. Those x-values must be excluded from the domain.

Example: Find the excluded values of \dfrac{x+2}{x^2-9}.

Set the denominator to zero and solve: x^2-9 = 0 \implies x = \pm 3. So x = 3 and x = -3 are excluded.

Why this matters: Excluded values stay restricted even after simplification. If a factor cancels, the original restriction remains — the simplified expression is only equivalent to the original on the unrestricted domain.

Simplifying Rational Expressions

To simplify, factor numerator and denominator completely using the techniques from the factoring guide, then cancel common factors.

Example: Simplify \dfrac{x^2-4}{x^2+5x+6}.

Factor both top and bottom, then cancel:

\dfrac{(x-2)(x+2)}{(x+2)(x+3)} = \dfrac{x-2}{x+3}

Critical rule: you can only cancel factors (multiplied terms), not terms (added/subtracted pieces). (x+2)/(x+3) cannot be simplified further because x+2 is a single term, not a product containing x+3.

Multiplying and Dividing Rational Expressions

To multiply: factor everything, then cancel common factors across any numerator with any denominator, and multiply what remains.

Example: \dfrac{x^2-1}{x+3} \cdot \dfrac{x+3}{x-1}.

\dfrac{(x-1)(x+1)}{x+3} \cdot \dfrac{x+3}{x-1} = x+1

To divide: flip the second fraction (take reciprocal) and multiply. Same "factor then cancel" rule applies.

Example: \dfrac{x^2}{x+1} \div \dfrac{x}{x^2-1}.

\dfrac{x^2}{x+1} \cdot \dfrac{x^2-1}{x} = \dfrac{x^2 \cdot (x-1)(x+1)}{(x+1) \cdot x} = x(x-1)

Want to check your understanding?

Our interaction checks test whether you truly understand a concept — not just whether you can repeat a procedure.

Try an interaction check

Adding and Subtracting Rational Expressions

Finding the Least Common Denominator (LCD)

The LCD is the smallest polynomial divisible by all denominators. Construction steps:

  1. Factor each denominator completely.
  2. Identify each distinct factor appearing in any denominator.
  3. For each distinct factor, take the highest power in which it appears.
  4. Multiply these highest-power factors together — that's the LCD.

Building Equivalent Fractions

Multiply the numerator and denominator of each fraction by whatever is needed to turn its denominator into the LCD. This preserves the value while creating a common denominator.

Combining and Simplifying

With a common denominator, add or subtract numerators, then simplify.

Example: \dfrac{2}{x-1} + \dfrac{3}{x+2}.

The denominators share no factors, so the LCD is (x-1)(x+2). Build equivalent fractions and combine:

\dfrac{2(x+2) + 3(x-1)}{(x-1)(x+2)} = \dfrac{5x+1}{(x-1)(x+2)}

Subtraction warning: when subtracting, distribute the negative sign to every term of the second numerator. This is one of the most common error sources.

Complex Fractions

A complex fraction has a fraction in its numerator or denominator (or both). The fastest simplification method: multiply top and bottom by the LCD of all inner fractions.

Example: Simplify \dfrac{\frac{1}{x}+\frac{1}{y}}{\frac{1}{x}-\frac{1}{y}}.

The inner fractions have denominators x and y, so the LCD is xy. Multiply top and bottom by xy:

\dfrac{(1/x+1/y) \cdot xy}{(1/x-1/y) \cdot xy} = \dfrac{y+x}{y-x}

This method turns complex fractions into simple rational expressions in one step — much cleaner than the "combine, then divide" approach.

Common Mistakes

Canceling terms instead of factors

You can only cancel common factors (things that are multiplied), not common terms (things that are added). For example, (x+3)/(x+5) cannot be simplified by canceling the x's. Only after factoring can you cancel.

Forgetting domain restrictions after canceling

When you cancel a factor like (x-2), the restriction x ≠ 2 still applies. The simplified expression looks different but must have the same domain as the original.

Sign errors when subtracting rational expressions

When subtracting, the negative sign must be distributed across the entire numerator of the second fraction. Forgetting to distribute leads to incorrect results.

Practice Problems

Simplify each expression; state the domain restrictions.

  1. \dfrac{x^2-25}{x^2+3x-10}
  2. \dfrac{2x+6}{x^2-9}
  3. \dfrac{x^2-1}{x+1} \cdot \dfrac{x}{x-1}
  4. \dfrac{x^2+x}{x+2} \div \dfrac{x}{x^2-4}
  5. \dfrac{1}{x} + \dfrac{2}{x+1}
  6. \dfrac{3}{x-2} - \dfrac{1}{x+2}
  7. \dfrac{\frac{1}{x}}{\frac{1}{x}+\frac{1}{2}}

Answers

  1. \dfrac{x-5}{x-2}; x ≠ 2, -5
  2. \dfrac{2}{x-3}; x ≠ ±3
  3. x; x ≠ ±1
  4. (x+1)(x-2); x ≠ 0, -2, 2
  5. \dfrac{3x+1}{x(x+1)}; x ≠ 0, -1
  6. \dfrac{2x+8}{(x-2)(x+2)}; x ≠ ±2
  7. \dfrac{2}{x+2}; x ≠ 0, -2

Related Guides

Frequently Asked Questions

What is a rational expression?

A rational expression is a fraction whose numerator and denominator are both polynomials. Examples include (x+1)/(x-2), 5/x, and (x²-9)/(x²-4). They follow the same rules as numeric fractions but require extra attention to domain restrictions (values that make the denominator zero).

How do you simplify a rational expression?

Factor both the numerator and the denominator completely, then cancel any common factors. For example, (x²-9)/(x²+5x+6) factors to (x+3)(x-3)/((x+2)(x+3)), and the (x+3) cancels to give (x-3)/(x+2). Always state the domain restrictions — x ≠ -3 and x ≠ -2 — even after canceling.

What are domain restrictions in rational expressions?

Domain restrictions are the values of the variable that make the denominator equal to zero. These values must be excluded because division by zero is undefined. You must find domain restrictions before simplifying, because canceling a factor hides the restriction but does not remove it.

How do you add or subtract rational expressions?

Find the least common denominator (LCD) of all the expressions, rewrite each fraction with the LCD as its denominator, then add or subtract the numerators. Finally, simplify the resulting expression by factoring and canceling if possible. The process mirrors adding numeric fractions like 1/3 + 1/4.

What is a complex fraction?

A complex fraction is a fraction that has fractions in its numerator, denominator, or both. For example, (1/x + 1)/(1 - 1/x) is a complex fraction. To simplify, multiply the numerator and denominator by the LCD of all the mini-fractions, which eliminates the nested fractions in one step.

How are rational expressions related to rational functions?

A rational function is simply a function defined by a rational expression: f(x) = P(x)/Q(x). The skills you use to simplify rational expressions — factoring, finding domain restrictions, combining fractions — are exactly the skills needed to analyze rational functions, find their asymptotes, and integrate them in calculus.

About Sense of Study

Sense of Study is a concept-first learning platform that helps students build deep understanding in math, physics, chemistry, statistics, and computational thinking. Our approach maps prerequisite relationships between concepts so students master foundations before moving forward — eliminating the gaps that cause confusion later.

With 800+ interconnected concepts and mastery tracking, we help students and parents see exactly where understanding breaks down and how to fix it.

Start Your Concept Mastery Journey

Explore 800+ interconnected concepts with prerequisite maps, mastery tracking, and interaction checks that build real understanding.