Skip to main content
Logo image

Section 6.5 Radical Equations

Subsection 6.5.1 Solving a Radical Equation

A radical equation is one in which the variable appears under a square root or other radical. We solve simple radical equations by raising both sides to the appropriate power. For example, to solve the equation
\begin{equation*} \sqrt{x+3}=4 \end{equation*}
we square both sides to find
\begin{align*} (\sqrt{x+3})^2 \amp = 4^2\\ x+3 \amp = 16 \end{align*}
You can check that \(x=13\) is the solution for this equation.

Example 6.5.1.

Solve \(~4\sqrt[3]{x-9} = 12\)
Solution.
We first divide both sides of the equation by 4 to isolate the radical.
\begin{equation*} \sqrt[3]{x-9} = 3 \end{equation*}
Next, we cube both sides of the equation.
\begin{align*} (\sqrt[3]{x-9})^3 \amp = 3^3\\ x-9 \amp = 27\\ x \amp = 36 \end{align*}
The solution is 36. We can also solve the equation graphically by graphing \(y=4\sqrt[3]{x-9}\text{,}\) as shown in the figure. The point \((36,12)\) lies on the graph, so \(x=36\) is the solution of the equation \(~4\sqrt[3]{x-9} = 12\)
transformed cube root function

Checkpoint 6.5.2. Practice 1.

Solve \(~6+2\sqrt[4]{12-v} = 10\)
\(v=\)
Hint:
  • Isolate the radical.
  • Raise each side to the fourth power.
  • Complete the solution.
Answer.
\(-4\)
Solution.
\(v=-4\)

Subsection 6.5.2 Extraneous Solutions

Whenever we raise both sides of an equation to an even power, it is possible to introduce false or extraneous solutions. For example, the equation
\begin{equation*} \sqrt{x}=-5 \end{equation*}
has no solution, because \(\sqrt{x}\) is never a negative number. However, if we try to solve the equation by squaring both sides, we find
\begin{align*} (\sqrt{x})^{\alert{2}}\amp = (-5)^{\alert{2}}\\ x\amp = 25 \end{align*}
You can check that \(25\) is not a solution to the original equation, \(\sqrt{x}=-5 \text{,}\) because \(\sqrt{25} \) does not equal \(-5\text{.}\)
Raising both sides of an equation to an odd power does not introduce extraneous solutions. However, if we raise both sides to an even power, we should check each solution in the original equation.

Checkpoint 6.5.3. QuickCheck 1.

When we raise both sides of an equation to an
  • even
  • odd
power, it is possible to introduce
  • essential
  • extraneous
solutions.
Answer 1.
\(\text{even}\)
Answer 2.
\(\text{extraneous}\)
Solution.
even; extraneous

Example 6.5.4.

Solve the equation \(~\sqrt{x+2}+4 = x\)
Solution.
First, we isolate the radical expression on one side of the equation. (This will make it easier to square both sides.)
\begin{align*} \sqrt{x+2}\amp = x-4\amp\amp\blert{\text{Square both sides of the equation.}}\\ \left(\sqrt{x+2}\right)^{\alert{2}}\amp = (x-4)^{\alert{2}}\\ x+2\amp = x^2-8x+16 \amp\amp\blert{\text{Subtract }x + 2 \text{ from both sides.}}\\ x^2-9x+14\amp = 0\amp\amp\blert{\text{Factor the left side.}}\\ x=2\hphantom{000}\amp\text{or}\hphantom{000}x=7 \end{align*}
Check
Does \(\sqrt{\alert{2}+2}+4=\alert{2} \text{?}\)
\(\hphantom{blank}\blert{{\text{No; }2\text{ is not a solution.}}} \)
Does \(\sqrt{\alert{7}+2}+4=\alert{7} \text{?}\)
\(\hphantom{blank}\blert{{\text{Yes; }7\text{ is a solution.}}} \)
The apparent solution \(2\) is extraneous. The only solution to the original equation is \(7\text{.}\) We can verify the solution by graphing the equations
\begin{equation*} y_1=\sqrt{x+2} ~~~\text{ and }~~~ y_2=x-4 \end{equation*}
as shown at right. The graphs intersect in only one point, \((7, 3)\text{,}\) so there is only one solution, \(x=7\text{.}\)
graphs of both sides of radical equation

