ODE/PDE- eighenvalues+ eigenfunctions

  • Thread starter Thread starter Roni1985
  • Start date Start date
  • Tags Tags
    Eigenfunctions
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
4 replies · 3K views
Roni1985
Messages
200
Reaction score
0

Homework Statement


it's already separable, so it's an ODE function.
X''+[tex]\lambda[/tex]*X=0 0<x<1
X(0)=-2X(1)+X'(1)=0


Homework Equations





The Attempt at a Solution



this is a Sturm-Liouville eigenvalue problem.
Now, I know how to solve it and everything, but I'm not sure with one thing.

when I check the case where [tex]\lambda[/tex]=0,
I get C2(-2x+1)=0
so C2 can be anything, correct ?
now what's my eigenfunction ?
X(x)=x is the eigenfunction ?

do I use the x=1/2 somewhere ?

Thanks.
 
Physics news on Phys.org
Roni1985 said:

Homework Statement


it's already separable, so it's an ODE function.
X''+[tex]\lambda[/tex]*X=0 0<x<1
X(0)=-2X(1)+X'(1)=0


Homework Equations





The Attempt at a Solution



this is a Sturm-Liouville eigenvalue problem.
Now, I know how to solve it and everything, but I'm not sure with one thing.

when I check the case where [tex]\lambda[/tex]=0,
I get C2(-2x+1)=0
How did you get that?
so C2 can be anything, correct ?
now what's my eigenfunction ?
X(x)=x is the eigenfunction ?

do I use the x=1/2 somewhere ?

Thanks.
 
vela said:
How did you get that?

well, when lamda is zero X''=0
so, X(x)=C1+C2*x
X(0)=C1=0
and by using the second BC, -2*C2*x+C2=0
so to get a nontrivial solution x=1/2, meaning C2 can be any number.

did I do something wrong ?
 
vela said:
The second BC is at x=1, so you get C2=0. So there's no non-trivial solution that satisfies the boundary conditions when λ=0.

shoot, you are right :\

forgot to plug in the 1.

Thanks for your help.