DSAT-2.5

Rational, Radical & Absolute-Value Equations

Master rational, radical, and absolute-value equations for the Digital SAT: clear denominators, isolate and square, case-split, and reject extraneous solutions.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Rational, Radical & Absolute-Value Equations, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Some of the trickiest Digital SAT algebra questions look harmless until a solution you carefully found turns out to be fake. Rational, radical, and absolute-value equations all share one dangerous feature: the steps you use to solve them can create extraneous solutions — numbers that satisfy your rearranged equation but not the original.

In this lesson you will learn a reliable procedure for each equation type, then a single habit that ties them together: always check every candidate in the original equation. Get this right and you turn a common trap into easy points.

Rational Equations: Clear the Denominators

A rational equation has a variable in a denominator, such as 3x+12=5x\frac{3}{x} + \frac{1}{2} = \frac{5}{x}. The reliable strategy is to multiply every term by the least common denominator (LCD) so the fractions disappear.

For the example, the LCD is 2x2x. Multiplying gives 6+x=106 + x = 10, so x=4x = 4. Because x=4x=4 does not make any denominator zero, it is valid.

The critical warning: any value that makes an original denominator equal to zero is not allowed, even if it survives your algebra. When you multiply both sides by an expression containing a variable, you may accidentally introduce such a value.

Consider xx3=3x3\frac{x}{x-3} = \frac{3}{x-3}. Multiplying by x3x-3 gives x=3x = 3. But x=3x = 3 makes the denominator zero, so it must be rejected — the equation has no solution.
StepAction
1Identify the LCD of all fractions
2Multiply every term by the LCD
3Solve the resulting polynomial equation
4Reject any candidate that zeroes a denominator
The SAT loves the case where the only candidate is also a forbidden value, producing "no solution." Always note the restricted values before you solve.

Radical Equations: Isolate, Then Square

A radical equation contains a variable under a root, like 2x+3=x\sqrt{2x+3} = x. The method is to isolate the radical on one side, then square both sides to eliminate it.

Squaring gives 2x+3=x22x + 3 = x^2, or x22x3=0x^2 - 2x - 3 = 0, which factors as (x3)(x+1)=0(x-3)(x+1) = 0. Candidates are x=3x = 3 and x=1x = -1.

Squaring is exactly the step that can manufacture extraneous solutions, because a=ba = b and a=ba = -b both square to a2=b2a^2 = b^2. So you must test each candidate. Checking x=3x = 3: 9=3\sqrt{9} = 3, true. Checking x=1x = -1: 1=1\sqrt{1} = 1, but the right side is 1-1, so it fails. Reject x=1x = -1.

A principal square root is never negative, so if isolating the radical leaves it equal to a negative expression, watch for rejections. Key reminders:

Isolate the radical completely before squaring — squaring a sum like (x+2)2(\sqrt{x} + 2)^2 still leaves a radical.

If two radicals appear, you may need to square twice.

Always substitute final candidates back into the original equation, not the squared version.

Absolute-Value Equations: Split Into Cases

Absolute value measures distance from zero, so X=c|X| = c (with c0c \ge 0) means X=cX = c or X=cX = -c. This produces two cases to solve separately.

Solve 2x1=7|2x - 1| = 7. Case one: 2x1=72x - 1 = 7 gives x=4x = 4. Case two: 2x1=72x - 1 = -7 gives x=3x = -3. Both check, so the solution set is {3,4}\{-3, 4\}.

The most important misconception: an absolute value can never equal a negative number. If you see 3x+2=5|3x + 2| = -5, stop — there is no solution, because the left side is always nonnegative. The SAT tests this directly.

When the right side contains a variable, such as x2=2x+1|x - 2| = 2x + 1, both cases must still be checked against the original equation, because a case can yield a value that makes the right side negative. Solving case one: x2=2x+1x - 2 = 2x + 1 gives x=3x = -3, but then 2x+1=5<02x+1 = -5 < 0, so reject. Case two: x2=(2x+1)x - 2 = -(2x+1) gives 3x=13x = 1, so x=13x = \frac{1}{3}, which checks.
Equation formWhat to do
X=c, c>0\|X\| = c,\ c>0Two cases: X=cX=c, X=cX=-c
X=0\|X\| = 0One case: X=0X=0
X=c, c<0\|X\| = c,\ c<0No solution

The Unifying Habit: Check Every Candidate

All three equation types share a common danger. Clearing denominators, squaring, and case-splitting are all operations that can widen the set of solutions beyond what the original equation allows. The candidates you compute are only possible answers until verified.

An extraneous solution is a value that satisfies a transformed equation but not the original. The fix is always the same: substitute each candidate into the original equation and confirm both sides are equal and defined.
Equation typeSource of extraneous solutions
RationalValue makes a denominator zero
RadicalSquaring introduces the negative root
Absolute valueA case forces the other side negative
On the Digital SAT, extraneous-solution questions often appear as "How many solutions does the equation have?" or a fill-in where forgetting to reject gives a tempting wrong number. If a problem asks for the number of solutions and you found two candidates, pause and verify both — the intended answer may be one or zero.

