Complete notes with examples and important points.
The zeroes of a polynomial p(x) are the x-coordinates of the points where the graph of y = p(x) intersects the x-axis.
For a quadratic polynomial ax² + bx + c, if α and β are the zeroes, then:
For a cubic polynomial ax³ + bx² + cx + d, if α, β and γ are the zeroes, then:
If p(x) and g(x) are any two polynomials with g(x) ≠ 0, then we can find polynomials q(x) and r(x) such that p(x) = g(x) × q(x) + r(x), where r(x) = 0 or degree of r(x) < degree of g(x).
We have p(x) = 3x³ + x² + 2x + 5 and g(x) = x² + 2x + 1.
By long division, we get the quotient q(x) = 3x - 5 and remainder r(x) = 9x + 10.
So, 3x³ + x² + 2x + 5 = (x² + 2x + 1)(3x - 5) + (9x + 10).