Ⅱ Expressions & Equations · Stage 9 — Rational Expressions & Equations · 9.5 Rational EquationsAll lessons →
Stage 9 · Rational Expressions & Equations

9.5  Rational Equations and How to Solve Them

Clear the denominators to escape the fraction — then check for the fake roots it leaves behind.

For ages 13–15 · Intuition before notation
Knowledge point pages
RATIONAL EQUATION 2 x = 3 x+1 × LCD clear bottoms PLAIN POLYNOMIAL 2(x+1) = 3x solve CHECK · the gate x = 2 ✓ kept candidate that zeros a bottom ✗ EXTRANEOUS
The whole lesson in one strip: a rational equation, its denominators cleared by the LCD, the plain equation that remains, and the check — the gate where fake roots are caught.

Up to now, fractions with letters were things you tidied: you reduced them, you added them, you never asked them to be equal to anything. A rational equation changes the question. It puts an = sign down and asks: for which value of x is this actually true? The unknown is hiding downstairs, in a denominator — and the first thing we'll do is coax it out into the open.

By the end you'll be able to: recognize a rational equation; clear its denominators by multiplying both sides by the LCD; solve the plain polynomial equation left behind; and — the part everyone forgets — check each answer in the original to throw out the fake (extraneous) roots the clearing step can invent. Throughout, we keep the Stage 9 colors: a numerator is amber, a denominator is blue, a cancelled factor is green, and an excluded or extraneous value is red.

9.5.1 What is a rational equation?

You met rational expressions in 9.1 through 9.4: things like x+1x−2. An expression has no = sign — there's nothing to "solve," only to simplify. A rational equation is what you get when two expressions are set equal and the unknown lives in a denominator:

2 x = 3 x+1 1 x−2 + 1 = 4 x−2
Two rational equations. Each has an = sign and asks for the x that makes it true. Notice the unknown sitting in the basement of every fraction.
Key idea

An equation asks a question (which x?) and expects an answer. An expression is just a quantity you rewrite. The moment a variable appears in a denominator and there's an =, you have a rational equation — and the new danger from 9.1 follows it everywhere: the bottom must never be 0.

Before you solve anything, glance at the denominators and write down the values that are off‑limits — the ones that would make a bottom zero. In 2x = 3x+1, the bottoms x and x+1 forbid x = 0 and x = −1. Keep that little no‑go list in the corner of your eye; it's exactly what the final check will compare against.

🎮 Try itEQUATION OR EXPRESSION?

Tap each item. Sort it into "expression" (just simplify) or "rational equation" (solve for x). The denominators light blue.

Expression:0
Rational equation:0
Tap an item to sort it.

9.5.2 Solving by clearing the denominators

Here's the whole trick. Fractions are awkward to solve with, so we get rid of them. Multiply both sides of the equation by the LCD — the least common denominator of every fraction in sight. Each denominator cancels, and what's left is an ordinary polynomial equation (linear or quadratic) that you already know how to crush.

Worked example — a linear result

Solve 2x = 3x+1. The denominators are x and x+1, so the LCD is x(x+1). Multiply both sides by it:

x(x+1) · 2 x = x(x+1) · 3 x+1 2(x+1) = 3x 2x + 2 = 3x x = 2 check: 2/2 = 1 and 3/3 = 1 ✓
The denominators cancel when you multiply by the LCD, leaving a plain linear equation. The candidate x = 2 isn't on the no‑go list (0, −1), so it survives the check.

Worked example — a quadratic result

Solve xx+2 = 3x−2. The off‑limits values are x = −2 and x = 2. The LCD is (x+2)(x−2); multiply both sides and the bottoms vanish:

x(x−2) = 3(x+2) → x²−2x = 3x+6 → x² − 5x − 6 = 0 → (x−6)(x+1) = 0

So the candidates are x = 6 and x = −1. Neither is on the no‑go list, so both are real solutions. (Quick check: 68 = 34 ✓, and −11 = −1 = 3−3 ✓.)

Watch the trap

You must multiply every single term by the LCD — including any plain number or polynomial that isn't a fraction. Forget the "+ 1" or the "2" on one side and the whole equation tips out of balance. (More on this in 9.5.4.)

🎮 Try itCLEAR‑THE‑DENOMINATORS STEPPER

Pick an equation, then step through it one move at a time: find the LCD, clear the bottoms, solve.

Equation:

9.5.3 Where fake roots come from — and the check that catches them

