Easier Method for Determining Convergence of a Series

  • Thread starter Thread starter G01
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
G01
Science Advisor
Gold Member
Messages
2,709
Reaction score
19
Is the following limit, conditionally covergent, abolutely convergent, or divergent?

[tex]\sum_{n=1}^{\infty} \frac{(-1)^n e^{1/n}}{n^3}[/tex]

To solve this i used the ratio test with help from L'Hospitals Rule. That took me forever and was really complicated. Can anyone think of an easier way?
 
Physics news on Phys.org
Say you want to show that it's absolutely convergent. Then you need to show the series formed by taking the absolute value of each term of this series is convergent. The terms of that series approach 1/n3 from above. Can you show that:

[tex]\sum_{n=1}^\infty \frac{1}{n^3}[/tex]

converges? Then you have one more step left.
 
It is an alternating series with terms decreasing in absolute value towards zero.
That is sufficient to tell you whether the series diverges or converges.
 
Hmm, can I use a comparison test between

[tex]\sum_{n=1}^{\infty} \frac{(-1)^n e^{1/n}}{n^3}[/tex]
and
[tex]\sum_{n=1}^\infty \frac{1}{n^3}[/tex]
?