Saladsamurai
- 3,009
- 7
[SOLVED] !Power Series Solution to a Diff EQ!
Find the first 5 term of a Power series solution of
y'+2xy=0 (1)
Missed this class, so please bear with my attempt here.
Assuming that y takes the form
y=\sum_{n=0}^{\infty}c_nx^n
Then (1) can be written:
\sum_{n=1}^{\infty}nc_nx^{n-1}+2x\sum_{n=0}^{\infty}c_nx^n=0
Re-written 'in phase' and with the same indices (in terms of k):
c_1+\sum_{k=1}^{\infty}(k+1)c_{k+1}x^k+\sum_{k=1}^{\infty}2c_{k-1}x^k=0
\Rightarrow c_1+\sum_{k=1}^{\infty}[(k+1)c_{k+1}+2c_{k-1}]x^k=0
Now invoking the identity property, I can say that all coefficients of powers of x are equal to zero (including c_1*x^0)
So I can write:
c_1=0 and
c_{k+1}=-\frac{2c_{k-1}}{k+1}Now I am stuck (I know I am almost there though!)
Should I just start plugging in numbers for k=1,2,3,4,5 ? Will this generate enough 'recursiveness' to solve for the 1st five terms?
Is that the correct approach?
Thanks!
Homework Statement
Find the first 5 term of a Power series solution of
y'+2xy=0 (1)
Missed this class, so please bear with my attempt here.
The Attempt at a Solution
Assuming that y takes the form
y=\sum_{n=0}^{\infty}c_nx^n
Then (1) can be written:
\sum_{n=1}^{\infty}nc_nx^{n-1}+2x\sum_{n=0}^{\infty}c_nx^n=0
Re-written 'in phase' and with the same indices (in terms of k):
c_1+\sum_{k=1}^{\infty}(k+1)c_{k+1}x^k+\sum_{k=1}^{\infty}2c_{k-1}x^k=0
\Rightarrow c_1+\sum_{k=1}^{\infty}[(k+1)c_{k+1}+2c_{k-1}]x^k=0
Now invoking the identity property, I can say that all coefficients of powers of x are equal to zero (including c_1*x^0)
So I can write:
c_1=0 and
c_{k+1}=-\frac{2c_{k-1}}{k+1}Now I am stuck (I know I am almost there though!)
Should I just start plugging in numbers for k=1,2,3,4,5 ? Will this generate enough 'recursiveness' to solve for the 1st five terms?
Is that the correct approach?
Thanks!