MATH 2 • ALGEBRA & FUNCTIONS

Solving Radical Equations — I can solve simple equations involving radicals and check solutions for validity.

Learn to undo square roots, solve for unknowns, and identify extraneous solutions that sneak in along the way.

Historical Context & Motivation

The concept of a radical — a root of a number — has been part of mathematics for thousands of years. Ancient civilizations needed square roots to solve practical problems involving land area, construction, and astronomy. The Babylonians developed remarkably accurate methods for approximating square roots around 1800 BCE, while Greek mathematicians like Euclid explored the geometric meaning of irrational roots. Over time, mathematicians developed algebraic notation and techniques that let us work with radicals symbolically, eventually leading to the methods we use today for solving radical equations — equations in which the variable appears under a radical sign.

~1800 BCE
Babylonian Square Roots
Babylonian mathematicians used iterative methods on clay tablets to approximate square roots with impressive precision, solving area problems for agriculture and architecture.
~300 BCE
Euclid's Elements
Euclid proved that √2 is irrational — it cannot be written as a fraction — establishing that some radical expressions represent entirely new kinds of numbers.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi systematized methods for solving equations involving roots, laying the groundwork for modern algebra and the word 'algorithm.'
1500s–1600s
Modern Radical Notation
European mathematicians introduced the √ symbol and developed rules for manipulating radical expressions algebraically, enabling the solving of radical equations as we practice today.

Why do we study radical equations today? They show up whenever a formula involves a square root — from the Pythagorean theorem to the distance formula to physics equations describing velocity or free-fall time. The central challenge is this: how do you isolate a variable trapped inside a square root, and how do you know whether your answer is actually valid? That question drives this entire lesson.

Core Principles & Definitions

Before we solve radical equations, let's establish the key ideas that will guide every step. A radical equation is any equation in which the variable appears inside a radical, most commonly a square root. The main strategy is to isolate the radical on one side, then square both sides to eliminate the root. However, squaring can introduce solutions that don't actually work in the original equation — these are called extraneous solutions. Checking your answers is not optional; it's a required part of the process.

1

Radical Equation

An equation where the variable is inside a radical (√). Examples: √x = 5, √(x + 3) = 7. The goal is to free the variable from under the radical sign.
2

Isolate the Radical

Before squaring, move everything except the radical expression to the other side. This keeps the algebra clean and prevents errors when you square both sides.
3

Square Both Sides

Since (√a)² = a, squaring eliminates the radical. But you must square the entire side — not just individual terms — to keep the equation balanced.
4

Extraneous Solutions

Squaring can create 'false' solutions. These values satisfy the squared equation but fail when plugged back into the original. Always check every answer.
5

Domain Restriction

A square root output is always ≥ 0. So √(expression) can never equal a negative number. If the other side is negative, there is no solution.
KEY TAKEAWAY
Think of a radical equation like a locked box. The square root is the lock, and squaring both sides is the key. But here's the catch — sometimes when you open the box, you find items that were never inside it to begin with. Those are extraneous solutions. You always have to verify that what you found actually belongs in the original box by substituting back into the original equation.

Visual Explanation

The Process at a Glance

The following diagram illustrates the step-by-step workflow for solving any simple radical equation. Notice how the process flows from isolating the radical through squaring, solving, and — critically — checking for extraneous solutions. Every arrow represents a deliberate algebraic move, and the final verification loop is what separates a correct solution from a careless mistake.

The flowchart shows the four-step process: isolate the radical, square both sides, solve the resulting equation, and check for extraneous solutions. If the check fails, the solution is rejected.

The green verification box at the bottom is the most important step — and the one students most often skip. Without it, you might confidently report a solution that makes the original equation false. Train yourself to always loop back and substitute your answer into the original radical equation before writing your final answer.

Mathematical Framework

The algebraic technique behind solving radical equations rests on one key property: squaring a square root cancels it out. If we have √a = b, then squaring both sides gives a = b². This is the inverse relationship between squaring and taking a square root. Let's formalize the main equation types and the rules that govern them.

