Eigenvalue problem with nonlocal condition

kajzlik
Messages
3
Reaction score
0
Hello guys, suppose we have an eigenvalue problem
<br /> \left\{<br /> \begin{array}{ll}<br /> u&#039;&#039; + λu = 0, \quad x \in (0,\pi) \\<br /> u(0)=0 \quad \\<br /> \left( \int_0^\pi \! {(u^+)}^2 \, \mathrm{d}x \right)^{\frac{1}{2}} = \left( \int_0^\pi \! {(u^-)}^4 \, \mathrm{d}x \right)^\frac {1}{4}<br /> <br /> \end{array}<br /> \right.<br /> <br />
where u^+, u^- is positive, negative part of function respectively.
I'm having troubles with case when λ> 0. Is there any way how to simplify or express these parts of function ? I've tried some (analytic) brute force methods, tried to simplify that first but still no valuable result.
Thanks
 
Physics news on Phys.org
What if you use that the general solution to

u^{\prime\prime} + \lambda u =0

is always of the form

u(x) = C_1\sin(\sqrt{\lambda}x) + C_2\cos(\sqrt{\lambda}x)

for ##\lambda>0##. Then from ##u(0) = 0##, you can deduce that

C_2=0

So your function has the form

u(x) = C_1 \sin(\sqrt{\lambda}x)

Now figuring out what ##C_1## is from the last condition seems tedious, but not all too difficult.
 
Hmm, thinking about it, any value of ##C_1## will satisfy the last condition, at least if ##f(x) = \sin(\sqrt{\lambda}x)## satisfies it. So your only job is to find out for which ##\lambda## this is true.
 
Thanks for your response.
The formulation of my problem was quite confusing. First condition is ok, its just straight forward process that leads to sine function, but I'm completely lost with the second one.As you said it's obvious that second condition will hold for any "multiplying" constant.

These positive / negative parts of function are bit tricky for me. Since number of zeros depends on λ( and then number of positive and negative parts of sine too), I have to split that function somehow and do piecewise integration.Thats the problem. Still seems something is "hidden" for me and I'm sure that will be obvious, but I can't figure it out now.
I'm not asking for solution, but I would really appreciate some hint ;)
Thanks
 
Last edited:
You have already determined, from the equation and the condition that y(0)= 0, that y= Csin(\sqrt{\lambda} x). Yes, the number of zeros and the number of intervals where y is positive or negative depend upon \lambda but it is not all that difficult to determine. For a given \lambda, cos(\sqrt{\lambda}x) will be 0 at (n\pi)/\sqrt{\lambda}. It will be positive on the interval from (2n\pi)/\sqrt{\lambda} to ((2n+1)\pi)/\sqrt{\lambda} and negative on the interval from ((2n+1)\pi)/\sqrt{\lambda} to (2(n+1)\pi)/\sqrt{\lambda} for any positive integer n.
 
Well, not that difficult... Thank you, it really helped.
 
micromass said:
Hmm, thinking about it, any value of ##C_1## will satisfy the last condition

That shouldn't be a surprise. If the magnitude of an eigenvector is NOT arbitrary, there is something very strange going on!
 
Back
Top