0% found this document useful (0 votes)
19 views3 pages

4.01 Sturm-Liouville Operators

This document discusses Sturm-Liouville operators, which are used to solve boundary value problems involving second order ordinary differential equations in physics. It defines the Sturm-Liouville operator and the corresponding eigenvalue problem, highlighting the importance of boundary conditions such as Dirichlet and Neumann conditions. The document also explains how to convert general second order linear differential equations into Sturm-Liouville form using an integrating factor.

Uploaded by

sadiabatool975
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

4.01 Sturm-Liouville Operators

This document discusses Sturm-Liouville operators, which are used to solve boundary value problems involving second order ordinary differential equations in physics. It defines the Sturm-Liouville operator and the corresponding eigenvalue problem, highlighting the importance of boundary conditions such as Dirichlet and Neumann conditions. The document also explains how to convert general second order linear differential equations into Sturm-Liouville form using an integrating factor.

Uploaded by

sadiabatool975
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

4.

1: Sturm-Liouville Operators
In physics many problems arise in the form of boundary value problems involving second order ordinary differential equations. For
example, we will explore the wave equation and the heat equation in three dimensions. Separating out the time dependence leads to
a three dimensional boundary value problem in both cases. Further separation of variables leads to a set of boundary value
problems involving second order ordinary differential equations.
In general, we might obtain equations of the form
′′ ′
a2 (x)y + a1 (x)y + a0 (x)y = f (x) (4.1.1)

subject to boundary conditions. We can write such an equation in operator form by defining the differential operator
2
L = a2 (x)D + a1 (x)D + a0 (x),

where D = d/dx . Then, Equation (4.1.1) takes the form

Ly = f .

Recall that we had solved such nonhomogeneous differential equations in Chapter 2. In this section we will show that these
equations can be solved using eigenfunction expansions. Namely, we seek solutions to the eigenvalue problem

Lϕ = λϕ

with homogeneous boundary conditions on ϕ and then seek a solution of the nonhomogeneous problem, Ly = f , as an expansion
over these eigenfunctions. Formally, we let

y(x) = ∑ cn ϕn (x).

n=1

However, we are not guaranteed a nice set of eigenfunctions. We need an appropriate set to form a basis in the function space.
Also, it would be nice to have orthogonality so that we can easily solve for the expansion coefficients.
It turns out that any linear second order differential operator can be turned into an operator that possesses just the right properties
(self-adjointedness) to carry out this procedure. The resulting operator is referred to as a SturmLiouville operator. We will
highlight some of the properties of these operators and see how they are used in applications.
We define the Sturm-Liouville operator as
d d
L = p(x) + q(x). (4.1.2)
dx dx

The Sturm-Liouville eigenvalue problem is given by the differential equation

L = −λσ(x)y,

or
d dy
(p(x) ) + q(x)y + λσ(x)y = 0, (4.1.3)
dx dx

for x ∈ (a, b), y = y(x), plus boundary conditions. The functions p(x), p (x), q(x) and σ(x) are assumed to be continuous on

(a, b) and p(x) > 0, σ(x) > 0 on [a, b]. If the interval is finite and these assumptions on the coefficients are true on [a, b], then the

problem is said to be a regular Sturm-Liouville problem. Otherwise, it is called a singular Sturm-Liouville problem.
We also need to impose the set of homogeneous boundary conditions

α1 y(a) + β1 y (a) = 0,

α2 y(b) + β2 y (b) = 0. (4.1.4)

The α s and β are constants. For different values, one has special types of boundary conditions. For β = 0 , we have what are
′ ′
i

called Dirichlet boundary conditions. Namely, y(a) = 0 and y(b) = 0 . For α = 0 , we have Neumann boundary conditions. In this
i

case, y (a) = 0 and y (b) = 0 . In terms of the heat equation example, Dirichlet conditions correspond to maintaining a fixed
′ ′

4.1.1 https://math.libretexts.org/@go/page/90256
temperature at the ends of the rod. The Neumann boundary conditions would correspond to no heat flow across the ends, or
insulating conditions, as there would be no temperature gradient at those points. The more general boundary conditions allow for
partially insulated boundaries.

 Note
Dirichlet boundary conditions - the solution takes fixed values on the boundary. These are named after Gustav Lejeune
Dirichlet ( 1805 − 1859 ).
Neumann boundary conditions - the derivative of the solution takes fixed values on the boundary. These are named after
Carl Neumann (1832-1925).

