I am trying to find solutions for the following ODE (which was derived trying to find the fundamental solution of the PDE $\Delta u+cu=0$ where $c > 0$ see below for the approach)
The ODE is
$v''(r)+\frac{2}{r} v'(r)+cv(r)=0$
I am not really sure how to solve this. I haven't done a computational ODE course, and I did look around but couldn't find any resource which tells a way to approach such problems clearly. Any help or at least a hint or a resource would be appreciated.
As for solving the PDE, I was looking for radial solutions and thats how I arrived at the ODE. (Mainly following the Laplace Equation method from Evans). Please let me know if there is anything wrong with this approach too
Thank You
Let us set $w(r) = r v(r)$. Using the product rule, we have the relationships $$ w'(r) = v(r) + r v'(r) $$ and $$ w''(r) = 2 v'(r) + r v''(r) . $$ Thus, the differential equation rewrites as a linear equation with constant coefficients $$ w''(r) + c w(r) = 0 \, , $$ whose solutions are $w(r) = A\cos(r\sqrt{c}) + B\sin(r\sqrt{c})$. Division by $r$ then provides $v(r)$.