I got to this point after trying to solve a special case of the rational distance problem.
The general problem is as follows:
Consider the points $(0,0), (0,1), (1,0), (1,1)$. Is there a point on the real plane where the distance to each point on that square is rational?
I was trying to prove that there is no solution when the point in question lies on the x axis.
After a lot of rearranging, I ended up with the diophantine equation, $c^2=a^2-b^2+ab$ where $a,b,c$ are all relatively prime to one another, and $a,b$ are odd?
My gut instinct tells me that there aren’t any nontrivial solutions, but I cant figure out how to prove it.
More generally, is there a way to determine if $c^2=xa^2+yab+zb^2$ has solutions in the positive integers, given $x,y,$ and $z$?
Edit: $a$ and $b$ are both odd.