Solve the eigenvalue problem for the half-circle $x^2+y^2\le R^2$ $y\ge 0$ with homogeneous Dirichlet conditions as boundary conditions.
This is what I did:
Let $u=u(r,\phi)$
$$\Delta u=-\lambda u$$
$$R_{rr}\Phi+\frac{1}{r}R_r\Phi+\frac{1}{r^2}R\Phi_{\phi\phi}=-\lambda R\Phi$$
This gives $$\frac{r^2R_{rr}}{R}+\frac{rR_r}{R}+\frac{\Phi_{\phi\phi}}{\Phi}=-\lambda$$
Rearranging and setting both equations equal to some constant $\mu$:
$$\frac{r^2R_{rr}}{R}+\frac{rR_r}{R}+\lambda=-\frac{\Phi_{\phi\phi}}{\Phi}=\mu$$
Gives the two ODEs:
$$\frac{r^2R_{rr}}{R}+\frac{rR_r}{R}+\lambda=\mu$$ $$-\frac{\Phi_{\phi\phi}}{\Phi}=\mu$$
The second gives with Dirichlet conditions:
$$-\frac{\Phi_{\phi\phi}}{\Phi}=\mu \longrightarrow \Phi(\phi)=C_1\sin\sqrt{\mu}\phi$$
The former gives the Bessel equation,:
$$R_{rr}+rR_r+(\lambda-\mu)\frac{R}{r^2}=0 $$
But this should rather be in the form:
$$R_{rr}+rR_r+(\lambda-\frac{\mu}{r^2})R=0 $$
What went wrong, and what about the fact that with Dirichlet conditions we should also include $J(R)=0$? That gives a trivial solution.
Is this procedure incomplete?
Thanks