I've faced that sort of a problem while solving some other problem and it made me stuck for a while. It's vital to me to prove that for any other integer $k$ there can't be an integer output, i.e. a perfect square. Thanks in advance
2026-04-01 14:35:58.1775054158
On
How do I prove that $\sqrt{9+4k^2}$ holds integer value only for $k=0$ and $k=2$?
87 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
$$\sqrt{9+4k^2}=m(\in \Bbb N)\\\implies 9=(m+2k)(m-2k),$$ now, each term in the right side is a divisor of $9$, with difference $4k$. Now, if $k\gt 2$, then the difference could have been $\gt 8$ or $\ge 9$, which is impossible.
Since, $9$, can't have two factors with difference more than $8$. So, a contradiction.
For $k>2, (2k+1)^2 = 4k^2+4k+1 \color{red}{ > 4k^2+9 > } 4k^2 = (2k)^2$
Since there are no integers between $2k$ and $2k+1$, $\sqrt{\color{red}{9+4k^2}}$ cannot be an integer when $k>2$