What is Polynomial Division?
Polynomial division is similar to long division with numbers. When dividing a polynomial by a linear divisor (x - a), we can use two methods:
- Long division (general method)
- Synthetic division (shortcut when divisor is x - a)
Division Algorithm for Polynomials:
When dividing polynomial P(x) by divisor d(x), we get:
Where Q(x) is the quotient and R(x) is the remainder. The degree of R(x) is less than the degree of d(x).
What is a Zero of a Polynomial?
A zero (or root) of a polynomial P(x) is a value of x for which P(x) = 0.
- If P(a) = 0, then a is a zero of the polynomial
- Geometrically, a zero means the graph of the polynomial crosses the x-axis at x = a
Remainder Theorem:
When a polynomial P(x) is divided by (x - a), the remainder is P(a).
Factor Theorem (special case of Remainder Theorem):