EugP said:
Do you need to get a series solution? If not, if you substitue [tex]y'' = r'[/tex], it seems it becomes a simple separation of variables problem.
Reduction of order won't work, as you have the second derivative
and the function.
To solve it with power series, you must take [itex]y(x)=\sum_0^\infty a_n x^n[/itex], so
[tex]y'(x)=\sum_{n=1}^\infty n a_n x^{n-1},[/tex]
[tex]y''(x)=\sum_{n=2}^\infty n (n-1) a_n x^{n-2}.[/tex]
If you plug it in the ode, you'll obtain the following equation:
[tex]\sum_{n=2}^\infty n (n-1) a_n x^{n-2}+\sum_{n=0}^\infty a_n x^{n+2}=0,[/tex]
therefore, you'll have to change the index in the sums in order to have the same powers of [itex]x[/itex] in both sums. To do that, take [itex]n=m+4[/itex] in the first sum. The equation becomes
[tex]\sum_{m=-2}^\infty (m+4) (m+3) a_{m+4} x^{m+2} + \sum_{n=0}^\infty a_n x^{n+2}=0.[/tex]
Writing down the first two terms of the left sum and factorizing, we have
[tex]2 a_2+6 a_3 x + \sum_{n=0}^\infty [(n+4) (n+3) a_{n+4}+a_n]x^{n+2} =0.[/tex]
The only way the equation is going to be fullfilled is that [itex]a_2=a_3=0[/itex], since there is no constants or first order powers under the sum sign. Hence,
[tex]\sum_{n=0}^\infty [(n+4) (n+3) a_{n+4}+a_n]x^{n+2} =0,[/tex]
which gives the recurrence relation
[tex]a_{n+4}=-\frac{a_n}{(n+4)(n+3)}.[/tex]
Now, I've already done the hard part. You have to take it from here. To construct the first solution take [itex]a_0=1,a_1=0[/itex]. To construct the second solution take [itex]a_0=0,a_1=1[/itex] (why?). From the relationship above, it's easy to see that the condition [itex]a_2=a_3=0[/itex], makes a hole bunch of terms to be zero, so you only have to calculate two general terms.
Good luck.