Learning Objectives

In this section you will:

5.4.1 – Solve quadratic equations by factoring.

5.4.2 – Solve quadratic equations by the square root property.

Two televisions side-by-side. The right television is slightly larger than the left.
Figure 1.

The computer monitor on the left in (Figure) is a 23.6-inch model and the one on the right is a 27-inch model. Proportionally, the monitors appear very similar. If there is a limited amount of space and we desire the largest monitor possible, how do we decide which one to choose? In this section, we will learn how to solve problems such as this using four different methods.

5.4.1 – Solving Quadratic Equations by Factoring

An equation containing a second-degree polynomial is called a quadratic equation. For example, equations such as [latex]\,2{x}^{2}+3x-1=0\,[/latex] and [latex]\,{x}^{2}-4=0\,[/latex] are quadratic equations. They are used in countless ways in the fields of engineering, architecture, finance, biological science, and, of course, mathematics.

Often the easiest method of solving a quadratic equation is factoring. Factoring means finding expressions that can be multiplied together to give the expression on one side of the equation.

If a quadratic equation can be factored, it is written as a product of linear terms. Solving by factoring depends on the zero-product property, which states that if [latex]\,a\cdot b=0,[/latex] then [latex]\,a=0\,[/latex] or [latex]\,b=0,[/latex] where a and b are real numbers or algebraic expressions. In other words, if the product of two numbers or two expressions equals zero, then one of the numbers or one of the expressions must equal zero because zero multiplied by anything equals zero.

Multiplying the factors expands the equation to a string of terms separated by plus or minus signs. So, in that sense, the operation of multiplication undoes the operation of factoring. For example, expand the factored expression [latex]\,\left(x-2\right)\left(x+3\right)\,[/latex] by multiplying the two factors together.

[latex]$$\begin{array}{ccc}\hfill \left(x-2\right)\left(x+3\right)& =& {x}^{2}+3x-2x-6\hfill \\ & =& {x}^{2}+x-6\hfill \end{array}$$[/latex]

The product is a quadratic expression. Set equal to zero, [latex]\,{x}^{2}+x-6=0\,[/latex] is a quadratic equation. If we were to factor the equation, we would get back the factors we multiplied.

The process of factoring a quadratic equation depends on the leading coefficient, whether it is 1 or another integer. We will look at both situations; but first, we want to confirm that the equation is written in standard form, [latex]\,a{x}^{2}+bx+c=0,[/latex] where a, b, and c are real numbers, and [latex]\,a\ne 0.\,[/latex] The equation [latex]\,{x}^{2}+x-6=0\,[/latex] is in standard form.

We can use the zero-product property to solve quadratic equations in which we first have to factor out the greatest common factor (GCF), and for equations that have special factoring formulas as well, such as the difference of squares, both of which we will see later in this section.

The Zero-Product Property and Quadratic Equations

The zero-product property states

[latex]\text{If }a\cdot b=0,\text{ then }a=0\text{ or }b=0,[/latex]

where a and b are real numbers or algebraic expressions.

A quadratic equation is an equation containing a second-degree polynomial; for example

[latex]$$a{x}^{2}+bx+c=0$$[/latex]

where a, b, and c are real numbers, and if [latex]\,a\ne 0,[/latex] it is in standard form.

Solving Quadratics with a Leading Coefficient of 1

In the quadratic equation [latex]\,{x}^{2}+x-6=0,[/latex] the leading coefficient, or the coefficient of [latex]\,{x}^{2},[/latex] is 1. We have one method of factoring quadratic equations in this form.

How To

Given a quadratic equation with the leading coefficient of 1, factor it.

  1. Find two numbers whose product equals c and whose sum equals b.
  2. Use those numbers to write two factors of the form [latex]\,\left(x+k\right)\text{ or }\left(x-k\right),[/latex] where k is one of the numbers found in step 1. Use the numbers exactly as they are. In other words, if the two numbers are 1 and [latex]\,-2,[/latex] the factors are [latex]\,\left(x+1\right)\left(x-2\right).[/latex]
  3. Solve using the zero-product property by setting each factor equal to zero and solving for the variable.

Example 1 – Solving a Quadratic Equation by Factoring when the Leading Coefficient is not 1

Factor and solve the equation: [latex]\,{x}^{2}+x-6=0.[/latex]

To factor [latex]\,{x}^{2}+x-6=0,[/latex] we look for two numbers whose product equals [latex]\,-6\,[/latex] and whose sum equals 1. Begin by looking at the possible factors of [latex]\,-6.[/latex]

[latex]$$\begin{array}{c}1\cdot \left(-6\right)\\ \left(-6\right)\cdot 1\\ 2\cdot \left(-3\right)\\ 3\cdot \left(-2\right)\end{array}$$[/latex]

