9 Sturm Liouville Problem
9 Sturm Liouville Problem
In this chapter, we consider a class of two-point boundary value problems. The so-called Sturm-Liouville
Problems. They are a class of eigenvalue problems, which include many of the previous problems as
special cases.
We let
d dϕ
Lϕ = − p(x) + q(x)ϕ
dx dx
Suppose we have some Sturm-Liouville problem with differential equation
Ly = λr(x)y
α1 y(0) + α2 y ′ (0) = 0
(8.3)
β1 y(ℓ) + β2 y ′ (ℓ) = 0
p(x) > 0, r(x) > 0
Remark 8.0.1.
y ′′ + λy = 0 nπ 2
λn = , n = 0, 1,
2, . . .
=⇒ ℓ
y (0) = 0 = y ′ (ℓ)
′ nπx
yn (x) = cos ℓ
167
168 CHAPTER 8. STURM-LIOUVILLE BOUNDARY VALUE PROBLEMS
• Notice that these boundary conditions are specified at separate endpoints and are called
separated boundary conditions. The periodic BC X(−ℓ) = X(ℓ) are not separated, so the
following problem is not technically an SL Problem.
y ′′ + λy = 0
y(−ℓ) = y(ℓ)
y ′ (−ℓ) = y ′ (ℓ)
• If p > 0 and r > 0 on a finite interval [0, ℓ], then the SL problem is said to be regular. If
either p(x) or r(x) is zero for some x, or if the domain is unbounded (e.g., [0, ∞) ), then
the problem is singular.
• If P0 , P1 , P2 , and R are continuous and P0 and R are positive on a closed interval [a, b],
then the general equation
Therefore,
d dy
− p(x) + q(x)y = λr(x)y
dx dx
169
Example 8.0.1.
1. Consider the boundary value problem
ϕ′′ + xϕ′ + λϕ = 0, 0<x<1
ϕ(0) = 0, ϕ(1) = 0
To write it into SL form, multiply by the integrating factor
2 /2
R
xdx
µ(x) = e = ex
Since P (x) = 1, Q(x) = x and R(x) = 1, we have:
2 /2 2 /2 2 /2
ex ϕ′′ + ex xϕ′ + λex ϕ=0
That is ′
x2 /2 ′ 2 /2
− e ϕ = λex ϕ
Thus, the SL form is obtained with
2 /2 2 /2
p(x) = ex and r(x) = ex
2. Consider the boundary value problem
−y ′′ + x4 y ′ = λy
To convert into the SL form, we rewrite the equation as:
y ′′ − x4 y ′ = −λy
The integrating factor is
x4 dx 5 /5
R
µ(x) = e− = e−x
Multiplying the original equation by µ(x), we obtain:
5 /5 5 /5 5 /5
−e−x y ′′ + e−x x4 y ′ = λe−x y
That is 5 ′ 5
− e−x /5 y ′ = λe−x /5 y
Thus, the SL form is obtained with
5 /5 5 /5
p(x) = e−x and r(x) = e−x
3. Consider the eigenvalue problem
y ′′ + 3y ′ + (2 + λ)y = 0, y(0) = 0, y(1) = 0
The integrating factor is R
3dx
µ(x) = e = e3x
Multiplying the equation by µ(x) yields
′
− −e3x y ′ + 2e3x y + λe3x y = 0
So that the eigenvalue problem can be written as
′
− −e3x y ′ + 2e3x y = −λe3x y, y(0) = 0, y(1) = 0
Thus the SL form is obtained with
p(x) = −e3x , q(x) = 2e3x , and r(x) = −e3x
170 CHAPTER 8. STURM-LIOUVILLE BOUNDARY VALUE PROBLEMS
(c) Provided α1
α2
< 0, ββ12 > 0, and q(x) > 0, then λj > 0.
Eigenfunctions:
For each eigenvalue λj , there exists an eigenfunction ϕj (x) (unique up to a multiplicative constant)
such that:
(a) The eigenfunctions ϕj (x) are real and can be normalized to satisfy
Z ℓ
r(x)ϕ2j (x)dx = 1
0
(b) Eigenfunctions corresponding to distinct eigenvalues are orthogonal with respect to the weight
function r(x) :
Z ℓ
⟨ϕj , ϕk ⟩ := r(x)ϕj (x)ϕk (x)dx = 0, j ̸= k
0
(c) Each eigenfunction ϕj (x) has exactly j − 1 zeros in the interval (0, ℓ).
Expansion property: The eigenfunctions {ϕj (x)} form a complete set. Thus, if f (x) is piecewise
smooth, then we have
∞
X
f (x) = cn ϕn (x)
n=1
Rℓ
r(x)f (x)ϕn (x)dx
with cn = 0
Rℓ
0
r(x)ϕ2n (x)dx
Lagrange’s Identity For sufficiently differentiable functions u and v, Lagrange’s Identity states that
Z ℓ
ℓ
[vLu − uLv]dx = − p(x) (u′ v − uv ′ )|0
0
Proof. Write Z ℓ Z ℓ
′
v − (pu′ ) + qu dx
vLudx =
0 0
Z ℓ Z ℓ
′ ℓ ′ ′
= − vpu |0 + pu v dx + quvdx
0 0
Z ℓ
′ ℓ ′ ℓ ′
u − (pv ′ ) + qv dx
= − vpu |0 + upv |0 +
0
Z ℓ
ℓ ℓ
= − vpu′ |0 + upv ′ |0 + uLvdx
0
Hence,
8.1. PROPERTIES OF SL PROBLEMS 171
Z ℓ Z ℓ
ℓ
vLudx − uLvdx = − p(x) (u′ v − uv ′ )|0
0 0
Example 8.1.1.
′ 2 1
(xy ′ ) + y = −λ y, x>0
x x
subject to the following boundary conditions
y ′ (1) = 0, y ′ (2) = 0
Note that r(x) = x1 . Expanding the derivative, we have
2 1
xy ′′ + y ′ + y = −λ y
x x
Multiply through by x to obtain the Cauchy-Euler type equation:
x2 y ′′ + xy ′ + (λ + 2)y = 0
y(x) = c1 + c2 ln x
The boundary conditions y ′ (1) = 0 implies that c2 = 0 and so y(x) = c1 is a nontrivial solution.
Case 3: λ + 2 > 0.
Thus, the general solution is
√ √
y(x) = c1 cos( λ + 2 ln x) + c2 sin( λ + 2 ln x)
172 CHAPTER 8. STURM-LIOUVILLE BOUNDARY VALUE PROBLEMS
Let y = π ln x
ln 2
. Then, we have:
Z 2 nπ mπ dx
⟨yn , ym ⟩ = cos ln x cos ln x
1 ln 2 ln 2 x
Z π
ln 2
= cos(ny) cos(my)dy
π 0
ln 2
= δn,m
2
where
(
1, if n = m
δn,m =
0, ̸ m
if n =
is the so called Kronecker delta.
Now let us consider expanding a function f (x) in terms of a "Fourier Series" of these new eigen-
functions in the following form
∞ ∞
X X nπ ln x
f (x) = cn ϕn (x) = cn cos
n=0 n=0
ln 2
In order to determine the coefficients cn we project the function f (x) onto the basis functions
ϕn (x) as follows:
Z 2 ∞ Z 2
mπ ln x dx X mπ ln x nπ ln x dx
f (x) cos = cn cos cos
1 ln 2 x n=0 1 ln 2 ln 2 x
ln 2
= cm
2
Hence,
8.2. APPLICATION: SOLVING THE HEAT EQUATION WITH ROBIN BOUNDARY CONDITIONS173
Z 2
2 nπ ln x dx
cn = f (x) cos
ln 2 1 ln 2 x
Note
• If the operator L and the boundary conditions satisfy
Z ℓ Z ℓ
vLudx = uLvdx
0 0
then L is said to be self adjoint.
Rℓ
• With the notation ⟨f, g⟩ = 0
f (x)g(x)dx, the selfadjoint property can be written as
where κ > 0. We use the method of separation of variables to solve the problem (8.4). We first
seek separated solutions of the form u(x, t) = X(x)T (t) satisfying all of the homogeneous linear
requirements, i.e. the first three conditions. Substituting the separated solution into the PDE
yields
X ′′ T′
XT ′ = c2 X ′′ T ⇒ = 2 = λ (constant)
X cT
since the two sides of the latter equation are functions of distinct independent variables. This
gives us the pair of separated ODEs
X ′′ − λX = 0, T ′ − λc2 T = 0
X ′′ − µ2 X = 0
X = c1 eµx + c2 e−µx
µ c1 eµ·0 − c2 e−µ·0 = 0 ⇒ c1 − c2 = 0
or in matrix form
1 −1 c1 0
= .
(κ + µ)eµL
(κ − µ)e−µL c2 0
The determinant of the coefficient matrix is
0 = −κb ⇒ b = 0
Now, we want to show that the functions cos µn x are pairwise orthogonal on the interval [0, L].
Assume that for different eigenvalues µ2n and µ2m the corresponding eigenfunctions are given by
Z L
′
I = −κXm (L)Xn (L) − Xm (x)Xn′ (x)dx
0
Returning to Substituting back we now have:
Z L Z L
′ ′ 2
−κXm (L)Xn (L) − Xm (x)Xn (x)dx + µn Xm (x)Xn (x)dx = 0
0 0
A second integration by parts along with the equation solved by Xm lead us to
L
Z
2 2
µn − µm Xn (x)Xm (x)dx = 0
0
Finally, we multiply equation (8.5) by cos (µm x) and integrate over [0, L]. Thanks to the orthog-
onality relation, we obtain
RL
f (x) cos (µn x) dx
cn = 0 R L
0
cos2 (µn x) dx
Bibliography
[1] Lectures notes of Prof. Anthony Peirce, https://personal.math.ubc.ca/~peirce/math257_316e14.
htm.
[2] Abada Nadjet. Equations différentielles du second ordre. Cours 4 ème année, 2019-2020.
[3] Boyce & DiPrima. Elementary Differential Equations and Boundary Value Problems.