I've got this for homework:
Find general solution for this first order PDE
$\displaystyle (\frac{\partial u}{\partial x})^2+(\frac{\partial u}{\partial y})^2= \frac{k}{r} - h$
where $k$ and $h$ are constant real numbers and $ r=\sqrt{x^2+y^2}$ .
Since $\displaystyle (\frac{\partial u}{\partial x})^2+(\frac{\partial u}{\partial y})^2 = \vert \nabla u\vert^2$ , it is clear, from the upper equation, that $\lvert \nabla u \lvert $ depends only on $r$ which gave me an idea to look for a radial solution $u(x,y)=g(r)$. My question would be: is this only solution and how can I know if it is?