KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesRadical Equations and Spurious SolutionsEngineering · Engineering MathematicsLesson 7/7← PrevNext →
GuidePublished 15 Aug 20265 min readBy Kevin Joginradical equationsspurious solutionsextraneous rootssquaring
On this page

Ask about this page

KEVOS AIRadical Equations and Spurious Solutions

KEVOS knowledge first · trusted web sources when needed

Equations

Radical Equations and Spurious Solutions

Squaring both sides to remove a radical, why that can create solutions that were never there, and why checking is not optional.

Category Engineering / MathematicsStream EquationsLevel CoreReading 5 minSource Week 3, pages 8-9

What this page covers

  • Solve an equation containing a radical by isolating and squaring
  • Explain why squaring can introduce solutions
  • Test every candidate in the original equation
  • Recognise in advance which candidates are likely to fail
On this page
  1. The method and its cost
  2. Why squaring adds solutions
  3. The source's two examples
  4. Predicting failures before checking
  5. Two radicals
  6. Common mistakes
  7. Frequently asked questions

The method and its cost

A radical is removed by raising both sides to the matching power. That works, but for an even power it is not a reversible step, and the irreversibility has a consequence that must be handled.

  1. Isolate the radical on one side by itself.
  2. Raise both sides to the power matching the index — square for a square root, cube for a cube root.
  3. Solve the equation that results.
  4. Substitute every candidate into the original equation and discard the ones that fail.
Step 4 is not optional

Squaring can produce an equation with more solutions than the one you started with. The source notes end the topic with the instruction, in capitals, to check for spurious solutions. Any answer that omits the check is unfinished.

Why squaring adds solutions

Squaring loses sign information. If a = b then certainly a2 = b2; but a2 = b2 is also satisfied when a = -b.

a = b ⇒ a2 = b2a2 = b2 ⇒ a = b or a = -bThe implication runs one way only

So the squared equation is the union of two problems: the one you asked about and its sign-flipped twin. Its solution set contains yours and may be strictly larger.

A simple illustration: x = 3 has one solution. Squaring gives x2 = 9, which has two, x = 3 and x = -3. The second belongs to x = -3, not to the original.

Note

Odd powers do not have this problem. Cubing is reversible over the reals, because a3 = b3 forces a = b. Equations with cube roots therefore need no check for spurious solutions, though checking is still cheap insurance against arithmetic slips.

The source's two examples

Worked example 1 — √x + 1 = 2x - 3

The radical is already isolated. Square both sides:

x + 1 = (2x - 3)2x + 1 = 4x2 - 12x + 94x2 - 12x + 9 - x - 1 = 04x2 - 13x + 8 = 0Source example, Week 3, page 8

The discriminant is 169 - 128 = 41, so

x = 13 ± √418√41 ≈ 6.403, giving x ≈ 2.425 and x ≈ 0.825

Now the check, which is where the two candidates part company. The right side 2x - 3 must be non-negative, because the left side is a square root.

Testing both candidates
Candidate2x - 3Verdict
x ≈ 2.425≈ 1.85 > 0Valid — and √3.425 ≈ 1.85 agrees
x ≈ 0.825≈ -1.35 < 0Spurious &mdash; a square root cannot be negative

Only x = 13 + √418 solves the original. The other root solves √x + 1 = -(2x - 3), which is the sign-flipped twin that squaring silently introduced.

Worked example 2 &mdash; √x + 2 = x - 4

x + 2 = (x - 4)2x + 2 = x2 - 8x + 160 = x2 - 9x + 14(x - 7)(x - 2) = 0x = 7 or x = 2Source example, Week 3, page 8

The source then checks both explicitly.

The source's own check
CandidateLeft sideRight sideVerdict
x = 7√9 = 37 - 4 = 3Valid
x = 2√4 = 22 - 4 = -2Spurious: 2 ≠ -2

The solution is x = 7 alone. The source marks the failing case with a cross and follows it with the instruction to check for spurious solutions.

Predicting failures before checking

A quick sign test filters most spurious candidates without any substitution.

The sign filter

In √A = B, the left side is non-negative by definition of the principal square root. So any solution must satisfy B ≥ 0. Candidates making B negative cannot be solutions.

Both source examples are decided by this test alone. In the first, 2x - 3 < 0 at x ≈ 0.825. In the second, x - 4 < 0 at x = 2. Neither needed the radical to be evaluated.

A second filter

The radicand must also be non-negative for the expression to be real at all. In √x + 2 that requires x ≥ -2, which both candidates satisfied here, but it will sometimes eliminate candidates on its own.

Two radicals

When two radicals are present, isolate and square twice. Squaring a sum that still contains a radical leaves one behind, which is why the first square must be arranged so only one radical survives.

Worked example &mdash; √x + 5 - √x = 1

√x + 5 = 1 + √xx + 5 = 1 + 2√x + x4 = 2√x√x = 2x = 4Isolate one radical, square, isolate the survivor, square again
Check

√9 - √4 = 3 - 2 = 1. Valid.

Isolating √x + 5 before the first squaring was essential. Squaring the original directly gives x + 5 - 2√x(x + 5) + x = 1, which still contains a radical and is worse than what was started with.

Common mistakes

Errors and remedies
MistakeCorrectWhy
Not checking the candidatesAlways substitute backSquaring is not reversible
Checking in the squared equationCheck in the originalThe squared version accepts spurious roots by construction
(2x - 3)2 = 4x2 - 94x2 - 12x + 9The middle term is not optional
Squaring before isolating the radicalIsolate firstOtherwise a cross term keeps the radical
Discarding a valid root because it looks oddTest it, do not judge it13 + √418 is a fine answer
Assuming cube roots need the same checkOdd powers are reversibleChecking is still cheap insurance

Frequently asked questions

Why does squaring create solutions?

Because squaring destroys sign information. a = b implies a2 = b2, but the reverse does not hold: a2 = b2 also allows a = -b. The squared equation is satisfied by the solutions of both, so it can have more.

Is a spurious solution a mistake?

No. It arises from a legitimate step and its appearance is expected. The mistake is failing to discard it. The check is part of the method, not an optional extra.

Can I tell in advance which will fail?

Often. If the equation is √something = E, the radical is non-negative, so any candidate making E negative must fail. Testing that sign first is a fast filter.

What if there are two radicals?

Isolate one, square, simplify, then isolate the remaining radical and square again. Two squarings mean more scope for spurious solutions, so the check becomes more important, not less.

Related pages

  • Fractional Exponents and Radicals
  • The Quadratic Formula and the Discriminant
  • Conditional and Identical Equations
  • Absolute Value Equations and Inequalities

Source. Handwritten teaching notes, Week 3, pages 8-9.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

Literal Equations and Formula RearrangementGuide · Engineering MathematicsCubic and Higher-Degree EquationsGuide · Engineering MathematicsThe Quadratic Formula and the DiscriminantGuide · Engineering MathematicsCompleting the SquareGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®