We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

TEXT

Study Guides > Boundless Algebra

Factoring

Solving Quadratic Equations by Factoring

A quadratic equation of the form [latex]ax^2+bx+c=0[/latex] can sometimes be solved by factoring the quadratic expression.

Learning Objectives

Use the factors of a quadratic equation to solve it without using the quadratic formula

Key Takeaways

Key Points

  • A quadratic equation is a polynomial equation of the second degree. A general quadratic equation can be written in the form: [latex]ax^2 + bx + c = 0[/latex].
  • One way to solve a quadratic equation is to factor the polynomial. This is essentially the reverse process of multiplying out two binomials with the FOIL method.
  • You can check whether your proposed solutions are actual solutions by plugging them back in to the equation to see if they satisfy the equation.

Key Terms

  • factor: To find all the mathematical objects that divide a mathematical object evenly.
  • degree: the sum of the exponents of a term or the order of a polynomial.
  • quadratic: A polynomial of degree two.
To factor an expression means to rewrite it so that it is the product of factors. For example, the expression [latex]x^2-7x+12[/latex] can be written as [latex](x-3)(x-4)[/latex]. When we multiply [latex](x-3)[/latex] times [latex](x-4)[/latex] to obtain [latex]x^2-7x+12[/latex] we call that operation "multiplying out" or sometimes FOILing. (Recall that FOIL stands for First, Outer, Inner, Last, which is how we combine the terms.) The reverse process is called factoring.

Solving Quadratic Equations by Factoring

Factoring is useful to help solve an equation of the form: [latex-display]ax^2+bx+c=0[/latex-display] For example, if you wanted to solve the equation [latex]x^2-7x+12=0[/latex], if you could realize that the quadratic factors as [latex](x-3)(x-4)[/latex]. You could then rewrite your equation as [latex](x-3)(x-4)=0 [/latex] and conclude that the two solutions are [latex]x=3[/latex] and [latex]x=4[/latex]. This follows because the only way that two things can multiply together to be [latex]0[/latex] is if one or the other is [latex]0[/latex]. So the expression [latex](x-3)(x-4)=0[/latex] tells us that either [latex]x-3=0[/latex], in which case [latex]x=3[/latex], or [latex]x-4=0[/latex], in which case [latex]x=4.[/latex]

Determining the Factors

You may be wondering: but how does one come up with the two factors? Let's consider this same example more extensively. Again, imagine you want to factor [latex]x^2-7x+12[/latex]. First set up the desired format: [latex]( \quad )( \quad )[/latex] Now lets look at how to fill in the variable slots in this format. The first two terms in each set of parentheses must multiply together to be [latex]x^2[/latex]. So we write [latex](x \quad )(x \quad )=0[/latex]. Next we think about the fact that the last two terms must multiply together to be [latex]12.[/latex] We consider the following possibilities for how two numbers could multiply together to be [latex]12,[/latex] namely [latex]12 \cdot 1, 6 \cdot 2,[/latex] or [latex] 4 \cdot 3.[/latex] Of these possibilities, the ones that add to be [latex]7[/latex] (the middle coefficient) are [latex]4[/latex] and [latex]3[/latex]. Since we are trying to get negative [latex]7x[/latex] in the middle, we try [latex](x-4)(x-3)[/latex]. FOILing gives exactly what we want, namely: [latex-display]\begin{align}(x-4)(x-3)&= x^2-3x-4x+12 \\ &=x^2-7x+12 \end{align}[/latex-display] Note that we can (and should) check that [latex]4[/latex] and [latex]3[/latex] are solutions to the original equation [latex]x^2-7x+12=0.[/latex]

Another Example

Suppose you want to solve: [latex-display]x^2+2x-8=0[/latex-display] We attempt to factor the quadratic. We would need factors of [latex]-8[/latex] which also add together to be [latex]2[/latex]. It seems as though [latex]4[/latex] and [latex]-2[/latex] might work, so we try factoring this as [latex](x-2)(x+4).[/latex] FOILing shows us that this is correct: [latex-display]\begin{align} (x-2)(x+4) &= x^2 +4x-2x-8 \\ &= x^2 +2x-8 \end{align}[/latex-display] Thus we have [latex](x-2)(x+4)=0,[/latex] so either [latex]x-2=0[/latex] in which case [latex]x=2,[/latex] or [latex]x+4=0,[/latex] in which case [latex]x=-4.[/latex] We check our work by plugging both of these numbers back into the original equation and seeing that the equation is satisfied.

