I'm trying to solve a problem taken from Advanced Mathematical Methods for Scientists and Engineers by Bender and Orszag.
3.33 b)
Find the leading behaviours of
$x^4y'''-3x^2y'+2y=0$ $(x\rightarrow0+)$
Here is my attempt at the solution:
We let
$y(x) = e^{S(x)}$
Then,
$y' = S'e^{S}$
$y''' = ((S')^3 + 3S'S''+ S''')e^{S}$
put these into the above ODE to obtain the equation:
$x^4((S')^3 + 3S'S''+ S''') -3x^2S' +2 = 0$
Since $x=0$ is an irregular singular point, we have that
$S''' \ll (S')^3 $ $\space$ $(x\rightarrow0+)$
$3S'S'' \ll 3(S')^3 $ $\space$ $(x\rightarrow0+)$
So we obtain the relation
$x^4(S')^3$ $\sim$ $3x^2S' -2$ $\space$ $(x\rightarrow0+)$
The reason why I'm stuck at this point is that I'm unsure if it is possible to make anymore approximation to the equation in $S'$. If not I'm still unsure how to solve this cubic relation in $S'$.
Any hints on how to proceed would be greatly appreciated. Thanks.