How do you factor the trinomial #2x^2 - 8x + 5#?
1 Answer
Explanation:
Complete the square, then use the difference of squares identity:
#a^2-b^2=(a-b)(a+b)#
with
#2x^2-8x+5#
#=2(x^2-4x+5/2)#
#=2(x^2-4x+4-6/4)#
#=2((x-2)^2-(sqrt(6)/2)^2)#
#=2((x-2)-sqrt(6)/2)((x-2)+sqrt(6)/2)#
#=2(x-2-sqrt(6)/2)(x-2+sqrt(6)/2)#
Footnote
Why did I choose this method, rather than trying an AC method, etc.?
This has discriminant given by the formula:
#Delta = b^2-4ac = (-8)^2-(4*2*5) = 64-40 = 24#
which is not a perfect square, so the factors will not have rational coefficients.
We could use the quadratic formula to find them, but completing the square is just as powerful and less "magic".