Factoring Perfect Square Trinomials

When a trinomial is a perfect square, it can be factored into two equal binomials.

Learning Objectives

Determine whether a quadratic equation is a perfect square and factor it accordingly if it is

Key Takeaways

Key Points

  • Some quadratics, known as perfect squares, can be factored into two equal binomials.
  • Perfect squares have the form [latex]a^2+2ab+b^2[/latex].
  • Perfect square quadratics have only one root.

Key Terms

  • trinomial: A polynomial expression consisting of three terms, or monomials, separated by addition and/or subtraction symbols.
  • binomial: A polynomial consisting of two terms, or monomials, separated by addition or subtraction symbols.

Recognizing Perfect Square Trinomials

Note that if a binomial of the form [latex]a+b[/latex] is squared, the result has the following form: [latex](a+b)^2=(a+b)(a+b)=a^2+2ab+b^2.[/latex] So both the first and last term are squares, and the middle term has factors of [latex]2, [/latex] [latex]a[/latex], and [latex]b,[/latex] where the latter are the square roots of the first and last term respectively. For example, if the expression [latex]2x+3[/latex] were squared, we would obtain [latex](2x+3)(2x+3)=4x^2+12x+9.[/latex] Note that the first term [latex]4x^2[/latex] is the square of [latex]2x[/latex] while the last term [latex]9[/latex] is the square of [latex]3[/latex], while the middle term is twice [latex]2x\cdot3[/latex]. It is important to be able to recognize such trinomials, so that they can the be factored as a perfect square.

Factoring Perfect Square Trinomials

If you are attempting to to factor a trinomial and realize that it is a perfect square, the factoring becomes much easier to do.

Example 1

Suppose you were trying to factor [latex]x^2+8x+16.[/latex] One can see that the first term is the square of [latex]x[/latex] while the last term is the square of [latex]4[/latex]. Since the middle term is twice [latex]4 \cdot x[/latex], this must be a perfect square trinomial, and we can factor it as: [latex-display]x^2+8x+16=(x+4)^2[/latex-display]

Example 2

Suppose you were trying to solve [latex]9x^2+6x+1=0.[/latex] You might try to factor the quadratic expression on the left-hand side of the equation. Since the first term is [latex]3x[/latex] squared, the last term is one squared, and the middle term is twice [latex]3x\cdot 1[/latex], this is a perfect square, and we can write: [latex-display]9x^2+6x+1=(3x+1)^2[/latex-display] Thus the original equation has the form [latex](3x+1)^2=0[/latex], so the only solution is when [latex]3x+1=0[/latex], which is when [latex]3x=-1,[/latex] or [latex]x=-\frac{1}{3}. [/latex] This quadratic equation has only that one solution.

Factoring a Difference of Squares

When a quadratic is a difference of squares, there is a helpful formula for factoring it.

Learning Objectives

Determine whether a quadratic equation is a difference of squares and factor it accordingly if it is.

Key Takeaways

Key Points

  • We can factor [latex]x^2-y^2[/latex], the difference of two squar [latex][/latex] es, as [latex](x-y)(x+y).[/latex]
  • It is useful to be able to spot these kinds of quadratics so that they can be factored quickly and easily.

Key Terms

  • square: The second power of a number, value, term or expression.
  • binomial: A polynomial consisting of two terms, or monomials, separated by addition or subtraction symbols.
When we multiply together the two binomials [latex](x-y)[/latex] and [latex](x+y)[/latex], we obtain the product [latex]x^2-y^2.[/latex] Usually when we multiply two binomials we obtain a trinomial, but in this case, when we FOIL, the outer and inner terms cancel. When we recall this fact in the reverse direction, it is called the difference of squares formula: [latex-display]x^2-y^2=(x-y)(x+y)[/latex-display] Another way to think about this formula is to consider trying to solve the equation [latex]x^2=a^2[/latex] for [latex]x[/latex]. Taking the square root of both sides of the equation gives the answer [latex]x = \pm a[/latex]. But [latex]x^2 = a^2[/latex] can also be solved by rewriting the equation as [latex]x^2-a^2=0[/latex] and factoring the difference of squares. From this, you would obtain: [latex-display](x-a)(x+a)=0[/latex-display] Thus  there are two solutions, where [latex]x-a=0[/latex] ([latex]x=a[/latex]) and where [latex]x+a=0[/latex], ([latex]x=-a[/latex]); the same as above. Using the difference of squares is just another way to think about solving the equation.

