Please show me how to calculate the eigenvalues for the following boundary value problem:
$$x''+\lambda x=0\\x(0)=0\\x(\pi)=0\\x'(\pi)=0$$
This is what I did: let $\lambda=\mu^2$
$$X(x)=A\cos\mu x+B\sin \mu x$$
$$X^{'}(x)=-A\mu \sin\mu x+B\mu \cos \mu x$$
Now applying the boundary conditions we get $$A=0$$
and using last two boundary conditions we get
$$A\cos\mu \pi+B\sin\mu\pi=0$$
$$-A\mu \cos\mu \pi+B\mu \sin \mu \pi=0$$
How to solve it further? Here the eigenvalue is $$\lambda=\mu^2=n^2$$
Does the eigenvalue satisfy this equation:
$$\sqrt{\lambda}+\tan \sqrt{\lambda}\pi=0 \textrm{ ?}$$
Hint:you have $Acos\mu \pi+Bsin\mu\pi=0$
$-A\mu cos\mu \pi+B\mu sin \mu \pi=0$. From these equation you have $2\mu Bsin\mu\pi=0$. Now when $\mu$ is not equal 0 then $sin\mu\pi=0$.As B can not be 0,otherwise X(x) will become zero. so you get $\mu\pi=n\pi$ where n is non-zero integer.That imply $\mu=n$. Now substitute this value you will get eigen value.