Multiplying both sides by the LCD is a legal move only when the LCD isn't zero. But the LCD is built out of denominators — the very things that are forbidden from being zero. If a candidate root happens to be one of those off‑limits values, the multiplication we did was illegal for that value, and the "root" it produced is a phantom: an extraneous root. The clearing step invented it. It is not a solution.

Why this happens

Multiplying an equation by an expression that equals 0 can turn a false statement into a true one (anything times 0 is 0, so both sides "agree"). That's how a value that breaks the original sneaks into the cleared equation as a candidate. The cure is simple and non‑negotiable: substitute every candidate back into the original and reject any that zero a denominator.

Worked rejection — a candidate that must be thrown out

Solve xx−3 = 2 + 3x−3. The off‑limits value is x = 3. The LCD is x−3; clear it (multiplying the lone 2 as well):

x = 2(x−3) + 3 → x = 2x − 6 + 3 → x = 2x − 3 → x = 3

The only candidate is x = 3 — but that's exactly the forbidden value! Substituting it back puts a 0 under both fractions in the original. So x = 3 is extraneous; we reject it. This equation has no solution.

Worked example — one kept, one tossed

Solve x−1 = 1x−1. Off‑limits: x = 1. LCD is x−1; clearing gives x² = 1, so x² − 1 = 0 → (x−1)(x+1) = 0, with candidates x = 1 and x = −1.

candidatedenominator x−1verdict
x = 11 − 1 = 0extraneous — reject
x = −1−1 − 1 = −2 ≠ 0valid ✓

Only x = −1 survives the gate. The candidate x = 1 looked like a root but zeros the denominator, so out it goes.

🎮 Try itEXTRANEOUS‑ROOT DETECTOR

Pick an equation. The widget shows the candidate roots, then substitutes each into the original denominators. A zero on the bottom means the root is a fake.

Equation:

9.5.4 The full procedure — three steps, and the check is a gate

Now assemble everything into a routine you can run on any rational equation. There are three steps, but the third is not optional bookkeeping — it is a gate the answers must pass through.

STEP 1 · Clear × LCD on every term STEP 2 · Solve the plain polynomial STEP 3 · Check put each root in the original bottom ≠ 0 → keep ✓ bottom = 0 → reject ✗ Step 0: note the excluded values first, so you know what to watch for.
Clear → Solve → Check. The check is a fork in the road: a candidate that keeps every denominator nonzero passes; one that zeros a bottom is rejected as extraneous.

Run it once, slowly, on 1x−2 + 3 = xx−2. Step 0: off‑limits is x = 2. Step 1 (clear, × (x−2)): 1 + 3(x−2) = x. Step 2 (solve): 1 + 3x − 6 = x → 3x − 5 = x → 2x = 5 → x = 52. Step 3 (check): 52 is not 2, so the denominator x−2 = ½ ≠ 0. The root passes. Solution: x = 2.5.

Habit to build

Write the excluded values before you solve, off to the side. Then the check is a five‑second glance: "is my candidate one of these red numbers?" If yes, reject it; if no, keep it. The check costs almost nothing and saves you from the most common wrong answer in the chapter.

🎮 Try itSEE THE SOLUTION AS A CROSSING

The two sides of 2/x = 3/(x+1) are drawn as curves. Slide x; the solution is where they cross. The dashed red lines are the forbidden vertical asymptotes — a denominator is zero there.

x

9.5.5 Applications — when the unknown lives in a denominator

Rational equations earn their keep on rate problems, where a quantity is divided by something you don't yet know — a time, a speed, a number of workers. The classic is the shared‑work problem: if pipe A fills a tank in a hours, in one hour it does 1a of the job. Rates of parallel workers add.

Worked work problem

Pipe A fills a tank in 3 h; pipe B fills it in 6 h. Open both. How long, t hours, to fill it together? In one hour the pipes together do 13 + 16 of the tank, and that must equal 1t of the tank:

1 3 + 1 6 = 1 t × 6t → 2t + t = 6 3t = 6 → t = 2 h check: 1/3 + 1/6 = 1/2 = 1/t ✓ (and t = 2 ≠ 0)
Together the two pipes fill the tank in t = 2 hours — faster than either alone, as it must be. The candidate t = 2 keeps every denominator nonzero, so it passes the check.
Interpret, don't just solve

A rate answer must make physical sense. Two pipes working together must beat the faster pipe (2 h < 3 h ✓). A negative time or a speed that zeros a denominator gets thrown out for the same reason an extraneous root does — it doesn't fit the original situation. Always end by reading the number back into words.