Another type of boundary condition that is often encountered is the periodic boundary condition. Consider the heated rod that has
been bent to form a circle. Then the two end points are physically the same. So, we would expect that the temperature and the
temperature gradient should agree at those points. For this case we write y(a) = y(b) and y (a) = y (b) . Boundary value problems ′ ′

using these conditions have to be handled differently than the above homogeneous conditions. These conditions leads to different
types of eigenfunctions and eigenvalues.
As previously mentioned, equations of the form (4.1.1) occur often. We form. now show that any second order linear operator can
be put into the form of the Sturm-Liouville operator. In particular, equation (4.1.1) can be put into the form
d dy
(p(x) ) + q(x)y = F (x). (4.1.5)
dx dx

Another way to phrase this is provided in the theorem:


The proof of this is straight forward as we soon show. Let’s first consider the equation (4.1.1) for the case that ′
a1 (x) = a (x)
2
.
Then, we can write the equation in a form in which the first two terms combine,
′′ ′
f (x) = a2 (x)y + a1 (x)y + a0 (x)y

′ ′
= (a2 (x)y ) + a0 (x)y. (4.1.6)

The resulting equation is now in Sturm-Liouville form. We just identify p(x) = a 2 (x) and q(x) = a 0 (x) .
Not all second order differential equations are as simple to convert. Consider the differential equation
2 ′′ ′
x y + x y + 2y = 0.

In this case a (x) = x and a (x) = 2x ≠ a (x) . So, this does not fall into this case. However, we can change the operator in this
2
2 ′
2 1

equation, x D+ xD, to a Sturm-Liouville operator, Dp(x)D for a p(x) that depends on the coefficients x and x. .
2 2

In the Sturm Liouville operator the derivative terms are gathered together into one perfect derivative, Dp(x)D. This is similar to
what we saw in the Chapter 2 when we solved linear first order equations. In that case we sought an integrating factor. We can do
the same thing here. We seek a multiplicative function μ(x) that we can multiply through (4.1.1) so that it can be written in Sturm-
Liouville form.
We first divide out the a , giving
2 (x)

a1 (x) a0 (x) f (x)


′′ ′
y + y + y = .
a2 (x) a2 (x) a2 (x)

Next, we multiply this differential equation by μ ,


a1 (x) a0 (x) f (x)
′′ ′
μ(x)y + μ(x) y + μ(x) y = μ(x) .
a2 (x) a2 (x) a2 (x)

The first two terms can now be combined into an exact derivative (μy )
′ ′
if the second coefficient is ′
μ (x). Therefore, μ(x)

satisfies a first order, separable differential equation:


dμ a1 (x)
= μ(x) .
dx a2 (x)

This is formally solved to give the sought integrating factor

4.1.2 https://math.libretexts.org/@go/page/90256
a ( x)
1
∫ dx
a ( x)
μ(x) = e 2
.

Thus, the original equation can be multiplied by factor


a ( x)
μ(x) 1 ∫
1
dx
= e a ( x)
2

a2 (x) a2 (x)

to turn it into Sturm-Liouville form.


In summary,

 Summary

Equation (4.1.1),
′′ ′
a2 (x)y + a1 (x)y + a0 (x)y = f (x), (4.1.7)

can be put into the Sturm-Liouville form


d dy
(p(x) ) + q(x)y = F (x), (4.1.8)
dx dx

where
a ( x)
1
∫ dx
p(x) = e a ( x)
2 ,

a0 (x)
q(x) = p(x) ,
a2 (x)

f (x)
F (x) = p(x) . (4.1.9)
a2 (x)

 Example 4.1.1

Convert x 2
y
′′ ′
+ x y + 2y = 0 into Sturm-Liouville form.

Solution
We can multiply this equation by
μ(x) 1 dx 1

= e x
=
2 ′
a2 (x) x x

to put the equation in Sturm-Liouville form:


2
′′ ′
0 = xy +y + y
x

′ 2

= (x y ) + y. (4.1.10)
x

This page titled 4.1: Sturm-Liouville Operators is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Russell
Herman via source content that was edited to the style and standards of the LibreTexts platform.

4.1.3 https://math.libretexts.org/@go/page/90256

You might also like