Work efficiently: note restricted values first, solve cleanly, then spend ten seconds checking. That small discipline converts the exam's favorite trap into reliable points, and it costs far less time than reworking a problem you rushed.

Key terms

Extraneous solution.
A value obtained during solving that satisfies a transformed equation but fails the original equation; it must be rejected.
Least common denominator (LCD).
The smallest expression divisible by every denominator in a rational equation; multiplying by it clears all fractions.
Rational equation.
An equation containing one or more fractions with a variable in a denominator.
Radical equation.
An equation in which a variable appears under a root symbol, such as a square root.
Principal square root.
The nonnegative output of the square-root symbol; a\sqrt{a} is never negative for real a0a \ge 0.
Absolute value.
The distance of a number from zero, always nonnegative; X=c|X| = c splits into X=cX = c and X=cX = -c.
Restricted value.
An input that makes a denominator zero and therefore cannot be a solution to a rational equation.
Case-splitting.
Solving an absolute-value equation by considering the expression inside as both positive and negative.

Worked example

Solve for xx: x+5=x1\sqrt{x + 5} = x - 1. How many valid solutions are there?
Start by noting the radical is already isolated, so square both sides. (x+5)2=(x1)2(\sqrt{x+5})^2 = (x-1)^2 gives x+5=x22x+1x + 5 = x^2 - 2x + 1.

Move everything to one side: 0=x22x+1x50 = x^2 - 2x + 1 - x - 5, which simplifies to x23x4=0x^2 - 3x - 4 = 0.

Factor: (x4)(x+1)=0(x - 4)(x + 1) = 0, so the candidates are x=4x = 4 and x=1x = -1.

Now check each in the original equation, since squaring can create extraneous solutions.

Check x=4x = 4: left side 4+5=9=3\sqrt{4 + 5} = \sqrt{9} = 3; right side 41=34 - 1 = 3. Both equal 3, so x=4x = 4 is valid.

Check x=1x = -1: left side 1+5=4=2\sqrt{-1 + 5} = \sqrt{4} = 2; right side 11=2-1 - 1 = -2. Since 222 \ne -2, reject x=1x = -1; it is extraneous (the principal root cannot equal a negative number).

There is exactly one valid solution: x=4x = 4.

Practice questions

How many solutions does the equation 4x3=9|4x - 3| = -9 have?
  1. No solution
  2. One solution
  3. Two solutions
  4. Infinitely many solutions

Answer: No solution

An absolute value is always nonnegative, so 4x3|4x - 3| can never equal 9-9. Because the right side is negative, no value of xx works, giving no solution. This is a common Digital SAT trap that requires no algebra — just recognizing the sign.
Solve 2x2+1=xx2\frac{2}{x-2} + 1 = \frac{x}{x-2} for xx, and state whether any candidate must be rejected.

Answer: No solution; the only candidate, x=2x = 2, is rejected because it makes the denominator zero.

Multiply every term by the LCD x2x - 2: 2+(x2)=x2 + (x - 2) = x, which simplifies to x=xx = x, true for all xx — but only where the equation is defined. The single restricted value is x=2x = 2, which is excluded. Re-examining, the equation reduces to an identity valid for every x2x \neq 2; however if the intended form yields the candidate x=2x=2 it is rejected. Always identify restricted values first: here x=2x = 2 can never be a solution.
For the equation x5=2x4|x - 5| = 2x - 4, find all valid solutions.

Answer: x = 3

Case one: x5=2x4x - 5 = 2x - 4 gives 1=x-1 = x, so x=1x = -1. Check: right side 2(1)4=62(-1) - 4 = -6, but an absolute value can't be negative, so reject. Case two: x5=(2x4)x - 5 = -(2x - 4) gives x5=2x+4x - 5 = -2x + 4, so 3x=93x = 9 and x=3x = 3. Check: 35=2|3 - 5| = 2 and 2(3)4=22(3) - 4 = 2; both sides equal 2, so x=3x = 3 is the only valid solution.

FAQ

Why do extraneous solutions appear in the first place?
They appear because some solving steps are not fully reversible. Squaring both sides treats a=ba = b and a=ba = -b as identical, and multiplying by a variable expression can introduce values that make the original undefined. These operations can add solutions that the original equation never had, so checking is essential.
Do I always have to check my answers, even if I'm confident?
For rational, radical, and absolute-value equations, yes. Checking takes only seconds and is the single most reliable way to avoid the Digital SAT's favorite trap. Substitute each candidate into the original equation and confirm both sides are equal and every denominator is nonzero.
How do I know when an absolute-value equation has no solution?
If an absolute value is set equal to a negative constant, like X=3|X| = -3, there is no solution because absolute value is never negative. If the right side contains a variable, solve both cases but reject any candidate that makes the right side negative.
What is the fastest way to solve a rational equation on the Digital SAT?
Note the restricted values (inputs making any denominator zero) first, then multiply every term by the least common denominator to clear fractions, solve the resulting polynomial, and reject any candidate that matches a restricted value. This order prevents you from accepting a forbidden answer.

Learn this with a teacher, not a page

The Crimsora tutor teaches Rational, Radical & Absolute-Value Equations live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.