MostlyHarmless
- 344
- 15
Homework Statement
Here is the problem, verbatim.
Observe that y=x is a particular solution of the equation 2x^2y''+xy'-y=0[\tex]<br /> and find the general solution. For what values of x is the solution valid?<br /> <br /> <h2>Homework Equations</h2><br /> <br /> <br /> <br /> <h2>The Attempt at a Solution</h2><br /> I know the answer is ##y=c_1x+c_2x^{{\frac{-1}{2}}}##, but I cannot, for the life of me, figure out how on Earth I'm even supposed to go about finding that solution. It should be noted that this is in the section for The Reduction of Order Method, so I assume it has to with that, however, everything we've done thus far, since the introduction of differential operators, has only concerned Diff. Eq. w/ constant coefficients. So that's where I'm hitting my main roadblock.<br /> <br /> I've tried several things, none of which got me anywhere. For example: I tried re-writing the original expression as (2x^2D^2+xD-1)y=0 and letting ##y=c_1x+c_2y_1## I quickly realized that just takes me back to my original expression. <br /> <br /> I then tried letting y=vx, as per reduction of order method suggests. That would give ##y'=v'x+v## and ##y''=v''x+2v'##<br /> plugging that into the original equation: <br /> <br /> ##2x^3v''+4x^2v'+x^2v'+xv-xv=0##<br /> <br /> The xv's will subtract out. Leaving <br /> <br /> ##2x^3v''+5x^2v'=0## <br /> <br /> dividing by ##2x^3## gives <br /> v&#039;&#039;+{\frac{5}{2}}x^{-1}v&#039;=0 <br /> Then I made the substitution w=v'; w'=v'' to make it first order linear in w. <br /> w&#039;+{\frac{5}{2}}x^{-1}w=0 <br /> giving an integrating factor of <br /> <br /> ##e^{∫{\frac{5}{2}}x^{-1}}=x^{\frac{5}{2}}## Multiplying through I get d[wx^{\frac{5}{2}}]=0 Then that's where I get stuck. Integrating now will eventually give v=0, which is unhelpful.