Estimating Eigenvalues from linear ODE

member 428835

Homework Statement


Given $$u''(x)+\lambda u = 0\\
u(-1)=u(1)=0.$$
If ##\lambda_0## is the lowest eigenvalue, show that ##4 \lambda_0 = \pi^2##.

Homework Equations


$$\lambda_0 = glb\frac{(L(u),u)}{(u,u)}$$ where ##glb## denotes greatest lower bound and ##L## is the Sturm-Louiville operator. I found this equation in the book though I am not sure it is needed.

The Attempt at a Solution


We have ##L \equiv -d^2_x##, so $$\lambda_0 = glb\frac{(L(u),u)}{(u,u)}\\ = glb\frac{\int_{-1}^1 u''u\,dx}{\int_{-1}^1 u^2\,dx}\\=glb\frac{\int_{-1}^1 u'^2\,dx}{\int_{-1}^1 u^2\,dx}$$
but from here I'm stuck. I know that last integral should be ##\pi/4## but I'm unsure how to proceed. Perhaps I'm not on the correct track to start? Any ideas?
 
Physics news on Phys.org
The solution is to guess ##u=\cos n\pi x/2## and from there it all works out...inspection.
 
Or you could just solve the eigenvalue problem. Look at the cases $$
\lambda = \mu^2 > 0,~\lambda = -\mu^2 < 0, \lambda = 0$$Show only the first case yields non-zero solutions and find the eigenvalues.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top