Caution 6.5.5.

When we square both sides of an equation, it is not correct to square each term of the equation separately. Thus, in Example 6.5.4, the original equation is not equivalent to
\begin{equation*} (\sqrt{x+2})^2+4^2=x^2 ~~~~~~~~\blert{\text{Incorrect!}} \end{equation*}
This is because \((a + b)^2 \ne a^2 + b^2\text{.}\) Instead, we must square the entire left side of the equation as a binomial, like this,
\begin{equation*} (\sqrt{x+2}+4)^2=x^2 \end{equation*}
or we may proceed as shown in Example 6.5.4.

Checkpoint 6.5.6. Practice 2.

Solve \(~2x-5 = \sqrt{40-3x}\)
\(x=\)
Hint:
  • Square both sides.
  • Solve the quadratic equation.
  • Check for extraneous roots.
Answer.
\(5\)
Solution.
\(x=5\)

Checkpoint 6.5.7. QuickCheck 2.

True or false.
  1. At most one of the solutions of a radical equation can be extraneous.
    • True
    • False
  2. We don’t have to check for extraneous solutions if we cube both sides of an equation.
    • True
    • False
  3. We can square each term of an equation separately without changing its solutions.
    • True
    • False
  4. It is helpful to isolate the radical before squaring both sides.
    • True
    • False
Answer 1.
\(\text{False}\)
Answer 2.
\(\text{True}\)
Answer 3.
\(\text{False}\)
Answer 4.
\(\text{True}\)
Solution.
  1. False
  2. True
  3. False
  4. True

Subsection 6.5.3 Solving Formulas

We can also solve formulas involving radicals for one variable in terms of the others.

Example 6.5.8.

Solve the formula \(~t=\sqrt{1+s^2}~\) for \(s\text{.}\)
Solution.
Because the variable we want is under a square root, we square both sides of the equation, to get
\begin{align*} t^2 \amp = 1+s^2\amp\amp\blert{\text{Subtract 1 from both sides.}}\\ t^2-1 \amp = s^2 \amp\amp\blert{\text{Take square roots.} }\\ s \amp =\pm \sqrt{t^2-1} \end{align*}

Checkpoint 6.5.9. Practice 3.

Solve the formula \(~r-2 = \sqrt[3]{V-Bh}~\) for \(h\text{.}\)
\(h=\)
Answer.
\(\frac{V-\left(r-2\right)^{3}}{B}\)
Solution.
\(h=\dfrac{V-(r-2)^3}{B}\)

Subsection 6.5.4 Equations with More than One Radical

Sometimes we need to square both sides of an equation more than once in order to eliminate all the radicals.

Example 6.5.10.

Solve \(~\sqrt{x-7}+\sqrt{x}=7 \text{.}\)
Solution.
First, we isolate the more complicated radical on one side of the equation. (This will make it easier to square both sides.) We subtract \(\sqrt{x} \) from both sides to get
\begin{equation*} \sqrt{x-7}=7-\sqrt{x} \end{equation*}
Now we square each side to remove one radical. Be careful when squaring the binomial \(7-\sqrt{x} \text{.}\)
\begin{align*} (\sqrt{x-7})^{\alert{2}}\amp =(7-\sqrt{x})^{\alert{2}}\\ x-7\amp = 49-14\sqrt{x}+x \end{align*}
We collect like terms, and isolate the radical on one side of the equation.
\begin{align*} -56 \amp = -14\sqrt{x}\amp\amp\blert{\text{Divide both sides by }{-14}.}\\ 4 \amp = \sqrt{x} \end{align*}
Finally, we square both sides again to obtain
\begin{align*} (4)^{\alert{2}} \amp = (\sqrt{x})^{\alert{2}}\\ 16 \amp = x \end{align*}
Check
Does \(\sqrt{\alert{16}-7}+\sqrt{\alert{16}}=7\text{?}\)
\(\hphantom{blank}\blert{\text{Yes. The solution is } 16.}\)

Caution 6.5.11.

