MATH 3 • ALGEBRA & FUNCTIONS

Solving Radical Equations — I can solve radical equations and check solutions to avoid extraneous results.

Learn to isolate radicals, eliminate them through exponentiation, and verify every solution to catch impostors.

Historical Context & Motivation

Equations involving square roots and other radicals might seem like a modern textbook invention, but mathematicians have wrestled with them for thousands of years. Ancient Babylonian scribes carved tables of square roots into clay tablets around 1800 BCE, and Greek mathematicians discovered that √2 could not be expressed as a ratio of whole numbers—an unsettling revelation they called incommensurable quantities. The challenge of solving equations that contain these roots has driven progress in algebra ever since.

~1800 BCE
Babylonian Root Tables
Babylonian mathematicians computed approximations of square roots using iterative methods and recorded them on cuneiform tablets, enabling practical calculations in surveying and construction.
~300 BCE
Euclid & Irrational Lengths
In Elements, Euclid proved that certain geometric lengths (like the diagonal of a unit square) cannot be expressed as simple fractions, formally establishing the concept of irrational numbers.
820 CE
Al-Khwarizmi's Algebra
The Persian scholar al-Khwarizmi systematically solved equations involving roots by isolating them and squaring both sides—a technique still at the heart of solving radical equations today.
1500s–1600s
Symbolic Notation Emerges
Christoff Rudolff introduced the radical sign (√) in 1525, and René Descartes refined it into the form we use now. Symbolic notation made it far easier to manipulate and solve radical equations on paper.
1800s
Extraneous Solutions Recognized
As algebra matured, mathematicians realized that squaring both sides of an equation can introduce false solutions. The concept of extraneous solutions became a formal topic, and the habit of checking answers became standard practice.

Today, radical equations appear everywhere—from the Pythagorean theorem in construction to the formulas that model free-fall in physics. The central question this lesson addresses is: How do you undo a radical, and why does that process sometimes create answers that don't actually work?

Core Principles & Definitions

Before diving into the solving process, you need a clear understanding of the vocabulary and the fundamental ideas that govern radical equations. A radical equation is any equation in which the variable appears under a radical symbol—most commonly a square root, but also cube roots, fourth roots, and beyond. The small number tucked into the notch of the radical sign is called the index (for square roots the index is 2, but we usually leave it unwritten). The expression under the radical is called the radicand.

1

Isolate the Radical

Move all terms so the radical expression is alone on one side of the equation. This is the essential first step before you can eliminate the root.
2

Raise Both Sides to the Index

To undo a square root, square both sides. To undo a cube root, cube both sides. The exponent must match the index of the radical.
3

Solve the Resulting Equation

After eliminating the radical, you'll have a linear or quadratic equation. Use familiar algebraic techniques—factoring, the quadratic formula, or simple isolation—to find candidate solutions.
4

Check Every Solution

Substitute each candidate back into the original equation. Any value that fails to satisfy it is an extraneous solution and must be rejected.
KEY TAKEAWAY
Think of squaring both sides like widening a net when fishing: you might catch the fish you want, but you'll also scoop up debris. Squaring is a non-reversible operation because both +3 and −3 give 9 when squared. That's why checking is mandatory—you need to throw back the debris (extraneous solutions) and keep only the real catch.

Visual Explanation — Why Extraneous Solutions Appear

The diagram below shows the graphs of y = √(x − 1) and y = x − 3. The true solution to the equation √(x − 1) = x − 3 is the point where both curves actually intersect. When you square both sides, you transform the equation into x − 1 = (x − 3)², which is a quadratic. That quadratic can have two solutions, but only the one that sits on the original square-root curve is valid. The other is extraneous—it satisfies the squared equation but not the original.

The cyan curve represents y = √(x − 1), which only outputs non-negative values. The pink line represents y = x − 3. The green dot at (5, 2) is the true intersection. The red dot at (2, −1) is where the squared version intersects, but the square root function can never output −1, so x = 2 is extraneous.

Notice how the square-root curve never dips below the x-axis. The principal square root is always greater than or equal to zero. When the linear function gives a negative value (like y = −1 at x = 2), there is no way the square root can equal it. Squaring both sides, however, erases the sign information and creates a phantom intersection. This is precisely why checking your solutions in the original equation is non-negotiable.

