Equations
Decomposition of a polynomial of degree 2
To decompose a polynomial of degree 2 in factors, we have to check if it comes from a remarkable identity, and if it doesn’t, we have to calculate the solutions of the associated equation, x1 and x2, and then:
ax2 + bx + c = a·(x – x1)·(x – x2)
Examples:
x2 – 4x + 4 = (x - 2)2
x2 – 5x + 4 = (x – 1)·(x – 4)
Exercise: decompose these polynomials:
a) x2 + 5x + 6
b) 2x2 -3x + 1
c) x2 - 12x + 36 = 0
Solutions: a) (x + 2)(x + 3); b) 2(x - 1)(x - 1/2); c) (x - 6)2
Licensed under the Creative Commons Attribution Non-commercial Share Alike 3.0 License