How do you factorise cubic equations is a fundamental question in algebra that students and mathematicians alike often encounter. Factoring cubic equations, which are polynomial equations of degree three, is a critical skill because it simplifies solving these equations, analyzing their roots, and understanding their properties. This article provides a comprehensive guide on how to factorise cubic equations, covering various methods, techniques, and tips to master this essential mathematical process.
Understanding Cubic Equations
Before diving into the methods of factorising cubic equations, it’s important to understand what they are and their general form.
Definition and General Form
A cubic equation is a polynomial equation of degree three, typically written in the form:\[ ax^3 + bx^2 + cx + d = 0 \]
where:
- \( a \neq 0 \),
- \( b, c, d \) are coefficients that can be real or complex numbers,
- \( x \) is the variable.
The solutions or roots of the cubic are the values of \( x \) that satisfy the equation, and these roots can be real or complex.
Importance of Factoring
Factoring a cubic equation transforms it into a product of simpler polynomials, ideally linear factors, which makes solving for roots straightforward. It also provides insights into the nature of the roots, such as their multiplicity and whether they are real or complex.Methods of Factoring Cubic Equations
There are several approaches to factorising cubic equations, ranging from straightforward techniques to more complex ones depending on the specific form of the polynomial.
1. Rational Root Theorem and Synthetic Division
This is often the first step in factoring a cubic polynomial, especially when coefficients are rational numbers.
Rational Root Theorem
The Rational Root Theorem states that any rational root, expressed in lowest terms \( \frac{p}{q} \), of the polynomial \( ax^3 + bx^2 + cx + d \) must satisfy:- \( p \) divides the constant term \( d \),
- \( q \) divides the leading coefficient \( a \).
- List all possible rational roots \( \frac{p}{q} \).
- Test each candidate by substitution into the polynomial.
- When a root is found, use synthetic division or polynomial division to factor out \( (x - \text{root}) \).
- Possible roots: \( \pm1, \pm3, \pm\frac{1}{2}, \pm\frac{3}{2} \).
- Test these roots systematically until finding one that satisfies the equation.
Synthetic Division
Once a root \( r \) is identified, synthetic division helps to divide the cubic polynomial by \( (x - r) \), resulting in a quadratic polynomial for further factorisation.2. Factoring by Grouping
This method works when the cubic polynomial can be grouped into two binomials with common factors.
Steps:
- Rewrite the cubic polynomial as four terms.
- Group the first two terms and the last two terms.
- Factor out common factors from each group.
- If the terms in each group share a common binomial factor, factor it out.
Example:
Factor \( x^3 + 3x^2 + 2x + 6 \).
- Group: \( (x^3 + 3x^2) + (2x + 6) \).
- Factor each group:
- \( x^2(x + 3) + 2(x + 3) \).
- Factor out \( (x + 3) \):
- \( (x + 3)(x^2 + 2) \).
However, note that \( x^2 + 2 \) is quadratic but not factorable over real numbers.
3. Using Special Cubic Forms
Some cubic equations can be recognised as special forms, which simplifies factorisation.
Sum and Difference of Cubes
- Sum of cubes: \( a^3 + b^3 = (a + b)(a^2 - ab + b^2) \).
- Difference of cubes: \( a^3 - b^3 = (a - b)(a^2 + ab + b^2) \).
Example:
Factor \( x^3 + 8 \).
- Recognise \( 8 = 2^3 \).
- So, \( x^3 + 2^3 = (x + 2)(x^2 - 2x + 4) \).
Similarly, for \( x^3 - 27 \):
- Recognise \( 27 = 3^3 \),
- \( x^3 - 3^3 = (x - 3)(x^2 + 3x + 9) \).
Difference of Squares within Cubic Forms
Sometimes, cubic expressions can be factored if they contain quadratic factors that are difference of squares.
Step-by-Step Guide to Factoring a Cubic Equation
Let's now synthesize the methods into a practical, step-by-step approach.
Step 1: Check for Rational Roots
- Use the Rational Root Theorem to list possible roots.
- Substitute potential roots into the polynomial.
- Confirm which roots satisfy the equation.
Step 2: Divide to Reduce the Degree
- Once a root \( r \) is found, divide the cubic by \( (x - r) \) using synthetic division.
- The division yields a quadratic polynomial.
Step 3: Factor the Quadratic
- Use standard methods: quadratic formula, completing the square, or factorisation if possible.
- The quadratic factors into two linear factors over the reals or complex factors over the complex numbers.
Step 4: Write the Complete Factorisation
- Express the original cubic as a product of linear factors (if roots are real) or quadratic factors (if roots are complex).
Example: Complete Factorisation Process
Let's work through an example to illustrate the entire process.
Suppose the cubic equation is:
\[ x^3 - 6x^2 + 11x - 6 = 0 \]
Step 1: Rational Root Test
- Factors of constant term (\( -6 \)): \( \pm1, \pm2, \pm3, \pm6 \).
- Possible roots: \( \pm1, \pm2, \pm3, \pm6 \).
Step 2: Test Roots
- \( x=1 \):
Root confirmed: \( x=1 \).
- \( x=2 \):
Root confirmed: \( x=2 \).
- \( x=3 \):
Root confirmed: \( x=3 \).
Step 3: Polynomial Division
- Divide the cubic by \( (x - 1) \):
Using synthetic division:
\[
\begin{array}{c|cccc}
1 & 1 & -6 & 11 & -6 \\
& & 1 & -5 & 6 \\
\hline
& 1 & -5 & 6 & 0 \\
\end{array}
\]
Resulting quadratic: \( x^2 - 5x + 6 \).
- Now divide the original polynomial by \( (x - 2) \):
\begin{array}{c|cccc}
2 & 1 & -6 & 11 & -6 \\
& & 2 & -8 & 6 \\
\hline
& 1 & -4 & 3 & 0 \\
\end{array}
\]
Quadratic: \( x^2 - 4x + 3 \).
- Divide the original polynomial by \( (x - 3) \):
\begin{array}{c|cccc}
3 & 1 & -6 & 11 & -6 \\
& & 3 & -9 & 6 \\
\hline
& 1 & -3 & 2 & 0 \\
\end{array}
\]
Quadratic: \( x^2 - 3x + 2 \).
Note: Since the roots are \( x=1, 2, 3 \), the cubic factors as:
\[ (x - 1)(x - 2)(x - 3) \]
Step 4: Final Factorised Form
\[ x^3 - 6x^2 + 11x - 6 = (x - 1)(x - 2)(x - 3) \]
This complete factorisation provides the roots directly.
Special Cases and Tips
When dealing with cubic