Mathematical Framework

The algebra behind solving radical equations relies on one fundamental property: raising both sides of an equation to the same power preserves equality, but it may enlarge the solution set. Let's formalize the key relationships you need.

INVERSE OPERATIONS FOR RADICALS
If ⁿ√(expression) = a , then expression = aⁿ
where n is the index of the radical. For square roots, n = 2; for cube roots, n = 3. This is the operation that eliminates the radical.
DOMAIN RESTRICTION (EVEN INDEX)
ⁿ√(radicand) is defined in ℝ only when radicand ≥ 0 (n even)
When the index is even (square root, fourth root, etc.), the radicand must be non-negative. This restriction does not apply to odd-index radicals like cube roots, which accept any real number.
SQUARING PROPERTY OF EQUALITY
If A = B, then A² = B² (but A² = B² does NOT guarantee A = B)
Squaring is a one-way guarantee. It preserves true equations but can also make false statements appear true (e.g., −3 ≠ 3 but (−3)² = 3²). This is the mathematical root cause of extraneous solutions.
💡 Two-Radical Strategy
When an equation has two radical terms, isolate one radical on one side, square both sides to eliminate it, and then repeat the process for the remaining radical. You may need to square twice before you reach a polynomial equation you can solve directly.

Types of Radical Equations & Solution Behavior

Not all radical equations behave the same way. The index of the radical, the number of radical terms, and whether the variable appears outside the radical all influence how many solutions you get and whether extraneous results can occur. The table below classifies the most common types you'll encounter in Math 3.

Common radical equation types and their behavior after removing the radical
Equation TypeExampleAfter Removing RadicalExtraneous Risk?
Single square root = constant√(2x + 3) = 5Linear equationLow — but always check domain
Single square root = linear expression√(x − 1) = x − 3Quadratic equationHIGH — quadratics often yield extraneous roots
Two square roots√(x + 5) = √(2x − 1)Linear or quadratic (after squaring twice)Moderate
Cube root equation∛(4x − 1) = 3Linear equationNone — cubing preserves sign
This flowchart summarizes the complete procedure. Notice the loop: if a radical remains after squaring, return to Step 1 and isolate it before squaring again. The final check step (in red) is essential—never skip it.
ℹ️ Cube Roots Are Friendlier
When the index is odd (cube root, fifth root, etc.), cubing both sides does not introduce extraneous solutions because cubing preserves sign information: (−2)³ = −8 and 2³ = 8 remain distinct. You should still verify your answer, but extraneous results are not a concern with odd-index radicals.

Worked Example

Let's solve the equation √(x − 1) = x − 3 step by step. This is the same equation pictured in Section 3, so you already know to expect one true solution and one extraneous result.

Solve √(x − 1) = x − 3
1
Step 1 — Isolate the RadicalThe radical √(x − 1) is already alone on the left side, so no rearrangement is needed. We can proceed directly to eliminating it.
2
Step 2 — Square Both SidesSquare both sides to remove the square root: [√(x − 1)]² = (x − 3)². This gives us x − 1 = x² − 6x + 9. Remember to fully expand the right side using FOIL or the perfect-square pattern.
x − 1 = x² − 6x + 9
3
Step 3 — Rearrange into Standard FormMove all terms to one side: 0 = x² − 6x + 9 − x + 1, which simplifies to 0 = x² − 7x + 10.
x² − 7x + 10 = 0
4
Step 4 — Factor and SolveFactor the quadratic: (x − 5)(x − 2) = 0. Setting each factor equal to zero gives us two candidate solutions: x = 5 and x = 2.
x = 5 or x = 2
5
Step 5 — Check x = 5 in the Original EquationSubstitute x = 5 into √(x − 1) = x − 3. Left side: √(5 − 1) = √4 = 2. Right side: 5 − 3 = 2. Since 2 = 2, x = 5 is a valid solution.
✓ 2 = 2
6
Step 6 — Check x = 2 in the Original EquationSubstitute x = 2 into √(x − 1) = x − 3. Left side: √(2 − 1) = √1 = 1. Right side: 2 − 3 = −1. Since 1 ≠ −1, x = 2 is extraneous and must be rejected.
✗ 1 ≠ −1
7
Final AnswerThe only solution to √(x − 1) = x − 3 is x = 5.
x = 5