The last pair, [latex]\,3\cdot \left(-2\right)\,[/latex] sums to 1, so these are the numbers. Note that only one pair of numbers will work. Then, write the factors.

[latex]\left(x-2\right)\left(x+3\right)=0[/latex]

To solve this equation, we use the zero-product property. Set each factor equal to zero and solve.

[latex]$$\begin{array}{ccc}\hfill \left(x-2\right)\left(x+3\right)& =& 0\hfill \\ \hfill \left(x-2\right)& =& 0\hfill \\ \hfill x& =& 2\hfill \\ \hfill \left(x+3\right)& =& 0\hfill \\ \hfill x& =& -3\hfill \end{array}$$[/latex]

The two solutions are [latex]\,2\,[/latex] and [latex]\,-3.\,[/latex] We can see how the solutions relate to the graph in (Figure). The solutions are the x-intercepts of [latex]\,y={x}^{2}+x-6=0.[/latex]

Coordinate plane with the x-axis ranging from negative 5 to 5 and the y-axis ranging from negative 7 to 7. The function x squared plus x minus six equals zero is graphed, with the x-intercepts (-3,0) and (2,0), plotted as well.
Figure 2.

 

Try It

Factor and solve the quadratic equation: [latex]\,{x}^{2}-5x-6=0.[/latex]

Show answer

[latex]\left(x-6\right)\left(x+1\right)=0;[/latex]

[latex]x=6,x=-1[/latex]

 

Example 2 – Solve the Quadratic Equation by Factoring

Solve the quadratic equation by factoring: [latex]\,{x}^{2}+8x+15=0.[/latex]

Find two numbers whose product equals [latex]\,15\,[/latex] and whose sum equals [latex]\,8.\,[/latex] List the factors of [latex]\,15.[/latex]

[latex]$$\begin{array}{c}1\cdot 15\hfill \\ 3\cdot 5\hfill \\ \left(-1\right)\cdot \left(-15\right)\hfill \\ \left(-3\right)\cdot \left(-5\right)\hfill \end{array}$$[/latex]

The numbers that add to 8 are 3 and 5. Then, write the factors, set each factor equal to zero, and solve.

[latex]$$\begin{array}{ccc}\hfill \left(x+3\right)\left(x+5\right)& =& 0\hfill \\ \hfill \left(x+3\right)& =& 0\hfill \\ \hfill x& =& -3\hfill \\ \hfill \left(x+5\right)& =& 0\hfill \\ \hfill x& =& -5\hfill \end{array}$$[/latex]

The solutions are [latex]\,-3\,[/latex] and [latex]\,-5.[/latex]

Try It

Solve the quadratic equation by factoring: [latex]\,{x}^{2}-4x-21=0.[/latex]

Show answer

[latex]\left(x-7\right)\left(x+3\right)=0,[/latex]

[latex]x=7,[/latex] [latex]x=-3.[/latex]

 

Example 3 – Using the Zero-Product Property to Solve a Quadratic Equation Written as the Difference of Squares

Solve the difference of squares equation using the zero-product property: [latex]\,{x}^{2}-9=0.[/latex]

Recognizing that the equation represents the difference of squares, we can write the two factors by taking the square root of each term, using a minus sign as the operator in one factor and a plus sign as the operator in the other. Solve using the zero-factor property.

[latex]$$\begin{array}{ccc}\hfill {x}^{2}-9& =& 0\hfill \\ \hfill \left(x-3\right)\left(x+3\right)& =& 0\hfill \\ \phantom{\rule{2em}{0ex}}\hfill \left(x-3\right)& =& 0\hfill \\ \hfill x& =& 3\hfill \\ \phantom{\rule{2em}{0ex}}\hfill \left(x+3\right)& =& 0\hfill \\ \hfill x& =& -3\hfill \end{array}$$[/latex]

The solutions are [latex]\,3\,[/latex] and [latex]\,-3.[/latex]

Try It

Solve by factoring: [latex]\,{x}^{2}-25=0.[/latex]

Show answer

[latex]\left(x+5\right)\left(x-5\right)=0,[/latex]

[latex]x=-5,[/latex] [latex]x=5.[/latex]

 

Solving a Quadratic Equation by Factoring when the Leading Coefficient is not 1

