Rational roots of 4th degree polynomial with odd coefficents

AI Thread Summary
A fourth-degree polynomial with all odd integer coefficients cannot have any rational roots. The reasoning involves analyzing the product of the roots and the coefficients derived from them, revealing that if any root has an even denominator, it would necessitate an even coefficient, contradicting the requirement for all coefficients to be odd. Attempts to factor the polynomial and explore combinations of rational and irrational roots further confirm that having even one rational root leads to inconsistencies in maintaining odd coefficients. Ultimately, the conclusion is that the maximum number of rational solutions to P(x)=0 is zero.
Hiero
Messages
322
Reaction score
68

Homework Statement


A polynomial, P(x), is fourth degree and has all odd-integer coefficients. What is the maximum possible number of rational solutions to P(x)=0?

Homework Equations


P(x) = k(x-r1)(x-r2)(x-r3)(x-r4)
P(x) = 0 when x = {r1, r2, r3, r4}

The Attempt at a Solution


I expanded the "relevant equation." This maybe isn't a useful approach, but it's the only thing I could think of to try to get any information. This is what I got,

P(x) = kx4 - k(r1+r2+r3+r4)x3 + k(r1r2+r1r3+r1r4+r2r3+r2r4+r3r4)x2 - k(r1r2(r3+r4)+r3r4(r1+r2))x + kr1r2r3r4

So then we must have,

k = an odd integer
kr1r2r3r4 = an odd integer
k(r1r2(r3+r4)+r3r4(r1+r2)) = an odd integer
k(r1r2+r1r3+r1r4+r2r3+r2r4+r3r4) = an odd integer

And the goal is to find out the maximum number of {r1, r2, r3, r4} which can be rational.I really have no idea how to figure this problem. Any help is appreciated.
 
Physics news on Phys.org
Maybe I'm wrong, but I think the answer is 4. Try picking 4 rational roots at random and see if you don't generate a polynomial with odd coeficients. One suggestion, for the 4 rational roots, choose fractions with odd integers. You can't get more than 4, but my guess is that you can get 4. editing... I think the problem is harder than it looks. A little work expanding the factors with rational roots shows it doesn't appear you can get all odd coefficients. It leaves me at the drawing board=I don't have an answer.
 
Last edited:
In case it helps anyone to solve the problem, the answer is actually zero.

I'm very curious about the solution so please explain or hint at it if you work it out.
 
Suppose one or more of the roots has an even denominator. What does that tell you about factors of k? Is that possible?
 
  • Like
Likes Hiero
@haruspex,
I don't think this is the direction you were hinting at, but your post made me realize a way to show that the answer cannot be 4.
EDIT: There was a mistake in my logic, so I removed it.
Sorry @haruspex I haven't understood your hint.
 
Last edited:
Hiero said:
If the product r1r2r3r4 (in reduced form) has an even denominator, then k would need to be even for k(r1r2r3r4) to be an integer (contradicting the first quoted equation).
Yes, that's the line I was suggesting.
Hiero said:
r1r2r3r4 must have an odd numerator and an odd denominator, but this contradicts the assumption that r1r2r3r4 is in reduced form.
Sadly, it doesn't. If you could show both were even then it would.

