xago
- 60
- 0
Homework Statement
I have a question with asks to solve a differential equation via power series and I've done everything up to finding the recurrence relation which is a_{n+2} = -\frac{a_{n}}{n+2}
Given the initial conditions a_{o} = 1 and a_{1} = 0 I'm trying to simplify the series into a geometric series. The series is 1,-1/2, 1/8, -1/48, 1/480, -1/5760 etc...
The Attempt at a Solution
So far I've gotten (-1)^{n} in the numerator to account for the alternating negative sign, however I can't find the denominator for the life of me...
my best attempt is \frac{(-1)^{n}}{(2^n)} but it only works for the first 2 terms :S