Hi. This page will be about factoring quadratic equations when in \(y = ax^2 + bx + c\) through the decomposition method.

 

Table Of Contents

 

 

Introduction

 

I have made a previous mathematics page about factoring quadratic equations when \(a = 1\) in \(y = ax^2 + bx + c\). The decomposition method is somewhat similar to factoring quadratics when \(a = 1\) in \(y = ax^2 + bx + c\). When \(a\) is something like 2,7 or 10, it is more preferable to using the decomposition factoring method.

There is another method called the box method. I might have learned this in my student days and have recently reviewed this method. Personally, I do not like it very much as it takes longer versus the decomposition factoring method.

It is assumed that the reader knows common factoring and factoring quadratic equations when \(a = 1\).

 

The Decomposition Factoring Method

 

Before we mention the decomposition factoring method, it is important to explore the math trick of decomposition. As an example, we can break down a number like 10 into 5 and 5, 3 and 7 or even 6 and 4. It changes the form but it is still 10.

Suppose that we are given \(y = 4x^2 + 13x + 3\). We need two numbers \(j\) and \(k\) which are factors of \(4 \times 3 = 12\) and satisfy \(j \times k = 12\) and \(j + k = 13\). The two numbers which fit that criteria are 12 and 1 since \(12 \times 1 = 12\) and \(12 + 1 = 13\).

Unlike the factoring method when \(a = 1\), we add another step before the final factored form. Using the numbers 12 and 1 we can decompose the \(13x\) into \(12x\) and \(x\) which matches the 12 and 1. The equation is now \(y = 4x^2 + 12x + x + 3\).

From \(y = 4x^2 + 12x + x + 3\) we do common factoring twice. The first common factoring is on the first two terms and the second common factoring would be applied on the third and fourth terms. It would look something like this.

 

\[y = 4x^2 + 12x + x + 3 = (4x^2 + 12x) + (x + 3) = 4x(x + 3) + 1(x +3) \]

 

Notice that we now have a common factor of \((x + 3)\). Factoring out the \((x + 3)\) gives us the factored form.

 

\[4x(x + 3) + 1(x +3) = (x + 3)(4x + 1)\]

 

To check that \(y = (x + 3)(4x + 1)\) is indeed the factored form of \(y = 4x^2 + 13x + 3\), we use the FOIL method when multiplying binomials.

 

\[y = (x + 3)(4x + 1) = 4x^2 + x + 12x + 3 = 4x^2 + 13x + 3\]

 

To summarize the example, here are the steps in full.

 

\[y = 4x^2 + 13x + 3\]

\[y = 4x^2 + 12x + x + 3 \]

\[y = (4x^2 + 12x) + (x + 3) \]

\[y = 4x(x + 3) + 1(x +3) \]

\[y = (x + 3)(4x + 1) \]

 

Note

 

We can also break down the \(13x\) into \(x + 12x\) instead of \(12x + x\). The final answer would still be the same but the steps would be slightly different.

 

\[y = 4x^2 + 13x + 3 \]

\[y = 4x^2 + x + 12x + 3 \]

\[y = (4x^2 + x) + (12x + 3) \]

\[y = x(4x + 1) + 3(4x +1) \]

\[y = (4x + 1)(x + 3) \]

 

The General Method

 

Here are the steps of factoring a quadratic equation in the form of \(y = ax^2 + bx + c\) through decomposition.

Determine two numbers \(j\) and \(k\) such that \(jk = ac\) and \(j + k = b\).

Using the numbers \(j\) and \(k\) decompose \(bx\) into \(jx + kx\) or \(kx + jx\).

Notice how there are now four terms instead of three terms. Consider the first terms as one pair and the last two terms as another pair.

Common factor from the first two terms and common factor from the last two terms.

Common factor one more time to achieve the factored form.

 

Examples

 

Example One

 

Factor \(y = 3x^2 + 8x + 4\).

 

Answer:

We seek two numbers which multiply to \(3 \times 4 = 12\) and add up to \(b = 8\). The two numbers which satisfy these conditions are 6 and 2 (since \(6 \times 2 = 12\) and \(6 + 2 = 8\)). The full steps can be found below.

 

\[ y = 3x^2 + 8x + 4 \]

\[y = 3x^2 + 6x + 2x + 4 \]

\[y = (3x^2 + 6x) + (2x + 4) \]

\[y = 3x(x + 2) + 2(x + 2) \]

\[y = (x + 2)(3x + 2) \]

 

Answer Check:

\[ y = (x + 2)(3x + 2) \]

\[y = 3x^2 + 2x + 6x + 4\]

\[y = 3x^2 + 8x + 4\]

 

Example Two

 

Factor \(y = 8x^2 + 10x + 2\).

We have \(ac = 8 \times 2 = 16\) and \(b = 10\). The two numbers here would be 8 and 2.

 

\[y = 8x^2 + 10x + 2 \]

\[y = 8x^2 + 8x + 2x + 2 \]

\[y = (8x^2 + 8x) + (2x + 2) \]

\[y = 8x(x + 1) + 2(x + 1) \]

\[y = (x + 1)(8x + 2) \]

 

Answer Check:

\[ y = (x + 1)(8x + 2) \]

\[y = 8x^2 + 2x + 8x + 2\]

\[y = 8x^2 + 10x + 2\]

 

Example Three

 

Factor \(y = 4x^2 - 14x - 8\).

 

Notice how we have even numbers in 4, -14 and -8. We first use a common factor of 2. The equation is now \(y = 2(2x^2 - 7x - 4)\)

We have \(ac = 2 \times -4 = -8\) and \(b = -7\). The two numbers here would be -8 and 1.

 

\[y = 4x^2 - 14x - 8 \]

\[y = 2(2x^2 - 7x - 4)\]

\[y = 2(2x^2 - 8x + x - 4)\]

\[y = 2[(2x^2 - 8x) + (x - 4)]\]

\[y = 2[2x(x - 4) + 1(x - 4)]\]

\[y = 2[(x - 4)(2x + 1)]\]

\[y = 2(x - 4)(2x + 1)\]

 

Answer Check:

\[ y = 2(x - 4)(2x + 1)\]

\[y = 2[2x^2 + x - 8x - 4]\]

\[y = 2[2x^2 - 7x - 4]\]

\[y = 4x^2 - 14x - 8\]

 

Practice Problems

 

Here are some practice problems to build understanding. Factor each equation.

 

  1. \(y = 3x^{2} + 7x + 4\)

  2. \(y = 10x^{2} + 12x + 2\)

  3. \(y = 4x^{2} + 18x + 8\)

  4. \(y = 3x^{2} - x - 2\)

  5. \(y = -2x^{2} + 7x - 4\)

 

Answers

 

Here are the answers to the previous practice problems.

 

  1. \(y = (3x + 4)(x + 1)\)

  2. \(y = 2(5x + 1)(x + 1)\)

  3. \(y = 2(2x + 1)(x + 4)\)

  4. \(y = (3x + 2)(x - 1)\)

  5. \(y = -(2x + 1)(x - 4)\)