Polynomials do or don't have integer roots?

AI Thread Summary
The discussion centers on methods to determine if a polynomial has no integer roots, with participants suggesting various approaches. The Rational Root Theorem and Eisenstein's Criterion are highlighted as useful tools, particularly for polynomials with integer coefficients. The conversation also emphasizes the importance of checking specific integer values based on the polynomial's structure. Additionally, the context of the problem relates to a Math Enrichment program for advanced students. Overall, the thread explores both theoretical and practical strategies for analyzing polynomial roots.
povatix
Messages
8
Reaction score
0

Homework Statement



Is it there a method to find out if a polynomial has no integer roots?


The Attempt at a Solution


I tried the division of polynomials, as well as the Horner's Method, but no luck.
 
Physics news on Phys.org
povatix said:

Homework Statement



Is it there a method to find out if a polynomial has no integer roots?


The Attempt at a Solution


I tried the division of polynomials, as well as the Horner's Method, but no luck.

Use "rational root theorem".
 
Doesn't the rational root theorem only apply to polynomials over the rationals?
 
Yes, basically. Is there a method for general real polynomials?
 
Povatix,

Does the polynomial itself have integer coefficients? If so, you can use Eisenstein's criterion.
 
abelian jeff said:
Povatix,

Does the polynomial itself have integer coefficients? If so, you can use Eisenstein's criterion.

Irreducible is sufficient to show there is no rational root, but it's not necessary. Kummer was right. Just check all the possible rational roots, if none are integers, then there are none. The OP's polynomial almost certainly has rational coefficients. And if it doesn't I wish they had displayed it.
 
Here's the equation.

\chi^{10} + p\chi^{9} - q\chi^{7} + r\chi^{4} - s = 0

thnx in advance
 
If the coefficients are all integers, then the only possible integer solutions are s or its factors. The only way I know of determining whether any of those ARE solutions is to try them in the equation. Are you doing this for specific values of p, q, r, s? Obviously, the equation you give will have integer values for some values of p, q, r, s and not for others.
 
Oh right, sorry, the question also states that p q r and s are all odd integers
 
  • #10
If x is an odd integer, then so is any power of it and so is any odd integer times any power. What can you say about the sum (or difference) of 5 odd integers?

If x is an even integer, then so is any power of it and so is any integer times any power. What can you say about the sum (or difference) of 4 even integers. In order that the value of the polynomial be 0, what must s be?

It would have helped a lot if you had given us all this information to begin with!
 
  • #12
Yes, it's true. This is part of a much larger enrichment program aimed at the top students in Year 10, which includes a textbook that is meant to aid you through the 16 questions.

P.S. How did you find out?
 
  • #13
I'm Psychic =]

Jokes, I did it this year too. You will like that thread then, it has a lot of other questions from the program :)
 
Back
Top