taiello805
- 4
- 0
Hey everyone, I am trying to use the Bessel function:
f(x)= \sum_{k=0}^\infty \frac{(-1)^{k}x^{2k+1}}{2^{2k+1}(k!)(k+1)!}
To verify the Differential Equation:
x^2y''+xy'+(x^2-1)y=0
So I thought this was going to be really easy, but I am having some difficulties. First I calculated y,y',y'' to be:
y= \sum_{k=0}^\infty \frac{(-1)^{k}x^{2k+1}}{2^{2k+1}(k!)(k+1)!}
y'= \sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)x^{2k}}{2^{2k+1}(k!)(k+1)!}
y''= \sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)(2k)x^{2k-1}}{2^{2k+1}(k!)(k+1)!}
And then I just pluged those into the differential equation to yield:
x^2 \sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)(2k)x^{2k-1}}{2^{2k+1}(k!)(k+1)!} + x\sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)x^{2k}}{2^{2k+1}(k!)(k+1)!} + (x^2-1)\sum_{k=0}^\infty \frac{(-1)^{k}x^{2k+1}}{2^{2k+1}(k!)(k+1)!} = 0
Then I just put the x terms in the summation since they are constant to get:
\sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)(2k)x^{2k+1}}{2^{2k+1}(k!)(k+1)!} + \sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)x^{2k+1}}{2^{2k+1}(k!)(k+1)!} + \sum_{k=0}^\infty \frac{(-1)^{k}(x^2-1)x^{2k+1}}{2^{2k+1}(k!)(k+1)!} = 0
And since the summations are all indexed the same and all have the same denominator, I combined them to one summation with one fraction:
\sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)(2k)x^{2k+1} + (-1)^{k}(2k+1)x^{2k+1} + (-1)^{k}(x^2-1)x^{2k+1}}{2^{2k+1}(k!)(k+1)!} = 0
But now that I have one huge fraction, after all the simplification I have done, I can't get the numerator to zero out since the DE is homogeneous.
Did I make an error in my calculation? Have I done everything correct, but there is even MORE simplification? And if so, can you help me? Or am I just approaching this problem completely wrong?
Thanks a TON!Tony
f(x)= \sum_{k=0}^\infty \frac{(-1)^{k}x^{2k+1}}{2^{2k+1}(k!)(k+1)!}
To verify the Differential Equation:
x^2y''+xy'+(x^2-1)y=0
So I thought this was going to be really easy, but I am having some difficulties. First I calculated y,y',y'' to be:
y= \sum_{k=0}^\infty \frac{(-1)^{k}x^{2k+1}}{2^{2k+1}(k!)(k+1)!}
y'= \sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)x^{2k}}{2^{2k+1}(k!)(k+1)!}
y''= \sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)(2k)x^{2k-1}}{2^{2k+1}(k!)(k+1)!}
And then I just pluged those into the differential equation to yield:
x^2 \sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)(2k)x^{2k-1}}{2^{2k+1}(k!)(k+1)!} + x\sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)x^{2k}}{2^{2k+1}(k!)(k+1)!} + (x^2-1)\sum_{k=0}^\infty \frac{(-1)^{k}x^{2k+1}}{2^{2k+1}(k!)(k+1)!} = 0
Then I just put the x terms in the summation since they are constant to get:
\sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)(2k)x^{2k+1}}{2^{2k+1}(k!)(k+1)!} + \sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)x^{2k+1}}{2^{2k+1}(k!)(k+1)!} + \sum_{k=0}^\infty \frac{(-1)^{k}(x^2-1)x^{2k+1}}{2^{2k+1}(k!)(k+1)!} = 0
And since the summations are all indexed the same and all have the same denominator, I combined them to one summation with one fraction:
\sum_{k=0}^\infty \frac{(-1)^{k}(2k+1)(2k)x^{2k+1} + (-1)^{k}(2k+1)x^{2k+1} + (-1)^{k}(x^2-1)x^{2k+1}}{2^{2k+1}(k!)(k+1)!} = 0
But now that I have one huge fraction, after all the simplification I have done, I can't get the numerator to zero out since the DE is homogeneous.
Did I make an error in my calculation? Have I done everything correct, but there is even MORE simplification? And if so, can you help me? Or am I just approaching this problem completely wrong?
Thanks a TON!Tony