Factorise A Cubic

How To Factorise A Cubic

PL
idmbestpractices.ca
6 min read
How To Factorise A Cubic
How To Factorise A Cubic

How to Factorise a Cubic: A thorough look

Factorising a cubic equation, that is, an equation of the form ax³ + bx² + cx + d = 0, might seem daunting at first. That said, with a systematic approach and understanding of several techniques, you can master this essential algebraic skill. This practical guide will walk you through various methods, from simple inspection to more advanced techniques like the rational root theorem and polynomial long division. We'll cover examples and explain the underlying principles, ensuring you gain a thorough understanding of how to factorise cubics.

I. Understanding Cubic Equations and Factorisation

Before delving into the methods, let's clarify what we mean by factorising a cubic. A cubic equation is a polynomial equation of degree three, meaning the highest power of the variable (usually x) is 3. Factorising a cubic means expressing it as a product of simpler expressions, ideally linear factors (of the form ax + b) and/or a quadratic factor (of the form ax² + bx + c). The factors, when multiplied together, will give the original cubic equation. Think about it: this process is crucial in solving cubic equations, as the solutions (roots) are easily found once the equation is factorised. To give you an idea, if a cubic is factorised as (x-2)(x+1)(x-3) = 0, then the solutions are x = 2, x = -1, and x = 3.

II. Methods for Factorising Cubics

Several methods exist for factorising cubic equations. The best approach depends on the specific cubic you're working with.

A. Simple Inspection (Factorising by Sight):

This method works best for simple cubics where one or more factors are easily identifiable. It involves looking for common factors among the terms and then attempting to group terms to reveal a factor.

  • Example: Factorise x³ + 2x² - 5x - 6
  1. Look for common factors: There are no common factors among all terms.
  2. Try grouping: We can group the terms as (x³ + 2x²) and (-5x - 6).
  3. Factor out common factors from each group: x²(x + 2) - 3(x+2).
  4. Factor out the common binomial factor: (x² - 3)(x + 2).

That's why, the factorised form is (x² - 3)(x + 2). Note that x² - 3 can be further factorised using difference of squares if we allow for irrational numbers (i.In real terms, e. , (x - √3)(x + √3)).

B. Using the Rational Root Theorem:

The rational root theorem helps identify potential rational roots (roots that are fractions) of a polynomial. For a cubic equation ax³ + bx² + cx + d = 0, any rational root of the form p/q (where p and q are integers and q ≠ 0) will have p as a factor of d and q as a factor of a.

  • Example: Factorise 2x³ + 5x² - 4x - 3 = 0
  1. Identify potential rational roots: The factors of d (-3) are ±1, ±3. The factors of a (2) are ±1, ±2. Possible rational roots are ±1, ±3, ±1/2, ±3/2.
  2. Test the potential roots: We substitute each potential root into the equation. If the result is zero, then that value is a root, and (x - root) is a factor. Let's try x = 1: 2(1)³ + 5(1)² - 4(1) - 3 = 0. So, x = 1 is a root, and (x - 1) is a factor.
  3. Polynomial Long Division: Now, we use polynomial long division to divide the cubic by (x - 1):
                  2x² + 7x + 3
       -----------------------
x - 1 | 2x³ + 5x² - 4x - 3
       - (2x³ - 2x²)
       -----------------
                 7x² - 4x
       - (7x² - 7x)
       -----------------
                        3x - 3
       - (3x - 3)
       -----------------
                          0

The quotient is 2x² + 7x + 3. This quadratic can be factorised further as (2x + 1)(x + 3).

That's why, the fully factorised form is (x - 1)(2x + 1)(x + 3).

C. Using the Sum or Difference of Cubes Formulae:

If the cubic is in the form of a sum or difference of cubes (a³ + b³ or a³ - b³), specific formulae can be applied:

This is a difference of cubes, where a = x and b = 2 (since 2³ = 8). Applying the formula:

x³ - 8 = (x - 2)(x² + 2x + 4)

D. Using Factor Theorem and Synthetic Division:

The factor theorem states that if P(a) = 0, then (x - a) is a factor of the polynomial P(x). Synthetic division is a simplified method of polynomial long division, especially useful when dealing with linear factors.

  • Example: Factorise x³ - 7x + 6 = 0
  1. Find a root: By trial and error, we find that x = 1 is a root (1³ - 7(1) + 6 = 0). Thus, (x-1) is a factor.
  2. Synthetic Division: Using synthetic division with x = 1:
1 | 1  0  -7   6
  |    1   1  -6
  ----------------
    1  1  -6   0

The result gives the quadratic x² + x -6.

  1. Factor the quadratic: x² + x - 6 = (x+3)(x-2)

So, the fully factorised form is (x - 1)(x + 3)(x - 2).

E. Numerical Methods (for Cubics with Irrational Roots):

For cubics that don't have rational roots, numerical methods like the Newton-Raphson method are used to approximate the roots. These methods are more advanced and often require the use of calculators or computers.

III. Explanation of Underlying Principles

The methods above rely on fundamental algebraic principles:

  • Distributive Property: This is the foundation of factorisation, allowing us to expand and simplify expressions.
  • Polynomial Long Division: This method systematically divides a polynomial by another, revealing factors and remainders.
  • Factor Theorem: This theorem directly links the roots of a polynomial to its factors.
  • Rational Root Theorem: This theorem efficiently narrows down the possible rational roots, simplifying the search for factors.

IV. Frequently Asked Questions (FAQ)

Q1: What if I can't find a rational root?

A: If you can't find a rational root using the rational root theorem, you might have to resort to numerical methods to approximate the roots or accept that the cubic might not factorise neatly into rational factors.

Q2: Can a cubic have only one real root?

A: Yes, a cubic can have only one real root, and two complex roots (complex roots always come in conjugate pairs).

Q3: Is there a formula like the quadratic formula for cubics?

A: Yes, there is a cubic formula, but it is significantly more complex than the quadratic formula and is generally less practical to use for solving cubic equations.

Q4: How do I check if my factorisation is correct?

A: Multiply out the factorised form. If it equals the original cubic equation, your factorisation is correct.

V. Conclusion

Factorising cubics is a crucial skill in algebra. On top of that, while it might seem challenging initially, mastering the various methods presented here, from simple inspection to the rational root theorem and polynomial long division, will equip you with the tools to tackle a wide range of cubic equations successfully. Remember to practice regularly, and you'll find yourself becoming more proficient and confident in factorising cubics of increasing complexity. Don’t be discouraged by initial difficulties; with persistence and a systematic approach, you will master this essential algebraic skill.

It's where the real value is.

New

Latest Posts

Related

Related Posts

Thank you for reading about How To Factorise A Cubic. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
ID

idmbestpractices

Staff writer at idmbestpractices.ca. We publish practical guides and insights to help you stay informed and make better decisions.