Factoring a Quadratic Expression

  • Thread starter Thread starter aricho
  • Start date Start date
  • Tags Tags
    Brain Lost
AI Thread Summary
The quadratic expression a^2 - 4a - 12 factors to (a - 6)(a + 2) after identifying the roots as 6 and -2. For the expression x^2 - 6x - 9, it does not have rational factors, but can be factored using the quadratic formula or by completing the square, resulting in (x - 3 + 3√2)(x - 3 - 3√2). The discussion emphasizes the importance of finding two numbers that multiply to the constant term and add to the linear coefficient when factoring quadratics. Completing the square is also highlighted as a useful technique for certain quadratic expressions. Understanding these methods is essential for solving quadratic equations effectively.
aricho
Messages
71
Reaction score
0
sorry this is such a stupid question...but i have been sitting her for half an hour trying to solve it.

what does

a^2-4a-12

factorise to?
 
Physics news on Phys.org
If you're ever absolutely stuck on a factorization problem, you can use the quadratic equation to find the roots. Then, suppose the roots are a and b. The equation will factor to (x-a)(x-b). In this case, that might not be necessary. Think: You need two numbers that multiply to give you -12 and add to give you -4. List the pairs of integers that you could multiply to get -12. Which of these add to give -4?
 
its -6 and 2 isn't it?

gosh I'm a fool sometimes :smile:
 
That's it.
 
arrrrrrgggghhhhhh

how about x^2-6x-9
 
In this case the answer comes out irrational. Make sure you copied it right. Otherwise use the quadratic formula.
 
If you are every really, really stuck on a (quadratic) factoring problem you can do as Leonhard Euler said: solve the equation using the quadratic formula. If the roots are a and b, then the quadratic factors as (x-a)(x-b).

For example, to solve a2-4a-12= 0, a=
\frac{4\pm\sqrt{16-4(1)(-12)}}{2}= \frac{4\pm\sqrt{64}}{2}= \frac{4\pm8}{2} so that a= (4+8)/2= 6 and a= (4-8)/2= -2. The factors are (a-6)(a-(-2))= (a-6)(a+2).

More importantly, x2-6x-9 does not have rational factors (are you sure this wasn't x2- 6x+ 9?) but can be factored if we solve the equation
x2- 6x+ 9= 0.

I would be inclined to "complete the square": x2- 6x= 9 and we complete the square on the left by adding (-6/2)2= (-3)2= 9 (no surprize there!). x2- 6x+ 9= (x- 3)2= 9+ 9= 18= 2*9.
x-3= \pm\3\sqrt{2}
so the solutions are x= 3- 3\sqrt{2} and x= 3+ 3\sqrt{2}
x^2-6x-9= (x-3+3\sqrt{2})(x-3-3\sqrt{2}).

You could also get that factorization by completing the square originally:
x^2- 6x- 9= x^2- 6x+ (9-9)- 9= x^2- 6x+ 9- 18= (x-3)^2- 18
Now factor as the difference of two squares:
x^2-6x-9= (x-3)^2-18= ((x-3)+\sqrt{18})((x-3)-\sqrt{18})
= (x-3+3\sqrt{2})(x-3-3\sqrt{3})
 
I'm glad no one did the problem for him... :rolleyes:
 
Back
Top