When the leading coefficient is not 1, we factor a quadratic equation using the method called grouping, which requires four terms. With the equation in standard form, let’s review the grouping procedures:

  1. With the quadratic in standard form, [latex]\,a{x}^{2}+bx+c=0,[/latex] multiply [latex]\,a\cdot c.[/latex]
  2. Find two numbers whose product equals [latex]\,ac\,[/latex] and whose sum equals [latex]\,b.[/latex]
  3. Rewrite the equation replacing the [latex]\,bx\,[/latex] term with two terms using the numbers found in step 1 as coefficients of x.
  4. Factor the first two terms and then factor the last two terms. The expressions in parentheses must be exactly the same to use grouping.
  5. Factor out the expression in parentheses.
  6. Set the expressions equal to zero and solve for the variable.

Example 4 – Solving a Quadratic Equation Using Grouping

Use grouping to factor and solve the quadratic equation: [latex]\,4{x}^{2}+15x+9=0.[/latex]

First, multiply [latex]\,ac:4\left(9\right)=36.\,[/latex] Then list the factors of [latex]\,36.[/latex]

[latex]$$\begin{array}{l}1\cdot 36\hfill \\ 2\cdot 18\hfill \\ 3\cdot 12\hfill \\ 4\cdot 9\hfill \\ 6\cdot 6\hfill \end{array}$$[/latex]

The only pair of factors that sums to [latex]\,15\,[/latex] is [latex]\,3+12.\,[/latex] Rewrite the equation replacing the b term, [latex]\,15x,[/latex] with two terms using 3 and 12 as coefficients of x. Factor the first two terms, and then factor the last two terms.

[latex]$$\begin{array}{ccc}\hfill 4{x}^{2}+3x+12x+9& =& 0\hfill \\ \hfill x\left(4x+3\right)+3\left(4x+3\right)& =& 0\hfill \\ \hfill \left(4x+3\right)\left(x+3\right)& =& 0\hfill \end{array}$$[/latex]

Solve using the zero-product property.

[latex]$$\begin{array}{ccc}\hfill \left(4x+3\right)\left(x+3\right)& =& 0\hfill \\ \phantom{\rule{2em}{0ex}}\hfill \left(4x+3\right)& =& 0\hfill \\ \hfill x& =& -\frac{3}{4}\hfill \\ \phantom{\rule{2em}{0ex}}\hfill \left(x+3\right)& =& 0\hfill \\ \hfill x& =& -3\hfill \end{array}$$[/latex]
Coordinate plane with the x-axis ranging from negative 6 to 2 with every other tick mark labeled and the y-axis ranging from negative 6 to 2 with each tick mark numbered. The equation: four x squared plus fifteen x plus nine is graphed with its x-intercepts: (-3/4,0) and (-3,0) plotted as well.
Figure 3.

The solutions are [latex]\,-\frac{3}{4},[/latex] [latex]\text{and}-3.\,[/latex] See (Figure).

Try It

Solve using factoring by grouping: [latex]\,12{x}^{2}+11x+2=0.[/latex]

Show answer

[latex]\left(3x+2\right)\left(4x+1\right)=0,[/latex]

[latex]x=-\frac{2}{3},[/latex] [latex]x=-\frac{1}{4}[/latex]

 

Example 5 – Solving a Polynomial of Higher Degree by Factoring

Solve the equation by factoring: [latex]\,-3{x}^{3}-5{x}^{2}-2x=0.[/latex]

This equation does not look like a quadratic, as the highest power is 3, not 2. Recall that the first thing we want to do when solving any equation is to factor out the GCF, if one exists. And it does here. We can factor out [latex]\,-x\,[/latex] from all of the terms and then proceed with grouping.

[latex]$$\begin{array}{ccc}\hfill -3{x}^{3}-5{x}^{2}-2x& =& 0\hfill \\ \hfill -x\left(3{x}^{2}+5x+2\right)& =& 0\hfill \end{array}$$[/latex]

Use grouping on the expression in parentheses.

[latex]$$\begin{array}{ccc}\hfill -x\left(3{x}^{2}+3x+2x+2\right)& =& 0\hfill \\ \hfill -x\left[3x\left(x+1\right)+2\left(x+1\right)\right]& =& 0\hfill \\ \hfill -x\left(3x+2\right)\left(x+1\right)& =& 0\hfill \end{array}$$[/latex]

Now, we use the zero-product property. Notice that we have three factors.

[latex]$$\begin{array}{ccc}\hfill -x& =& 0\hfill \\ \hfill x& =& 0\hfill \\ \hfill 3x+2& =& 0\hfill \\ \hfill x& =& -\frac{2}{3}\hfill \\ \hfill x+1& =& 0\hfill \\ \hfill x& =& -1\hfill \end{array}$$[/latex]

The solutions are [latex]\,0,[/latex] [latex]-\frac{2}{3},[/latex] and [latex]\,-1.[/latex]

Try It

