Regular Sturm-Liouville, one-dimensional eigenfunctspace

  • Context: Graduate 
  • Thread starter Thread starter usn7564
  • Start date Start date
  • Tags Tags
    Regular
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
usn7564
Messages
61
Reaction score
0
Sturm-Liouville problem:
[tex]\frac{d}{dx} (r(x) \frac{dX}{dx}) + q(x)X(x) + \lambda p(x) X(x) = 0 \quad x \in \left[a, b \right][/tex]
[tex]a_1 X(a) + a_2X'(a) = 0[/tex]
[tex]b_1 X(b) + b_2X'(b) = 0[/tex]
[tex]r, r', q, p \in \mathbb{C} \forall x \in in \left[a, b \right][/tex]

Theorem:
Under the additional condition that r(a)>0 (or r(b) > 0), the S.L BVP cannot have two linearly independent eigenfunctions corresponding to the same eigenvalue.

Proof:
X, Y two eigenfunctions corresponding to the same eigenvalue. Then Z = Y(a)X(x) - X(a)Y(x) is also a solution and it can be shown that [skipping how to get z(a), z'(a) as there's no real problem there for me]

[tex]z(a) = z'(a) = 0 \implies z(x) = 0 \forall x \in \left[a, b \right][/tex]
QED, catfoots and other scribbles.

Question:
I don't get the final implication at all. Why does knowing that z(a) and z'(a) = 0 at x = a show that z(x) is identically zero over the interval in question?
 
Last edited:
Physics news on Phys.org
z is a solution to the SL problem with boundary conditions z(a) and z'(a)=0. The trivial solution f(x)=0 also is. Uniqueness leads to z=0.
 
  • Like
Likes   Reactions: usn7564
Explains why it wasn't elaborated further, feel silly now. Thank you, need to remind myself of BVP's it seems.