Why do periodic boundary conditions imply no negative eigenvalues?

539 Views Asked by At

Im looking at the boundary value problem $$\Theta''+\lambda\Theta=0$$ with periodic boundary conditions $\Theta(\theta)=\Theta(\theta+2\pi)$ and $\Theta'(\theta)=\Theta'(\theta+2\pi)$. For the case when $\lambda < 0$, setting $\alpha=\sqrt{-\lambda}$, we get a general solution $$\Theta(\theta)=A\cosh(\alpha\theta)+B\sinh(\alpha\theta)$$ for constants $A,B$ and so $\Theta'(\theta)=A\alpha\sinh(\alpha\theta)+B\alpha\cosh(\alpha\theta)$. The boundary conditions then imply that $$A\cosh(\alpha\theta)+B\sinh(\alpha\theta)=A\cosh(\alpha(\theta+2\pi))+B\sinh(\alpha(\theta+2\pi))$$ $$A\alpha\sinh(\alpha\theta)+B\alpha\cosh(\alpha\theta)=A\alpha\sinh(\alpha(\theta+2\pi))+B\alpha\cosh(\alpha(\theta+2\pi))$$ How does this imply only the trivial solution, that $A=B=0$?

1

There are 1 best solutions below

1
On BEST ANSWER
  1. Assume that $\Theta$ is twice differentiable, periodic, and not identically zero.

  2. Multiply OP's ODE $$\Theta^{\prime\prime} +\lambda\Theta ~=~0 \tag{1}$$ with $-\bar{\Theta}$ on both sides and integrate over a period: $$ 0~=~-\int_0^{2\pi}\! d\theta \left( \Theta^{\prime\prime} +\lambda\Theta \right)\bar{\Theta}~\stackrel{\text{int. by parts}}{=}~\underbrace{\int_0^{2\pi}\! d\theta |\Theta^{\prime}|^2}_{\geq 0}-\lambda\underbrace{\int_0^{2\pi}\! d\theta|\Theta|^2}_{> 0} . \tag{2}$$ The integration by parts yields no boundary terms since $\Theta$ is assumed to be periodic.

  3. Conclude that $\lambda\geq 0$ is non-negative.