Synthetic Division Rational Roots Theorem Calculator
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:
- The constant term (a₀) must be divisible by the denominator (q).
- 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:
- Write down the coefficients of the polynomial in order.
- Write the root you're testing (c) to the left.
- Bring down the first coefficient.
- Multiply it by the root and add to the next coefficient.
- Repeat the process until all coefficients are processed.
- 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.