Solve Quadratic Equations by Factoring

Site: Saylor Academy
Course: MA001: College Algebra
Book: Solve Quadratic Equations by Factoring
Printed by: Guest user
Date: Saturday, April 27, 2024, 12:53 PM

Description

This is a refresher on solving quadratic equations using factoring methods. This section assumes you have been exposed to methods for factoring previously.

Quadratic Equations

Learning Objectives

In this section, you will:

  • Solve quadratic equations by factoring.
  • Solve quadratic equations by the square root property.
  • Solve quadratic equations by completing the square.
  • Solve quadratic equations by using the quadratic formula.

Figure 1


The computer monitor on the left in Figure 1 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.



Source: Rice University, https://openstax.org/books/college-algebra/pages/2-5-quadratic-equations
Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 License.

Solving Quadratic Equations by Factoring

An equation containing a second-degree polynomial is called a quadratic equation. For example, equations such as 2 x^{2}+3 x-1=0 and x^{2}-4=0 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 a \cdot b=0, then a=0 or b=0, 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 (x-2)(x+3) by multiplying the two factors together.

\begin{aligned}(x-2)(x+3) &=x^{2}+3 x-2 x-6 \\&=x^{2}+x-6\end{aligned}

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

The product is a quadratic expression. Set equal to zero, x^{2}+x-6=0 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, a x^{2}+b x+c=0, where a, b, and c are real numbers, and a \neq 0. The equation x^{2}+x-6=0 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

If a \cdot b=0, \quad then a=0 \quad or b=0,

where a and b are real numbers or algebraic expressions.

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

a x^{2}+b x+c=0

where a, b, and c are real numbers, and if a \neq 0, it is in standard form.


Solving Quadratics with a Leading Coefficient of 1

In the quadratic equation x^{2}+x-6=0, the leading coefficient, or the coefficient of x^{2}, 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 (x+k) or (x-k), 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 -2, the factors are (x+1)(x-2).

3. Solve using the zero-product property by setting each factor equal to zero and solving for the variable.

 

EXAMPLE 1

Factoring and Solving a Quadratic with Leading Coefficient of 1

Factor and solve the equation: x^{2}+x-6=0

 

Solution

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

\begin{aligned}&1 \cdot(-6) \\&(-6) \cdot 1 \\&2 \cdot(-3) \\&3 \cdot(-2)\end{aligned}

The last pair, 3 \cdot(-2) sums to 1, so these are the numbers.

Note that only one pair of numbers will work. Then, write the factors.

(x-2)(x+3)=0

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

\begin{aligned}(x-2)(x+3) &=0 \\(x-2) &=0 \\x &=2 \\(x+3) &=0 \\x &=-3\end{aligned}

The two solutions are 2 and -3. We can see how the solutions relate to the graph in Figure 2. The solutions are the x-intercepts of y=x^{2}+x-6=0.

 Figure 2


TRY IT #1

Factor and solve the quadratic equation: x^{2}-5 x-6=0.

 

EXAMPLE 2

Solve the Quadratic Equation by Factoring

Solve the quadratic equation by factoring: x^{2}+8 x+15=0

 

Solution

Find two numbers whose product equals 15 and whose sum equals 8.

List the factors of 15.

\begin{aligned}&1 \cdot 15 \\&3 \cdot 5 \\&(-1) \cdot(-15) \\&(-3) \cdot(-5)\end{aligned}

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

\begin{aligned}(x+3)(x+5) &=0 \\(x+3) &=0 \\x &=-3 \\(x+5) &=0 \\x &=-5\end{aligned}

The solutions are -3 and -5.

 

TRY IT #2

Solve the quadratic equation by factoring: x^{2}-4 x-21=0.

 

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: x^{2}-9=0.

 

Solution

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.

\begin{aligned}x^{2}-9 &=0 \\(x-3)(x+3) &=0 \\(x-3) &=0 \\x &=3 \\(x+3) &=0 \\x &=-3\end{aligned}

The solutions are 3 and -3.

 

TRY IT #3

Solve by factoring: x^{2}-25=0.


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, a x^{2}+b x+c=0, multiply a \cdot c.
2. Find two numbers whose product equals a c and whose sum equals b.
3. Rewrite the equation replacing the b x 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: 4 x^{2}+15 x+9=0.

 

Solution

First, multiply a c: 4(9)=36. Then list the factors of 36.

\begin{aligned}&1 \cdot 36 \\&2 \cdot 18 \\&3 \cdot 12 \\&4 \cdot 9 \\&6 \cdot 6\end{aligned}

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

\begin{array}{r}4 x^{2}+3 x+12 x+9=0 \\x(4 x+3)+3(4 x+3)=0 \\(4 x+3)(x+3)=0\end{array}

Solve using the zero-product property.

\begin{aligned}(4 x+3)(x+3) &=0 \\(4 x+3) &=0 \\x &=-\dfrac{3}{4} \\(x+3) &=0 \\x &=-3\end{aligned}

The solutions are -\dfrac{3}{4}, and -3. See Figure 3.

 

Figure 3

TRY IT #4

Solve using factoring by grouping: 12 x^{2}+11 x+2=0.

 

EXAMPLE 5

Solving a Polynomial of Higher Degree by Factoring

Solve the equation by factoring: -3 x^{3}-5 x^{2}-2 x=0

 

Solution

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 -x from all of the terms and then proceed with grouping.

\begin{array}{r}-3 x^{3}-5 x^{2}-2 x=0 \\-x\left(3 x^{2}+5 x+2\right)=0\end{array}

Use grouping on the expression in parentheses. 

\begin{aligned}-x\left(3 x^{2}+3 x+2 x+2\right) &=0 \\-x[3 x(x+1)+2(x+1)] &=0 \\-x(3 x+2)(x+1) &=0\end{aligned}

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

\begin{aligned}-x &=0 \\x &=0 \\3 x+2 &=0 \\x &=-\dfrac{2}{3} \\x+1 &=0 \\x &=-1\end{aligned}

The solutions are 0,-\dfrac{2}{3}, and -1.

 

TRY IT #5

Solve by factoring: x^{3}+11 x^{2}+10 x=0.

Solving Quadratic Equations by Factoring



Source: Mathispower4u, https://youtu.be/zc2CpyRtjvY
Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.