An effective method to solve ODE in terms of power series with regular singular point
The goal of this post is to see if what I did is correct for an exercice but also to show an effective method to use when you need to find power series of an ODE with regular singular point. The method is probably well known but I think that having a detailed example of it can help other students.
: Find around the origin, the solutions in power series the following equation.

:
: Find the singular points
= 4x, Q(x)=3, R(x)=3)
The only x such that
is
. Therefore,
is the only singular point and all other real points are ordinary points.
: Determine if the singular points are regular or irregular
which exists.
which exists.
Therefore,
is a regular singular point.
Because
is a regular point, this means that
and
have infinite limits when
and are analytics in
. Therefore, they have a converging power series expansion of the form:
 = \sum_{n=0}^\infty p_nx^n, x^2q(x)= \sum_{n=0}^\infty q_n x^n)
in a neighbourhoud \
around the origin, where 
In this example,
and
which means that
and

: : Find the roots of
.
Here, we have
. Therefore,
and
.
: Find the
for the first root and the second root.
We first have to compute
for some n (let say five), and for
. We are going to do the same thing for
.
For
:
 = F(1) = 1(1-1) + \frac{3}{4}(1) = \frac{3}{4})
 = F(2) = 2(2-1) + \frac{3}{4}(2) = \frac{7}{2})
 = F(3) = 3(3-1) + \frac{3}{4}(3) = \frac{33}{4})
 = F(4) = 4(4-1) + \frac{3}{4}(4) = 15)
 = F(5) = 5(5-1) + \frac{3}{4}(5) = \frac{95}{4})
For
:
 = F(\frac{5}{4}) = \frac{5}{4}(\frac{5}{4}-1) + \frac{3}{4}(\frac{5}{4}) = \frac{5}{4})
 = F(\frac{9}{4}) = \frac{9}{4}(\frac{9}{4}-1) + \frac{3}{4}(\frac{9}{4}) = \frac{9}{2})
 = F(\frac{13}{4}) = \frac{13}{4}(\frac{13}{4}-1) + \frac{3}{4}(\frac{13}{4}) = \frac{39}{4})
 = F(\frac{17}{4}) = \frac{17}{4}(\frac{17}{4}-1) + \frac{3}{4}(\frac{17}{4}) = 17)
 = F(\frac{21}{4}) = \frac{21}{4}(\frac{21}{4}-1) + \frac{3}{4}(\frac{21}{4}) = \frac{105}{4})
: Find the coefficients for the first root and the second root.
The recurrence relation is given by
and 
For 
}{F(1)} = \frac{-3/4}{3/4} = -1)
}{F(2)} = \frac{-(-1)(3/4)}{7/2} = 3/14)
}{F(3)} = \frac{-(3/14)(3/4)}{33/4} = -3/154)
} = \frac{-(-3/154)(3/4)}{15} = 3/3080)
} = \frac{(3/3080)(3/4)}{95/4} = -9/292800)
For 
} = \frac{(-3/4)}{5/4} = -3/5)
} = \frac{-(-3/5)(3/4)}{9/2} = 1/10)
} = \frac{-(1/10)(3/4)}{39/4} = -1/130)
} = \frac{-(-1/130)(3/4)}{17} = 3/8840)
} = \frac{-(3/8840)(3/4)}{105/4} = -9/928200)
: Write the solutions
The solutions are given by:
 = 1 - x + \frac{3}{14}x^2 - \frac{3}{154}x^3 + \frac{3}{3080}x^4 -\frac{9}{292600}x^5 + \cdots)
and
![y_2(x) = \mid x \mid^{-1/4} \left[1 - \frac{3}{5}x + \frac{1}{10}x^2 - \frac{1}{130}x^3 + \frac{3}{8840}x^4 -\frac{9}{928200}x^5 + \cdots \right]](http://latex.codecogs.com/png.latex?y_2(x) = \mid x \mid^{-1/4} \left[1 - \frac{3}{5}x + \frac{1}{10}x^2 - \frac{1}{130}x^3 + \frac{3}{8840}x^4 -\frac{9}{928200}x^5 + \cdots \right])
And that's all! Did I made a mistake somewhere? Can I find a better solution than that?
Regards,
Fractalus
Re: An effective method to solve ODE in terms of power series with regular singular p
Anyone knows if what I did is correct? This was the main point of my post. (Wink)
Regards,
Fractalus
Need my method to be checked!
I would really appreciate if someone tells if my solution is correct or not and why. I gave a detailed solution to help people finding my errors.