momen salah said:
how can i use this Frobenius method
It's quite an interesting problem, I just took the time to solve it now. Normally with a series solution you expect to find a recursion relation for the coefficients, but this one is quite different. Here, as I'm sure you've already discovered (and I'm guessing where you got stuck), there is no recursion relation and at first it may appear that all the coefficients are forced to zero.
If you apply the Frobenius method you should end up with something in the form of,
P(r+k) \, \, a_k = 0, for each k, where P(.) is a polynomial.
No recursion relation, and all a_k must be zero except for at most a finite number corresponding to the zeros of P(.).
If you got this far and it all seemed wrong then don't depair, you're on the right track. Here are some hints to finish it off.
1. Let r + k = \omega (or whatever) and solve P(\omega) = 0
2. If you get complex roots then keep going regardless. (Don't worry as later in the solution you can still restrict the remaining coefficients to force y to be a real function).
3. Don't forget that the complex exponential x^{i \beta} can be rewritten as e^{i \beta \log(x)}.
Follows those hints and you'll get Crosson's solution with surprisingly little effort.