Power Series - Differential Equation (check my answer)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
vucollegeguy
Messages
28
Reaction score
0
Using the power series method to solve the differential equation
y'+xy=0 when y(0)=1

Write the solution in the form of a power series and then recognize what function it represents.
************************************

My answer:

[tex]\sum[/tex](-1)k*[(x2k)/(2k)*k!]

Is my answer correct?
Is it written in the form of a power series?
What function does it represent?

Thanks to anyone that helps!
 
Physics news on Phys.org
I'd guess and say that f(x)=cos(x).
So the function would be f(x)=x2cos(x).

Please correct me if I am wrong.
Thank you for helping thus far.
 
Not quite. Your sum reduces to
[tex]\sum(-1)^k \frac{\left(\frac{x^2}{2}\right)^2}{k!}[/tex]
which is a "cosine" but it is
[tex]cos(\frac{x}{2})[/tex]

[tex]x^2cos(x)[/tex]
would be
[tex]x^2\sum(-1)^k \frac{x^k}{k!}= \sum (-1)^k \frac{x^{k+2}}{k!}[/tex]
 
Ok -got it.
A big "THANKKK YOUUU!" to all for all of your help!