Solve by factoring: [latex]\,{x}^{3}+11{x}^{2}+10x=0.[/latex]

Show answer

[latex]x=0,x=-10,x=-1[/latex]

 

5.4.2 – Using the Square Root Property

When there is no linear term in the equation, another method of solving a quadratic equation is by using the square root property, in which we isolate the [latex]\,{x}^{2}\,[/latex] term and take the square root of the number on the other side of the equals sign. Keep in mind that sometimes we may have to manipulate the equation to isolate the [latex]\,{x}^{2}\,[/latex] term so that the square root property can be used.

The Square Root Property

With the [latex]\,{x}^{2}\,[/latex] term isolated, the square root property states that:

[latex]$$\text{if}\,{x}^{2}=k,\text{then}\,x=\pm\sqrt{k}$$[/latex]

where k is a nonzero real number.

How To

Given a quadratic equation with an [latex]\,{x}^{2}\,[/latex] term but no [latex]\,x\,[/latex] term, use the square root property to solve it.

  1. Isolate the [latex]\,{x}^{2}\,[/latex] term on one side of the equal sign.
  2. Take the square root of both sides of the equation, putting a [latex]\,±\,[/latex] sign before the expression on the side opposite the squared term.
  3. Simplify the numbers on the side with the [latex]\,±\,[/latex] sign.

Example 6 – Solving a Simple Quadratic Equation Using the Square Root Property

Solve the quadratic using the square root property: [latex]\,{x}^{2}=8.[/latex]

Take the square root of both sides, and then simplify the radical. Remember to use a [latex]\,±\,[/latex] sign before the radical symbol.

[latex]$$\begin{array}{ccc}\hfill {x}^{2}& =& 8\hfill \\ \hfill x& =& \pm\sqrt{8}\hfill \\ & =& \pm2\sqrt{2}\hfill \end{array}$$[/latex]

The solutions are [latex]\,2\sqrt{2},[/latex] [latex]-2\sqrt{2}.[/latex]

 

Example 7 – Solving a Quadratic Equation Using the Square Root Property

Solve the quadratic equation: [latex]\,4{x}^{2}+1=\text{7.}[/latex]

First, isolate the [latex]\,{x}^{2}\,[/latex] term. Then take the square root of both sides.

[latex]$$\begin{array}{ccc}\hfill 4{x}^{2}+1& =& 7\hfill \\ \hfill 4{x}^{2}& =& 6\hfill \\ \hfill {x}^{2}& =& \frac{6}{4}\hfill \\ \hfill x& =& \pm\frac{\sqrt{6}}{2}\hfill \end{array}$$[/latex]

The solutions are [latex]\,\frac{\sqrt{6}}{2},[/latex] [latex]\text{and}-\frac{\sqrt{6}}{2}.[/latex]

Try It

Solve the quadratic equation using the square root property: [latex]\,3{\left(x-4\right)}^{2}=15.[/latex]

Show answer

 

[latex]x=4\pm\sqrt{5}[/latex]

 

 

Access these online resources for additional instruction and practice with quadratic equations.

Key Equations

quadratic formula [latex]x=\frac{-b\pm\sqrt{{b}^{2}-4ac}}{2a}[/latex]

 

 

Key Concepts

  • Many quadratic equations can be solved by factoring when the equation has a leading coefficient of 1 or if the equation is a difference of squares. The zero-factor property is then used to find solutions. See (Example 1), (Example 2), and (Example 3).
  • Many quadratic equations with a leading coefficient other than 1 can be solved by factoring using the grouping method. See (Example 4) and (Example 5).
  • Another method for solving quadratics is the square root property. The variable is squared. We isolate the squared term and take the square root of both sides of the equation. The solution will yield a positive and negative solution. See (Example 6) and (Example 7).

Glossary

completing the square
a process for solving quadratic equations in which terms are added to or subtracted from both sides of the equation in order to make one side a perfect square
discriminant
the expression under the radical in the quadratic formula that indicates the nature of the solutions, real or complex, rational or irrational, single or double roots.
Pythagorean Theorem
a theorem that states the relationship among the lengths of the sides of a right triangle, used to solve right triangle problems
quadratic equation
an equation containing a second-degree polynomial; can be solved using multiple methods
quadratic formula
a formula that will solve all quadratic equations
square root property
one of the methods used to solve a quadratic equation, in which the [latex]\,{x}^{2}\,[/latex] term is isolated so that the square root of both sides of the equation can be taken to solve for x
zero-product property
the property that formally states that multiplication by zero is zero, so that each factor of a quadratic equation can be set equal to zero to solve equations

License

Icon for the Creative Commons Attribution 4.0 International License

Algebra and Trigonometry Copyright © 2015 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book