Skip to content
Solve Equations with Square Roots

Solve Equations with Square Roots

By the end of this section, you will be able to: solve radical equations, and use square roots in applications.

In this section we solve equations that have the variable in the radicand of a square root. Equations of this type are called radical equations.

Radical equation. An equation in which the variable is in the radicand of a square root is called a radical equation.

Solve Radical Equations

As usual, whatever we do to one side of an equation we must do to the other. Since squaring a quantity and taking a square root are “opposite” operations, we square both sides to remove the radical sign and free the variable inside.

But remember that a\sqrt{a} means the principal (nonnegative) square root, so a0\sqrt{a} \ge 0 always. When we square both sides we may get an algebraic solution that would make a\sqrt{a} negative. That value is not a solution of the original radical equation — it is an extraneous solution, exactly as we saw with rational equations. Because squaring can introduce these, we must check every algebraic solution in the original equation.

Example. For the equation x+2=x\sqrt{x+2} = x, is x=2x = 2 a solution? Is x=1x = -1?

Substitute each value into the original equation.

2+2=?24=?22=2   \begin{array}{rcl} \sqrt{2+2} &\overset{?}{=}& 2 \\[4pt] \sqrt{4} &\overset{?}{=}& 2 \\[4pt] 2 &=& 2 \; \checkmark \end{array}

So x=2x = 2 is a solution. Now test x=1x = -1.

1+2=?11=?111 \begin{array}{rcl} \sqrt{-1+2} &\overset{?}{=}& -1 \\[4pt] \sqrt{1} &\overset{?}{=}& -1 \\[4pt] 1 &\ne& -1 \end{array}

So x=1x = -1 is not a solution — it is an extraneous solution to the equation.

Now we see how to solve a radical equation. Our strategy uses the relation between taking a square root and squaring: for a0a \ge 0, (a)2=a\left(\sqrt{a}\right)^2 = a.

Example. Solve: 2x1=7\sqrt{2x-1} = 7.

2x1=7The radical is already isolated. Square both sides.(2x1)2=(7)2Solve the new equation.2x1=492x=50x=25 \begin{array}{lrcl} & \sqrt{2x-1} &=& 7 \\[4pt] \text{The radical is already isolated. Square both sides.} & \left(\sqrt{2x-1}\right)^2 &=& (7)^2 \\[4pt] \text{Solve the new equation.} & 2x-1 &=& 49 \\[4pt] & 2x &=& 50 \\[4pt] & x &=& 25 \end{array}

Check x=25x = 25 in the original equation.

2(25)1=?749=?77=7   \begin{array}{rcl} \sqrt{2(25)-1} &\overset{?}{=}& 7 \\[4pt] \sqrt{49} &\overset{?}{=}& 7 \\[4pt] 7 &=& 7 \; \checkmark \end{array}

The solution is x=25x = 25.

Solve a radical equation.

  1. Isolate the radical on one side of the equation.
  2. Square both sides of the equation.
  3. Solve the new equation.
  4. Check the answer.

Solve: 3x5=5\sqrt{3x-5} = 5. (Enter the value of xx.)

When the radical is not alone, isolate it first, then square.

Example. Solve: 5n49=0\sqrt{5n-4} - 9 = 0.

5n49=0Add 9 to both sides to isolate the radical.5n4=9Square both sides.(5n4)2=(9)2Solve the new equation.5n4=815n=85n=17 \begin{array}{lrcl} & \sqrt{5n-4} - 9 &=& 0 \\[4pt] \text{Add } 9 \text{ to both sides to isolate the radical.} & \sqrt{5n-4} &=& 9 \\[4pt] \text{Square both sides.} & \left(\sqrt{5n-4}\right)^2 &=& (9)^2 \\[4pt] \text{Solve the new equation.} & 5n-4 &=& 81 \\[4pt] & 5n &=& 85 \\[4pt] & n &=& 17 \end{array}

