Proving two power series sum to a third series

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
DivGradCurl
Messages
364
Reaction score
0
I used Mathematica to confirm that

[tex]\sum _{n=0} ^{\infty} \left[ \frac{\left( -1 \right) ^n \left( 2n \right) x^{2n+1}}{n! \left( n+1 \right) ! 2^{2n+1}} \right] + \sum _{n=0} ^{\infty} \left[ \frac{\left( -1 \right) ^n \left( 2n \right) \left( 2n+1 \right) x^{2n+1}}{n! \left( n+1 \right) ! 2^{2n+1}} \right] = - \sum _{n=0} ^{\infty} \frac{\left( -1 \right) ^n x^{2n+3}}{n! \left( n+1 \right) ! 2^{2n+1}}[/tex]

Does anyone know how to obtain it directly?

Thank you.
 
Physics news on Phys.org
Sure, combine the series on the left and notice that when n=0, the coefficient vanishes to get:


[tex]\sum _{n=1} ^{\infty} \left[ \frac{\left( -1 \right) ^n \left( 2n \right) (2n+2) x^{2n+1}}{n! \left( n+1 \right) ! 2^{2n+1}} \right][/tex]

Factor the numerator slightly:

[tex]\sum _{n=1} ^{\infty} \left[ \frac{\left( -1 \right) ^n \left( n \right) (n+1)2^2 x^{2n+1}}{n! \left( n+1 \right) ! 2^{2n+1}} \right][/tex]

Do some light cancelling, write our power of x in a funny way and let's pull out a -1 for fun:

[tex]-\sum _{n=1} ^{\infty} \left[ \frac{\left( -1 \right) ^{n-1} x^{2(n-1)+3}}{(n-1)! \left( (n-1)+1 \right) ! 2^{2(n-1)+1}} \right][/tex]

You are now a change of index variable away from glory.
 
Last edited:
Thanks a lot! It makes sense now.