Find all rational terms of sequence defined by formula $ a_n=\sqrt{\frac{9n-2}{n+1}}, n \in N $
Problem
Source:
Tags: Diophantine equation
20.05.2010 17:52
Syler wrote: Find all rational terms of sequence defined by formula $ a_n=\sqrt{\frac{9n-2}{n+1}}, n \in N $ We have: $(9n-2,n+1)=(n+1,11)$. *) If $n+1=11k$, then $9k-1,k$ are perfect squares. $9k-1=a^2,k=b^2$. Then $a^2-9b^2=-1$, Pell's equation. *) If $(n+1,11)=1$ then $9n-2=a^2,n+1=b^2$. $\Rightarrow a^2-9b^2=-11$.
21.05.2010 17:53
The above solution kinda comes in contradiction to mine, which is why I'm confused. Perhaps I've made a mistake somewhere.
21.05.2010 19:14
No mistake, Jason! The "solution" previous to yours calls $a^2 - 9b^2 = -1$ a Pell equation, which it isn't, since $9$ is a perfect square. In fact that has no solutions (check it modulo $3$). The second relation $a^2 - 9b^2 = -11$ is neither a Pell equation; since it writes $(a-3b)(a+3b) = -11$, it only has solution $a=5$, $b=2$, which means, as you said, only the third term is integer.