Section 6.4 Solving Radical Equations
In this section, we will learn how to solve equations involving radicals. The basic strategy to solve radical equations is to isolate the radical on one side of the equation and then raise to a power on both sides to cancel the radical.
Subsection 6.4.1 Solving Radical Equations
Definition 6.4.2. Radical Equation.
A radical equation is an equation in which there is a variable inside at least one radical.
Examples include the equations \(\sqrt{x-2}=3+x\) and \(1+\sqrt[3]{2-x}=x\text{.}\)
Example 6.4.3.
The formula \(T=2\pi\sqrt{\frac{L}{g}}\) is used to calculate the period of a pendulum and is attributed to the scientist Christiaan Huygens. In the formula, \(T\) stands for the pendulum’s period (how long one back-and-forth oscillation takes) in seconds, \(L\) stands for the pendulum’s length in meters, and \(g\) is approximately 9.8 m⁄s2 which is the gravitational acceleration constant on Earth.
1
en.wikipedia.org/wiki/Christiaan_Huygens#Pendulums
An engineer is designing a pendulum. Its period must be \(10\) seconds. How long should the pendulum’s length be?
We will substitute \(\substitute{10}\) into the formula for \(T\) and also the value of \(g\text{,}\) and then solve for \(L\text{:}\)
\begin{align*}
\substitute{10}\amp=2\pi\sqrt{\frac{L}{\substitute{9.8}}}\\
\multiplyleft{\frac{1}{2\pi}}10\amp=\multiplyleft{\frac{1}{2\pi}}2\pi\sqrt{\frac{L}{9.8}}\\
\frac{5}{\pi}\amp=\sqrt{\frac{L}{9.8}}\\
\left(\frac{5}{\pi}\right)^{\highlight{2}}\amp=\left(\sqrt{\frac{L}{9.8}}\right)^{\highlight{2}}\amp\text{canceling square root by squaring both sides}\\
\frac{25}{\pi^2}\amp=\frac{L}{9.8}\\
\multiplyleft{9.8}\frac{25}{\pi^2}\amp=\multiplyleft{9.8}\frac{L}{9.8}\\
24.82\amp\approx L
\end{align*}
To build a pendulum with a period of \(10\) seconds, its length should be approximately \(24.82\) meters.
Remark 6.4.4.
Squaring both sides of an equation is “dangerous,”as it could create extraneous solutions, which will not make the equation true. For example, if we square both sides of \(1=-1\text{,}\) we have:
\begin{align*}
1\amp=-1\amp\amp\text{false}\\
(1)^2\amp=(-1)^2\amp\amp\text{square both sides}\ldots\\
1\amp=1\amp\amp\text{true}
\end{align*}
By squaring both sides of an equation, we can sometimes turn a false equation into a true one. This is why we must check solutions when we square both sides of an equation.
Example 6.4.5.
Solve the equation \(1+\sqrt{y-1}=4\) for \(y\text{.}\)
Explanation.
We will isolate the radical first, and then square both sides.
\begin{align*}
1+\sqrt{y-1}\amp=4\\
\sqrt{y-1}\amp=3\\
\left(\sqrt{y-1}\right)^{\highlight{2}}\amp=3^{\highlight{2}}\\
y-1\amp=9\\
y\amp=10
\end{align*}
Because we squared both sides of an equation, we must check the solution.
\begin{align*}
1+\sqrt{\substitute{10}-1}\amp\wonder{=}4\\
1+\sqrt{9}\amp\wonder{=}4\\
1+3\amp\confirm{=}4
\end{align*}
So, \(10\) is the solution to the equation \(1+\sqrt{y-1}=4\text{.}\)
Example 6.4.6.
Solve the equation \(5+\sqrt{q}=3\) for \(q\text{.}\)
Explanation.
First, isolate the radical and square both sides.
\begin{align*}
5+\sqrt{q}\amp=3\\
\sqrt{q}\amp=-2\\
\left(\sqrt{q}\right)^{\highlight{2}}\amp=(-2)^{\highlight{2}}\\
q\amp=4
\end{align*}
Because we squared both sides of an equation, we must check the solution.
\begin{align*}
5+\sqrt{\substitute{4}}\amp\wonder{=}3\\
5+2\amp\wonder{=}3\\
7\amp\reject{=} 3
\end{align*}
Thus, the potential solution \(-2\) is actually extraneous and we have no real solutions to the equation \(5+\sqrt{q}=3\text{.}\) The solution set is the empty set, \(\emptyset\text{.}\)
Remark 6.4.7.
In the previous example, it would be legitimate to observe that there are no solutions at earlier stages. From the very beginning, how could \(5\) plus a positive quantity result in \(3\text{?}\) Or at the second step, since square roots are non-negative, how could a square root equal \(-2\text{?}\)
You do not have to be able to make these observations. If you follow the general steps for solving radical equations and you remember to check the possible solutions you find, then that will be enough.
Sometimes, we need to square both sides of an equation twice before finding the solutions, like in the next example.
Example 6.4.8.
Solve the equation \(\sqrt{p-5}=5-\sqrt{p}\) for \(p\text{.}\)
Explanation.
We cannot isolate two radicals, so we will simply square both sides, and later try to isolate the remaining radical.
\begin{align*}
\sqrt{p-5}\amp=5-\sqrt{p}\\
\left(\sqrt{p-5}\right)^{\highlight{2}}\amp=\left(5-\sqrt{p}\right)^{\highlight{2}}\\
p-5\amp=25-10\sqrt{p}+p \amp\text{ after expanding the binomial squared}\\
-5\amp=25-10\sqrt{p}\\
-30\amp=-10\sqrt{p}\\
3\amp=\sqrt{p}\\
3^{\highlight{2}}\amp=\left(\sqrt{p}\right)^{\highlight{2}}\\
9\amp=p
\end{align*}
Because we squared both sides of an equation, we must check the solution.
\begin{align*}
\sqrt{\substitute{9}-5}\amp\wonder{=}5-\sqrt{9}\\
\sqrt{4}\amp\wonder{=}5-3\\
2\amp\confirm{=}2
\end{align*}
So \(9\) is the solution. The solution set is \(\{9\}\text{.}\)
Let’s look at an example of solving an equation with a cube root. There is very little difference between solving an equation with one cube root and solving an equation with one square root. Instead of squaring both sides, you cube both sides.
Example 6.4.9.
Solve for \(q\) in \(\sqrt[3]{2-q}+2=5\text{.}\)
Explanation.
\begin{align*}
\sqrt[3]{2-q}+2\amp=5\\
\sqrt[3]{2-q}\amp=3\\
\left(\sqrt[3]{2-q}\right)^{\highlight{3}}\amp=3^{\highlight{3}}\\
2-q\amp=27\\
-q\amp=25\\
q\amp=-25
\end{align*}
Unlike squaring both sides of an equation, raising both sides of an equation to the 3rd power will not create extraneous solutions. It’s still good practice to check solution, though. This part is left as exercise.
For summary reference, here is the general procedure for solving a radical equation.
Process 6.4.10. Solving Radical Equations.
A basic strategy to solve radical equations is to take the following steps:
- Isolate a radical on one side of the equation.
- Raise both sides of the equation to a power to cancel the radical.
- If there is still a radical in the equation, repeat the isolation and raising to a power.
- Once the remaining equation has no radicals, solve it.
- Check any and all solutions. Be aware that there may be “extraneous solutions”.
Subsection 6.4.2 Solving a Radical Equation with More Than One Variable
We also need to be able to solve radical equations with other variables, like in the next example. The strategy is the same: isolate the radical, and then raise both sides to a certain power to cancel the radical.
Example 6.4.11.
Solve for \(L\) in the formula \(T=2\pi\sqrt{\frac{L}{g}}\text{.}\) (This is the formula for a the period \(T\) of a swinging pendulum whose length is \(L\text{,}\) on earth where the acceleration from earth’s gravity is \(g\text{.}\))
Explanation.
\begin{align*}
T\amp=2\pi\sqrt{\frac{L}{g}}\\
\multiplyleft{\frac{1}{2\pi}}T\amp=\multiplyleft{\frac{1}{2\pi}}2\pi\sqrt{\frac{L}{g}}\\
\frac{T}{2\pi}\amp=\sqrt{\frac{L}{g}}\\
\left(\frac{T}{2\pi}\right)^2\amp=\left(\sqrt{\frac{L}{g}}\right)^2\\
\frac{T^2}{4\pi^2}\amp=\frac{L}{g}\\
\multiplyleft{g}\frac{T^2}{4\pi^2}\amp=\multiplyleft{g}\frac{L}{g}\\
\frac{T^2g}{4\pi^2}\amp=L
\end{align*}
Example 6.4.12.
The study of black holes has resulted in some interesting mathematics. One fundamental concept about black holes is that there is a distance close enough to the black hole that not even light can escape, called the Schwarzschild radius or the event horizon radius. To find the Schwarzschild radius, \(R_s\text{,}\) we set the formula for the escape velocity equal to the speed of light, \(c\text{,}\) and we get \(c=\sqrt{\frac{2GM}{R_s}}\) which we need to solve for \(R_s\text{.}\) Note that \(G\) is a constant, and \(M\) is the mass of the black hole.
2
en.wikipedia.org/wiki/Schwarzschild_radius
Explanation.
We will start by taking the equation \(c=\sqrt{\frac{2GM}{R_s}}\) and applying our standard radical-equation-solving techniques. Isolate the radical and square both sides:
\begin{align*}
c\amp=\sqrt{\frac{2GM}{R_s}}\\
c^{\highlight{2}}\amp=\left(\sqrt{\frac{2GM}{R_s}}\right)^{\highlight{2}}\\
c^2\amp=\frac{2GM}{R_s}\\
\multiplyleft{R_s}c^2\amp=\multiplyleft{R_s}\frac{2GM}{R_s}\\
R_s c^2\amp=2GM\\
\divideunder{R_s c^2}{c^2}\amp=\divideunder{2GM}{c^2}\\
R_s\amp=\frac{2GM}{c^2}
\end{align*}
So, the Schwarzschild radius can be found using the formula \(R_s=\frac{2GM}{c^2}\text{.}\)
Reading Questions 6.4.3 Reading Questions
1.
What is the basic approach to solving a radical equation?
2.
What is it called when you have an equation to solve, and you use some algebra steps that lead you to having a small list of possible solutions, but one or more of them are not actually solutions?
Exercises 6.4.4 Exercises
Skills Practice
Solving Radical Equations.
Solve the equation.
1.
\(\displaystyle{ {\sqrt{x}} = {4} }\)
2.
\(\displaystyle{ {\sqrt{x}} = {12} }\)
3.
\(\displaystyle{ {\sqrt{4y}} = {20} }\)
4.
\(\displaystyle{ {\sqrt{2y}} = {6} }\)
5.
\(\displaystyle{ {5\sqrt{r}} = {20} }\)
6.
\(\displaystyle{ {4\sqrt{r}} = {8} }\)
7.
\(\displaystyle{ {-2\sqrt{t}} = {8} }\)
8.
\(\displaystyle{ {-5\sqrt{t}} = {25} }\)
9.
\(\displaystyle{ {5\sqrt{-3-x}+2} = {27} }\)
10.
\(\displaystyle{ {\sqrt{6-x}+1} = {3} }\)
11.
\(\displaystyle{ {\sqrt{x+8}} = {\sqrt{x}+2} }\)
12.
\(\displaystyle{ {\sqrt{y+9}} = {\sqrt{y}+1} }\)
13.
\(\displaystyle{ {\sqrt{y+3}} = {-1-\sqrt{y}} }\)
14.
\(\displaystyle{ {\sqrt{r-7}} = {1-\sqrt{r}} }\)
15.
\(\displaystyle{ {\sqrt{5r}} = {9} }\)
16.
\(\displaystyle{ {\sqrt{2t}} = {4} }\)
17.
\(\displaystyle{ \sqrt[3]{t-8} = {8} }\)
18.
\(\displaystyle{ \sqrt[3]{x-5} = {2} }\)
19.
\(\displaystyle{ {\sqrt{2x+6}+3} = {9} }\)
20.
\(\displaystyle{ {\sqrt{7x+10}+9} = {14} }\)
21.
\(\displaystyle{ \sqrt[3]{y-4} = {-3} }\)
22.
\(\displaystyle{ \sqrt[3]{y-12} = {6} }\)
Isolating a Variable.
23.
A pendulum has length \(L\text{.}\) The time period \(T\) that it takes to once swing back and forth can be found with the following formula:
\begin{equation*}
{T} = {2\pi \sqrt{\frac{L}{32}}}
\end{equation*}
The length is measured in feet and the time period in seconds.
Solve the equation for the length \(L\text{.}\)
24.
In an electric circuit, resonance occurs when the frequency \(f\text{,}\) inductance \(L\text{,}\) and capacitance \(C\) fulfill the following equation:
\begin{equation*}
{f} = {\frac{1}{2\pi \sqrt{LC}}}
\end{equation*}
The frequency is measured in Hertz, the inductance in Henry, and the capacitance in Farad.
Solve the equation for the inductance \(L\text{.}\)
Applications
Pendulum.
A pendulum has length \(L\text{,}\) measured in feet. The amount of time that it takes to swing back and forth one full cycle is called the “period” and is denoted \(T\text{.}\) The following formula from physics relates \(T\) to \(L\text{.}\)
\begin{equation*}
T = 2 \pi \sqrt{\frac{L}{32}}
\end{equation*}
25.
Find the length of a pendulum with period \({4.9\ {\rm s}}\text{.}\)
26.
Find the length of a pendulum with period \({5.6\ {\rm s}}\text{.}\)
Challenge
Exercise Group.
27.
Solve for \(x\text{.}\)
\begin{equation*}
\sqrt{1+\sqrt{2}}=\sqrt{2+\sqrt{\frac{1}{\sqrt{x}}}-1}
\end{equation*}
28.
Solve for \(x\text{.}\)
\begin{equation*}
\sqrt{1+\sqrt{2}}=\sqrt{2+\sqrt{\frac{1}{\sqrt{x}}}-1}
\end{equation*}
You have attempted of activities on this page.