- #1
MarkFL
Gold Member
MHB
- 13,288
- 12
The purpose of this tutorial is to provide students of algebra with techniques and tips for factoring quadratic expressions. In my experience as a tutor, I have found this can be one of the more difficult and challenging topics for students.
I invite anyone with any techniques of their own to add to this topic to give our readers as comprehensive a list of tips/tricks as possible.
Note: all coefficients, both in the quadratic forms and in the factored forms are integers.
Typically, a quadratic expression is given in the form:
(1) $ax^2+bx+c$
and the goal is to express this expression as the product of two linear factors:
$ax^2+bx+c=(dx+e)(fx+g)$
First of all, students may wonder why we bother to factor quadratics. Well, this has to do with what's called the zero-factor property. Many times in the application of quadratic equations, we express the equation in standard form $ax^2+bx+c=0$. In short, if we have two factors equal to zero, then we know that the product must be zero when one or the other of the factors is equal to zero. Since finding the root of a linear factor is very straightforward, this gives us a neat and easy way to find the two roots of the quadratic expression.
The way I begin, is (referring to (1)) by looking at the product $ac$ and try to find two factors of this product whose sum is $b$.
Suppose we are given to factor:
$x^2+8x+12$
The product $ac=1\cdot12=12$ so we want two factors of $12$ whose sum is $8$. Thinking about the factor pairs of $12$ which are $(1,12),\,(2,6),\,(3,4)$ we see the pair $(2,6)$ has a sum of $8$. Since $a=1$, we know the coefficient of $x$ in both factors will also be $1$, and so we have:
$x^2+8x+12=(x+6)(x+2)$
If we're unsure, we may check our work by expanding the right side using the FOIL method:
$(x+6)(x+2)=x^2+2x+6x+12=x^2+8x+12$
So, it checks out. Why does this method work? Let's do a bit of investigation:
To keep things simple for now, let's consider the case where $a=1$:
$x^2+bx+c=(x+d)(x+e)=x^2+ex+dx+de=x^2+(d+e)x+de$
Equating coefficients, we find we require:
$d+e=b$
$de=c$
As you can see, this implies we need to find two factors of $c$ whose sum is $b$. This is why we look for two such factors.
Now, let's step things up just a bit and let $a$ be a prime number. Since a prime number only has itself and $1$ as factors, we know the factored form must be:
$ax^2+bc+c=(ax+d)(x+e)=ax^2+(d+ae)x+de$
So, we see now, we require:
$d+ae=b$
$de=c$
If we mutiply the second equation by $a$, we may write:
$d(ae)=ac$
So, these equations imply that we need two factors of $ac$ whose sum is $b$. Let's now apply this to the quadratic:
$3x^2-13x-10$
We want two factors of $3(-10)=-30$ whose sum is $-13$. These are $(2,-15)$. Since $a=3$, we look for the factor that is divisible by $3$ and that is $-15$. So we set:
$ae=3e=-15,\,e=-5$
$d=2$
and so we now have:
$3x^2-13x-10=(3x+2)(x-5)$
Now, let's examine the case when $a$ is composite, which means there is more than 1 possible factor pair of $a$, and so we need to write the factored form as:
$ax^2+bx+c=(dx+e)(fx+g)=dfx^2+(dg+ef)x+eg$
Equating coefficients, we find:
$df=a$
$dg+ef=b$
$eg=c$
If we multiply the first equation by the third, we have:
$(dg)(ef)=ac$
This, along with the second equation above implies we need two factors of $ac$ whose sum is $b$. Suppose we are given to factor:
$6x^2+13x-28$
We want two factors of $6(-28)=-168$ whose sum is $13$. They are $(-8,21)$.
Now, we look at the factor pairs of $6$ which are $(1,6),\,(2,3)$. Neither of the pair $(-8,21)$ is divisible by $6$, but $-8$ is divisible by $2$ and $21$ is divisible by $3$, so the factor pair of $6$ we need is $(2,3)$. And so we find we may set:
$d=2$
$f=3$
$dg=2g=-8\,\therefore\,g=-4$
$ef=3e=21\,\therefore\,e=7$
and so we have:
$6x^2+13x-28=(2x+7)(3x-4)$
Commentary to this tutorial should be posted here:
http://mathhelpboards.com/commentary-threads-53/commentary-factoring-quadratics-4203.html
I invite anyone with any techniques of their own to add to this topic to give our readers as comprehensive a list of tips/tricks as possible.
Note: all coefficients, both in the quadratic forms and in the factored forms are integers.
Typically, a quadratic expression is given in the form:
(1) $ax^2+bx+c$
and the goal is to express this expression as the product of two linear factors:
$ax^2+bx+c=(dx+e)(fx+g)$
First of all, students may wonder why we bother to factor quadratics. Well, this has to do with what's called the zero-factor property. Many times in the application of quadratic equations, we express the equation in standard form $ax^2+bx+c=0$. In short, if we have two factors equal to zero, then we know that the product must be zero when one or the other of the factors is equal to zero. Since finding the root of a linear factor is very straightforward, this gives us a neat and easy way to find the two roots of the quadratic expression.
The way I begin, is (referring to (1)) by looking at the product $ac$ and try to find two factors of this product whose sum is $b$.
Suppose we are given to factor:
$x^2+8x+12$
The product $ac=1\cdot12=12$ so we want two factors of $12$ whose sum is $8$. Thinking about the factor pairs of $12$ which are $(1,12),\,(2,6),\,(3,4)$ we see the pair $(2,6)$ has a sum of $8$. Since $a=1$, we know the coefficient of $x$ in both factors will also be $1$, and so we have:
$x^2+8x+12=(x+6)(x+2)$
If we're unsure, we may check our work by expanding the right side using the FOIL method:
$(x+6)(x+2)=x^2+2x+6x+12=x^2+8x+12$
So, it checks out. Why does this method work? Let's do a bit of investigation:
To keep things simple for now, let's consider the case where $a=1$:
$x^2+bx+c=(x+d)(x+e)=x^2+ex+dx+de=x^2+(d+e)x+de$
Equating coefficients, we find we require:
$d+e=b$
$de=c$
As you can see, this implies we need to find two factors of $c$ whose sum is $b$. This is why we look for two such factors.
Now, let's step things up just a bit and let $a$ be a prime number. Since a prime number only has itself and $1$ as factors, we know the factored form must be:
$ax^2+bc+c=(ax+d)(x+e)=ax^2+(d+ae)x+de$
So, we see now, we require:
$d+ae=b$
$de=c$
If we mutiply the second equation by $a$, we may write:
$d(ae)=ac$
So, these equations imply that we need two factors of $ac$ whose sum is $b$. Let's now apply this to the quadratic:
$3x^2-13x-10$
We want two factors of $3(-10)=-30$ whose sum is $-13$. These are $(2,-15)$. Since $a=3$, we look for the factor that is divisible by $3$ and that is $-15$. So we set:
$ae=3e=-15,\,e=-5$
$d=2$
and so we now have:
$3x^2-13x-10=(3x+2)(x-5)$
Now, let's examine the case when $a$ is composite, which means there is more than 1 possible factor pair of $a$, and so we need to write the factored form as:
$ax^2+bx+c=(dx+e)(fx+g)=dfx^2+(dg+ef)x+eg$
Equating coefficients, we find:
$df=a$
$dg+ef=b$
$eg=c$
If we multiply the first equation by the third, we have:
$(dg)(ef)=ac$
This, along with the second equation above implies we need two factors of $ac$ whose sum is $b$. Suppose we are given to factor:
$6x^2+13x-28$
We want two factors of $6(-28)=-168$ whose sum is $13$. They are $(-8,21)$.
Now, we look at the factor pairs of $6$ which are $(1,6),\,(2,3)$. Neither of the pair $(-8,21)$ is divisible by $6$, but $-8$ is divisible by $2$ and $21$ is divisible by $3$, so the factor pair of $6$ we need is $(2,3)$. And so we find we may set:
$d=2$
$f=3$
$dg=2g=-8\,\therefore\,g=-4$
$ef=3e=21\,\therefore\,e=7$
and so we have:
$6x^2+13x-28=(2x+7)(3x-4)$
Commentary to this tutorial should be posted here:
http://mathhelpboards.com/commentary-threads-53/commentary-factoring-quadratics-4203.html
Last edited: