$x,y \in \mathbb{N}$ and $x,y \neq 0$.
This equation popped up in my friend's homework and it's quite a doozy. He's only supposed to find two possible solutions but we had to boot up Mathematica to find any ($x = 60$ and $2160$). I was wondering if there was anything we were missing, because this doesn't seem approachable with any of the Diophantine solving techniques we found online (e.g. Pell's equation, etc.).
You're looking for an $x$ such that $2x^2+15x = x(2x+15)$ is a perfect square.
Now, $\gcd(x, 2x+15) = \gcd(x,15)$, and working modulo $3$ and $5$ one quickly verifies that $x$ must be $0$ modulo $15$. So we have $x=15m$ and $$ (15m)(30m+15) $$ is a perfect square, where $3\cdot 5$ are the only prime factors in common between the two factors. Thus $m$ is itself a perfect square; so set $m=k^2$ and we're looking for $k$ such that $2k^2+1 $ is a perfect square.
From here, trial and error can relatively quickly establish that $k=2$ and $k=12$ produce solutions.