Checking n=17n = 17 gives 819=99=0\sqrt{81} - 9 = 9 - 9 = 0, so 0=0 0 = 0\ \checkmark. The solution is n=17n = 17.

Solve: 3m+25=0\sqrt{3m+2} - 5 = 0. (Enter the value of mm.)

When there is no solution

When we use a radical sign, we mean the principal (nonnegative) root. If an isolated radical equals a negative number, the equation has no solution.

Example. Solve: 9k2+1=0\sqrt{9k-2} + 1 = 0.

9k2+1=0Subtract 1 from both sides to isolate the radical.9k2=1 \begin{array}{lrcl} & \sqrt{9k-2} + 1 &=& 0 \\[4pt] \text{Subtract } 1 \text{ from both sides to isolate the radical.} & \sqrt{9k-2} &=& -1 \end{array}

Since a principal square root can never equal a negative number, the equation has no solution.

Solve: 2r3+5=0\sqrt{2r-3} + 5 = 0. After isolating the radical, you get 2r3=5\sqrt{2r-3} = -5. Which is correct?

A binomial on one side

If one side of the equation is a binomial after squaring, use the binomial squares formulas — and don’t forget the middle term:

(a+b)2=a2+2ab+b2(ab)2=a22ab+b2 (a+b)^2 = a^2 + 2ab + b^2 \qquad (a-b)^2 = a^2 - 2ab + b^2

Example. Solve: p1+1=p\sqrt{p-1} + 1 = p.

Isolate the radical, then square. The right side is a binomial, so squaring it gives three terms.

p1+1=pSubtract 1 to isolate the radical.p1=p1Square both sides.(p1)2=(p1)2Simplify — a quadratic. Get zero on one side.0=p23p+2Factor.0=(p1)(p2)Zero product property.p=1orp=2 \begin{array}{lrcl} & \sqrt{p-1} + 1 &=& p \\[4pt] \text{Subtract } 1 \text{ to isolate the radical.} & \sqrt{p-1} &=& p - 1 \\[4pt] \text{Square both sides.} & \left(\sqrt{p-1}\right)^2 &=& (p-1)^2 \\[4pt] \text{Simplify — a quadratic. Get zero on one side.} & 0 &=& p^2 - 3p + 2 \\[4pt] \text{Factor.} & 0 &=& (p-1)(p-2) \\[4pt] \text{Zero product property.} & p = 1 &\text{or}& p = 2 \end{array}

Both check: for p=1p = 1, 0+1=1 \sqrt{0} + 1 = 1\ \checkmark; for p=2p = 2, 1+1=2 \sqrt{1} + 1 = 2\ \checkmark. The solutions are p=1p = 1 and p=2p = 2.

Squaring a binomial can also introduce an extraneous solution, so the check step is essential.

Example (extraneous root discarded). Solve: r+4r+2=0\sqrt{r+4} - r + 2 = 0.

r+4r+2=0Isolate the radical.r+4=r2Square both sides.(r+4)2=(r2)2Simplify — a quadratic. Get zero on one side.0=r25rFactor.0=r(r5)Zero product property.r=0orr=5 \begin{array}{lrcl} & \sqrt{r+4} - r + 2 &=& 0 \\[4pt] \text{Isolate the radical.} & \sqrt{r+4} &=& r - 2 \\[4pt] \text{Square both sides.} & \left(\sqrt{r+4}\right)^2 &=& (r-2)^2 \\[4pt] \text{Simplify — a quadratic. Get zero on one side.} & 0 &=& r^2 - 5r \\[4pt] \text{Factor.} & 0 &=& r(r-5) \\[4pt] \text{Zero product property.} & r = 0 &\text{or}& r = 5 \end{array}

Checking r=5r = 5 gives 95+2=33=0 \sqrt{9} - 5 + 2 = 3 - 3 = 0\ \checkmark. But checking r=0r = 0 gives 4+2=40\sqrt{4} + 2 = 4 \ne 0, so r=0r = 0 is an extraneous solution. The only solution is r=5r = 5.