Common Pitfalls & Strategies for Success

Even after learning the procedure, students frequently lose points on tests because of a handful of recurring mistakes. The table below highlights the most common errors alongside the correct approach.

Common mistakes when solving radical equations and how to fix them
Common MistakeWhy It's WrongCorrect Approach
Squaring before isolating the radicalIf the radical isn't alone, squaring creates a messy equation with a cross-term that still contains a radical.Always isolate the radical first so that squaring cleanly eliminates it.
Forgetting to expand (a − b)² correctlyWriting (x − 3)² = x² − 9 instead of x² − 6x + 9 leads to wrong candidate solutions.Use the pattern (a − b)² = a² − 2ab + b² or FOIL every time.
Skipping the check stepYou may report an extraneous solution as a valid answer. On many tests, this costs full credit.Substitute every candidate back into the original equation. Show your check work.
Claiming 'no solution' too earlySeeing a negative radicand for one candidate doesn't mean the equation has no solution—there may be another candidate that works.Check all candidates before writing your final answer.
Ignoring domain restrictionsEven before solving, the radicand must be ≥ 0 (for even-index radicals). Solutions outside the domain are automatically invalid.Optionally note the domain at the start: for √(x − 1), require x ≥ 1.
KEY TAKEAWAY
Think of checking your solutions like proofreading an autocorrect message before you hit send. Autocorrect (squaring) gets you close, but it can silently swap in the wrong word (an extraneous solution). A quick re-read (substitution check) catches the error before it causes trouble.

Connections to Advanced Topics

The techniques you've learned here are a springboard to more advanced mathematics. Radical expressions can be rewritten using rational exponents (for example, √x = x^(1/2)), and this conversion opens the door to the full power of exponent rules. In pre-calculus and calculus, you will encounter equations involving compositions of functions—like √(sin x) = 1/2—where the same isolate-and-power strategy applies, combined with trigonometric techniques.

How this lesson's skills connect to future mathematics
This Lesson (Math 3)Where It Leads
√(expression) = value → square both sidesx^(1/n) = value → raise to the nth power (rational exponents)
Checking for extraneous solutions by substitutionDomain analysis and verifying inverse function conditions in calculus
Squaring can expand the solution setUnderstanding non-injective (many-to-one) functions and their inverses
Solving equations with two radicals (squaring twice)Solving equations involving nested functions and iterative algebraic techniques

The concept of extraneous solutions also shows up in logarithmic and absolute-value equations, where domain restrictions or sign considerations can invalidate algebraic results. The core lesson is universal: whenever you apply a non-reversible operation, you must verify your answers. This principle will follow you through every math course you take.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why squaring both sides of an equation can introduce extraneous solutions. Use a simple numeric example (no variables) to support your explanation.
PROBLEM 2BASIC CALCULATION
Solve √(3x + 4) = 5. Show your work and check your answer.
PROBLEM 3INTERMEDIATE
Solve √(2x + 7) = x + 2. Identify any extraneous solutions.
PROBLEM 4APPLIED
A physics formula states that the time (in seconds) for an object to fall from rest is t = √(2h / g), where h is height in meters and g ≈ 9.8 m/s². A ball takes 3 seconds to hit the ground. Set up and solve a radical equation to find the height from which it was dropped. Verify your answer.
PROBLEM 5CRITICAL THINKING
Solve √(x + 5) + √(x) = 5. This equation has two radicals. Describe your strategy, show all algebraic steps, and check your final answer(s).

Lesson Summary

A radical equation contains a variable under a radical sign. To solve one, isolate the radical on one side of the equation, then raise both sides to the power of the index (square both sides for a square root, cube both sides for a cube root). Solve the resulting polynomial equation using factoring, the quadratic formula, or other standard techniques. If the equation contains two radicals, isolate and eliminate one at a time, squaring as many times as necessary.

Because squaring is a non-reversible operation (it erases sign information), it can introduce extraneous solutions—values that satisfy the squared equation but not the original. You must check every candidate solution by substituting it back into the original equation. Any candidate that fails this check is extraneous and must be rejected. This verification step is not optional—it is an essential part of the solution process.

Varsity Tutors • Math 3 • Solving Radical Equations