asdf1 said:
This question seems a little silly, because it looks so simple
but
There's one thing I don't understand:
If y`` +p(x)y` + q(x)y=0 ...equation 1.
and you have this equation:
u``y1 + u`(2y`1+py1) + u(y``1+py`1+qy1)=0 ...equation 2
and y1 is a solution of equation 1
then why is "u" gone in equation 1?
:P
?? There
never was a "u" in equation 1- I certainly would say it was "gone"!
I THINK what you are talking about is "reduction of order". Suppose y
1 is a solution of equation 1 and let y= u(x)y
1 (x).
Then y'= u'y
1 + uy'
1 , y"= u"y
1 + 2u'y'
1 + uy"
1 .
I am, of course, using the "product rule". Notice that in the last term of both y' and y" I have only differentiated the "y
1" part- its
as if u were a constant.
Now plug that into the equation:
(u"y
1 + 2u'y'
1 + uy"
1)+ p(x)(u'y
1 + uy'
1)+ q(x)(uy)= 0.
Combine the same derivatives of u:
u"y
1+ u'(2y'
1+ p(x)y
1)+ u(y"
1+ p(x)y'
1+ q(x)y
1)= 0
Now, that u (as opposed to u' and u") is "gone" from equation
2 (not equation 1- that must have been a typo) because y
1 satisfies the original equation:
y"
1+ p(x)y'
1+ q(x)y
1= 0 so
u(y"
1+ p(x)y'
1+ q(x)y
1)= u(0)= 0.
You now have u"y
1+ u'(2y'
1+ p(x)y
1)= 0. If you let v= u', that becomes v'y
1+ v(2y'
1+ p(x)y
1)= 0, a simple, separable, first order equation. Solve for v(x), integrate to find u(x) and form u(x)y
1 to find the second, linearly independent solution.