Skip to main content

Section 7.1 Solving Quadratic Equations by Using a Square Root

In this section, we will learn how to solve some specific types of quadratic equations using the square root property. We will also learn how to use the Pythagorean Theorem to find the length of one side of a right triangle when the other two lengths are known.

Figure 7.1.1. Alternative Video Lesson

Subsection 7.1.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. We can't quite do the same thing with squaring and using square roots, but we can do something very similar. Taking the square root is the inverse of squaring if you happen to know the original number was positive. In general, we have to remember that the original number may have been negative, and that usually leads to two solutions to a quadratic equation.

For example, if \(x^2=9\text{,}\) we can think of undoing the square with a square root, and \(\sqrt{9}=3\text{.}\) However, there are two numbers that we can square to get \(9\text{:}\) \(-3\) and \(3\text{.}\) So we need to include both solutions. This brings us to the Square Root Property.

Example 7.1.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 will substitute \(-7\) and \(7\) for \(y\) in the original equation:

\begin{align*} y^2\amp=49\amp y^2\amp=49\\ (\substitute{-7})^2\amp\stackrel{?}{=}49\amp (\substitute{7})^2\amp\stackrel{?}{=}49\\ 49\amp\stackrel{\checkmark}{=}49\amp 49\amp\stackrel{\checkmark}{=}49 \end{align*}

The solution set is \(\{-7,7\}\text{.}\)

Remark 7.1.4.

Every solution to a quadratic equation can be checked, as shown in ExampleĀ 7.1.3. In general, the process of checking is omitted from this section.

Checkpoint 7.1.5.

We can also use the square root property to solve an equation that has a squared expression (as opposed to just having a squared variable).

Example 7.1.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. We 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 when the radicands are perfect squares. Here are a few examples where the solutions are irrational numbers.

Checkpoint 7.1.7.

Remember that if a square root is in a denominator then we may be expected to rationalize it as in SectionĀ 6.2. We will rationalize the denominator in the next example.

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

When the radicand is a negative number, there is no real solution. Here is an example of an equation with no real solution.

Example 7.1.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 7.1.2 The Pythagorean Theorem

Right triangles have an important property called the Pythagorean Theorem.

Example 7.1.12.

Keisha is designing a wooden frame in the shape of a right triangle, as shown in FigureĀ 7.1.13. 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=9+16\\ c^2\amp=25\\ \end{align*}

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.

a right triangle with a base labeled a=3 ft; the height is labeled b=4 ft; the hypotenuse is labeled c
Figure 7.1.13.

Note that \(-5\) is also a solution of \(c^2=25\) because \((-5)^2=25\) but a length cannot be a negative number. We will need to include both solutions when they are relevant.

Example 7.1.14.

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 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 7.1.15. Leaning Ladder

The ladder reaches about \(15.87\) feet high on the wall.

Here are some more examples using the Pythagorean Theorem to find sides of triangles. Note that in many contexts, only the principal root will be relevant.

Example 7.1.16.

Find the missing length in this right triangle.

Figure 7.1.17. 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 7.1.18.

Sergio is designing a \(50\)-inch TV, which implies the diagonal of the TV's screen will be \(50\) inches long. He needs the screen's width to height ratio to be \(4:3\text{.}\) Find the TV screen's width and height.

Figure 7.1.19. Pythagorean Theorem Problem
Explanation

Let's let \(x\) represent the height of the screen, in inches. Since the screen's width to height ratio will be \(4:3\text{,}\) then the width is \(\frac{4}{3}\) times as long as the height, or \(\frac{4}{3}x\) inches. We will draw a diagram.

Figure 7.1.20. Pythagorean Theorem Problem

Now we can use the Pythagorean Theorem to write and solve an equation:

\begin{align*} a^2+b^2\amp=c^2\\ \left(\frac{4}{3}x\right)^2+x^2\amp=50^2\\ \frac{16}{9}x^2+\frac{9}{9}x^2\amp=2500\\ \frac{25}{9}x^2\amp=2500\\ \multiplyleft{\frac{9}{25}}\frac{25}{9}x^2\amp=\multiplyleft{\frac{9}{25}}2500\\ x^2\amp=900\\ x\amp=30 \end{align*}

Since the screen's height is \(30\) inches, its width is \(\frac{4}{3}x=\frac{4}{3}(30)=40\) inches.

Example 7.1.21.

Luca wanted to make a bench.

Figure 7.1.22. Sketch of a Bench with Highlighted Back

