Exercise 5.2 — Question 4
This question applies polynomial division, the Remainder Theorem, and the Factor Theorem to factorize cubic polynomials.
If a polynomial P(x) is divided by a linear polynomial (x−a), the remainder is P(a).
P(x)=(x−a)⋅Q(x)+P(a)
(x−a) is a factor of P(x) if and only if P(a)=0.
For a zero of the form x=−qp, the corresponding factor is (qx+p).
To fully factorize a cubic polynomial P(x)=ax3+bx2+cx+d:
- Hit and Trial: Test factors of the constant term d (divided by factors of leading coefficient a) as potential zeros.
- Verify: Confirm P(a)=0 using the Remainder Theorem.
- Synthetic/Long Division: Divide P(x) by (x−a) to obtain a quadratic quotient Q(x).
- Factorize the Quotient: Factor Q(x) by inspection, splitting the middle term, or the quadratic formula.
- Write the Full Factorization: P(x)=(x−a)⋅Q(x).
Factorize P(x)=x3−6x2+11x−6.
Step 1 — Hit and Trial:
Factors of −6: ±1,±2,±3,±6.
Test x=1:
P(1)=1−6+11−6=0✓
So (x−1) is a factor.
Step 2 — Synthetic Division by (x−1):
111−61−511−56−660
Quotient: x2−5x+6
Step 3 — Factorize the Quotient:
x2−5x+6=(x−2)(x−3)
Step 4 — Full Factorization:
P(x)=(x−1)(x−2)(x−3)