Power Series - Differential Equation (check my answer)

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:

\sum(-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
Yes, it's correct. And yes, it's a power series. It looks like exp(f(x)) to me. Can you guess what f(x) might be?
 
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
\sum(-1)^k \frac{\left(\frac{x^2}{2}\right)^2}{k!}
which is a "cosine" but it is
cos(\frac{x}{2})

x^2cos(x)
would be
x^2\sum(-1)^k \frac{x^k}{k!}= \sum (-1)^k \frac{x^{k+2}}{k!}
 
Ok -got it.
A big "THANKKK YOUUU!" to all for all of your help!
 
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