Find the eigenfunctions and eigenvalues of $y" + \lambda y = 0$ with $y(L) = y(0)$ and $y'(L) = y'(0)$.
I broke the problem into three parts, depending on the sign of $\lambda$ (although $\lambda = 0$ and $\lambda < 0$ turned out to be the same). For $\lambda \le 0$, I found that the eigenfunctions were $y_n = C$ where $C$ is a constant, with associated eigenvalue $\lambda_n = 0$.
I ran into difficulty in the case of $\lambda > 0$. Here, I let $\lambda = \mu^2$. $$y = A\sin(\mu x) + B\cos(\mu x)$$ The initial conditions yield: $$A\sin(\mu L) + B\cos(\mu L) = B$$ $$A\cos(\mu L) - B\sin(\mu L) = A$$ Then $$A\sin(\mu L) + B\cos(\mu L) - B = A\cos(\mu L) - B\sin(\mu L) - A$$ $$A(1 + \sin(\mu L) - \cos(\mu L)) = B(1 - cos(\mu L) - sin(\mu L))$$ Therefore, the eigenfunctions are $$y_n = B\left(\frac{1 - \cos(\mu_n L) - \sin(\mu_n L)}{1 + \sin(\mu_n L) - \cos(\mu_n L)}\sin(\mu_n x) + \cos(\mu_n x)\right)$$ where $\mu_n$ can (apparently) be any positive real number (the eigenvalues will be $\sqrt{\mu}$.
I'm don't believe this is correct. I've checked over my work many times, and don't see an error. However, it seems strange to me that the eigenfunctions have a continuous spectra. I've never encountered that before in a Sturm-Liouville problem. Moreover, it doesn't appear to satisfy the initial conditions. Any help would be greatly appreciated!