Example 1

Suppose you were trying to factor the quadratic expression: [latex-display]x^2-16[/latex-display] If you recognize the first term as the square of [latex]x[/latex] and the term after the minus sign as the square of [latex]4[/latex], you can then factor the expression as: [latex-display](x-4)(x+4)[/latex-display]

Example 2

Suppose you were trying to solve the equation: [latex-display]16x^4=9[/latex-display] We could write this as: [latex-display]16x^4-9=0[/latex-display] If we recognize the first term as the square of [latex]4x^2[/latex] and the term after the minus sign as the square of [latex]3[/latex], we can rewrite the equation as: [latex-display](4x^2-3)(4x^2+3)=0[/latex-display] This means that either [latex]4x^2-3=0[/latex] or [latex]4x^2+3=0[/latex]. This latter equation has no solutions, since [latex]4x^2[/latex] is always greater than or equal to [latex]0.[/latex] However, the first equation [latex]4x^2-3=0[/latex] can be factored again as the difference of squares, if we consider [latex]3[/latex] as the square of [latex]\sqrt3[/latex]. Thus we have [latex](2x-\sqrt3)(2x+\sqrt3)=0.[/latex] Our two solutions occur where [latex]2x-\sqrt3=0[/latex] (which is at [latex]x=\frac{\sqrt3}{2}[/latex]), and where [latex]2x+\sqrt3=0[/latex] (which is at [latex]x=-\frac{\sqrt3}{2}[/latex]).

Factoring General Quadratics

Polynomials of the form [latex]ax^2+bx+c[/latex] can be factored via the trial and error method.

Learning Objectives

Employ techniques to see whether a general quadratic equation can be factored

Key Takeaways

Key Points

  • Quadratic polynomials can often be factored with the trial and error method
  • The first step in factoring is often to look for factors of the first and last terms. Our goal is to choose the proper combination of factors for the first and last terms such that they yield the middle term.

Key Terms

  • coefficient: a constant by which an algebraic term is multiplied.
  • linear: Of or relating to a class of polynomial of the form [latex]y=ax+b[/latex].
We can factor quadratic equations of the form [latex]ax^2 + bx + c[/latex] by first finding the factors of the constant [latex]c[/latex].  The factored form of a quadratic equation takes the general form: [latex-display](\alpha_1 x + \beta_1)(\alpha_2 x + \beta_2)[/latex-display] When [latex]a[/latex] is equal to one, [latex]\alpha_1[/latex] and [latex]\alpha_2[/latex] both equal one, and [latex]\beta_1[/latex] and [latex]\beta_2[/latex] are factors of the constant [latex]c[/latex] such that: [latex-display]b = \beta_1 + \beta_2[/latex-display] When [latex]a[/latex] is not equal to one and not equal to zero, you can FOIL the above expression for the factored form of the quadratic to find that [latex]\alpha_1[/latex] and [latex]\alpha_2[/latex] are factors of [latex]a[/latex] such that: [latex-display]a=\alpha_1 \alpha_2[/latex] and [latex]b = \alpha_1 \beta_2 + \alpha_2 \beta_1[/latex-display] In other words, the coefficient of the [latex]x^2[/latex] term is given by the product of the coefficients [latex]\alpha_1[/latex] and [latex]\alpha_2[/latex], and the coefficient of the [latex]x[/latex] term is given by the inner and outer parts of the FOIL process. In some cases, it will be impossible to factor the quadratic such that [latex]\alpha_1[/latex] and [latex]\alpha_2[/latex] are integers.

Example: [latex]a=1[/latex]

