Differential Equation Solutions and Analytic Restrictions: A Proof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
NeoDevin
Messages
334
Reaction score
2

Homework Statement


Show that if two (analytic) solutions [itex]y_1[/itex], [itex]y_2[/itex] to the differential equation for [itex]y(z) : y'' + p_1(z)y' + p_0(z)y = 0[/itex] exist in some domain and [itex]y_1y_2' \neq y_1'y_2[/itex] in that domain then [itex]p_0(z)[/itex] and [itex]p_1(z)[/itex] are restricted to be analytic.


2. The attempt at a solution
Expanding [itex]y_1[/itex] and [itex]y_2[/itex] in power series

[tex]y_1(z) = \sum_n a_n(x-x_0)^n[/tex]

[tex]y_2(z) = \sum_n b_n(x-x_0)^n[/tex]

and using the inequality gives that there exists an [itex]n[/itex] such that

[tex]\sum_{i=0}^nib_ia_{n-i+1} \neq \sum_{i=0}^n(n-i+1)b_ia_{n-i+1}[/tex]

That's all I've gotten so far, I don't even know for sure if I'm on the right track, or way out to lunch. Any help would be appreciated.
 
Physics news on Phys.org
Put the two solutions into the differential equation giving you two equations for the functions p0 and p1. Can you solve for p0 and p1 in terms of y's and their derivatives? I think you can since that's what y1*y2'!=y2*y1' is telling you.
 
Thanks, got it. I was going in the totally wrong direction on that one.