🎮 Try itWORK‑RATE APPLIER

Pipe A fills in a hours, pipe B in b hours. Slide them; the widget writes the equation 1/a + 1/b = 1/t and solves for the together‑time t.

Pipe A: a = 3h
Pipe B: b = 6h

The big ideas, in one breath

A rational equation has the unknown in a denominator and an = sign begging for an answer. To solve it, clear the fractions by multiplying every term on both sides by the LCD; the bottoms cancel and a plain polynomial equation remains. Solve that. Then — because multiplying by the LCD can invent fakes — check each candidate in the original and throw out any that zero a denominator. Clear, solve, check: the check is the gate, never skip it.

What's next

You've now closed the loop on Stage 9: from meeting rational expressions in 9.1, to reducing and the LCD in 9.2, to 9.3 and 9.4's arithmetic, to solving here. Next you'll meet these same fractions as graphs — and that "forbidden vertical line" from the crossing widget becomes a curve's asymptote.

Exercises 9.5

For each one: note the excluded values, clear the denominators, solve, and check. Some have a rejected root — or no solution at all.

  1. Solve 3x = 9.
    Show answer
    Excluded: x = 0. Multiply by x: 3 = 9x → x = 13. Check: 3 ÷ ⅓ = 9 ✓. Valid.
  2. Solve 1x + 14 = 12.
    Show answer
    Excluded: x = 0. LCD = 4x. Clear: 4 + x = 2x → x = 4. Check: ¼ + ¼ = ½ ✓. Valid.
  3. Solve 2x = 3x+1.
    Show answer
    Excluded: x = 0, x = −1. LCD = x(x+1). Clear: 2(x+1) = 3x → 2x+2 = 3x → x = 2. Check: 2/2 = 1 = 3/3 ✓. Valid.
  4. Solve x−5x−3 = 2x−3.
    Show answer
    Excluded: x = 3. Bottoms match; clear by (x−3): x − 5 = 2 → x = 7. Since 7 ≠ 3 the check passes. Valid.
  5. Solve x−1 = 1x−1.
    Show answer
    Excluded: x = 1. Clear by (x−1): x² = 1 → x² − 1 = 0 → x = 1 or x = −1. But x = 1 is extraneous (zeros the bottom) — reject it. Only x = −1.
  6. Solve xx+2 = 3x−2.
    Show answer
    Excluded: x = −2, x = 2. Clear by (x+2)(x−2): x(x−2) = 3(x+2) → x² − 5x − 6 = 0 → (x−6)(x+1) = 0. Both x = 6 and x = −1 are allowed. Valid.
  7. Solve 1x−1 + 1x+1 = 2x²−1.
    Show answer
    Excluded: x = 1, x = −1 (since x²−1 = (x−1)(x+1)). LCD = (x−1)(x+1). Clear: (x+1) + (x−1) = 2 → 2x = 2 → x = 1. But x = 1 is extraneous — reject. No solution.
  8. Solve xx−2 = 1 + 4x−2.
    Show answer
    Excluded: x = 2. Clear by (x−2): x = (x−2) + 4 = x + 2 → 0 = 2, a contradiction. No solution. (No value of x ever works.)
  9. Work problem. Pipe A fills a tank in 3 h, pipe B in 6 h. Open both — how long to fill it together?
    Show answer
    In one hour: 13 + 16 = 1t. ×6t: 2t + t = 6 → 3t = 6 → t = 2 hours. Check: ⅓ + ⅙ = ½ = 1/t ✓, and 2 h beats the faster pipe. Valid.

🎯 Quick check

Six questions to lock it in. Tap the answer you think is right.

§ For teachers and parents

This lesson develops CCSS A‑REI.A.2 — "solve simple rational equations in one variable, and give examples showing how extraneous solutions may arise" — together with A‑CED.A.1 (creating equations, here from work/rate situations) and the broader A‑REI.B reasoning about equivalent equations. The #1 misconception is skipping the check and reporting an extraneous root as a real solution; a close second is multiplying only some terms by the LCD (forgetting the lone constants or polynomials). The antidote is to make the check a non‑negotiable gate, not an afterthought: have the student write the excluded values before solving, and treat "clear → solve → check" as one inseparable move. Reinforce why the fake roots appear — multiplying both sides by an expression that can equal zero is the step that breaks equivalence — so the check feels like understanding, not ritual.

eastmath.com · Stage 9 · 9.5 Rational Equations · Intuition before notation