Before learning about Sturm’s oscillation and separation theorems, one should be aware of ordinary differential equations (ODE), first and second-order ODE, and homogeneous second order linear DEs. A basic understanding of these terms is necessary to learn Sturm’s oscillation and separation theorem.
Read:
- Ordinary differential equations
- System of linear First-order ODE
- First-order differential equations
- Homogeneous differential equations
- Solution of a differential equation
Sturm Oscillation Theorem
We can define the Sturm oscillation theorem in two ways. They are:
Statement 1:
The function Fn has q − 1 number of roots in the open interval (a, b) precisely.
Statement 2:
Suppose p and q are two integers such that p ≤ q and consider a set of coefficients, ap, ap+1, ap+2, . . . , aq so that not all of them are equal to 0, then the function
Sturm Separation Theorem
In mathematics, the Sturm separation theorem in ordinary differential equations illustrates the location of roots of solutions of homogeneous second-order linear ODE. The theorem says that given two linearly independent solutions of the second-order homogeneous linear differential equation, the zeros of the two solutions are alternatives to each other.
Statement:
Suppose u(x) and v(x) are a pair of linearly independent solutions of a homogeneous second-order linear ODE of the form y′′ + q(x)y = 0 such that;
(i) The zeroes of the non-trivial solution of the above equation are isolated.
(ii) Let x1 and x2 be the two consecutive roots (or zeroes) of u(x) then v(x) has exactly one root in (x1, x2).
Sturm Separation Theorem Proof
Proof for (i): The zeroes of the non-trivial solution of the above equation are isolated.
Let us assume that the zero sets of a solution have a limit point. One can establish that the solution is trivial by satisfying an initial value problem with zero initial values.
Proof for (ii): Let x1 and x2 be the two consecutive roots (or zeroes) of u(x), then v(x) has exactly one root in (x1, x2)
Let us assume that v(x) does not contain a root in the interval (x1, x2).
So, we can say that v(x) will not include a root in the closed interval [x1, x2].
Since u(x) and v(x) are a basic pair that is linearly independent, we can define a function g(x) in the interval [x1, x2].
Therefore by Rolle’s theorem, we can say that there exists a root c in (x1, x2) that means x1 < c < x2 such that g′(c) = 0.
This implies that Wronskian is the root at c, and this is not feasible as u(x) and v(x) are an essential equivalent and linearly independent pair.
Therefore, v(x) has at least one root in the interval (x1, x2).
Hence, we can conclude that v(x) does not have more than one root in the open interval (x1, x2).
If the above statement is false, there would be at least two v(x) roots in the open interval (x1, x2).
Without losing generality, let us assume two consecutive roots of v(x) be x3 and x4 in the interval (x1, x2), such that x2 > x4 > x3 > x1 or we can express x1 < x3 < x4 < x2.
Hence, by previous statements, u(x) will include a zero in an open interval (x3, x4).
This contradicts that x1 and x2 are two consecutive roots of u(x).
Therefore, v(x) has exactly one root in (x1, x2).
Hence proved.
Sturm Separation Theorem Solved Problem
Question:
Check the Sturm separation theorem for the given differential equation.
(d2y/dx2) – (dy/dx) = 0
(or) y′′ − y = 0
Solution:
Given differential equation is:
y′′ − y = 0
This is the second order linear ordinary differential equation.
Let us find the solution set of this differential equation.
As we know, the solution of the given differential equation is of the form y = erx.
So, r2.erx – erx = 0
erx(r2 – 1) = 0
r2 – 1 = 0
r2 = 1
So, r = 1, -1
Therefore, the solutions are ex and e-x.
Let u(x) = ex and v(x) = e-x.
(i) u(x) = ex and v(x) = e-x are two linearly independent solutions, and none of these have roots.
(ii) F1(x) = sinh x and F2(x) = cosh x are two linearly independent solutions.
Also, F1(x) has one root, and F2(x) has no root on R.
Comments