FUNDAMENTAL PROPERTY
If √a = b, then (√a)² = b² → a = b²
This works because squaring and square-rooting are inverse operations. The expression under the radical (called the radicand) must be ≥ 0 for real-number solutions.
BASIC FORM
√(x + c) = d → x + c = d² → x = d² − c
Here c and d are constants. The radical is already isolated, so we square directly. Note that d must be ≥ 0 or there is no solution.
FORM REQUIRING ISOLATION
√(x + c) + k = m → √(x + c) = m − k → x + c = (m − k)²
First subtract k from both sides to isolate the radical. Then check that m − k ≥ 0 before squaring. If m − k < 0, the equation has no solution.
EXTRANEOUS SOLUTION CHECK
Substitute x back into the original: LHS = √(x + c) + k, RHS = m. Accept x only if LHS = RHS.
This step catches solutions introduced by squaring. Squaring is not a reversible operation — it can turn a false statement into a true one (e.g., −3 ≠ 3 but (−3)² = 3²). That's why checking is essential.
💡 Why Does Squaring Create Extra Solutions?
Consider: −3 ≠ 3, but (−3)² = 9 and 3² = 9. Squaring both sides of an equation treats negatives and positives the same, so it can produce solutions where the original radical expression would need to equal a negative value — something a principal square root can never do. That's the root cause (pun intended) of extraneous solutions.

Types of Radical Equations & Common Pitfalls

Radical equations come in different flavors depending on how the radical relates to the rest of the equation. Understanding these types helps you decide how many moves you need before squaring. The diagram below classifies the most common forms you'll encounter in this course and highlights the key pitfalls associated with each.

Three main types of simple radical equations: already isolated (square immediately), needs isolation (rearrange first), and no-solution cases (radical set equal to a negative).

One especially dangerous mistake is treating √(a + b) as √a + √b. This is not valid. For example, √(9 + 16) = √25 = 5, but √9 + √16 = 3 + 4 = 7. The square root of a sum is not the sum of the square roots. Always treat the entire expression under the radical as a single unit.

Worked Example

Example 1: A Standard Radical Equation

Let's solve √(2x + 3) − 1 = 4 step by step, then verify our answer.

Solve: √(2x + 3) − 1 = 4
1
Step 1 — Isolate the RadicalAdd 1 to both sides to get the radical alone: √(2x + 3) − 1 + 1 = 4 + 1, which gives √(2x + 3) = 5.
√(2x + 3) = 5
2
Step 2 — Square Both SidesSquare both sides to eliminate the radical: [√(2x + 3)]² = 5². The left side becomes 2x + 3, and the right side becomes 25.
2x + 3 = 25
3
Step 3 — Solve the Linear EquationSubtract 3 from both sides: 2x = 22. Divide both sides by 2: x = 11.
x = 11
4
Step 4 — Check in the Original EquationSubstitute x = 11 into √(2x + 3) − 1 = 4. Left side: √(2(11) + 3) − 1 = √(22 + 3) − 1 = √25 − 1 = 5 − 1 = 4. Right side: 4. Since 4 = 4, the solution is valid.
✓ x = 11 is the solution

Example 2: An Extraneous Solution Appears

Now let's see what happens when squaring introduces a false answer. Solve √(x) = x − 6.

Solve: √x = x − 6
1
Step 1 — Radical Is Already IsolatedThe radical √x is already alone on the left side. We can proceed directly to squaring.
√x = x − 6 (ready to square)
2
Step 2 — Square Both SidesSquaring: (√x)² = (x − 6)². The left side becomes x. The right side requires expanding: (x − 6)² = x² − 12x + 36.
x = x² − 12x + 36
3
Step 3 — Solve the QuadraticRearrange to standard form: 0 = x² − 13x + 36. Factor: 0 = (x − 4)(x − 9). So x = 4 or x = 9.
x = 4 or x = 9
4
Step 4 — Check Both SolutionsCheck x = 4: √4 = 4 − 6 → 2 = −2. This is FALSE, so x = 4 is extraneous. Check x = 9: √9 = 9 − 6 → 3 = 3. This is TRUE, so x = 9 is valid.
✓ x = 9 is the only solution