Recall that we cannot solve a radical equation by squaring each term separately. So it is incorrect to begin Example 10 by writing
\begin{equation*} (\sqrt{x-7})^2+(\sqrt{x})^2=7^2~~~~~~\blert{\text{Incorrect!}} \end{equation*}
We must square the entire expression on each side of the equal sign as one piece.

Checkpoint 6.5.12. Practice 4.

Solve \(~\sqrt{3x+1} = 6 - \sqrt{9-x}\)
\(x=\)
Hint:
  • Square both sides.
  • Isolate the radical term.
  • Divide both sides by 4.
  • Square both sides again.
  • Solve the quadratic equation.
  • Check for extraneous roots.
Answer.
\(5, 8\)
Solution.
\(x=5\text{;}\) \(x=8\)

Subsection 6.5.5 Simplifying \(\sqrt[n]{a^n}\)

We have seen that raising to a power is the inverse operation for extracting roots, so that
\begin{equation*} (\sqrt[n]{a})^n = a \end{equation*}
For example,
\begin{equation*} (\sqrt[4]{16})^4 = 16~~~~~~\text{and}~~~~~~(\sqrt[5]{x})^5 = x \end{equation*}
What if the power and root operations occur in the opposite order? Is it always true that \(~\sqrt[n]{a^n} = a~\text{?}\)
First, consider the case where the index is an odd number. For example,
\begin{equation*} \sqrt[3]{2^3} = \sqrt[3]{8} = 2 ~~~~~~\text{and}~~~~~~\sqrt[3]{(-2)^3} = \sqrt[3]{-8} = -2 \end{equation*}
Because every real number has exactly one \(n\)th root if \(n\) is odd, we see that,
\begin{equation*} \sqrt[n]{a^n} = a,~~~~\text{for}~n~\text{odd} \end{equation*}
However, if \(n\) is even, then \(a^n\) is positive, regardless of whether \(a\) itself is positive or negative, and hence \(\sqrt[n]{a^n}\) is positive also. For example, if \(a=-3\text{,}\) then
\begin{equation*} \sqrt{(-3)^2} = \sqrt{9} = 3 \end{equation*}
In this case, \(\sqrt{a^2}\) does not equal \(a\text{,}\) because \(a\) is negative but \(\sqrt{a^2}\) is positive. We must be careful when taking even roots of powers. We have the following special relationship for even roots.
\begin{equation*} \blert{\sqrt[n]{a^n} = \abs{a},~~~~~\text{for}~n~\text{even}} \end{equation*}
We summarize our results in the box below.

Roots of Powers.

\begin{align*} \sqrt[n]{a^n} \amp = a \amp \amp \text{If}~n~\text{is odd.}\\ \sqrt[n]{a^n} \amp = \abs{a} \amp \amp \text{If}~n~\text{is even.} \end{align*}
In particular, note that it is not always true that \(\sqrt{a^2} = a\text{,}\) unless we know that \(a \ge 0\text{.}\) Otherwise, we can only assume that \(\sqrt{a^2} = \abs{a}\text{.}\)

Example 6.5.13.

  1. \(\displaystyle \sqrt{16x^2} = 4\abs{x}\)
  2. \(\displaystyle \sqrt{(x-1)^2} = \abs{x-1}\)

Checkpoint 6.5.14. Practice 5.

Simplify.
  1. \(\sqrt[3]{-125x^6}=\)
  2. \(\sqrt[4]{16x^{12}}=\)
Answer 1.
\(-5x^{2}\)
Answer 2.
\(2\!\left|x^{3}\right|\)
Solution.
  1. \(\displaystyle -5x^2\)
  2. \(\displaystyle 2\left| {x^3} \right|\)

Checkpoint 6.5.15. QuickCheck 3.

True or false.
  1. If an equation contains more than one radical, we square each term of the equation.
    • True
    • False
  2. \((7-\sqrt{x})^2 = 49-x\)
    • True
    • False
  3. If \(\sqrt{x^2} \not= x\text{,}\) then \(\sqrt{x^2} = -x\text{.}\)
    • True
    • False
  4. If \(n\) is even and \(a \not= 0\text{,}\) then \(a^n\) is always positive.
    • True
    • False
