Using recurrences to solve $3a^2=2b^2+1$

642 Views Asked by At

Is it possible to solve the equation $3a^2=2b^2+1$ for positive, integral $a$ and $b$ using recurrences?I am sure it is, as Arthur Engel in his Problem Solving Strategies has stated that as a method, but I don't think I understand what he means.Can anyone please tell me how I should go about it?Thanks. Edit:Added the condition that $a$ and $b$ are positive integers.