Difference between revisions of "Rational root theorem"
Etmetalakret (talk | contribs) |
Etmetalakret (talk | contribs) |
||
Line 1: | Line 1: | ||
In [[algebra]], the '''rational root theorem''' states that given an integer [[polynomial]] <math>P(x)</math> with leading coefficient <math>a_n</math> and constant term <math>a_0</math>, if <math>P(x)</math> has a rational root <math>r = \frac pq</math> in lowest terms, then <math>p|a_0</math> and <math>q|a_n</math>. | In [[algebra]], the '''rational root theorem''' states that given an integer [[polynomial]] <math>P(x)</math> with leading coefficient <math>a_n</math> and constant term <math>a_0</math>, if <math>P(x)</math> has a rational root <math>r = \frac pq</math> in lowest terms, then <math>p|a_0</math> and <math>q|a_n</math>. | ||
+ | |||
+ | Using this theorem, it is often possible to guess the roots of a polynomial with a degree of accuracy. | ||
This theorem helps to find the "nice" roots of a polynomial significantly, aiding to how it limits the possible rational roots to a finite number. | This theorem helps to find the "nice" roots of a polynomial significantly, aiding to how it limits the possible rational roots to a finite number. |
Revision as of 15:34, 27 August 2021
In algebra, the rational root theorem states that given an integer polynomial with leading coefficient
and constant term
, if
has a rational root
in lowest terms, then
and
.
Using this theorem, it is often possible to guess the roots of a polynomial with a degree of accuracy.
This theorem helps to find the "nice" roots of a polynomial significantly, aiding to how it limits the possible rational roots to a finite number.
Proof
Let be a rational root of
, where every
is an integer; we wish to show that
and
. Since
is a root of
,
Multiplying by
yields
Using modular arithmetic modulo
, we have
, which implies that
. Because we've defined
and
to be relatively prime,
, which implies
by Euclid's lemma. Via similar logic in modulo
,
, as required.
Problems
Here are some problems that are cracked by the rational root theorem.
Problem 1
Find all rational roots of the polynomial .
Solution: The polynomial has leading coefficient and constant term
, so the rational root theorem guarantees that the only possible rational roots are
,
,
,
,
,
,
, and
. After testing every number, we find that none of these are roots of the polynomial; thus, the polynomial has no rational roots.
Problem 2
Factor the polynomial .
Solution: After testing the divisors of 8, we find that it has roots ,
, and
. Then because it has leading coefficient
, the factor theorem tells us that it has the factorization
.
Problem 3
Using the rational root theorem, prove that is irrational.
Solution: The polynomial has roots
and
. The rational root theorem garuntees that the only possible rational roots of this polynomial are
, and
. Testing these, we find that none are roots of the polynomial, and so it has no rational roots. Then because
is a root of the polynomial, it cannot be a rational number.