How do you factor #x^2+9x+28#?
1 Answer
Explanation:
This has discriminant
#Delta = b^2-4ac = 9^2-(4*1*28) = 81 - 112 = -31#
Since the discriminant is negative, this quadratic has no Real zeros and no linear factors with Real coefficients.
It can be factored using Complex coefficients derived from the zeros, which we can find using the quadratic formula:
#x = (-b+-sqrt(b^2-4ac))/(2a)#
#=(-b +-sqrt(Delta))/(2a)#
#=(-9+-sqrt(-31))/2#
#=(-9+-sqrt(31)i)/2#
That is
These zeros translate into factors of the form
#x^2+9x+28 = (x+9/2-sqrt(31)/2i)(x+9/2+sqrt(31)/2i)#
Alternative method
Here's an alternative method involving completing the square and using the difference of squares identity, which may be written:
#a^2-b^2 = (a-b)(a+b)#
We use this with
To cut down on the arithmetic involving fractions, multiply our quadratic by
#4(x^2+9x+28)#
#=4x^2+36x+112#
#=(2x)^2+2(2x)(9)+9^2+31#
#=(2x+9)^2+(sqrt(31))^2#
#=(2x+9)^2-(sqrt(31)i)^2#
#=((2x+9)-sqrt(31)i)((2x+9)+sqrt(31)i)#
#=(2x+9-sqrt(31)i)(2x+9+sqrt(31)i)#
Then divide by
#x^2+9x+28#
#=1/4(2x+9-sqrt(31)i)(2x+9+sqrt(31)i)#
#=(x+9/2-sqrt(31)/2 i)(x+9/2+sqrt(31)/2 i)#