I'm confused on how to solve these types of questions when it comes to Power Series.
The question states: For the following differential equations, give guaranteed convergence intervals for the expansion of the solutions in powers of x.
Question 1:
y''[x] - y[x] = Sin[x]
y[0] = 3
y'[0] = -1
Question 2:
(1 - x) y''[x] - y[x] = Sin[x]
y[0] = 3
y'[0] = -1
I understand how convergence intervals work and can use the Ratio test or Power Series Convergence Test when I actually see the expansions of the functions, but I'm having difficulty when the question is formed like the examples above.