What Is a Rational Expression?
A rational expression is any fraction of the form p(x) / q(x) where p(x) and q(x) are polynomials and q(x) ≠ 0. The restriction on the denominator creates excluded values — x-values where the expression is undefined.
p(x) / q(x), q(x) ≠ 0
Both p(x) and q(x) are polynomials. The domain excludes all zeros of q(x).
Valid
(x + 3) / (x² − 4)
Defined for x ≠ ±2
Valid
(2x² − 5x + 3) / (x − 1)
Defined for x ≠ 1
Not rational
√x / (x + 2)
√x is not a polynomial
Simplifying Rational Expressions
Simplify by factoring the numerator and denominator completely, then canceling any common factors. Always state excluded values for cancelled factors — cancellation does not eliminate the restriction.
Factor the numerator completely (GCF, trinomials, difference of squares, etc.).
Factor the denominator completely.
Cancel any factors that appear identically in both the numerator and denominator.
State excluded values: set every cancelled factor and all original denominator factors equal to zero.
Simplifying Example
Simplify: (x² − 9) / (x² + 2x − 3)
Step 1 & 2 — Factor numerator and denominator
x² − 9 = (x − 3)(x + 3)
x² + 2x − 3 = (x + 3)(x − 1)
Step 3 — Cancel the common factor (x + 3)
(x − 3)(x + 3) / [(x + 3)(x − 1)] = (x − 3) / (x − 1)
(x − 3) / (x − 1), x ≠ −3, x ≠ 1
x ≠ 1 because it zeros the remaining denominator; x ≠ −3 because it zeroed the cancelled factor.
Critical: Cancel Factors, Not Terms
You may only cancel a factor that multiplies the entire numerator or denominator. A term in a sum cannot be cancelled.
WRONG
(x + 3) / (x + 5) ≠ 3/5
Cannot cancel the 'x' term from a sum
CORRECT
x(x + 3) / [x(x + 5)] = (x + 3)/(x + 5)
Cancel 'x' because it multiplies everything
Finding Excluded Values (Domain Restrictions)
Set the original denominator equal to zero and solve. The solutions are the excluded values. Always use the original — unfactored — denominator to find all restrictions, even ones that will later cancel.
| Expression | Set Denom = 0 | Excluded Values |
|---|---|---|
| 3x / (x − 5) | x − 5 = 0 | x = 5 |
| (x+1) / [(x−2)(x+7)] | (x−2)(x+7) = 0 | x = 2, x = −7 |
| 4 / (x² − 16) | (x−4)(x+4) = 0 | x = 4, x = −4 |
| x / (x² + 9) | x² + 9 = 0 has no real solution | No excluded values (in reals) |
Operations on Rational Expressions
Multiply numerators; multiply denominators. Factor and cancel before multiplying.
Problem
(x²−4)/(x+3) · (x+3)/(x−2)
Steps
- 1. Factor: (x−2)(x+2)/(x+3) · (x+3)/(x−2)
- 2. Cancel (x+2) and (x−2): result = x+2
- 3. Excluded values: x ≠ −3, x ≠ 2
Result
x + 2, x ≠ −3, x ≠ 2
Multiply by the reciprocal of the divisor: (A/B) ÷ (C/D) = (A/B) · (D/C).
Problem
(x²−9)/(2x) ÷ (x+3)/(4x²)
Steps
- 1. Flip the second fraction: (x²−9)/(2x) · (4x²)/(x+3)
- 2. Factor x²−9 = (x−3)(x+3)
- 3. Cancel (x+3) and simplify: 2x(x−3)
Result
2x(x − 3), x ≠ 0, x ≠ −3
Find the LCD, build equivalent fractions, add numerators, simplify.
Problem
3/(x−1) + 2/(x+2)
Steps
- 1. LCD = (x−1)(x+2)
- 2. Rewrite: 3(x+2)/[(x−1)(x+2)] + 2(x−1)/[(x−1)(x+2)]
- 3. Add numerators: 3x+6 + 2x−2 = 5x+4
Result
(5x + 4) / [(x−1)(x+2)]
Same as addition — find the LCD, build equivalent fractions, subtract (watch signs!).
Problem
5/x − 2/(x+3)
Steps
- 1. LCD = x(x+3)
- 2. Rewrite: 5(x+3)/[x(x+3)] − 2x/[x(x+3)]
- 3. Subtract: 5x+15−2x = 3x+15 = 3(x+5)
Result
3(x + 5) / [x(x + 3)]
Finding the LCD — Step by Step
The LCD (Least Common Denominator) of rational expressions is the product of every distinct factor at its highest power across all denominators.
x² − 4x + 4 = (x−2)² and x² − 4 = (x−2)(x+2)
(x−2) appears to max power 2; (x+2) appears to power 1
(x − 2)²(x + 2)
Complex Fractions
A complex fraction contains fractions in its numerator, denominator, or both. The cleanest method is the LCD method: multiply every term in the main fraction by the LCD of all inner fractions, which eliminates them all at once.
Identify every inner fraction (in numerator and denominator of the main fraction).
Find the LCD of all inner fractions.
Multiply every term — top and bottom — of the main fraction by this LCD.
Simplify. The inner fractions cancel, leaving a simple fraction.
Factor and reduce the result. State excluded values.
Complex Fraction Example
Simplify: (1/x + 1/3) / (1/x − 1/3)
Step 1–2 — Inner fractions and LCD
Inner fractions: 1/x and 1/3. LCD = 3x
Step 3 — Multiply every term by 3x
Numerator: (1/x)·3x + (1/3)·3x = 3 + x
Denominator: (1/x)·3x − (1/3)·3x = 3 − x
(3 + x) / (3 − x), x ≠ 0, x ≠ 3
Solving Rational Equations
A rational equation contains one or more rational expressions set equal to something. The strategy is to clear the denominators by multiplying through by the LCD — but this can create extraneous solutions that must be discarded.
Find all excluded values: set every denominator equal to zero and solve.
Find the LCD of all denominators in the equation.
Multiply every term on both sides by the LCD to clear all fractions.
Solve the resulting polynomial equation.
Check each solution: discard any that equal an excluded value (extraneous solutions).
Rational Equation — Extraneous Solution Example
Solve: x/(x − 2) + 1/(x + 2) = 4/(x² − 4)
Step 1 — Excluded values
x² − 4 = (x−2)(x+2) = 0 → x ≠ 2 and x ≠ −2
Step 2–3 — LCD = (x−2)(x+2). Multiply through.
x(x+2) + 1(x−2) = 4
x² + 2x + x − 2 = 4
x² + 3x − 6 = 0
Step 4 — Solve with the quadratic formula
x = (−3 ± √(9 + 24)) / 2 = (−3 ± √33) / 2
Neither value equals 2 or −2, so both are valid solutions.
x = (−3 + √33) / 2 or x = (−3 − √33) / 2
Extraneous Solution — Rejected Example
Solve: 2/(x − 3) = 6/(x² − 9)
Excluded values
x² − 9 = (x−3)(x+3) = 0 → x ≠ 3, x ≠ −3
LCD = (x−3)(x+3). Multiply through.
2(x+3) = 6
2x + 6 = 6 → 2x = 0 → x = 0
Check: x = 0 is not an excluded value.
2/(0−3) = −2/3 and 6/(0−9) = −2/3 ✓
Solution: x = 0
Applications: Work, Rate & Mixture Problems
Rational equations appear naturally when combining rates. The key setup: if a job takes t hours, then the rate is 1/t of the job per hour.
Work Problem
Pipe A fills a tank in 4 hours; Pipe B fills it in 6 hours. How long do both together take?
Setup: combined rate = 1 job / t hours
1/4 + 1/6 = 1/t
Multiply through by LCD = 12t
3t + 2t = 12 → 5t = 12 → t = 12/5
Together: 2 hours 24 minutes (12/5 hours)
Rate Problem
A boat travels 18 mi upstream and 18 mi downstream. The current is 3 mph. If the total trip takes 4 hours, what is the boat's speed in still water?
Setup: time = distance / rate
18/(r − 3) + 18/(r + 3) = 4 (r = still-water speed)
Multiply by LCD = (r−3)(r+3)
18(r+3) + 18(r−3) = 4(r²−9)
36r = 4r² − 36 → 4r² − 36r − 36 = 0
r² − 9r − 9 = 0 → r = (9 + √117) / 2 ≈ 9.9 mph
r ≈ 9.9 mph (discard negative root)
Mixture / Concentration Problem
A solution is 20% acid. How many liters of pure acid must be added to 10 liters to get a 50% acid solution?
Setup: concentration = acid / total volume
(2 + x) / (10 + x) = 0.50
Original acid: 20% of 10 = 2 L. Add x liters of pure acid.
Multiply both sides by (10 + x)
2 + x = 0.5(10 + x) = 5 + 0.5x
0.5x = 3 → x = 6
Add 6 liters of pure acid.
Common Mistakes to Avoid
Canceling terms instead of factors
Fix: (x + 3)/(x + 5) ≠ 3/5. You can only cancel a factor that multiplies the entire numerator and denominator.
Forgetting excluded values after cancellation
Fix: State restrictions from cancelled factors too. x ≠ −3 survives even after (x+3) is cancelled.
Missing extraneous solutions
Fix: Always check every solution in the original equation. Any that make a denominator zero must be discarded.
Wrong LCD for addition/subtraction
Fix: Use each distinct factor at its highest power. For (x−1)² and (x−1)(x+2), the LCD is (x−1)²(x+2).
Sign errors when subtracting rational expressions
Fix: Distribute the negative sign to every term in the subtracted numerator: a/(bd) − (b+c)/(bd) = [a − b − c]/(bd).
Not checking if the fraction is already simplified
Fix: Before performing any operation, factor all numerators and denominators and cancel first to keep arithmetic manageable.
Quick Reference Card
Frequently Asked Questions
What is a rational expression?
A rational expression is a fraction of the form p(x)/q(x) where p(x) and q(x) are polynomials and q(x) ≠ 0. Examples include (x + 3)/(x² − 4) and (2x² − 5x + 3)/(x − 1). They are called 'rational' because they are ratios of polynomials, analogous to how rational numbers are ratios of integers. The restriction q(x) ≠ 0 defines excluded values — the x-values where the expression is undefined.
How do you simplify a rational expression?
To simplify a rational expression: (1) Factor the numerator completely. (2) Factor the denominator completely. (3) Cancel any common factors that appear in both the numerator and denominator. (4) State the excluded values — the x-values that make any cancelled factor equal to zero. For example, (x² − 9)/(x² + 2x − 3) = (x−3)(x+3)/[(x−1)(x+3)] = (x−3)/(x−1), x ≠ −3. The restriction x ≠ −3 must be stated even though (x+3) was cancelled.
What are excluded values in rational expressions?
Excluded values (also called domain restrictions) are x-values that make the denominator equal to zero, because division by zero is undefined. To find them, set the denominator equal to zero and solve. For (x + 1)/[(x − 2)(x + 5)], set (x−2)(x+5) = 0 to get x = 2 and x = −5 as excluded values. These must be stated when simplifying or solving, even if the factor cancels — cancellation does not eliminate the restriction.
How do you add and subtract rational expressions?
To add or subtract rational expressions: (1) Factor all denominators. (2) Find the LCD (least common denominator) — the product of each distinct factor at its highest power. (3) Rewrite each fraction with the LCD by multiplying numerator and denominator by the missing factors. (4) Add or subtract the numerators, keeping the LCD. (5) Simplify the resulting numerator and cancel any common factors. For example, 1/(x−2) + 3/(x+1): LCD = (x−2)(x+1). Rewrite as (x+1)/[(x−2)(x+1)] + 3(x−2)/[(x−2)(x+1)] = (x+1+3x−6)/[(x−2)(x+1)] = (4x−5)/[(x−2)(x+1)].
What is a complex fraction and how do you simplify it?
A complex fraction is a fraction that contains fractions in its numerator, denominator, or both. The most efficient method to simplify is the LCD method: (1) Find the LCD of all the 'inner' fractions. (2) Multiply every term in the numerator and denominator of the main fraction by this LCD. (3) Simplify — the inner fractions cancel, leaving a simple expression. (4) Factor and reduce. For example, (1/x + 1/y)/(1/x − 1/y) with LCD = xy: multiply through to get (y + x)/(y − x).
How do you solve a rational equation?
To solve a rational equation: (1) Find all excluded values (set each denominator = 0). (2) Find the LCD of all denominators. (3) Multiply both sides of the equation by the LCD to clear all fractions. (4) Solve the resulting polynomial equation. (5) Check each solution against the excluded values — any solution that matches an excluded value is an extraneous solution and must be rejected. For example, solving x/(x−1) = 2/(x−1) + 1: excluded value x = 1; multiply by (x−1): x = 2 + (x−1) = x + 1, which gives 0 = 1, so no solution exists.
What is an extraneous solution in a rational equation?
An extraneous solution is a value obtained algebraically that does not satisfy the original equation — it makes a denominator equal to zero. Extraneous solutions arise when you multiply both sides of a rational equation by an expression containing the variable (the LCD), which can introduce false solutions. Always check every solution by substituting back into the original equation. If the substitution causes division by zero or produces a false statement, discard that value as extraneous.
What are the most common mistakes with rational expressions?
The five most common mistakes are: (1) Canceling terms instead of factors — you can only cancel a factor that multiplies the entire numerator and entire denominator; you cannot cancel terms in a sum (e.g., (x+3)/(x+5) ≠ 3/5). (2) Forgetting excluded values when simplifying — state restrictions even for cancelled factors. (3) Missing an extraneous solution — always check solutions in the original equation. (4) Finding the wrong LCD — take each factor at its highest power, not just its highest occurrence. (5) Sign errors when subtracting rational expressions — distribute the negative sign across every term in the numerator being subtracted.
Related Topics
Rational Functions
Graphing rational functions, asymptotes, holes, and end behavior.
Partial Fractions
Decompose rational expressions into sums of simpler fractions.
Polynomial Long Division
Divide polynomials — prerequisite for many rational expression problems.
Domain & Range
Finding the domain of functions including rational expressions.
Polynomials
Factoring polynomials — the core skill for working with rational expressions.
Precalculus Study Guide
Complete coverage of all precalculus topics.
Practice Rational Expressions
Work through simplifying, operations, and equation solving with instant feedback and step-by-step solutions. Free on NailTheTest — no account required.
Start Practicing Free