1

Problem

If $a$, $b$, $q=\left(\dfrac{a^2+b^2}{1+ab}\right)$ are natural numbers, then $q$ is a perfect square. Are there infinitely many $\left(a,b,q\right)$ triplets?

I have tried to prove the problem assuming that $q$ is not a perfect square and hoped to get some contradiction but unfortunately I can't seem to get it. Regarding the second part of the problem, I think that probably it is not true. In case it is true I add the following problem to the original statement.

Can there be found expressions for $a$, $b$ and $q$ such that it generates an infinitely many (but not necessarily all) such triplets?

Any help will be appreciated.

1 Answers1

0

Let $a=0$. Then $$ q=\frac{a^2+b^2}{1+ab}=\frac{0+b^2}{1+0}=b^2 $$ Also, since $b\in\mathbb{Z}$, you know that $q\in\mathbb{Z}$ and that $q$ is a perfect square. Therefore, for any $x\in\mathbb{Z}$, the triplet $(0,x,x^2)$ satisfies the requirements. So does $(x,0,x^2)$.

There are others, too, but you don't need to find them, since there are infinitely many already.

Restricting $a,b,q>0$, as per your edit, makes things a bit trickier. I'm still working on it, but I've only found the rather trivial $(1,1,1)$ so far.

KSmarts
  • 3,364