Sturm-Liouville Orthogonality Proof

Conor_McF
Messages
8
Reaction score
0

Homework Statement



A set of eigenfunctions yn(x) satisfies the Sturm-Liouville equation #1 with boundary conditions #2. The function g(x) = 0. Show that the derivatives un(x) = yn'(x) are also orthogonal functions. Determine the weighting function w(x) for these functions. What boundary conditions are required for orthogonality?

Homework Equations



#1: \frac{d}{dx}f(x)\frac{dy}{dx} - g(x)\frac{dy}{dx} + \lambdaw(x)y = 0 where w(x) \geq 0 and a \leq x \leq b

#2: \alpha1y + \beta1\frac{dy}{dx} = 0 at x = a and \alpha2y + \beta2\frac{dy}{dx} = 0 at x = b

\alpha and \beta are both constants and cannot both equal 0.

There is also the orthogonality relation \int y_{n}w(x)y_{m}dx = 0


The Attempt at a Solution



I guess what I'm most confused about here is what the problem is asking me to show. By saying the set "un(x) = yn'(x) are orthogonal functions", what exactly are they orthogonal to? I'm assuming it means that \int u_{n}w(x)u_{m}dx = 0, provided that m \neq n. Is this correct or am I way off?

Since g(x) = 0, the DE becomes \frac{d}{dx}f(x)\frac{dy}{dx} + \lambdaw(x)y = 0. From the boundary conditions I can tell that y(a) = - \frac{\alpha_{1}}{\beta_{1}}u(a) and y(b) = - \frac{\alpha_{2}}{\beta_{2}}u(b), but I don't know how this would help me at all. Can somebody please point me in the right direction?

Thanks; Conor.
 
Physics news on Phys.org
might be on the wrong track, but here's a guess...

based on the wording of the question i think you need to show the u's are orthogonal, as you've written, but to some weighting function yet to be determined

how about trying to show the u's constitute their own sturm-liouville problem? existence and orthogonality properties of the solutions would show the un are orthogonal?

did this and got a weighting function ~(d/dx(f'/w)+lambda)... though not sure how to show this is >0 for all x...
 
Yeah, that's what I thought to, but how did you show that they form their own Sturm-Liouville problem? Did you replace y(x) with u(x) in #1? When you sub the u(x)'s into eq'n #1, the last term contains \int u(x)dx, because u = y'. I'm curious to see how you got that weighting function.

I did it a little differently, but I'm not sure if I'm cheating. If you take eqn #1 in both n and m (two different indicies), multiply both by ym and ym (respectively), add the two equations and then integrate over all x you get...

\int\left[y_{m}\frac{d}{dx}f\frac{dy_{n}}{dx} + y_{n}\frac{d}{dx}f\frac{dy_{m}}{dx}\right]dx = - \left( \lambda_{n} - \lambda_{m} \right) \int y_{n}w(x)y_{m}dx = 0 (because of orthogonality of y)​

It turns out that the first and second terms in the integration are equal due to symmetry in m and n, making the integral equal to...

2\left(\frac{\beta_{1}}{\alpha_{1}}u_{n}(a)f(a)u_{m}(a) - \frac{\beta_{2}}{\alpha_{2}}u_{n}(b)f(b)u_{m}(b)\right) - 2\int u_{n}f(x)u_{m}dx = 0​

...where I've made use of the boundary conditions and integration by parts. The additional boundary condition the problem is asking for in this case could be...

\frac{\beta_{1}}{\alpha_{1}}u_{n}(a)f(a)u_{m}(a) = \frac{\beta_{2}}{\alpha_{2}}u_{n}(b)f(b)u_{m}(b)​

...in which case \int u_{n}f(x)u_{m}dx = 0 and the u_{n} are orthogonal, and f(x) is the weighting function. I am concerned, however, that I did not obtain an actual expression for f(x), as the problem may have been asking. If you have time, please show me how you got your weighting function. Thanks for your help!
 
nice idea,

don't even need to add the 2 equations, Also i would try and write the boundary conditions independent of m,n maybe this could be done by

y'(a) = \sqrt{f(a)\beta 1 \alpha 2 / (f(b)\beta 2 \alpha 1) y'(b)


not convinced with what i did now as i don't think its in correct SL form

but method was
- sub in u =y'
- divide by w & then differentiate
- try to re-arrange into SL form
 
Yeah good call, I guess you don't need to add them. I'll try to rewrite those boundary conditions.
 
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