Re: Polynomials over Z.
- From: gerry@xxxxxxxxxxxxxx
- Date: Fri, 13 Jun 2008 18:15:34 -0700 (PDT)
On Jun 14, 11:03 am, Chip Eastham <hardm...@xxxxxxxxx> wrote:
On Jun 13, 3:53 pm, Saysero <says...@xxxxxxxxx> wrote:
Let P(n) and Q(n) be polynomials over Z such that deg(P)<=deg(Q) and
Q(n) is not divisible by P(n). How to find all such a in Z such that
Q(a) is divisible by P(a)?
Example: If Q(n)=n^2 and P(n)=n+2 then Q(n) is not divisible by P(n)
however we have P(2)|Q(2).
Thanks in advance.
P.S.
Problem that inspired my question: For what k does (n-1)^2 divide
(n^k-1)?
Solution I have: If (n-1)^2 divides (n^k-1) then (n-1) divides
(n^(k-1)+...+1). Since (n^(k-1)+...
+1)=(n^(k-1)-1+1+n^(k-2)-1+1...-1+1+1)=(n-1)X+k then (n-1) divides k
therefor if k is divisible by (n-1) then (n^k-1) is divisible by
(n-1).
Question: Is the solution correct? Does if an only if hold?
Note that the problem that inspired your question is of
an entirely different character that the question you'd
posed at the opening of the thread: (n^k-1) is not a
polynomial in k.
One strategy is to try to reduce the main question, about
values of a for which P(a) divides Q(a), by lowering the
degree of Q to below that of P. Then there will be a
finite interval outside of which |P(a)| > |Q(a)| (and
thus P(a) will not divide Q(a) outside that interval).
Such a strategy will succeed if P(X) is monic (nothing
in your description of the problem guarantees this),
which happened to be true in the example:
P(X) = X + 2, Q(X) = X^2
Rewrite Q(X) = (X - 2)P(X) + 4. Then P(a) divides Q(a)
precisely when P(a) divides 4. Clearly |P(a)| > 4 for
a not in {-6,-5,-4,-3,-2,-1,0,1,2}, so the question
reduces to checking P(a)|4 for the finitely many a
between -6 and 2. The values that work are:
a = -6, -4, -1, 0, 2
Taking this argument to its logical conclusion, you can form
the resultant r of the polynomials P and Q. This number has
the property that there are integer-coefficient polynomials
f and g such that f P + g Q = r, so if P(a) divides Q(a)
then P(a) divides r, and that will really narrow down the
values of a you need to test.
An unsolved problem one gets by twisting things a little
is to find all primes p such that p^2 divides 2^p - 1.
--
GM
.
- References:
- Polynomials over Z.
- From: Saysero
- Re: Polynomials over Z.
- From: Chip Eastham
- Polynomials over Z.
- Prev by Date: Re: X*Y=10 How can this be a deep dilemma?
- Next by Date: Re: Will this theory fly?
- Previous by thread: Re: Polynomials over Z.
- Next by thread: Nowhere continuous functions
- Index(es):
Relevant Pages
|