tracedinair
- 47
- 0
Homework Statement
Find the first four non-vanishing terms in a series solution of the form \sum from 0 to infinity of akxk for the initial value problem,
4xy''(x) + 6y'(x) + y(x) = 0, y(0) = 1 and y'(0) = -1/6
Homework Equations
The Attempt at a Solution
Taking the second derivative of the series solution form I obtained,
y = \sum from 0 to infinity of akxk
y' = \sum from 1 to infinity of kakxk-1
y'' = \sum from 0 to infinity of (k+2)(k+1)ak+2xk
Substituting into the ODE I obtained,
4\sum from 0 to infinity of (k+2)(k+1)ak+2xk+1 + 6\sum from 1 to infinity of kakxk-1 + \sum from 0 to infinity of akxk
Now, I am unsure of where to go from here. Does this become two separate series for \sum from 0 to infinity and \sum from 1 to infinity?