2

Given $1<\beta<2$ and positive integer $n\geq2013$, then can we find a non-zero vector $(a_n\,,a_{n-1}\cdots\,a_1\,a_0 )$ where all $a_i\in\{-1\,,0\,,1\}$, such that $\sum\limits_{k=0}^{n-1}a_k\beta^k=0$

Tao
  • 530
  • 2
  • 11

2 Answers2

2

If $\beta\in\mathbb{Q}$ then doesn't exists.

Indeed, suppose $(a_n,\cdots,a_0)\ne0$ such that $$ a_n\beta^n+\cdots+a_1\beta+a_0=0 $$ Let $m=\max\{i:a_i\ne0\}$. Then, we have $$ a_m\beta^m+\cdots+a_0=0 $$ and we can suppose $a_0\ne0$, otherwise, if $r=\min\{i:a_i\ne0\}$, then $a_m\beta^m+\cdots+a_0=a_m\beta^m+\cdots+a_r\beta^r=\beta^r(a_m\beta^{m-r}\cdots+a_r)=0$, and since $\beta^r\ne0$, then $a_m\beta^{m-r}+\cdots+a_r=0$.
Multiplying by $-1$, if necessary, we can suppose $a_m=1$. Now, writing $\beta=\frac ab$, with $a,b\in\mathbb{Z}$ and $\gcd(a,b)=1$, and multiplying the equation by $b^m$, we obtain $$ a^m+ba_{m-1}\left(\frac ab\right)^{m-1} + \cdots + b^{m}a_m=0 $$ letting $b$ in evidence, we obtain $$ a^m=bq $$ hence, since $\gcd(a,b)=1$, we have that $b$ divides $a$, but this implies $\beta=\frac ab\in\mathbb{Z}$, contradiction.

Yuki
  • 1,167
  • 2
  • 10
  • 17
  • I think you could have used the rational root theorem directly (http://en.wikipedia.org/wiki/Rational_root_theorem), which tells you that $a|a_0$ and $b|a_m$. – Elmar Zander May 06 '13 at 12:32
0

Even if $\beta \in \mathbb{Q}$, there are infinitely many rational numbers $\in (1, 2)$, and set of all $\beta$s are finite (there are $3^{n+1}$ such polynomials and maximum # of solutions is much less than $(n-1)3^n$).

JiminP
  • 1,670
  • The question says $n\geq2013$, so the set of roots of the set of polynomials is countably infinite, too. However, the restriction $n\geq2013$ looks pretty weird to me, since it doesn't really restrict anything, unless you don't say something like $a_n\not=0$ also. – Elmar Zander May 06 '13 at 12:36
  • Since $n$ is given, I think it is finite. – JiminP May 06 '13 at 12:38
  • yes, n is any given positive integer – Tao May 06 '13 at 12:39
  • @JiminP Yes, you're right. I first thought $n$ may be chosen depending on the given $\beta$, but if it may be chosen independently, then the set of roots is of course finite. – Elmar Zander May 06 '13 at 12:43