Instead, consider that you can now rewrite the polynomial as a product of terms like (six-ti), where each ti is an integer and each si is an odd integer, and each si, ti pair is coprime.
Is this in reduced form? Would multiplying it out produce the original polynomial exactly, with no further need for cancellation?
Can any ti be even?
(This is effectively what you did next, showing the numerator must be odd. But unfortunately I didn't quote that part, and now you've deleted it I don't know if your logic was right there - I did not check it. If it was, you can proceed to the next step.)
 
Last edited:
  • Like
Likes Charles Link
haruspex said:
Sadly, it doesn't. If you could show both were even then it would.
That was the mindless blunder which caused me to delete my reasoning a few minutes before you replied.
(My apologies, I should not have deleted it if I knew you were replying.)
haruspex said:
Instead, consider that you can now rewrite the polynomial as a product of terms like (six-ti), where each ti is an integer and each si is an odd integer, and each si, ti pair is coprime.
I understand this.
haruspex said:
Is this in reduced form?
I do not understand this. When you say "this," are you referring to the expression (s1x - t1)(s2x - t2)(s3x - t3)(s4x - t4) ? If so, then I am not sure what "reduced form" means in this context.
haruspex said:
Can any ti be even?
No, all ti must be odd in order for the constant term on the polynomial to be odd.
 
Hiero said:
When you say "this,"
Yes, sorry, my sentence order made it confusing. I meant after multiplying it out.

Hiero said:
No, all ti must be odd in order for the constant term on the polynomial to be odd.
Right.
Now consider the k(r1r2(r3+r4)+r3r4(r1+r2)) term. Rewrite that using the s and t integers. Can that be odd?
 
haruspex said:
Now consider the k(r1r2(r3+r4)+r3r4(r1+r2)) term. Rewrite that using the s and t integers. Can that be odd?
Interesting,

Using ri = ti/si and k = s1s2s3s4 I get,

k(r1r2(r3+r4)+r3r4(r1+r2)) = t1t2(s4t3+s3t4) + t3t4(s2t1+s1t2)

We know all si and all ti are odd.
Since the sum of two odd numbers is always even, the above expression is even, which contradicts what is required.In doing this, though, haven't we assumed that all ri are rational?
So then this only shows that there can't be 4 rational roots, unless I'm mistaken?
 
  • #10
Hiero said:
So then this only shows that there can't be 4 rational roots,
What if you factor out any irrational roots?
 
  • Like
Likes Hiero
  • #11
We've shown there cannot be 4 rational roots.

It's obviously impossible for there to be 3 rational roots and 1 irrational root, because then kr1r2r3r4 will not be an integer.

Suppose r1 and r2 are irrational roots and r3 and r4 are rational roots. I think we can simply say that r1+r2 is irrational* therefore k(r1r2(r3+r4)+r3r4(r1+r2)) is also irrational (and thus not an odd integer). (It works the same for the case of 3 irrational roots.)

*(EDIT: The only problem I see is if r2=-r1, but then r1r2 is irrational and so kr1r2r3r4 will be irrational)

I tried it by leaving the rational roots factored out as you suggested, but things got a bit confusing. Is the above reasoning good enough?
 
Last edited:
  • #12
Hiero said:
The only problem I see is if r2=-r1, but then r1r2 is irrational
What about √2 and -√2 (x2-2)?
 
  • #13
haruspex said:
What about √2 and -√2 (x2-2)?
Oops, good point.

May I just say that this problem comes from an hour long test with 19 other problems, so you get an average of 3 minutes per problem... With that being said, is there any "easy" way to see the answer?
 
  • #14
Hiero said:
Oops, good point.

May I just say that this problem comes from an hour long test with 19 other problems, so you get an average of 3 minutes per problem... With that being said, is there any "easy" way to see the answer?
I guess there must be, but it is not obvious to me.
My next step was to consider factorisation as a quadratic with irrational roots and two linear factors expressing rational roots. It should be possible to use similar arguments as before, maybe using polynomial coefficients we've not made use of yet.
 
  • #15
Although roots may be irrational, to give integral coefficients is it not the case that they cannot be just any irrational numbers? Wouldn't they have to involve rational numbers and square roots of rational numbers at most? In any case I don't think we need the nature of the roots, Rather it suffices that the expressions for coefficients that you use involve sums and products of roots that are rational.
 
  • #16
haruspex said:
I guess there must be, but it is not obvious to me.
My next step was to consider factorisation as a quadratic with irrational roots and two linear factors expressing rational roots. It should be possible to use similar arguments as before, maybe using polynomial coefficients we've not made use of yet.

There are either 0, 2 or 4 rational roots.

Suppose there are at least two. We only care about parity of coefficients, so writing O for odd and E for even the linear factors for two of these roots must take the form (Ox - O). The product of these factors is then OOx^2 - (O + O)x + OO = Ox^2 - Ex + O.

Now if the quartic is to have odd coefficients the other quadratic factor (whether factorisable over the rationals or not) must be (Ox^2 + Ux + O) where U is either odd or even. Now the x^2 coefficient of the product (Ox^2 + Ux + O)(Ox^2 - Ex + O) is (OO - UE + OO) = O + E + O = E, which is a contradiction.
 
  • #17
pasmith said:
There are either 0, 2 or 4 rational roots.
...
That's true for real roots, not true for rational roots.

Take a degree 3 polynomial having three irrational roots & multiply by some binomial having a rational root.
 
  • #18
Hiero said:
Interesting,

Using ri = ti/si and k = s1s2s3s4 I get,

k(r1r2(r3+r4)+r3r4(r1+r2)) = t1t2(s4t3+s3t4) + t3t4(s2t1+s1t2)

We know all si and all ti are odd.
Since the sum of two odd numbers is always even, the above expression is even, which contradicts what is required.In doing this, though, haven't we assumed that all ri are rational?
So then this only shows that there can't be 4 rational roots, unless I'm mistaken?
What if you just check to see if there can at least one rational root.

Suppose there is one rational root, expressed as -t/s . Then polynomial, P can be factored as:

##P(x)=(ax^3+bx^2+cx+d)(sx+t)\,,\ ## with a, b, c, d, s, and t, all being integers.​

Expand that. You can show that it's not possible for all coefficients of P to be odd integers.
 

Similar threads

Back
Top