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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top