Skip to main content

Section 2.5 Solving Quadratic Equations by Using a Square Root

In this section, we learn how to solve certain types of quadratic equations by using a square root. We will also learn about the Pythagorean Theorem, which is used to find a right triangle’s side length when the other two lengths are known.
Figure 2.5.1. Alternative Video Lesson

Subsection 2.5.1 Solving Quadratic Equations Using the Square Root Property

When we learned how to solve linear equations, we used inverse operations to isolate the variable. For example, we use subtraction to remove an unwanted term that is added to one side of a linear equation. When a variable appears in an equation and it is squared, we might be able to do something similar and use a square root to help find the solution(s). Taking the square root is the inverse of squaring if you happen to know the original number was positive. Even if you don’t know that, we can still come to a conclusion about solutions to certain types of equation where the variable is squared.
For example, if \(x^2=9\text{,}\) we can think of undoing the square with a square root, and we know \(\sqrt{9}=3\text{.}\) However, there are actually two numbers that we can square to get \(9\text{:}\) \(-3\) as well as \(3\text{.}\) Both are solutions, and both are in the solution set. This demonstrates something called the Square Root Property.

Example 2.5.3.

Solve for \(y\) in \(y^2=49\text{.}\)
Explanation.
\begin{align*} y^2\amp=49\\ y\amp=\pm\sqrt{49}\\ y\amp=\pm7 \end{align*}
\begin{align*} y\amp=-7\amp\text{ or }\amp\amp y\amp=7 \end{align*}
To check these solutions, we substitute \(-7\) and \(7\) in for \(y\) in the original equation:
\begin{align*} y^2\amp=49\amp y^2\amp=49\\ (\substitute{-7})^2\amp\wonder{=}49\amp (\substitute{7})^2\amp\wonder{=}49\\ 49\amp\confirm{=}49\amp 49\amp\confirm{=}49 \end{align*}
Both potential solutions work, and we conclude that the solution set is \(\{-7,7\}\text{.}\)

Remark 2.5.4.

Every solution to a quadratic equation can be checked, as was done in ExampleΒ 3. In the examples that follow, we won’t check solutions. But you should check solutions when solving exercises for your homework or exams.

Checkpoint 2.5.5.

Solve for \(z\) in \(4z^2-81=0\text{.}\)
Explanation.
Before we can use the square root property we need to isolate the squared quantity.
\begin{equation*} \begin{aligned} 4z^2-81\amp=0\\ 4z^2\amp=81\\ z^2\amp=\frac{81}{4} \end{aligned} \end{equation*}
Now we can use the square root property
\begin{equation*} \begin{aligned} z\amp=\pm\sqrt{\frac{81}{4}}\\ z\amp=\pm\frac{9}{2} \end{aligned} \end{equation*}
\begin{equation*} \begin{aligned} z\amp=-\frac{9}{2}\amp\text{ or }\amp\amp z\amp=\frac{9}{2} \end{aligned} \end{equation*}
The solution set is \(\left\{-\frac{9}{2},\frac{9}{2}\right\}\text{.}\)
We can also use the square root property to solve an equation that has a squared expression (as opposed to an equation that only has a squared variable).

Example 2.5.6.

Solve for \(p\) in \(50=2(p-1)^2\text{.}\)
Explanation.
It’s important here to suppress any urge you may have to expand the squared binomial. Perhaps you recently learned how to do that and practiced that skill. Good! But it would not be helpful to do that here. We will begin by isolating the squared expression.
\begin{align*} 50\amp=2(p-1)^2\\ \divideunder{50}{2}\amp=\divideunder{2(p-1)^2}{2}\\ 25\amp=(p-1)^2 \end{align*}
Now that we have the squared expression isolated, we can use the square root property.
\begin{align*} p-1\amp=\pm\sqrt{25}\\ p-1\amp=\pm5\\ p\amp=\pm5+1 \end{align*}
\begin{align*} p\amp=-5+1\amp\text{or}\amp\amp p\amp=5+1\\ p\amp=-4\amp\text{or}\amp\amp p\amp=6 \end{align*}
The solution set is \(\{-4,6\}\text{.}\)
This method of solving quadratic equations is not limited to equations that have rational solutions, or solutions where the radicands are perfect squares. Here are a few examples where the solutions are irrational numbers.

Checkpoint 2.5.7.

Solve for \(q\) in \((q+2)^2-12=0\text{.}\)
Explanation.
It’s important to suppress any urge to expand the squared binomial.
\begin{equation*} \begin{aligned} (q+2)^2-12\amp=0\\ (q+2)^2\amp=12\\ q+2\amp=\pm\sqrt{12}\\ q+2\amp=\pm\sqrt{4\cdot3}\\ q+2\amp=\pm2\sqrt{3}\\ q\amp=\pm2\sqrt{3}-2 \end{aligned} \end{equation*}
\begin{equation*} \begin{aligned} q\amp=-2\sqrt{3}-2\amp\text{or}\amp\amp q\amp=2\sqrt{3}-2 \end{aligned} \end{equation*}
The solution set is \(\left\{-2\sqrt{3}-2,2\sqrt{3}-2\right\}\text{.}\)
If we solve an equation like the ones we have been solving and end up with a radical in the denominator, we may be expected to rationalize it as covered in SectionΒ 4.4. We will rationalize a denominator in the next example.

