2

Find a nonzero polynomial $P(x,y)$ where the coefficients are integers such that $P(\lfloor a \rfloor, \lfloor 2a \rfloor) = 0$ $\forall a \in$ $\mathbb{R}$

  • Please show your try at the question first. – Ѕᴀᴀᴅ Feb 05 '18 at 11:43
  • Hint: $\lfloor 2a\rfloor$ is an integer larger or equal to $2a-2$ and smaller or equal to $2a+2$. Substituting $a$ with $\lfloor a\rfloor$ in the latter quantities does bring substantial changes to the observation. –  Feb 05 '18 at 11:52

2 Answers2

0

Hint: $\lfloor a \rfloor = a - f$ where $f$ is the fractional part. Then, there are three possibilities:

  1. $f < 0.5$, giving $\lfloor 2a \rfloor = 2a - 2f$
  2. $f = 0.5$, giving $\lfloor 2a \rfloor = 2a$
  3. $f > 0.5$, giving $\lfloor 2a \rfloor = 2a - 2f + 1$

These are easily verified. But case 2 seems problematic in our problem. Can you eliminate case 2 (hint: what is $2f$ in case 2)?

orlp
  • 10,508
  • I would rather discuss the possibilities in terms of the relation between $\lfloor a\rfloor$ and $\lfloor2a\rfloor$. On a side note, have you published an OEIS entry on https://math.stackexchange.com/questions/2469058/a-n-is-the-smallest-positive-integer-number-such-that-sqrta-n-sqrta-n-1? – Ivan Neretin Feb 05 '18 at 12:14
  • @IvanNeretin Oops! I have totally forgotten. I'll see if I can get to it later today. – orlp Feb 05 '18 at 12:43
0

Hint: $\,2 \lfloor a \rfloor -1 \le 2a-1 \lt \lfloor 2a \rfloor \le 2a \lt 2 \left(\lfloor a \rfloor +1\right) = 2 \lfloor a \rfloor + 2\,$, so $2 \lfloor a \rfloor\le \lfloor 2a \rfloor \lt 2 \lfloor a \rfloor + 2\,$. It follows that $\,\lfloor 2a \rfloor\,$ can only take one of the two integer values $\,2 \lfloor a \rfloor\,$ or $\,2 \lfloor a \rfloor+1\,$, and therefore:

$$\big(\lfloor 2a \rfloor - 2 \lfloor a \rfloor \big)\big(\lfloor 2a \rfloor - 2 \lfloor a \rfloor - 1\big) = 0 \quad\quad\forall a \in \mathbb{R}$$

dxiv
  • 76,497