Use power series to solve the differential equation. y'=xy
I guess the first step is this \[y'-xy=0\]
hold on ... just let \[ y = \sum_{n=0}^\infty x^n \]
\[ y = \sum_{n=0}^\infty a_n x^n \]
\[y'=\sum_{n=1}^{\infty} nc_nx^{n-1}\] according to my book, same thing I guess
yes yes ... \[ \sum_{n=0}^\infty n \; c_n x^{n-1} + \sum_{n=0}c_n x^{n+1} = 0\] find the recurrence relation.
oh ok \[y''=\sum_{n=2}^{\infty} n(n-1)c_nx^{n-2}\] how do I apply these generalizations to this specific problem
hah?? why do you want more trouble? you don't need to find y'' for this.
really, I was just trying to follow this example in the book
I meant: really?
lol .. this example is of second order differential equation. you need it only for second order DE
because there is only a y' that makes it first order?
yep.
ok so I only consider this then, right? \[y'=\sum_{n=1}^{\infty} nc_nx^{n-1} \]
yes ... do you have a software called maple?
nope
but before solving for it, what do I sub?
or how do I know what do sub, I think I'm just afraid of sums :S
why do they have (n+2)(n+1) in the example?
from maple i got y(x) = y(0)+(1/2)*y(0)*x^2+(1/8)*y(0)*x^4+O(x^6)
Honesty I don't like power series method. here's how you do it. assume the solution has of the form \[ y = \sum_{n=0}^\infty a_n x^n \] so we are putting these vales in your DE and hunting a_n's
I'm back...
gtg again...
after putting the value of y in your DE, you get \[ \sum_{n=0}^\infty n \; c_n x^{n-1} + \sum_{n=0}c_n x^{n+1} = 0 \\ \] since on the left side you don't have negative power of x, put this \( \sum_{n=0}^\infty n \; c_n x^{n-1} \) = \( \sum_{n=0}^\infty (n+1) \; c_{n+1} x^{n} \) Also we can make \( \sum_{n=0}^\infty \; c_n x^{n+1} \) = \(\sum_{n=0}^\infty c_{n-1} x^{n} \) now we have \[ \huge \sum_{n=0}^\infty (n+1) \; c_{n+1} x^{n} + \sum_{n=0}^\infty c_{n-1} x^{n} = 0 \\ \huge \sum_{n=0}^\infty (n+1) \; c_{n+1} x^{n} + c_{n-1} x^{n} = 0 \\ \huge \sum_{n=0}^\infty ((n+1) \; c_{n+1} + c_{n-1} ) x^{n} = 0 \]
since you don't have power's of x on the right side, you have \[ (n+1) c_{n+1} + c_{n-1} = 0 \\ \text{ or, } c_{n+1} = {- c_{n-1} \over n+1}\] this is the recurrence relation you get put n=1, you get |dw:1348083846860:dw| this way you find the coefficients. hence you have solution.
Join our real-time social learning platform and learn together with your friends!