Riemann integral: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>BattyBot
en>Biggerj1
Line 1: Line 1:
In [[algebra]], the '''rational root theorem''' (or '''rational root test''') states a constraint on rational solutions (or [[root of a function|roots]]) of the [[polynomial]] equation
55 years old Electrician (Special Class ) Valentin Jury from Didsbury, likes theatre, 10 hatha yoga positions and woodworking. Plans to give up work and take the family to numerous great  heritage listed destinations in the world like Chongoni Rock-Art Area.
:<math>a_nx^n+a_{n-1}x^{n-1}+\cdots+a_0 = 0\,\!</math>
with [[integer]] coefficients.
 
If ''a''<sub>0</sub> and ''a''<sub>''n''</sub> are nonzero,
then each [[rational number|rational]] solution  ''x'',
when written as a fraction ''x''&nbsp;=&nbsp;''p''/''q'' in lowest terms (i.e., the [[greatest common divisor]] of ''p'' and ''q'' is 1), satisfies
* ''p'' is an integer [[divisor|factor]] of the [[constant term]] ''a''<sub>0</sub>, and
* ''q'' is an integer factor of the leading [[coefficient]] ''a''<sub>''n''</sub>.
 
The rational root theorem is a special case (for a single linear factor) of [[Gauss's lemma (polynomial)|Gauss's lemma]] on the factorization of polynomials. The '''integral root theorem''' is a special case of the rational root theorem if the leading coefficient&nbsp;''a''<sub>''n''</sub>&nbsp;=&nbsp;1.
 
== Proofs ==
 
===A proof===
 
Let ''P''(''x'') = ''a''<sub>''n''</sup>''x''<sup>''n''</sup> + ''a''<sub>''n''&minus;1</sup>''x''<sup>''n''&minus;1</sup> + ... + ''a''<sub>1</sup>''x'' + ''a''<sub>0</sup> for some ''a''<sub>0</sub>, ..., ''a''<sub>''n''</sub> ∈ '''Z''', and suppose ''P''(''p''/''q'') = 0 for some [[coprime]] ''p'', ''q'' ∈ '''Z''':
 
:<math>P\left(\tfrac{p}{q}\right) = a_n\left(\tfrac{p}{q}\right)^n + a_{n-1}\left(\tfrac{p}{q}\right)^{n-1} + \cdots + a_1\left(\tfrac{p}{q}\right) + a_0 = 0.</math>
 
If we shift the constant term to the right hand side, factor a ''p'' and multiply by ''q''<sup>''n''</sup>, we get
 
:<math>\qquad p(a_np^{n-1} + a_{n-1}qp^{n-2} + \cdots + a_1q^{n-1}) = -a_0q^n.</math>
 
 
 
