Skip to main content

Section 6.5 Radical Equations

Subsection 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.98.

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

Subsection 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.

Example 6.101.

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.102.

When we square both sides of an equation, it is not correct to square each term of the equation separately. Thus, in Example 6.101, 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.101.

Subsection Solving Formulas

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

Example 6.105.

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*}

Subsection 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.107.

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.108.

Recall that we cannot solve a radical equation by squaring each term separately. So it is incorrect to begin Example 107 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.

Subsection 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.110.
  1. \(\displaystyle \sqrt{16x^2} = 4\abs{x}\)
  2. \(\displaystyle \sqrt{(x-1)^2} = \abs{x-1}\)

Exercises 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\)
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?
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?
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

For Problems 7–16, solve.

7.

\(3z+4=\sqrt{3z+10}\)

8.

\(2x+1=\sqrt{10x+5}\)

9.

\(\sqrt{2y-1}=\sqrt{3y-6}\)

10.

\(\sqrt{x-3}\sqrt{x}=2\)

11.

\(\sqrt{y+4}=\sqrt{y+20}-2\)

12.

\(\sqrt{x}+\sqrt{2}=\sqrt{x+2}\)

13.

\(\sqrt[3]{2x-5} -1 = 2\)

14.

\(16 = 12 - \sqrt[3]{x+24}\)

15.

\(15-2\sqrt[3]{x-4} = 9\)

16.

\(2 = 8-3\sqrt[3]{x^3+1}\)

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}\)
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{.}\)
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{.}\)
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{.}\)

For Problems 23–26, solve the formula for the indicated variable.

23.

\(c=\sqrt{a^2-b^2},~\) for \(b\)

24.

\(x=a-\sqrt{h(2r-h)},~\) for \(r\)

25.

\(D=S\sqrt[3]{1-\dfrac{v}{W}},~\) for \(W\)

26.

\(R=\dfrac{T}{1-\sqrt[3]{1-K}},~\) for \(K\)