- #1
Fuzedmind
- 9
- 0
Homework Statement
Solve the initial value problem y'' = y' + y where y(0) = 0 and y(1) = 1
derive the power series solution y(x) = [tex]
\ \ \sum_{n=1}^{\infty}{(F_{n}x^n)/n!} \ \ [/tex] where {Fn} is the sequence 0,1,1,2,3,5,8,13... of Fibonacci numbers defined by F0 = 0 and F1 = 1
Homework Equations
The Attempt at a Solution
I plugged in the series and got this equation:
[tex]
\ \ \sum_{n=2}^{\infty}{(n)(n-1)c_{n}x^(n-2)} \ \ + \ \ \sum_{n=1}^{\infty}{c_{n}x^(n-1)} \ \ + \ \ \sum_{n=0}^{\infty}{c_{n}x^n} \ \ = x
[/tex]
from which i got the recurrence equation:
Fn = Fn-1/n + Fn-2/n(n-1)
Problem is I don't know how to get F0 and F1 from the initial conditions. My teacher never taught us how to solve initial condition power series ODE's nor are there any examples in the book. Can anyone explain it to me?