Answer 1.
\(\text{False}\)
Answer 2.
\(\text{False}\)
Answer 3.
\(\text{True}\)
Answer 4.
\(\text{True}\)
Solution.
  1. False
  2. False
  3. True
  4. True

Exercises 6.5.6 Problem Set 6.5

Warm Up

1.
Solve the equation. Isolate the radical first, then square both sides of the equation.
  1. \(\displaystyle -3\sqrt{z} + 14 = 8\)
  2. \(\displaystyle 8-3\sqrt{9+2w} = -7\)
Answer.
  1. \(\displaystyle z=4\)
  2. \(\displaystyle w=8\)
2.
Square the binomial.
  1. \(\displaystyle (3x+4)^2\)
  2. \(\displaystyle (2\sqrt{x}-3)^2\)
  3. \(\displaystyle (4-\sqrt{x+3})^2\)
  4. \(\displaystyle (5-2\sqrt{2x-5})^2\)
3.
  1. Complete the table of values and graph \(y=\sqrt{x-4}\text{.}\)
    \(x\) \(y\)
    \(4\) \(\hphantom{0000}\)
    \(5\) \(\hphantom{0000}\)
    \(6\) \(\hphantom{0000}\)
    \(10\) \(\hphantom{0000}\)
    \(16\) \(\hphantom{0000}\)
    \(19\) \(\hphantom{0000}\)
    \(24\) \(\hphantom{0000}\)
    grid
  2. Solve \(~\sqrt{x-4}=3~\) graphically and algebraically. Do your answers agree?
Answer.
  1. square root graph
  2. 13
4.
  1. Complete the table of values and graph \(y=4-\sqrt{x+3}\text{.}\)
    \(x\) \(y\)
    \(-3\) \(\hphantom{0000}\)
    \(-2\) \(\hphantom{0000}\)
    \(0\) \(\hphantom{0000}\)
    \(1\) \(\hphantom{0000}\)
    \(4\) \(\hphantom{0000}\)
    \(8\) \(\hphantom{0000}\)
    \(16\) \(\hphantom{0000}\)
    grid
  2. Solve \(~4-\sqrt{x+3}=1~\) graphically and algebraically. Do your answers agree?
5.
  1. Complete the table of values and graph \(y=4-\sqrt[3]{x}\text{.}\)
    \(x\) \(y\)
    \(-25\) \(\hphantom{0000}\)
    \(-20\) \(\hphantom{0000}\)
    \(-15\) \(\hphantom{0000}\)
    \(-10\) \(\hphantom{0000}\)
    \(-5\) \(\hphantom{0000}\)
    \(0\) \(\hphantom{0000}\)
    \(5\) \(\hphantom{0000}\)
    \(10\) \(\hphantom{0000}\)
    \(15\) \(\hphantom{0000}\)
    \(20\) \(\hphantom{0000}\)
    grid
  2. Solve \(~4-\sqrt[3]{x}=6~\) graphically and algebraically. Do your answers agree?
Answer.
  1. \(x\) \(y\)
    \(-25\) \(6.92\)
    \(-20\) \(6.71\)
    \(-15\) \(6.47\)
    \(-10\) \(6.15\)
    \(-5\) \(3.21\)
    \(0\) \(4\)
    \(5\) \(2.29\)
    \(10\) \(1.85\)
    \(15\) \(1.53\)
    \(20\) \(1.29\)
    grid
  2. \(\displaystyle -8\)
6.
  1. Complete the table of values and graph \(y=3+\sqrt[3]{x-3}\text{.}\)
    \(x\) \(y\)
    \(-8\) \(\hphantom{0000}\)
    \(-6\) \(\hphantom{0000}\)
    \(-4\) \(\hphantom{0000}\)
    \(-2\) \(\hphantom{0000}\)
    \(0\) \(\hphantom{0000}\)
    \(2\) \(\hphantom{0000}\)
    \(4\) \(\hphantom{0000}\)
    \(6\) \(\hphantom{0000}\)
    \(8\) \(\hphantom{0000}\)
    grid
  2. Solve \(~3+\sqrt[3]{x-3}=1~\) graphically and algebraically. Do your answers agree?