Solve: m+9m+3=0\sqrt{m+9} - m + 3 = 0. It has two algebraic solutions but only one checks. (Enter the valid value of mm.)

A coefficient in front of the radical

When a coefficient multiplies the radical, isolate the whole radical term first; squaring then squares the coefficient too.

Example. Solve: 33x58=43\sqrt{3x-5} - 8 = 4.

33x58=4Isolate the radical term.33x5=12Square both sides — the coefficient squares too.(33x5)2=(12)2Simplify.9(3x5)=144Distribute, then solve.27x45=14427x=189x=7 \begin{array}{lrcl} & 3\sqrt{3x-5} - 8 &=& 4 \\[4pt] \text{Isolate the radical term.} & 3\sqrt{3x-5} &=& 12 \\[4pt] \text{Square both sides — the coefficient squares too.} & \left(3\sqrt{3x-5}\right)^2 &=& (12)^2 \\[4pt] \text{Simplify.} & 9(3x-5) &=& 144 \\[4pt] \text{Distribute, then solve.} & 27x - 45 &=& 144 \\[4pt] & 27x &=& 189 \\[4pt] & x &=& 7 \end{array}

Checking x=7x = 7 gives 3168=3(4)8=4 3\sqrt{16} - 8 = 3(4) - 8 = 4\ \checkmark. The solution is x=7x = 7.

Solve: 24a+216=162\sqrt{4a+2} - 16 = 16. (Enter the value of aa.)

A radical on each side

When there is a radical on each side and both are isolated, square both sides directly.

Example. Solve: 4z3=3z+2\sqrt{4z-3} = \sqrt{3z+2}.

Both radicals are isolated, so square both sides. The squares undo the radicals, leaving a linear equation.

4z3=3z+2Square both sides.(4z3)2=(3z+2)2Solve the new equation.4z3=3z+2z3=2z=5 \begin{array}{lrcl} & \sqrt{4z-3} &=& \sqrt{3z+2} \\[4pt] \text{Square both sides.} & \left(\sqrt{4z-3}\right)^2 &=& \left(\sqrt{3z+2}\right)^2 \\[4pt] \text{Solve the new equation.} & 4z-3 &=& 3z+2 \\[4pt] & z-3 &=& 2 \\[4pt] & z &=& 5 \end{array}

Checking z=5z = 5 gives 17=17 \sqrt{17} = \sqrt{17}\ \checkmark. The solution is z=5z = 5.

Squaring twice

Sometimes, after squaring both sides, a radical still remains. When that happens, repeat the procedure: isolate the remaining radical and square again.

Example. Solve: m+1=m+9\sqrt{m} + 1 = \sqrt{m+9}.

m+1=m+9Square both sides — be careful with the binomial.(m+1)2=(m+9)2Simplify. A radical still remains.m+2m+1=m+9Isolate the remaining radical.2m=8Square both sides again.(2m)2=(8)2Solve.4m=64m=16 \begin{array}{lrcl} & \sqrt{m} + 1 &=& \sqrt{m+9} \\[4pt] \text{Square both sides — be careful with the binomial.} & \left(\sqrt{m}+1\right)^2 &=& \left(\sqrt{m+9}\right)^2 \\[4pt] \text{Simplify. A radical still remains.} & m + 2\sqrt{m} + 1 &=& m + 9 \\[4pt] \text{Isolate the remaining radical.} & 2\sqrt{m} &=& 8 \\[4pt] \text{Square both sides again.} & \left(2\sqrt{m}\right)^2 &=& (8)^2 \\[4pt] \text{Solve.} & 4m &=& 64 \\[4pt] & m &=& 16 \end{array}

Checking m=16m = 16 gives 16+1=5=25 \sqrt{16} + 1 = 5 = \sqrt{25}\ \checkmark. The solution is m=16m = 16.

