2
$\begingroup$

I want to solve this differential equation with the power-series method: $$ x^{2}\cdot y''(x) +(1+x^{2}) y'(x) + y(x) =0$$ where $$y(0)=1$$

They want the solution given in elementary functions. I managed to get the recursive formula for $$j\ge 2$$$$a_{j+1} = \frac{-((j(j-1)+1)a_{j} + (j-1)a_{j-1})}{j+1} $$ And also got $$a_{0}=y(0)=1 $$,and then$$ a_{1}=-1, a_{2}=1/2 $$

But Im not sure how to answer in an elementary function, I tried to get some more values and its just irrational values. Appreciate help.

1 Answers 1

1

I agree with you're recurrence relation $(i+1)a_{i+1}=-((i^2-i+1)a_i+(i-1)a_{i-1})$. & the first few values $a_0=1, a_1=-1, a_2=1/2, a_3=-1/6$ from this I guess the general formulae $a_i=(-1)^i/i!$. You can easily show (by induction) that this is indeed true. Now the solution is obviously $y=e^{-x}$ & this does indeed satisfy the original equation.

  • 0
    But the value I get for $$ a_{4}=-13/24 $$? This doesnt make sense?2017-01-29
  • 0
    Or my bad it is equal to 1/24 actually, but how does one deduce that it is equal to e^(-x) ?2017-01-29
  • 0
    Oh ... let me see what I get ? $4a_4=-(7a_3+2a_2)$ ... $a_4=1/24$ ?2017-01-29
  • 0
    I mean how do you go from $$ \frac{(-1)^{i}}{i!} = e^{-x} $$ , is taylor-expansion that reveals it?2017-01-29
  • 0
    Thats right \begin{eqnarray*} \sum_{i=0}^{\infty} \frac{(-1)^i}{i!}x^i =e^{-x} \end{eqnarray*}2017-01-29
  • 0
    Okay thanks a lot, can I ask you something else regarding a different problem?2017-01-29
  • 0
    Sure ... but we should go to a chat room ... the big boys will judge our endless comments as spam.2017-01-29
  • 0
    Okay how do I join the chat room?2017-01-29
  • 0
    Let us [continue this discussion in chat](http://chat.stackexchange.com/rooms/52695/discussion-between-donald-splutterwit-and-fejz1234).2017-01-29