Finding Solutions of Sturm-Liouville Equation Satisfying Boundary Conditions and Checking Orthogonality of Eigenfunctions

336 Views Asked by At

I recently asked this question about converting the DE

$$y'' + 2y' + (\lambda + 1)y = 0$$

to Sturm-Liouville form:

$$\frac{d}{dx}\left( e^{2x} y' \right) + (\lambda e^{2x} + e^{2x})y = 0$$

I am now trying to get the solutions satisfying the boundary conditions

$$y(0) = y(\pi) = 0$$

And I then want to use integration to check that the eigenfunctions corresponding to different eigenvalues are orthogonal.

I'm presuming that the latter is done by just taking the inner product of the eigenfunctions, which means integrating their product with the weight function $r(x) = e^{2x}$ from $0$ to $1$?

But how do I get the solutions satisfying the BCs in the first place?

I would greatly appreciate it if people could please take the time to demonstrate this.

2

There are 2 best solutions below

0
On

There is an alternative way to convert $$ -y''-2y'-y = \lambda y $$

to standard form--namely, by setting $y(x)=e^{-x} f(x)$. Then $$ -(e^{-x}f)''-2(e^{-x}f)'-e^{-x}f=\lambda e^{-x}f \\ -(e^{-x}f''-2e^{-x}f'+e^{-x}f)-2(e^{-x}f'-e^{-x}f)-e^{-x}f=\lambda e^{-x}f \\ -f''=\lambda f $$

The conditions are $f(0)=f(\pi)=0$. The solutions $y$ are of the form $y=e^{-x}f(x)$.

0
On

If $\lambda>0$ solution of DE is $$y=C_1\, e^{-x} \sin{\left( x\, \sqrt{\lambda }\right) }+C_2\, e^{-x} \cos{\left( x\, \sqrt{\lambda }\right) }$$ Then eigenvalues and eigenfunctions are $$\lambda_k=k^2,$$ $$y_k=e^{-x}\sin(kx),$$ $k=1,2,\ldots$

If $\lambda\leqslant 0$ solution of DE satisfying the boundary conditions $$y(0) = y(\pi) = 0$$ is only $$y=0$$ Eigenfunctions are orthogonal with the weight function $r(x)=e^{2x}$: $$\langle y_k, y_m\rangle=\int_0^\pi e^{2x}y_ky_mdx=\int_0^\pi\sin(kx)\sin(mx)dx=0,$$ if $k\neq m$.