Question
Classify by degree and number of terms. Then factorise using the factor theorem.
Solution — Step by Step
has:
- Degree 3 (highest power of ) → it is a cubic polynomial
- 4 terms → it is a polynomial with four terms (sometimes called a quadrinomial, but this term is rarely used)
Classification by degree: constant (0), linear (1), quadratic (2), cubic (3), quartic (4), quintic (5).
Classification by terms: monomial (1 term), binomial (2), trinomial (3).
For , we try integer factors of the constant term ():
✓
So is a factor.
Dividing by :
Now factorise : we need two numbers that multiply to 6 and add to . Those are and .
Why This Works
graph TD
A["Polynomial Factoring Strategy"] --> B["Degree 2: Quadratic"]
A --> C["Degree 3: Cubic"]
A --> D["Degree 4+: Higher"]
B --> E["Split middle term or use formula"]
C --> F["Try factor theorem: find root by trial"]
C --> G["Divide by x - root to get quadratic"]
G --> E
D --> H["Try grouping or repeated factor theorem"]
The factor theorem states: if , then is a factor of . For cubics with integer coefficients, the rational root theorem tells us to try factors of the constant term divided by factors of the leading coefficient. Once we find one root, we reduce to a quadratic which we can factorise using standard methods.
For the classification: the degree determines the maximum number of roots (a cubic has at most 3 roots) and the general shape of the graph (a cubic has one “S-curve” shape with possible local max and min).
Alternative Method
For CBSE Class 10, the splitting the middle term method is the go-to for quadratic factorisation. For , find two numbers whose product is and sum is . Split into these two parts, then factor by grouping.
Example: . Product . Sum . Numbers: and . Split: .
Common Mistake
Trying only positive integers in the factor theorem. The roots can be negative too. If all give non-zero values, try . Also, students sometimes forget to check ALL factors of the constant term — skipping a value and then concluding “the polynomial cannot be factorised” prematurely.