Example 2.5.8.

Solve for \(n\) in \(2n^2-3=0\text{.}\)
Explanation.
\begin{align*} 2n^2-3\amp=0\\ 2n^2\amp=3\\ n^2\amp=\frac{3}{2}\\ n\amp=\pm\sqrt{\frac{3}{2}}\\ n\amp=\pm\sqrt{\frac{6}{4}}\\ n\amp=\pm\frac{\sqrt{6}}{2} \end{align*}
\begin{align*} n\amp=-\frac{\sqrt{6}}{2}\amp\text{ or }\amp\amp n\amp=\frac{\sqrt{6}}{2} \end{align*}
The solution set is \(\left\{-\frac{\sqrt{6}}{2},\frac{\sqrt{6}}{2}\right\}\text{.}\)
Recall that we have no meaning for the square root of a negative number. (Later we will give meaning to that idea, but for now it is meaningless). So if the solving process we are using leads to the square root of a negative number, the original equation has no real solution. Here is an example of an equation with no real solution.

Example 2.5.9.

Solve for \(x\) in \(x^2+49=0\text{.}\)
Explanation.
\begin{align*} x^2+49\amp=0\\ x^2\amp=-49 \end{align*}
Since \(\sqrt{-49}\) is not a real number, we say the equation has no real solution.

Subsection 2.5.2 The Pythagorean Theorem

Right triangles have an important property called the Pythagorean Theorem.

Example 2.5.12.

Find the missing length in this right triangle.
a right triangle with a base of 5 units and a hypotenuse of 10 units;the height is labeled x
Figure 2.5.13. A Right Triangle
Explanation.
We will use the Pythagorean Theorem to solve for \(x\text{:}\)
\begin{align*} 5^2+x^2\amp=10^2\\ 25+x^2\amp=100\\ x^2\amp=75\\ x\amp=\sqrt{75}\amp\text{(no need to consider }{-\sqrt{75}}\text{ in this context)}\\ x\amp=\sqrt{25\cdot3}\\ x\amp=5\sqrt{3} \end{align*}
The missing length is \(x=5\sqrt{3}\text{.}\)

Example 2.5.14.

Keisha is designing a wooden frame in the shape of a right triangle, as shown in FigureΒ 15. The legs of the triangle are 3 ft and 4 ft. How long should she make the diagonal side? Use the Pythagorean Theorem to find the length of the hypotenuse.
According to Pythagorean Theorem, we have:
\begin{align*} c^2\amp=a^2+b^2\\ c^2\amp=3^2+4^2\\ c^2\amp=25 \end{align*}
a right triangle with a base labeled a=3 ft; the height is labeled b=4 ft; the hypotenuse is labeled c
Figure 2.5.15.
Now we have a quadratic equation that we need to solve. We need to find the number that has a square of \(25\text{.}\) That is what the square root operation does.
\begin{align*} c\amp=\sqrt{25}\\ c\amp=5 \end{align*}
The diagonal side Keisha will cut is 5 ft long.
Note that \(-5\) is also a solution of \(c^2=25\) because \((-5)^2=25\text{.}\) But a length cannot be a negative number. We need to include both solutions when they are relevant, but also understand when some physical context makes one of the solutions nonsensical.

Example 2.5.16.

A \(16.5\)ft ladder is leaning against a wall. The distance from the base of the ladder to the wall is \(4.5\) feet. How high on the wall does the ladder reach?
The Pythagorean Theorem says:
\begin{align*} a^2+b^2\amp=c^2\\ 4.5^2+b^2\amp=16.5^2\\ 20.25+b^2\amp=272.25 \end{align*}
Now we need to isolate \(b^2\) in order to solve for \(b\text{:}\)
\begin{align*} 20.25+b^2\subtractright{20.25}\amp=272.25\subtractright{20.25}\\ b^2\amp=252 \end{align*}
We use the square root property. Because this is a geometric situation we only need to use the principal square root:
\begin{align*} b\amp=\sqrt{252} \end{align*}
Now simplify this radical and then approximate it:
\begin{align*} b\amp=\sqrt{36\cdot 7}\\ b\amp=6\sqrt{7}\\ b\amp\approx 15.87 \end{align*}
a right angle with a diagonal line for the ladder; the base of the triangle is labeled a=4.5 ft;the height of the triangle is labeled b; the hypotenuse is labeled c=16.5 ft
Figure 2.5.17. Leaning Ladder
The ladder reaches about \(15.87\) feet high on the wall.

Reading Questions 2.5.3 Reading Questions

