I need help finishing the proof:
Let $u(x) = v(|x|)$ be a solution of the problem $\Delta^2u = 0$. Where $\Delta^2u = \Delta(\Delta(u))$ is the Bilaplacian operator.
We have by standart calculus that $$\frac{\partial}{\partial x_i}v(|x|) = v'(|x|)\frac{x_i}{|x|} \implies \nabla v(|x|) = v'(|x|)\frac{x}{|x|}.$$ $$\frac{\partial^2}{\partial x_i^2}v(|x|) = v''(|x|)\frac{x_i^2}{|x|^2}+v'(|x|)\left[\frac{1}{|x|}+\frac{x_i^2}{|x|^3}\right] \implies \Delta v(|x|) = v''(|x|)+v'(|x|)\frac{(n-1)}{|x|}.$$
and repeating the same calculations with $\Delta v$, using $r$ in place of $|x|$ (to shorten the notation) will result in:
$$\Delta^2 v(r) = v^{(4)}(r)+2(n-1)\frac{v'''(r)}{r}+(n-3)(n-1)\frac{v''(r)}{r^2}-(n-3)(n-1)\frac{v'(r)}{r^3}$$
As $v(r)$ is solution of the biharmonic equation, multiplying the relation above by $r^{n-1}$ and rearranging the therms will give
$$0 = r^{n-1}\Delta^2 v(r) = \left(v^{(4)}(r)r^{n-1}+(n-1)v'''(r)r^{n-2}\right)+(n-1)\left(v'''(r)r^{n-2}+(n-2)v''(r)r^{n-3}\right)-(n-1)\left(v''(r)r^{n-3}+(n-3)v'(r)r^{n-4}\right)$$ $$ = \frac{d}{dr}\left(v'''(r)r^{n-1}\right)+(n-1)\frac{d}{dr}\left(v''(r)r^{n-2}\right)-(n-1)\frac{d}{dr}\left(v'(r)r^{n-3}\right)$$ $$=\frac{d}{dr}\left(v'''(r)r^{n-1}+(n-1)v''(r)r^{n-2}-(n-1)v'(r)r^{n-3}\right) = 0$$
Therefore there's a constant $c_1$ such that
$$v'''(r)r^{n-1}+(n-1)v''(r)r^{n-2}-(n-1)v'(r)r^{n-3} = c_1$$ $$\frac{d}{dr}\left(v''(r)r^{n-1}\right)-(n-1)v'(r)r^{n-3} = c_1$$
How do I continue from here? The calculations I'm doing are the same used to find the radial solution of the laplace equation. On this point with just the laplacian we would be able to solve the resulting ODE easily. But in this case it seems more complicated. Is there a product I'm missing that could help solving the remaining equation?
Thanks in advance.