FrontierMath
Algebra II/Exponents & Rational Functions/Solving Rational Equations
Algebra II Regents in 15 days
Algebra II · Lesson 4

Solving Rational Equations

Clear the fractions, solve what's left, and always check your answers.


A civil engineer calculating water flow rates uses equations where the flow speed appears in the denominator. When she sets two flow expressions equal and solves, she gets two solutions. One of them, when plugged back in, makes a denominator equal zero — which is physically meaningless. She throws it out. The other solution is the answer. That discarded solution has a name: an extraneous solution. And the technique she used to solve the equation in the first place — multiplying both sides by the LCD — is exactly what this lesson is about.

A rational equation is any equation containing at least one rational expression, meaning a fraction with a variable in the denominator. The strategy for solving them is to eliminate every denominator at once by multiplying both sides of the equation by the least common denominator. This turns a rational equation into a polynomial equation you already know how to solve.

Here is the critical rule: after you solve, you must substitute every solution back into the original equation. If a solution makes any denominator equal to zero, it is extraneous — it is not a real solution, and you must discard it. An extraneous solution is not a mistake in your algebra. It arises because multiplying both sides by an expression containing a variable can introduce solutions that were never valid in the first place.

Start with a straightforward example. Solve:

\frac, + \frac, = \frac

The denominators are xx and 22, so the LCD is 2x2x. Multiply every term by 2x2x.

Solving 3/x + 1/2 = 5/x
2x3x+2x12=2x5x2x \cdot \frac{3}{x} + 2x \cdot \frac{1}{2} = 2x \cdot \frac{5}{x}
Every single term gets multiplied by 2x — both sides, all terms.
6+x=106 + x = 10
Each fraction cancels its own denominator. 2x times 3/x is 6, 2x times 1/2 is x, 2x times 5/x is 10.
x=4x = 4
Subtract 6 from both sides.
34+12=54\frac{3}{4} + \frac{1}{2} = \frac{5}{4}
Check: substitute x = 4 back into the original. The left side is 3/4 + 2/4 = 5/4.
54=54\frac{5}{4} = \frac{5}{4} \checkmark
The solution is valid. x = 4 makes no denominator zero.

Now here is where rational equations get interesting. Sometimes the algebra produces a solution that looks fine until you check it. Solve:

\frac, + 1 = \frac

Both fractions share the denominator x3x - 3, so the LCD is x3x - 3.

Solving 2/(x−3) + 1 = x/(x−3), with an extraneous solution
(x3)2x3+(x3)1=(x3)xx3(x-3) \cdot \frac{2}{x-3} + (x-3) \cdot 1 = (x-3) \cdot \frac{x}{x-3}
Multiply every term by the LCD. This will cancel both denominators.
2+(x3)=x2 + (x-3) = x
The fractions are gone. Distribute carefully — the middle term is just x - 3.
2+x3=x2 + x - 3 = x
Expand the parentheses.
x1=xx - 1 = x
Combine constants on the left: 2 - 3 = -1.
1=0-1 = 0
Subtract x from both sides. This is a false statement — no value of x makes it true.

Wait — the variable disappeared entirely and left a contradiction. That means there is no solution. But suppose the algebra had instead produced a specific value like x=3x = 3. Plugging x=3x = 3 into the original makes both denominators 33=03 - 3 = 0, which is undefined. Any such value must be excluded before you even start: write the restriction x3x \neq 3 first, and if your algebra later produces 3, discard it immediately.

Here is a fuller example where an extraneous solution actually appears. Solve:

\frac, = \frac, - \frac

The denominators are x+2x + 2 and 33. The LCD is 3(x+2)3(x+2). The restriction is x2x \neq -2.

Solving x/(x+2) = 4/(x+2) − x/3, full solution with check
3(x+2)xx+2=3(x+2)4x+23(x+2)x33(x+2) \cdot \frac{x}{x+2} = 3(x+2) \cdot \frac{4}{x+2} - 3(x+2) \cdot \frac{x}{3}
Distribute the LCD across every term. Keep both sides in view.
3x=12x(x+2)3x = 12 - x(x+2)
Each fraction cancels: 3(x+2) over (x+2) leaves 3, and 3(x+2) over 3 leaves (x+2).
3x=12x22x3x = 12 - x^2 - 2x
Expand the right side by distributing the negative through x(x+2).
x2+5x12=0x^2 + 5x - 12 = 0
Move everything to one side. Add x^2, add 2x, subtract 12 from both sides.
x=5±25+482=5±732x = \frac{-5 \pm \sqrt{25 + 48}}{2} = \frac{-5 \pm \sqrt{73}}{2}
This doesn't factor nicely, so use the quadratic formula with a=1, b=5, c=-12.
x1.77orx6.77x \approx 1.77 \quad \text{or} \quad x \approx -6.77
Neither value equals -2, so neither is extraneous. Both solutions are valid.

The check here is confirming that neither solution equals 2-2. When the quadratic factors cleanly and one root equals the restricted value, that root is extraneous and must be discarded. The other root, if it passes the check, is the only solution.

To visualize what is happening, the graph below shows the left side and right side of the original equation in that last example as two separate functions. Their intersections are the solutions.

Interactive graph — scroll to zoom, drag to pan

Notice the vertical asymptote at x=2x = -2. The graph confirms two intersection points, consistent with the two solutions the algebra produced.

Practice Questions
5x13=2x\frac{5}{x} - \frac{1}{3} = \frac{2}{x}
xx12x+1=1\frac{x}{x-1} - \frac{2}{x+1} = 1
3x3+xx3=x+3x3\frac{3}{x-3} + \frac{x}{x-3} = \frac{x+3}{x-3}
Regents Corner

On Part II and Part III of the Algebra II Regents, rational equation problems require you to show the LCD, show the multiplication step, solve the resulting equation, and check every solution. Skipping the check costs points even if your final answer is correct — the rubric specifically credits the verification step as its own piece of work. Write the restriction before you start, write the check after you finish, and label any extraneous solution explicitly as "extraneous" rather than just crossing it out.

A student solves a rational equation, gets x = 2, and checks by substituting into the simplified polynomial equation rather than the original rational equation. The polynomial has no denominator, so x = 2 passes. But the original equation had x - 2 in the denominator, making x = 2 undefined. The check must always go back to the original equation with the denominators present — that is the only check that catches extraneous solutions.
← Previous
Simplifying Rational Expressions
Next →
Synthetic Division and the Remainder Theorem