Strengths, Limitations & Comparisons

The squaring method is powerful and widely applicable, but like any algebraic tool, it has specific strengths and limitations. Understanding these will help you recognize when to use it confidently and when to be extra cautious.

Strengths and limitations of the squaring method for solving radical equations
AspectStrengthLimitation
Ease of useStraightforward — isolate, square, solve, check. A reliable four-step framework you can always follow.Squaring can turn a simple linear equation into a quadratic, adding complexity.
Extraneous solutionsThe check step catches all false solutions. If you always verify, you'll never report a wrong answer.Students who skip the check step may accept invalid solutions and lose points.
ScopeWorks for square root, cube root, and higher-index radicals (with appropriate power).Equations with two separate radicals may require squaring twice, increasing error risk.
Domain awarenessForces you to think about where expressions are defined — a valuable algebraic habit.Forgetting domain restrictions (radicand ≥ 0, √ ≥ 0) is a common error source.
KEY TAKEAWAY
Solving radical equations is like using a metal detector at the beach. Squaring both sides helps you detect all possible solutions buried beneath the surface — but not everything you dig up is treasure. Some finds are just bottle caps (extraneous solutions). The check step is your way of examining each find to see if it's genuine.

Connection to Advanced Topics

The skills you're building now with simple radical equations lay the groundwork for more complex algebraic topics. In future courses, you'll encounter equations with multiple radicals, higher-index roots (cube roots, fourth roots), and radical expressions embedded in modeling problems. The table below previews how today's concepts extend into more advanced territory.

How today's skills connect to future math courses
What You Learn NowWhere It Leads
Solving √(expression) = numberSolving equations with two radicals: √(a) + √(b) = c (requires squaring twice)
Checking for extraneous solutionsValidating solutions in logarithmic and rational equations, which also produce extraneous answers
Understanding domain restrictions (radicand ≥ 0)Domain analysis for rational functions, logarithmic functions, and composition of functions
Writing radicals as fractional exponents: √x = x^(1/2)Power functions, exponential modeling, and calculus (derivatives of x^(1/2))

The habit of checking solutions is perhaps the most transferable skill from this lesson. In Precalculus, you'll see that solving logarithmic equations and rational equations both generate extraneous solutions through similar mechanisms — applying a non-reversible operation (like squaring or multiplying by a variable expression). Mastering the discipline of verification now will pay dividends for years to come.

Practice Problems

Work through these five problems in order. Each one builds on the skills from the previous problem, increasing in difficulty. Remember to check every solution in the original equation.

PROBLEM 1CONCEPTUAL
Explain why the equation √(x + 5) = −2 has no solution, even though (−2)² = 4 would give x + 5 = 4, or x = −1.
PROBLEM 2BASIC CALCULATION
Solve √(3x + 1) = 7. Check your solution.
PROBLEM 3INTERMEDIATE
Solve √(x + 7) + 3 = x. Determine whether any solutions are extraneous.
PROBLEM 4APPLIED
A physics formula gives the time (in seconds) for an object to fall a distance d feet: t = √(d/16). If a ball takes 3.5 seconds to reach the ground, how far did it fall? Verify your answer.
PROBLEM 5CRITICAL THINKING
For what values of k does the equation √(x + 4) = x + k have exactly one valid solution? Consider how the line y = x + k intersects the curve y = √(x + 4) and explain your reasoning.

Lesson Summary

A radical equation is an equation where the variable appears under a square root (or other radical). To solve one, follow four steps: isolate the radical on one side of the equation, square both sides to eliminate the root, solve the resulting equation (which may be linear or quadratic), and always check your solutions by substituting back into the original equation.

Squaring both sides is a non-reversible operation that can introduce extraneous solutions — values that satisfy the squared equation but not the original. Remember that the principal square root is always non-negative, so if the radical is set equal to a negative number, the equation has no solution. Mastering this process — especially the checking step — prepares you for solving logarithmic equations, rational equations, and other advanced topics where extraneous solutions also arise.

Varsity Tutors • Math 2 • Solving Radical Equations