Solving sturm-liouville equations

  • Thread starter Thread starter ognik
  • Start date Start date
ognik
Messages
626
Reaction score
2
Forgive me if I'm just having a mental block about this, but I'm teaching myself the sturm-liouville method - I'm happy with getting the general ODE to this (self-adjoint) form after adjusting for any weighting function):
$$ \mathcal{L}y=\lambda y $$ the operator is of the form $$\mathcal{L}= (p(x) \frac{d}{dx})'+q(x)$$ p, q real polynomials.

None of the material I have read, or examples, show what the next step toward a solution is; examples just claim some solution and go on to discuss things like hermitian operator properties. I don't know where they get either the eigenvalues or eigenvectors from, could someone please give me a hint?

I could go back to the general linear homogeneous 2nd order ODE form and use something like Frobenius to solve that, but then what would have been the point of getting it into the S-L form?
 
Physics news on Phys.org
Once you know that you have a Sturm-Liouville problem, there are various theorems available regarding the solutions, for example, that they form a complete set in terms of which other functions can be expanded. Studying the Sturm-Liouville problem is a way of studying several ODEs all at once.
 
Thanks, was kind of aware of that, but which theorem for example would help me find just 1 eigenvalue OR eigenvector?
 
So S-L theory doesn't apply to solving ODE's, we still use the normal methods (separation, frobenius etc) to sove an ODE; we use S-L theory to study sets of related ODEs? Is this restricted to solutions of the same equation, EG showing them orthogonal? Or does it extend further?
 
ognik said:
Thanks, was kind of aware of that, but which theorem for example would help me find just 1 eigenvalue OR eigenvector?

Theory tells us that the general solution of \mathcal{L}y = \lambda y is y(x) = a_1y_1(x) + a_2y_2(x) for linearly independent solutions y_1 and y_2 and arbitrary constants a_1 and a_2. Then we need to apply the self-adjoint boundary conditions, which state that a given linear combination of y and y' must vanish at each end point. If that forces a_1 = a_2 = 0 then \lambda is not an eigenvalue. Otherwise \lambda is an eigenvalue.

If for some reason there is no easy way to determine the values of y_1 and y_2 and their derivatives at the end points then it may necessary to use a numerical shooting method to find an eigenvalue and its corresponding eigenfunction simultaneously.

Occasionally we can make more analytical progress and deduce an algebraic equation which the eigenvalues must satisfy, but finding the solutions of that equation may require numerical root-finding techniques.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top