How Can Power Series Solutions Simplify Differential Equations?

kahless2005
Messages
44
Reaction score
0
Given:
y'+2xy=0
Find:
Write sereis as an elementary function

My solution so far:
y=[Sum n=0, to infinity]C(sub-n)*x^n
y'=[Sum n=1, to infinity]n*C(sub-n)*x^(n-1)


y' can be transformed into:
=[Sum n=0, to infinity](n+1)*C(sub-n+1)*x^n

([Sum n=0, to infinity](n+1)*C(sub-n+1)*x^n) + 2x([Sum n=0, to infinity]C(sub-n)*x^n)=0

([Sum n=0, to infinity](n+1)*C(sub-n+1)*x^n) +2([Sum n=0, to infinity]C(sub-n)*x^(n+1))=0


My question:
Can I transform [Sum n=0, to infinity]C(sub-n)*x^(n+1) into ([Sum n=1, to infinity]C(sub-n-1)*x^(n)?

If so, then y(x)=([Sum n=,0. to infinity]((-1)^(n+1)*C(sub-o)*x^(n+1)*2^(n-1))/n!

How do I transform that into an elementary function?

Sorry about the ugly typing...
 
Physics news on Phys.org
Why don't you simply integrate the ODE and then write the series expansion for the solution...?

Daniel.
 
kathless2005 said:
My question:
Can I transform [Sum n=0, to infinity]C(sub-n)*x^(n+1) into ([Sum n=1, to infinity]C(sub-n-1)*x^(n)?
In other words:
Can you change
\Sigma_{n=0}^\infty C_n x^{n+1}
to
\Sigma_{n=1}^\infty C_{n-1}x^n

I think you will find it easier to use a different letter for the index:
Let j= n+1. Then n= j-1 so Cn becomes Cj and xn+1 becomes xj[/sub]. Of course when n= 0, j= 1 so
\Sigma_{n=0}^\infty C_n x^{n+1}
is the same as
\Sigma_{j=1}^\infty C_{j-1} x^j
and since j is just a dummy index, you can certainly replace it with n.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top