Disproving a Polynomial with Integer Coefficients: Elementary Math Proof

  • Thread starter Thread starter lolo94
  • Start date Start date
  • Tags Tags
    Elementary Proof
AI Thread Summary
A polynomial with integer coefficients evaluated at odd integers 1 and 3 must yield results of the same parity. Since both inputs are odd, if one output is even, the other must also be even, contradicting the premise that f(1) is even and f(3) is odd. The difference f(3) - f(1) must also be even, reinforcing that both outputs cannot differ in parity. Therefore, it is impossible to have a polynomial that satisfies the given conditions. The conclusion is that no such polynomial exists.
lolo94
Messages
17
Reaction score
0

Homework Statement


Disprove the following: There exists a polynomial f(x) with integer coefficients such that f(1) is even and f(3) is odd.

Homework Equations

The Attempt at a Solution


It's a little bit intuitive.
Proof
1 and 3 have the same parity. They are both odd
so if(odd)=odd then f(1)=odd and f(3)=odd
or if(odd)=even then f(1)=even and f(3)=even

is that right?
 
Physics news on Phys.org
lolo94 said:

Homework Statement


Disprove the following: There exists a polynomial f(x) with integer coefficients such that f(1) is even and f(3) is odd.

Homework Equations

The Attempt at a Solution


It's a little bit intuitive.
Proof
1 and 3 have the same parity. They are both odd
so if(odd)=odd then f(1)=odd and f(3)=odd
or if(odd)=even then f(1)=even and f(3)=even

is that right?

No, it is not correct, because you are essentially assuming what you want to prove. In order to be able to assert that f(odd) = odd, for example, you need to show that it is not possible to have f(odd1) = odd but f(odd2) = even, etc.
 
Hint: if there was such a polynomial ##f(3)-f(1)## would be both even and odd.
 
geoffrey159 said:
Hint: if there was such a polynomial ##f(3)-f(1)## would be both even and odd.
why would they both be even and odd?
 
lolo94 said:
why would they both be even and odd?
What do you know about ##f(3) - f(1)##?
 
lolo94 said:
why would they both be even and odd?
Let the polynomial be Σpnxn. What does f(3)-f(1) look like?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top