Solve wave equation in a disk, axisymmetric case
$$\begin{cases} \frac{\partial^2u}{\partial t^2}=\frac{c^2}{r}\frac{\partial}{\partial r}(r\frac{\partial u}{\partial r}) \,\,\, \,,0<r<a\quad,t>0\\ u(r,0)=f(r),\quad\frac{\partial u}{\partial t}(r,0)=g(r),\quad u(a,t)=0 \end{cases}$$
My attempt:
Note the function ${\displaystyle u}$ does not depend on the angle ${\displaystyle \theta ,}$ because we have axisymmetric case of a circular membrane.
Let $u(r,t)=R(r)P(t)$ and replacing in the PDE we have: $$R(r)P''(t)=c^2[\frac{R'(r)}{r}+R''(r)]P(t)\tag1$$
Dividing $(1)$ for $R(r)P(t)$ we have:
$$\frac{P''(t)}{c^2P(t)}=[\frac{1}{r}\frac{R'(r)}{R(r)}+\frac{R''(r)}{R(r)}]$$
The left-hand side of this equality does not depend on ${\displaystyle r,}$ and the right-hand side does not depend on ${\displaystyle t,}$ it follows that both sides must be equal to some constant ${\displaystyle \lambda.}$
Then $$\lambda=\frac{P''(t)}{c^2P(t)}=[\frac{1}{r}\frac{R'(r)}{R(r)}+\frac{R''(r)}{R(r)}]$$
Of this we have two equations
$$\begin{cases} P''(t)-c^2\lambda P(t)=0\\ rR''(r)+R'(r)-r\lambda R(r)\tag2 \end{cases}$$
We're going to solve $P''(t)-c^2\lambda P(t)=0$
If $\lambda=0$ then the solution is of the form: $$P(t)=c_1+c_2t$$
If $\lambda>0$ then the solution is of the form
$$P(t)=c_1e^{ckt}+c_2e^{-ckt}$$
If $\lambda<0$ then the solution is of the form
$$P(t)=c_1\cos(ckt)+c_2\sin(ckt)$$
Here i'm stuck.