Let $t$ be a real number such that $t^2 = at + b$ for some positive integers $a$ and $b$. Then for any choice of positive integers $a$ and $b$, $t^3$ is not equal to -
1) $4t+3$
2) $8t+5$
3) $10t+3$
4) $6t+5$
This question is from a prestigious Indian Scholarship exam, and I'm solving it for fun. But I can't get at the bottom of the problem. I'm also a bit shaky on which concept to use in this problem.
My try on this question
$t^2 =at +b$
$t = \sqrt(at+b)$
For $t \in R$
$at+b \ge 0$
Since $a$ and $b$ are positive integers $at \ge -b$ and
$t \ge \frac{-b}{a}$
I also tried differentiating the function $t^2 = at + b$ to get
$\frac{d}{dt}(t^2) = a\frac{d}{dt}(t) + 0$
$2t = a$
Alas it leads nowhere. But
$\frac{a}{2} \ge \frac{-b}{a}$
Since $a$ and $2$ are positive integers
$a^2 \ge -2b$
What has to done next? Please help