Conor_McF
- 8
- 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.