Let the quadratic equation be: [latex-display]-4x + x^2 - 21[/latex-display] To factor this, we have to arrange the quadratic equation in order of largest exponent value to smallest exponent value. [latex-display]x^2-4x-21[/latex-display] Next, we identify the constants [latex]b[/latex] and [latex]c[/latex], which in this case are [latex]-4[/latex] and [latex]-21[/latex], respectively. Then we list the possible pairs of factors of the constant [latex]c[/latex], which yields the sets 1 and -21, -1 and 21, 3 and -7, and -3 and 7. Next we need to find the factored set of values that add to equal the value of [latex]b[/latex].  In this case, the correct values are 3 and -7, since they add to equal [latex]-4[/latex].  This leads to the factored form: [latex-display]x^2 - 4x - 21 = (x - 7)(x + 3)[/latex-display]

Example: [latex]a \neq 1[/latex]

Let the quadratic equation be: [latex-display]6x^2+16x+8[/latex-display] First, we factor [latex]a[/latex], which has one pair of factors 3 and 2. Then we factor the constant [latex]c[/latex], which has one pair of factors 2 and 4. Using these factored sets, we assemble the final factored form of the quadratic [latex-display](\alpha_1 x + \beta_1)(\alpha_2 x + \beta_2)[/latex-display] Such that [latex]b = \alpha_1 \beta_2 + \alpha_2 \beta_1[/latex].  This leads to the equation: [latex-display](3x +2)(2x+4)[/latex-display]

Completing the Square

Completing the square is a method for solving quadratic equations, and involves putting the quadratic in the form [latex]0=a(x-h)^2 + k[/latex].

Learning Objectives

Solve for the zeros of a quadratic function by completing the square

Key Takeaways

Key Points

  • Quadratics can be put in the form [latex]a(x-h)^2 + k[/latex], where [latex]h[/latex] and [latex]k[/latex] are constants specific to a given quadratic.
  • Once a quadratic polynomial is in the form: [latex]0=a(x-h)^2+k[/latex], one can solve for two values of [latex]x[/latex] (using the positive and negative square roots).

Key Terms

  • quadratic equation: A polynomial equation of the second degree.
Along with factoring and using the quadratic formula, completing the square is a common method for solving quadratic equations.  It is often implemented when factoring is not an option, such as when the quadratic is a not already a perfect square. Consider the formula for a generic quadratic equation: [latex-display]0=ax^2+bx+c[/latex-display] The method of completing the square allows for the conversion to the form: [latex-display]0=a(x-h)^2+k[/latex-display] where [latex]h[/latex] and [latex]k[/latex] are constants with a specific value. The value of [latex]k[/latex] is meant to adjust the function to compensate for the difference between the expanded form of [latex]a(x-h)^2[/latex] and the general quadratic function [latex]ax^2+bx+c[/latex].  This adjustment is what mathematically allows for the two forms to be equal. Once completing the square has been performed, the quadratic is easy to solve; because there is only one place where the variable [latex]x[/latex] is squared, the [latex](x-h)^2[/latex] term can be isolated on one side of the equation, and then the square root of both sides can be taken.

Example

As an example, consider the following quadratic polynomial: [latex-display]{ x }^{ 2 }+10x+22[/latex-display] This quadratic is not a perfect square.  The closest perfect square is the square of [latex]5[/latex], which was determined by dividing the [latex]b[/latex] term (in this case [latex]10[/latex]) by two and producing the square of the result. [latex-display]{ { (x+5) }^{ 2 }=x }^{ 2 }+10x+25[/latex-display] However, it is possible to write the original quadratic as the sum of this square and a constant: [latex-display]\begin{align} { x }^{ 2 }+10x+22 &= x^2 + 10x + 25 - 3 \\ &= (x+5)^2 - 3 \end{align}[/latex-display] Thus, the constant [latex]h[/latex] takes the value [latex]-5[/latex] and the constant [latex]k[/latex] takes the value [latex]-3[/latex]. Knowing this, we can now solve for x: [latex-display]\begin{align} (x+5)^2-3& =0 \\ (x+5)^2 &=3 \\ x+5&=\pm \sqrt 3\\ x&= \pm \sqrt 3 -5\end{align}[/latex-display]

Licenses & Attributions

CC licensed content, Shared previously

CC licensed content, Specific attribution