He wanted the top of the bench back to be a perfect portion of a circle, in the shape of an arc, as in FigureĀ 7.1.23. (Note that this won't be a half-circle, just a small portion of a circular edge.) He started with a rectangular board \(6\) inches wide and \(48\) 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?

the bench backrest board labeled 48 in by 6 in and a large circle that makes the arc on the board; there is a dot in the center of the circle
Figure 7.1.23. Bench Back Board
Explanation

Let's first define \(x\) to be the radius of the circle in question, in inches. The circle should go through the bottom corners of the board and just barely touch the top of the board. That means that the line from the middle of the bottom of the board to the center of the circle will be \(6\) inches shorter than the radius.

Figure 7.1.24. Bench Back Board Diagram

Now we can set up the Pythagorean Theorem based on the scenario. The equation \(a^2+b^2=c^2\) turns intoā€¦

\begin{align*} (x-6)^2+24^2\amp=x^2\\ x^2-12x+36+576\amp=x^2\\ -12x+612\amp=0\\ \end{align*}

Note that at this point the equation is no longer quadratic! Solve the linear equation by isolating \(x\)

\begin{align*} -12x\amp=-612\\ x\amp=51 \end{align*}

So, the circle radius required is \(51\) inches. Luca found a friend to stand on the string end and drew a circular segment on the board to great effect.

Reading Questions 7.1.3 Reading Questions

1.

Typically, how many solutions can 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{?}\)

3.

Have you memorized the Pythagorean Theorem? State the formula.

Exercises 7.1.4 Exercises

Solving Quadratic Equations with the Square Root Property
1.

Solve the equation.

\(x^2 = 25\)

2.

Solve the equation.

\(x^2 = 36\)

3.

Solve the equation.

\(x^2 = {{\frac{1}{64}}}\)

4.

Solve the equation.

\(x^2 = {{\frac{1}{81}}}\)

5.

Solve the equation.

\(x^2 = 12\)

6.

Solve the equation.

\(x^2 = 20\)

7.

Solve the equation.

\(x^2 = 67\)

8.

Solve the equation.

\(x^2 = 5\)

9.

Solve the equation.

\(3x^2 = 27\)

10.

Solve the equation.

\(4x^2 = 100\)

11.

Solve the equation.

\(x^2 = {{\frac{64}{9}}}\)

12.

Solve the equation.

\(x^2 = {{\frac{25}{64}}}\)

13.

Solve the equation.

\(4x^2 = 121\)

14.

Solve the equation.

\(36x^2 = 49\)

15.

Solve the equation.

\(7x^2 - 59= 0\)

16.

Solve the equation.

\(59x^2 - 67= 0\)

17.

Solve the equation.

\(2-7x^2 = -3\)

18.

Solve the equation.

\(4-7x^2 = 2\)

19.

Solve the equation.

\(53x^2 + 17= 0\)

20.

Solve the equation.

\(61x^2 + 23= 0\)

21.

Solve the equation.

\(\left(x+1\right)^2 = 9\)

22.

Solve the equation.

\(\left(x+3\right)^2 = 100\)

23.

Solve the equation.

\(\left(2x+8\right)^2 = 49\)

24.

Solve the equation.

\(\left(8x+10\right)^2 = 9\)

25.

Solve the equation.

\(9 - 5 ( t+1 )^2 = 4\)

26.

Solve the equation.

\(10 - 3 ( x+1 )^2 = -2\)

27.

Solve the equation.

\((x - 10)^2 = 11\)

28.

Solve the equation.

\((x+4)^2 = 17\)

29.

Solve the equation.

\((y+2)^2 = 45\)

30.

Solve the equation.

\((r - 4)^2 = 98\)

31.

Solve the equation.

\(-4 = 8 - (r - 4)^2\)

32.

Solve the equation.

\(-1 = 62 - (t+5)^2\)

Pythagorean Theorem Applications
37.

Find the value of \(x\text{,}\) accurate to at least two decimal places.

\(x\approx{}\)

38.

Find the value of \(x\text{,}\) accurate to at least two decimal places.

\(x\approx{}\)

43.

Kandace is designing a rectangular garden. The gardenā€™s diagonal must be \(37.7\) feet, and the ratio between the gardenā€™s base and height must be \(12:5\text{.}\) Find the length of the gardenā€™s base and height.

The gardenā€™s base is feet and its height is .

44.

Brandon is designing a rectangular garden. The gardenā€™s diagonal must be \(30.6\) feet, and the ratio between the gardenā€™s base and height must be \(15:8\text{.}\) Find the length of the gardenā€™s base and height.

The gardenā€™s base is feet and its height is .

45.

Peter is designing a rectangular garden. The gardenā€™s base must be \(8.4\) feet, and the ratio between the gardenā€™s hypotenuse and height must be \(13:5\text{.}\) Find the length of the gardenā€™s hypotenuse and height.

The gardenā€™s hypotenuse is feet and its height is .

46.

Gustav is designing a rectangular garden. The gardenā€™s base must be \(54\) feet, and the ratio between the gardenā€™s hypotenuse and height must be \(17:8\text{.}\) Find the length of the gardenā€™s hypotenuse and height.

The gardenā€™s hypotenuse is feet and its height is .

Challenge
47.

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 4 miles west, 3 miles north, and 6 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.