Cal11 calculator

How to Find Zeros of Cubic Polynomial Without Calculator

Reviewed by Calculator Editorial Team

A cubic polynomial is a polynomial of degree 3, which can be written in the general form:

f(x) = ax³ + bx² + cx + d

Finding the zeros of a cubic polynomial (the values of x that make f(x) = 0) can be done without a calculator using several methods. This guide explains three primary approaches: the Rational Root Theorem, factoring, and Cardano's Formula.

Rational Root Theorem

The Rational Root Theorem provides a way to identify possible rational roots of a polynomial. According to the theorem, any possible rational root, expressed in lowest terms as p/q, must satisfy:

  • p is a factor of the constant term (d)
  • q is a factor of the leading coefficient (a)

For example, consider the polynomial x³ - 6x² + 11x - 6. The possible rational roots are all factors of -6 divided by all factors of 1, which are ±1, ±2, ±3, ±6.

Note: The Rational Root Theorem only provides possible roots, not guaranteed roots. You must verify each candidate by substituting it back into the polynomial.

Factoring Method

Once you've identified possible rational roots using the Rational Root Theorem, you can attempt to factor the polynomial. If you find a root r, then (x - r) is a factor of the polynomial.

For example, with the polynomial x³ - 6x² + 11x - 6, we can test x = 1:

f(1) = (1)³ - 6(1)² + 11(1) - 6 = 1 - 6 + 11 - 6 = 0

Since f(1) = 0, (x - 1) is a factor. We can perform polynomial division or use synthetic division to factor it out:

x³ - 6x² + 11x - 6 = (x - 1)(x² - 5x + 6)

Now we can factor the quadratic:

x² - 5x + 6 = (x - 2)(x - 3)

So the complete factorization is:

x³ - 6x² + 11x - 6 = (x - 1)(x - 2)(x - 3)

The zeros are therefore x = 1, x = 2, and x = 3.

Cardano's Formula

For polynomials that don't factor nicely or have irrational roots, Cardano's Formula can be used. This formula provides the exact solution to any cubic equation of the form:

x³ + px + q = 0

The formula is complex and involves cube roots. For a general cubic ax³ + bx² + cx + d, you first need to reduce it to the depressed form by substituting x = y - b/(3a).

Cardano's Formula is generally too complex to perform by hand without a calculator, but understanding it provides insight into the nature of cubic roots.

Example Calculation

Let's find the zeros of the cubic polynomial x³ - 3x² - 4x + 12.

Step 1: Apply the Rational Root Theorem

Possible rational roots are factors of 12 divided by factors of 1: ±1, ±2, ±3, ±4, ±6, ±12.

Step 2: Test Possible Roots

Test x = 2:

f(2) = (2)³ - 3(2)² - 4(2) + 12 = 8 - 12 - 8 + 12 = 0

Since f(2) = 0, (x - 2) is a factor.

Step 3: Factor the Polynomial

Using polynomial division or synthetic division, we find:

x³ - 3x² - 4x + 12 = (x - 2)(x² - x - 6)

Step 4: Factor the Quadratic

Factor x² - x - 6:

x² - x - 6 = (x - 3)(x + 2)

Step 5: Find All Zeros

The complete factorization is:

x³ - 3x² - 4x + 12 = (x - 2)(x - 3)(x + 2)

The zeros are x = 2, x = 3, and x = -2.

FAQ

What is the difference between a cubic polynomial and a quadratic polynomial?
A cubic polynomial has a degree of 3 (highest power of x is x³), while a quadratic polynomial has a degree of 2 (highest power of x is x²).
Can all cubic polynomials be factored?
No, not all cubic polynomials can be factored with rational coefficients. Some may require irrational or complex roots, which can be found using Cardano's Formula.
What if the Rational Root Theorem doesn't give any roots?
If none of the possible rational roots work, you may need to use Cardano's Formula or consider that the polynomial has no rational roots.
How do I know if a root is correct?
Always substitute the candidate root back into the original polynomial to verify that it equals zero.
What if my polynomial has a leading coefficient other than 1?
You can divide the entire polynomial by the leading coefficient to make it monic (leading coefficient of 1) before applying the Rational Root Theorem.