Skills Practice

Exercise Group.
For Problems 7–16, solve.
7.
\(3z+4=\sqrt{3z+10}\)
Answer.
\(\dfrac{-1}{3} \)
8.
\(2x+1=\sqrt{10x+5}\)
9.
\(\sqrt{2y-1}=\sqrt{3y-6}\)
Answer.
\(5 \)
10.
\(\sqrt{x-3}\sqrt{x}=2\)
11.
\(\sqrt{y+4}=\sqrt{y+20}-2\)
Answer.
\(5 \)
12.
\(\sqrt{x}+\sqrt{2}=\sqrt{x+2}\)
13.
\(\sqrt[3]{2x-5} -1 = 2\)
Answer.
16
14.
\(16 = 12 - \sqrt[3]{x+24}\)
15.
\(15-2\sqrt[3]{x-4} = 9\)
Answer.
31
16.
\(2 = 8-3\sqrt[3]{x^3+1}\)
Exercise Group.
For Problems 17 and 18, use absolute value bars as necessary to simplify the radicals.
17.
  1. \(\displaystyle \sqrt{4x^2}\)
  2. \(\displaystyle \sqrt{(x-5)^2}\)
  3. \(\displaystyle \sqrt{x^2-6x+9}\)
Answer.
  1. \(\displaystyle 2\abs{x}\)
  2. \(\displaystyle \abs{x-5}\)
  3. \(\displaystyle \abs{x-3}\)
18.
  1. \(\displaystyle \sqrt{9x^2y^4}\)
  2. \(\displaystyle \sqrt{(2x-1)^2}\)
  3. \(\displaystyle \sqrt{9x^2-6x+1}\)

Applications

19.
If you are flying in an airplane at an altitude of \(h\) miles, on a clear day you can see a distance of \(h\) miles to the horizon, where
\begin{equation*} d=89.4\sqrt{h} \end{equation*}
  1. At what altitude will you be able to see for a distance of 100 miles? How high is that in feet?
  2. Solve the formula for \(h\) in terms of \(d\text{.}\)
Answer.
  1. 1.25 mi; 6600 ft
  2. \(\displaystyle h=(\dfrac{d}{89.4})^2\)
20.
If a gun is fired vertically into the air, the time it takes the bullet to return to the ground is given approximately by
\begin{equation*} t=\dfrac{1}{2}\sqrt{\dfrac{2h}{g}} \end{equation*}
where \(h\) is the greatest height the bullet reaches in meters, and \(g\) is the force of gravity, 9.8 meters per second squared.
  1. If the bullet returns to earth in 12 seconds, what was the greatest height it reached?
  2. Solve the formula for \(h\) in terms of \(g\) and \(t\text{.}\)
21.
The height of a cylindrical storage tank is four times its radius. If the tank holds \(V\) cubic inches of liquid, its radius in inches is
\begin{equation*} r=\sqrt[3]{\dfrac{V}{12.57}} \end{equation*}
  1. What is the volume of a tank whose radius is 3 inches?
  2. Solve the formula for \(V\) in terms of \(r\text{.}\)
Answer.
  1. 339.39 cubic in
  2. \(\displaystyle V=12.57r^3\)
22.
In order for a windmill to generate \(P\) watts of power, the velocity of the wind, in miles per hour, must be
\begin{equation*} v=\sqrt[3]{\dfrac{P}{0.015}} \end{equation*}
  1. How much power will a wind speed of 30 mph generate?
  2. Solve the formula for \(P\) in terms of \(v\text{.}\)
Exercise Group.
For Problems 23–26, solve the formula for the indicated variable.
23.
\(c=\sqrt{a^2-b^2},~\) for \(b\)
Answer.
\(b= \pm \sqrt{a^2-c^2}\)
24.
\(x=a-\sqrt{h(2r-h)},~\) for \(r\)
25.
\(D=S\sqrt[3]{1-\dfrac{v}{W}},~\) for \(W\)
Answer.
\(W=\dfrac{v}{1-(\dfrac{D}{S})^3}\)
26.
\(R=\dfrac{T}{1-\sqrt[3]{1-K}},~\) for \(K\)
You have attempted of activities on this page.