We see that ''p'' times the integer quantity in parentheses equals &minus;''a''<sub>0</sub>''q''<sup>''n''</sup>, so ''p'' divides ''a''<sub>0</sub>''q''<sup>''n''</sup>. But ''p'' is coprime to ''q'' and therefore to ''q''<sup>''n''</sup>, so by (the generalized form of) [[Euclid's lemma]] it must divide the remaining factor ''a''<sub>0</sub> of the product.
 
If we instead shift the leading term to the right hand side and multiply by ''q''<sup>''n''</sup>, we get
 
:<math>\qquad q(a_{n-1}p^{n-1} + a_{n-2}qp^{n-2} + \cdots + a_0q^{n-1}) = -a_np^n.</math>
 
And for similar reasons, we can conclude that ''q'' divides ''a''<sub>''n''</sub>.<ref>{{cite book|author=D. Arnold, G. Arnold|title=Four unit mathematics|publisher=Edward Arnold|year=1993|isbn=0-340-54335-3|pages=120–121}}</ref>
 
=== Proof using Gauss's lemma ===
 
Should there be a nontrivial factor dividing all the coefficients of the polynomial, then one can divide by the [[greatest common divisor]] of the coefficients so as to obtain a primitive polynomial in the sense of [[Gauss's lemma (polynomial)|Gauss's lemma]]; this does not alter the set of rational roots and only strengthens the divisibility conditions. That lemma says that if the polynomial factors in {{math|ℚ[''X'']}}, then it also factors in {{math|ℤ[''X'']}} as a product of primitive polynomials. Now any rational root {{math|''p''/''q''}} corresponds to a factor of degree 1 in {{math|ℚ[''X'']}} of the polynomial, and its primitive representative is then {{math|''qx'' − p}}, assuming that ''p'' and ''q'' are coprime. But any multiple in {{math|ℤ[''X'']}} of {{math|''qx'' − p}} has leading term divisible by ''q'' and constant term divisible by ''p'', which proves the statement. This argument shows that more generally, any irreducible factor of ''P'' can be supposed to have integer coefficients, and leading and constant coefficients dividing the corresponding coefficients of&nbsp;''P''.
 
== Example ==
For example, every rational solution of the equation
:<math>3x^3 - 5x^2 + 5x - 2 = 0\,\!</math>
must be among the numbers symbolically indicated by
:± <math>\tfrac{1,2}{1,3}\,,</math>
which gives the list of 8 possible answers:
:<math>1, -1, 2, -2, \frac{1}{3}, -\frac{1}{3}, \frac{2}{3}, -\frac{2}{3}\,.</math>
 
These root candidates can be tested using the [[Horner's method]] (for instance). In this particular case there is exactly one rational root. If a root candidate does not satisfy the equation, it can be used to shorten the list of remaining candidates. For example, ''x''&nbsp;=&nbsp;1 does not satisfy the equation as the left hand side equals&nbsp;1. This means that substituting ''x''&nbsp;=&nbsp;1&nbsp;+&nbsp;''t'' yields a polynomial in&nbsp;''t'' with constant term&nbsp;1, while the coefficient of ''t''<sup>3</sup> remains the same as the coefficient of ''x''<sup>3</sup>. Applying the rational root theorem thus yields the following possible roots for&nbsp;''t'':
:<math>t=\pm\tfrac{1}{1,3}</math>
Therefore,
:<math>x = 1+t = 2, 0, \frac{4}{3}, \frac{2}{3}</math>
Root candidates that do not occur on both lists are ruled out. The list of rational root candidates has thus shrunk to just ''x'' = 2 and ''x'' =&nbsp;2/3.
 
If a root ''r''<sub>1</sub>
is found, Horner's method will also yield a polynomial of degree ''n''&nbsp;&minus;&nbsp;1 whose roots, together with ''r''<sub>1</sub>, are exactly the roots of the original polynomial. It may also be the case that none of the candidates is a solution; in this case the equation has no rational solution.  If the equation lacks a constant term ''a''<sub>0</sub>, then 0 is one of the rational roots of the equation.
 
==See also==
*[[Descartes' rule of signs]]
*[[Gauss–Lucas theorem]]
*[[Properties of polynomial roots]]
*[[Content (algebra)]]
 
== Notes ==
<references/>
 
== References ==
*Charles D. Miller, Margaret L. Lial, David I. Schneider: ''Fundamentals of College Algebra''. Scott & Foresman/Little & Brown Higher Education, 3rd edition 1990, ISBN 0-673-38638-4, pp. 216–221
*Phillip S. Jones, Jack D. Bedient: ''The historical roots of elementary mathematics''. Dover Courier Publications 1998, ISBN 0-486-25563-8, pp. 116–117  ({{Google books|7xArILpcndYC|online copy|page=116}})
*Ron Larson: ''Calculus: An Applied Approach''. Cengage Learning 2007, ISBN 978-0-618-95825-2, pp. 23–24  ({{Google books|bDG7V0OV34C|online copy|page=23}})
 
==External links==
*{{MathWorld|urlname=RationalZeroTheorem|title=Rational Zero Theorem}}
*[http://planetmath.org/encyclopedia/RationalRootTheorem.html ''RationalRootTheorem''] at [[PlanetMath]]
* [http://www.cut-the-knot.org/Generalization/RationalRootTheorem.shtml Another proof that n<sup>th</sup> roots of integers are irrational, except for perfect nth powers] by Scott E. Brodie
*[http://www.purplemath.com/modules/rtnlroot.htm ''The Rational Roots Test''] at purplemath.com
 
[[Category:Polynomials]]
[[Category:Theorems in algebra]]
[[Category:Root-finding algorithms]]

Revision as of 17:14, 21 February 2014

55 years old Electrician (Special Class ) Valentin Jury from Didsbury, likes theatre, 10 hatha yoga positions and woodworking. Plans to give up work and take the family to numerous great heritage listed destinations in the world like Chongoni Rock-Art Area.