How to factorize cubic polynomials? A cubic polynomial has the form p(x) = \(ax^{3} + bx^{2} + cx + d\), where a ≠ 0. To factorize it completely, we follow these steps:
Step 1: Find the first factor
- Use the Factor Theorem to find a value 'a' such that p(a) = 0
- Try possible factors: ±(factors of d)/(factors of a) (Rational Root Theorem)
- Common test values: ±1, ±2, ±3, ±1/2, etc.
Step 2: Perform polynomial division
- Divide p(x) by (x − a) to get a quadratic quotient
Step 3: Factorize the quadratic
- Factorize the quadratic expression using middle term splitting or quadratic formula
Step 4: Write the complete factorization
- p(x) = (x − a) × (quadratic factors)
Rational Root Theorem (for finding possible zeros): If p(x) = \(ax^{3} + bx^{2} + cx + d\) has integer coefficients, then any rational zero is of the form: p/q where p divides the constant term d and q divides the leading coefficient a