1.

Typically, how many solutions might there be with a quadratic equation?

2.

When you see a \(\pm\) sign, as in \(x=\pm2\text{,}\) is that saying that \(x\) is both \(-2\) and \(2\text{?}\) Explain.

3.

Have you memorized the Pythagorean Theorem? State the formula.

Exercises 2.5.4 Exercises

Skills Practice

Solving Quadratic Equations with the Square Root Property.
Solve the equation.
Isolating a Variable.
In the given scenario, isolate the variable that is requested.
35.
If you drop an object from height \(H\) measured in feet, then after \(t\) seconds, its height will be given by \(h = H - 16t^2\text{.}\) Solve this equation for \(t\text{.}\)
36.
If you drop an object from height \(H\) measured in meters, then after \(t\) seconds, its height will be given by \(h = H - 4.9t^2\text{.}\) Solve this equation for \(t\text{.}\)
37.
The equation for a circle centered at the origin with radius \(r\) is \(x^2+y^2=r^2\text{.}\) Solve this equation for \(r\text{.}\)
38.
The equation for a circle centered at the origin with radius \(r\) is \(x^2+y^2=r^2\text{.}\) Solve this equation for \(y\text{.}\)
39.
The equation for an upward-opening parabola whose vertex is at \((h,k)\) with β€œcurvature” \(1\) (this is a technical measurement of how curvy a curve is, which you can learn about in calculus) is \(y=\frac{1}{2}(x-h)^2+k\text{.}\) Solve this equation for \(x\text{.}\)
40.
The equation for an upward-opening parabola whose vertex is at \((h,k)\) with β€œcurvature” \(1\) (this is a technical measurement of how curvy a curve is, which you can learn about in calculus) is \(y=\frac{1}{2}(x-h)^2+k\text{.}\) Solve this equation for \(h\text{.}\)

Applications

Pythagorean Theorem.
Find \(x\text{.}\)
Pythagorean Theorem Applications.
51.
Mckenzie is designing a rectangular garden. The garden’s diagonal must be \(3.5\) feet, and the ratio between the garden’s width and length must be \(4:3\text{.}\) Find the size of the garden’s width and length.
52.
Reina is designing a rectangular garden. The garden’s diagonal must be \(40.8\) feet, and the ratio between the garden’s width and length must be \(15:8\text{.}\) Find the size of the garden’s width and length.
53.
Tony is designing a rectangular garden. The garden’s width must be \(48\) feet, and the ratio between the garden’s diagonal and length (in the other dimension from its width) must be \(13:5\text{.}\) Find the size of the garden’s diagonal and the garden’s length.
54.
Allison is designing a rectangular garden. The garden’s width must be \(6.8\) feet, and the ratio between the garden’s diagonal and length (in the other dimension from its width) must be \(5:3\text{.}\) Find the size of the garden’s diagonal and the garden’s length.
55.
A \(10\)-ft ladder is leaning against a wall. The distance from the base of the ladder to the wall is \(10\) feet. How high on the wall does the ladder reach?
56.
A \(10\)-ft ladder is leaning against a wall. The distance from the base of the ladder to the wall is \(10\) feet. How high on the wall does the ladder reach?
57.
To hang some decorations on a home’s roof line, you need a ladder that can reach \(16\) feet. However, the base of the ladder needs to be at least \(16\) feet removed from direcly below the roofline because of some bushes at the base of the house. Rounding up to the nearest foot, how long of a ladder do you need?
58.
To hang some decorations on a home’s roof line, you need a ladder that can reach \(16\) feet. However, the base of the ladder needs to be at least \(16\) feet removed from direcly below the roofline because of some bushes at the base of the house. Rounding up to the nearest foot, how long of a ladder do you need?
59.
Kelvin is designing a \(50\)-inch TV, which means that the diagonal of the TV’s screen will be \(50\) inches long.
a rectangle representing the TV with a diagonal line drawn and labeled c=50 in;
He needs the screen’s width-to-height ratio to be \(4:3\text{.}\) Find the TV screen’s width and height.
60.
Mckenzie wanted to make a bench.
a sketch of a bench with an arc drawn on the backrest of the bench
the bench backrest board is labeled 36 in by 12 in and a large circle that makes the arc on the board; there is a dot in the center of the circle
She wanted the top of the bench back to be a perfect portion of a circle, in the shape of an arc, as in the image. (Note that this won’t be a half-circle, just a small portion of a circular edge.) He started with a rectangular board \(12\) inches wide and \(36\) inches long, and a piece of string, like a compass, to draw a circular arc on the board. How long should the string be so that it can be swung round to draw the arc?

Challenge

61.
Imagine that you are in Math Land, where roads are perfectly straight, and Mathlanders can walk along a perfectly straight line between any two points. One day, you bike 7 miles west, 6 miles north, and 10 miles east. Then, your bike gets a flat tire and you have to walk home. How far do you have to walk?
You have to walk miles home.