I want to find all the solutions $u=f(r)$ to the three-dimensional Laplace equation $$u_{xx}+u_{yy}+u_{zz}=0$$ where $r=\sqrt{x^2+y^2+z^2}$
I started by finding $u_{xx}$, $u_{yy}$ and $u_{zz}$ using the chain rule:
$u_{xx}=u_{rr}*\frac{x^2}{x^2+y^2+z^2}+u_{r}*\frac{y^2+z^2}{(x^2+y^2+z^2)^{3/2}}$
Is this correct? I was confused when computing $\frac{\partial}{\partial x}(u_{r}*\frac{x}{\sqrt{x^2+y^2+z^2}})$.
If it is correct, then I went on to plug in my results (finding $u_{yy}$ and $u_{zz}$ by comparing them to $u_{xx}$).
I get $r^2u_{rr}+2ru_{r}=0$ which is a Cauchy-Euler ordinary differential equation. By solving, I find $$u(r)=c_{1}+c_{2}r$$ Since $r$ itself is a function of $x$, $y$ and $z$, should $c_{1}$ and $c_{2}$ also be functions of $x$,$y$ and $z$ as opposed to constants? (In a normal Cauchy-Euler ODE, $r$ wouldn't depend on other variables)