Sturm-Liouville (can someone tell me if this is right?)

  • Thread starter Thread starter EngageEngage
  • Start date Start date
EngageEngage
Messages
203
Reaction score
0
Hi, I solved a simple Sturm-Liouville problem and not sure if its right or not because the answer is odd. I was hoping someone could tell me if I did it right.

<br /> \frac{d^{2}u}{dt^{2}}=\lambda u, 0&lt;x&lt;L, \frac{du}{dx}(0) = 0, u(0)=L<br />

\lambda &gt; 0
<br /> u = c_{1}cosh(\sqrt{\lambda}x)+c_{2}sinh(\sqrt{\lambda}x)<br />
<br /> \frac{du}{dx} = c_{1}\sqrt{\lambda}sinh(\sqrt{\lambda}x)+c_{2}\sqrt{\lambda}cosh(\sqrt{\lambda}x)<br />
<br /> \frac{du}{dx}(0) = c_{2}=0;<br /> u(0)=u(L)\Rightarrow c_{1}cosh(\sqrt{\lambda}x)=c_{1}<br />
It appears I can't find c1 unless i did something wrong...

\lambda = 0
u = c_{1}+c_{2}x
\frac{du}{dx}(0) = 0\Rightarrow c_{1}=0
u(L) = u(0) \Rightarrow c_{2}=0

\lambda &lt; 0
u = c_{1}cos(\sqrt{\lambda}x)+c_{2}sin(\sqrt{\lambda}x)
\frac{du}{dx}(0) = \sqrt{lambda}c_{2}cos(\sqrt{\lambda}0) \Rightarrow c_{2}=0
u(0) = u(L) \Rightarrow c_{1}=c_{1}cos(\sqrt{\lambda}L)
\lambda = \left(\frac{arccos(1)}{L}\right)^{2}
u = cos\left(\frac{arccos(1)x}{L}\right)
is that right? I've never seen an answer like that... Any help is appreciated!
 
Physics news on Phys.org
Hey Engage,

Before I dive too much further into helping you out, we need to clarify some things about your initial problem:

You have written:
<br /> \frac{d^{2}u}{dt^{2}}=\lambda u<br />

However, your boundary conditions are based on x, not t. If you are to solve this ODE, you'll find a solution in terms of t, of which you've continued in terms of x. Perhaps this is just a variable mix up? Perhaps it is the case that you wish to start out with the Laplacian of u?

Either way, it serves to clarify the situation.

Thanks,
Coto
 
EngageEngage said:
is that right?
You should be able to answer for yourself! You're trying to solve an equation, aren't you? Is your answer actually a solution to it?
 
yeah, I messed up the initial problem, the independent variable is x, not t.
<br /> <br /> \frac{d^{2}u}{dx^{2}}=\lambda u<br />
 
\lambda &lt; 0
makes the diff eq:
<br /> <br /> \frac{d^{2}u}{dx^{2}}=-\lambda u<br />
<br /> \frac{d}{dx}\left(-sin(arcos(1)\frac{x}{L})(\frac{arcos(1)}{L})\right)=<br /> -cos(arcos(1)\frac{x}{L})\left(\frac{arcos(1)}{L}\right)^2=-\lambda u
... So i guess it is right... Thanks for the help! So does this mean there is only one eigenfunction then?
 
Hey Engage,

I suggest you take a look at your last step, where you solve for lambda. The idea is there, but you've overstepped what you should have done.

My suggestion is to divide out the c1's such that you have:
<br /> c_{1}=c_{1}cos(\sqrt{\lambda}L) \rightarrow 1 = cos(\sqrt{\lambda}L)<br />

So then what does the argument of cosine have to be such that cos of that is always one. This is in general the way you solve these problems. You want to find the eigenvalues lambda such that this argument always holds. For finite boundary conditions, lambda is discrete.

Hopefully this helps.
Coto
 
PS. It seems you do not have enough information to solve for the constant.
 
And is it u(0) = u(L) or u(0) = L ?
 
its u(0) = u(L). Thanks for the help. Also, I'm not quite sure what you mean Coto in your post #6. I though thtis is what I did to find lambda. did i mess that up? Thank you all for the help! Ahh, i see so arcos(1) will be 2*pi*n where n is any integer including zero, is that correct?
 
  • #10
so
<br /> \lambda_{n} = \left(\frac{2n\pi}{L}\right)^{2}<br />
<br /> u_{n} = cos\left(\frac{2n\pi x}{L}\right)<br />
<br /> u =\sum^{\infty}_{n=0}cos\left(\frac{2n\pi x}{L}\right)<br />
 
Last edited:
Back
Top