Problem with Sturm-Liouville equation

  • Thread starter Thread starter Transcend
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
Transcend
Messages
3
Reaction score
0
Hi there :smile: .
I'm having troubles at a point in one Sturm-Liouville problem .

I am trying to convert a generation eqn to the form of a Sturm-Liouville equation. The equation's form is as follows (where a(x),b(x),c(x),d(x) are arbitrary functions):

a(x)y'' + b(x)y'(x) + [c(x) + (LAMBDA)d(x)]y(x) = o

I begin by formatting in y'' + ... form. How do I proceed from here, please?

Ciao,

Transcend
 
Physics news on Phys.org
If b(x) = a'(x) your equation is in Sturm-Liouville form...
 
If not, then you need to multiply by some [itex]\mu(x)[/itex] so that it is:
a(x)[itex]\mu(x)[/itex]y'' + b(x)[itex]\mu(x)[/itex]y'(x) + [c(x) + ([itex]\lambda(x)[/itex])d(x)][itex]\mu(x)[/itex]y(x) = 0

With a'[itex]\mu(x)[/itex]+ a[itex]\mu'(x)[/itex]= b(x)[itex]\mu(x)[/itex]. That gives you a simple differential equation for [itex]\mu(x)[/itex].