New Reply

How does the AC method of factoring quadratics work?

 
Share Thread Thread Tools
Jul18-12, 03:12 PM   #1
 

How does the AC method of factoring quadratics work?


Lets assume you're given

[itex]{ 3x }^{ 2 }+8x-11[/itex]

And you want to factor it. With the AC method you multiple 3 and -11 giving you -33. Then you find the factors of -33 that add up to 8. 11 and -3, in this case. Then you rewrite the quadratic as

[itex]{ 3x }^{ 2 }-3x+11x-11[/itex]

From there, you factor each part independently giving:

3x(x-1)+11(x-1)

And finally, factor out (x-1) to get:

(3x+11)(x-1).

However, I do not have any understanding as to how this works.

Thanks
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Jul18-12, 03:24 PM   #2
 
Here's my attempt at trying to prove this.

The general form of a quadratic is

[itex]{ Ax }^{ 2 }+Bx+C[/itex]

When factored, you arrive at

(px+m)(qx+n)

If you work backwards and distribute the factored form you get:

1) [itex]pq{ (x) }^{ 2 } + pn(x) + qm(x) + mn[/itex]

2) [itex]pq{ (x) }^{ 2 } + (pn+qm)x + mn[/itex]

You know that if you get back to step 1 then you can successfully factor. However, to do that, you need to split the combined sum of pn + qm back into the two separate addends.

In the AC method, you multiple A and C and find the factors of the product adding up to B.
In this case, you would multiply pq and mn getting pqmn.

So you would find the factors of pqmn adding up (pn + qm). As a result, you would need to get pn and qm.

Intuitively, it makes sense, but is there a mathematical proof for this?
Jul18-12, 03:44 PM   #3
 
Quote by krackers View Post
Here's my attempt at trying to prove this.

The general form of a quadratic is

[itex]{ Ax }^{ 2 }+Bx+C[/itex]

When factored, you arrive at

(px+m)(qx+n)

If you work backwards and distribute the factored form you get:

1) [itex]pq{ (x) }^{ 2 } + pn(x) + qm(x) + mn[/itex]

2) [itex]pq{ (x) }^{ 2 } + (pn+qm)x + mn[/itex]

You know that if you get back to step 1 then you can successfully factor. However, to do that, you need to split the combined sum of pn + qm back into the two separate addends.

In the AC method, you multiple A and C and find the factors of the product adding up to B.
In this case, you would multiply pq and mn getting pqmn.

So you would find the factors of pqmn adding up (pn + qm). As a result, you would need to get pn and qm.

Intuitively, it makes sense, but is there a mathematical proof for this?
I think you just gave one
Jul18-12, 03:51 PM   #4
 

How does the AC method of factoring quadratics work?


Is there a mathematical proof of my last statement though?
Jul18-12, 04:03 PM   #5

Math 2012
 
Recognitions:
Science Advisor Science Advisor
Quote by krackers View Post
Intuitively, it makes sense, but is there a mathematical proof for this?
You almost proved it yourself.
You want ##(pq)x^2 + (pn+qm)x + (mn) = Ax^2 + Bx + C## for every possible value of x. The only way to do that is when the coefficients of each power of x are the same.
In other words
##pq = A##,
##pn+qm = B##, and
##mn = C##.

The reason it works is because ##(pq)(mn) = AC## and also ##(pn)(qm) = AC##. So you find two factors of AC that add up to B, and then
##(pq)x^2 + (pn)x +(qm)x + (mn)##
## = px(qx + n) + m(qx + n)##
##= (px + m)(qx + n)##.
Jul18-12, 04:07 PM   #6
 
Quote by krackers View Post
Is there a mathematical proof of my last statement though?
I am not sure what is left to show?

A*C = pqmn.
B = pn+qm



pq*x^2 + pn*x + qm*x + mn

= (pq*x^2 + pn*x) + (qm*x + mn)

= p*x(q*x + n) + m*(q*x + n)

Now factor the q*x + n and get

= (p*x + m)(q*x + n)


Edit:

I know remember this was tough for me to see when I first saw it.

Let (q*x + n) = Z

then p*x(q*x + n) + m*(q*x + n)

becomes

p*x*Z + m*Z

Now it is easier to see why you can factor because the above equation becomes

Z*(p*x + m)

Now substitute back in (q*x + n) for Z...
Jul18-12, 04:20 PM   #7
 
Quote by Diffy View Post
I am not sure what is left to show?

A*C = pqmn.
B = pn+qm



pq*x^2 + pn*x + qm*x + mn

= (pq*x^2 + pn*x) + (qm*x + mn)

= p*x(q*x + n) + m*(q*x + n)

Now factor the q*x + n and get

= (p*x + m)(q*x + n)


Edit:

I know remember this was tough for me to see when I first saw it.

Let (q*x + n) = Z

then p*x(q*x + n) + m*(q*x + n)

becomes

p*x*Z + m*Z

Now it is easier to see why you can factor because the above equation becomes

Z*(p*x + m)

Now substitute back in (q*x + n) for Z...
I already knew that... I was looking for the reason you multiply A with C and find the factors of that adding up to B. In essence, how multiplying AC and finding the factors adding up to B allows you to split B into pn and qm. I know how to factor from there.
Jul18-12, 06:33 PM   #8
 
I think it to be a variation of this method



[tex]\begin{array}{l}
{\rm{sum }}\;{\rm{of}}\;{\rm{ roots = - }}\frac{{{\rm{coefficient}}\;{\rm{ of}}\;{\rm{ x}}}}{{{\rm{coefficient }}\;{\rm{of}}\;{\rm{ }}{{\rm{x}}^{\rm{2}}}}} \\
{\rm{product }}\;{\rm{of}}\;{\rm{ roots = }}\frac{{{\rm{constant}}\;{\rm{ term}}}}{{{\rm{coefficient }}\;{\rm{of }}\;{{\rm{x}}^{\rm{2}}}}} \\
\end{array}[/tex]
Jul18-12, 11:53 PM   #9
 
Ooh! That seems to explain it quite well.
New Reply
Thread Tools


Similar Threads for: How does the AC method of factoring quadratics work?
Thread Forum Replies
Factoring question - generalized factoring in integers Linear & Abstract Algebra 0
How exactly does the shooting method work? General Math 3
Factoring a polynomial where factor theorem doesn't work Calculus & Beyond Homework 2
Factoring quadratics Precalculus Mathematics Homework 9
work energy method and impulse momentum method Classical Physics 1