Solving Eigenvalue Problem with Periodic BCs: Find b for Self-Adjointness

hawaiifiver
Messages
55
Reaction score
1

Homework Statement



I have a problem

u'' + lambda u = 0

with BCs: u'(0) = b*u'(pi), u(0) = u(pi).

where b is a constant.

I have to find b which makes the BCs and problem self-adjoint.



Homework Equations



see below


The Attempt at a Solution



I see in my notes that it says that when there are periodic BCs, then the problem is self-adjoint. I think b = 1, and not any other number. Won't the value of the derivative of the solution change if b does not equal one? And therefore the BCs will not be periodic any more? Thoughts? Thanks.
 
Physics news on Phys.org
For a Sturm-Liouville problem(Self-adjoint) on the form:
\dfrac{d}{dx}\left(p(x)\dfrac{dU}{dx}\right) +q(x)U +\lambda w(x)U = 0
the following integrated value should vanish, then the problem is self-adjoint:
\left[p\left(u^*\dfrac{dv}{dx}-\dfrac{du^*}{dx}v\right)\right]_{0}^{\pi}
Where u and v are solutions to the problem. so in your case:
p(x)=1, q(x)=0, w(x)=1\\
With periodic boundary condiitions:
u\dfrac{du}{dx} |_0 = u\dfrac{du}{dx}|_\pi = 0
Only holds true for b=1 in my opinion.
But maybe diriclet or legendre or neumann or mixed BCS can lead to another value of b?
 
actually i think that mixed BCS are the only other option in your case.
 
Ah yes, now I comprehend the method. Thank you.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top