Skip to main content

Section 12.1 Solving Radical Equations

A radical equation is an equation that contains square roots, cube roots, or any radical, with a variable inside it.
To solve equations with square roots, the key technique is to square both sides of the equation. β€œSquaring” and β€œsquare rooting” are basically inverse operations, so squaring can be used to β€œundo” or β€œcancel out” a square root.

Example 12.1.1. Solving a Basic Radical Equation.

Consider \(\sqrt{5x + 1} = 6\text{.}\) Intuitively, we need to isolate \(x\text{,}\) which is currently trapped inside of the square root. To get it out, we first square both sides of the equation, which cancels the square root,
\begin{align*} (\sqrt{5x+1})^2 \amp = 6^2\\ 5x + 1 \amp = 36 \end{align*}
Then, we can solve the equation just like a regular basic equation, by isolating for \(x\text{,}\)
\begin{align*} 5x \amp = 35 \amp\amp \text{subtracting 1 from both sides}\\ x \amp = 7 \amp\amp \text{dividing both sides by 5} \end{align*}

Example 12.1.2. An Equation with No Solution.

Solve \(\sqrt{x+4} = -3\text{.}\) Notice that the right hand side is negative. On the other hand, the left hand side is a square root, which is never negative. So this equation can never be true. We can conclude immediately that there is no solution, without any squaring or other algebra steps.
If you did square both sides, you would get,
\begin{align*} (\sqrt{x+4})^2 \amp = (-3)^2\\ x+4 \amp = 9\\ x \amp = 5 \end{align*}
which appears to be a solution, but in fact, it will be extraneous.
\begin{align*} \sqrt{5+4} \amp = -3\\ \sqrt{9} \amp = -3\\ 3 \amp = -3 \qquad \text{which is false} \end{align*}
In general, if you have,
\begin{gather*} \sqrt{\text{something}} = \text{negative number} \end{gather*}
you can stop right away, and conclude there is no solution. Any solution that comes from squaring the equation will always be extraneous.

Subsection 12.1.1 Solving Basic Square Root Equations

  1. Isolate the radical (if necessary).
  2. Square both sides of the equation (to cancel out the square root).
  3. Solve the equation.

Exercise Group 12.1.1. Basic Square Root Equations.

Solve each radical equation.

Subsection 12.1.2 Extraneous Solutions

Example 12.1.3. Identifying an Extraneous Solution.

Solve \(\sqrt{x} = x - 6\text{.}\) First, square both sides,
\begin{align*} (\sqrt{x})^2 \amp = (x-6)^2\\ x \amp = x^2 - 12x + 36\\ 0 \amp = x^2 - 13x + 36\\ 0 \amp = (x-9)(x-4)\\ x \amp = 9, 4 \end{align*}
However, in this example, it turns out that not both of these numbers are solutions. Checking by substituting them into the original equation,
For \(x=9\)
\begin{gather*} \sqrt{9} = 9 - 6\\ 3 = 3 \end{gather*}
For \(x=4\)
\begin{gather*} \sqrt{4} = 4 - 6\\ 2 = -2 \end{gather*}
So, \(x = 9\) is a solution (because both sides are equal), but \(x = 4\) is not a solution, (because \(2 \neq -2\)). This can happen because squaring an equation can introduce new solutions. For example,
  • \(2 = -2\) is false, but after squaring, we get \(4 = 4\text{,}\) which is true.
  • Consider the (very simple) equation \(x = 2\text{.}\) This has one (true) solution which is \(x = 2\) (because replacing \(x\) with 2 gives \(2 = 2\text{,}\) which is true). However, if you square both sides, you get \(x^2 = 4\text{,}\) which has 2 solutions (\(x = 2\) and \(x = -2\)).
Basically, squaring gets rid of negative signs, which can lead to more solutions.
These solutions, which appear when solving algebraically, but don’t actually satisfy the original equation, are called extraneous solutions. Intuitively, extraneous means β€œextra”.
In general, for radical equations, you need to check your answers to see if they satisfy the original equation. And this is basically because squaring an equation can lead to an equation with another solution that isn’t a solution of the original equation.

Subsection 12.1.3 Solving Square Root Equations with Quadratics

Exercise Group 12.1.2. Equations Leading to Quadratics.

Solve each radical equation.

Subsection 12.1.4 Summary of Solving Radical Equations

  1. Isolate the radical (if there are multiple, choose one to isolate).
  2. Square both sides of the equation (to cancel out the square root).
  3. Simplify, and solve the resulting equation. If the equation still contains a square root, repeat the previous steps (isolate, square, simplify).
When there are no radicals left, typically the resulting equation will be a quadratic equation, so if needed, review the techniques for solving quadratic equations.

Subsection 12.1.5 Equations with Multiple Square Roots

Exercise Group 12.1.3. Equations with Multiple Radicals.

Solve each equation.
(s)
\(5 + \sqrt{x} = \sqrt{3x}\text{.}\)
Answer.
\(x = \frac{50 + 25\sqrt{3}}{2}\) (reject \(x = \frac{50 - 25\sqrt{3}}{2}\)).

Exercise Group 12.1.4. Advanced Examples.

Solve each equation.