Solve: x+2=x+16\sqrt{x} + 2 = \sqrt{x+16}. (Enter the value of xx.)

Use Square Roots in Applications

Formulas that include square roots appear across many disciplines. We solve these applications with the same plan we used for geometry problems: read, identify, name, translate to a formula, solve, check, and answer with a sentence.

Area of a square

A square is a rectangle whose length and width are equal, so a square with side ss has area A=s2A = s^2. Solving that formula for the side gives a square root:

s=A s = \sqrt{A}

Example. Mike and Lychelle want to make a square patio with an area of 200200 square feet. Use s=As = \sqrt{A} to find the length of each side, rounded to the nearest tenth of a foot.

Substitute A=200A = 200:

s=200=14.1421314.1 s = \sqrt{200} = 14.14213\ldots \approx 14.1

Check: 14.12=198.81200 14.1^2 = 198.81 \approx 200\ \checkmark (close, since we rounded). Each side of the patio should be about 14.114.1 feet.

Katie wants a square lawn with an area of 370370 square feet. Use s=As = \sqrt{A} to find the side length, rounded to the nearest tenth of a foot.

Falling objects

Another application involves gravity.

Falling objects. On Earth, if an object is dropped from a height of hh feet, the time in seconds it takes to reach the ground is

t=h4.t = \frac{\sqrt{h}}{4}.

Example. Christy dropped her sunglasses from a bridge 400400 feet above a river. Use t=h4t = \tfrac{\sqrt{h}}{4} to find how many seconds it took them to reach the river.

Substitute h=400h = 400:

t=4004=204=5 t = \frac{\sqrt{400}}{4} = \frac{20}{4} = 5

Check: 4004=204=5 \tfrac{\sqrt{400}}{4} = \tfrac{20}{4} = 5\ \checkmark. It took 55 seconds for the sunglasses to reach the water.

A helicopter dropped a rescue package from a height of 1,2961{,}296 feet. Use t=h4t = \tfrac{\sqrt{h}}{4} to find the number of seconds it took the package to reach the ground.

Skid marks and speed

Police officers measure the length of skid marks to estimate how fast a car was going before braking.

Skid marks and speed of a car. If the length of the skid marks is dd feet, then the speed ss of the car in miles per hour before braking is

s=24d.s = \sqrt{24d}.

Example. After a car accident, the skid marks for one car measured 190190 feet. Use s=24ds = \sqrt{24d} to find the speed of the car before braking, rounded to the nearest tenth.

Substitute d=190d = 190:

s=24(190)=4560=67.5277767.5 s = \sqrt{24(190)} = \sqrt{4560} = 67.52777\ldots \approx 67.5

Is 67.567.5 mph a reasonable speed? Yes. The speed of the car was approximately 67.567.5 miles per hour.

The skid marks of a car measured 7676 feet. Use s=24ds = \sqrt{24d} to find the speed of the car before braking, rounded to the nearest tenth of a mile per hour.

Key terms

radical equation — an equation in which the variable is in the radicand of a square root. principal square root — the nonnegative square root of a number; a0\sqrt{a} \ge 0 always. extraneous solution — an algebraic solution obtained by squaring that does not satisfy the original radical equation (it would make a principal square root negative); it must be discarded, which is why every solution of a radical equation must be checked.


This section is adapted from Elementary Algebra 2e, 9.6 Solve Equations with Square Roots by Lynn Marecek, MaryAnne Anthony-Smith, and Andrea Honeycutt Mathis, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: condensed the worked examples into aligned step tables and prose, recast the “How To” procedures as callouts, folded the no-solution and discarded-root cases into subsections, and summarized the seven-step application solutions; omitted the Be Prepared quiz, Self Check checklist, media links, and end-of-section exercises; and converted the practice problems (“Try Its”) into interactive exercises with instant feedback.