Find the eigenvalues and eigenfunctions for
$y^{\prime \prime}+\lambda y=0$
with the boundary conditions
$y^{\prime} (0)=0$ , $y^{\prime} (1)=0$
then prove that the eigen functions are orthogonal, and find normalized eigenfunctions "I don't sure if that it's name in English, I don't speak English well:("
my try :
if $\lambda =0$ then $y=ax+b$ and $y^{\prime} (0)=y^{\prime} (1)=0$ if $a=0$. Hence the constant function is an eigenfunction corresponding to the eigenvalue $0$.an eigenvalue for this problem cannot be negative. if $\lambda >0$ then
$y(x)=c_1 cos(x \sqrt{\lambda}) + c_2 sin (x \sqrt{\lambda})$
$y'(x)=-c_1 \sqrt{\lambda} sin (x \sqrt{\lambda})+c_2 \sqrt{\lambda} cos(x \sqrt{\lambda})$
$y'(0)=0$ if $c_2=0$
then $y(x)=c_1 cos(x \sqrt{\lambda})$
and $y'(x)=-c_1 \sqrt{\lambda} sin (x \sqrt{\lambda})$
$y'(1)=-c_1 \sqrt{\lambda} sin ( \sqrt{\lambda})=0$ if $sin ( \sqrt{\lambda})=0$
$sin ( \sqrt{\lambda})=sin ( n\pi)$
so the eigenvalues $\lambda_n={(n\pi)}^2$
but what about eigenfunctions, I think $y_n(x)=B_n cos (n\pi x)$ but I found this $y_n(x)=B_n sin (n\pi x)$ in internet ?
if eigenfunctions are $y_n(x)=B_n cos (n\pi x)$
then
$\int_{0}^{1} ({B_n cos (n\pi x)}{B_m cos (m\pi x)}) dx$
$={{B_n B_m}\over 2} \int_{0}^{1} (cos (n+m)x + cos (n-m)x) dx $
$={{B_n B_m}\over 2} ({sin ((m-n)\pi x) \over {m-n}} + {sin ((m+n)\pi x) \over {m+n}})_{0}^{1}$
$={{B_n B_m}\over 2} ({sin ((m-n)\pi ) \over {m-n}} + {sin ((m+n)\pi ) \over {m+n}})=0$
and for normalized eigenfunctions
$\int_{0}^{1} {B_n^2 cos^2 (n\pi x)} dx=1$
${{B_n^2}\over 2} \int_{0}^{1} (1+cos(2n \pi x) dx=1$
${{B_n^2}\over 2} ({x+{sin(2n \pi x)}\over {2n}})_{0}^{1}=1$
$B_n={\sqrt 2}$
so $y_n={\sqrt 2} cos (n \pi x)$
please help me :)
Thanks.