Cal11 calculator

Synthetic Division Rational Roots Theorem Calculator

Reviewed by Calculator Editorial Team

The Rational Roots Theorem provides a way to find possible rational roots of a polynomial equation. When combined with synthetic division, it becomes an efficient method for factoring polynomials and solving equations.

What is the Rational Roots Theorem?

The Rational Roots Theorem states that any possible rational root, expressed in lowest terms as p/q, of a polynomial equation with integer coefficients must satisfy two conditions:

  1. The constant term (a₀) must be divisible by the denominator (q).
  2. The leading coefficient (aₙ) must be divisible by the numerator (p).

This theorem helps identify potential rational roots, which can then be tested using synthetic division.

Rational Roots Theorem Formula:

Possible rational roots are of the form ±p/q where p divides the constant term and q divides the leading coefficient.

How to Use Synthetic Division

Synthetic division is a simplified method for dividing a polynomial by a binomial of the form (x - c). Here's how to perform it:

  1. Write down the coefficients of the polynomial in order.
  2. Write the root you're testing (c) to the left.
  3. Bring down the first coefficient.
  4. Multiply it by the root and add to the next coefficient.
  5. Repeat the process until all coefficients are processed.
  6. The last number is the remainder, and the other numbers form the quotient polynomial.

Note: If the remainder is zero, the root is valid, and the quotient polynomial is a factor of the original polynomial.

Worked Example

Let's find the roots of the polynomial x³ - 3x² - 13x + 15 using the Rational Roots Theorem and synthetic division.

Step 1: Identify Possible Rational Roots

The constant term is 15, and the leading coefficient is 1. Possible rational roots are ±1, ±3, ±5, ±15.

Step 2: Test Possible Roots with Synthetic Division

Testing x = 3:

3 | 1   -3   -13   15
     1    0    -13    0
                    

The remainder is 0, so x = 3 is a root. The quotient polynomial is x² - 3x - 5.

Step 3: Factor the Polynomial

The polynomial can be factored as (x - 3)(x² - 3x - 5).

Step 4: Find All Roots

The roots are x = 3 and the solutions to x² - 3x - 5 = 0, which are x = (3 ± √29)/2.

FAQ

What if the Rational Roots Theorem gives me too many possibilities?
The theorem provides all possible rational roots, but not all may be actual roots. You'll need to test each one with synthetic division to determine which are valid.
Can synthetic division be used for non-rational roots?
Synthetic division is specifically designed for binomials of the form (x - c). For non-rational roots, other methods like polynomial long division or numerical approximation may be needed.
What if the polynomial has no rational roots?
If none of the possible rational roots yield a remainder of zero, the polynomial has no rational roots. You may need to use other methods to find its roots.