Strategy for Testing Series, Infinite Series.

mateomy
Messages
305
Reaction score
0
I think I did this right...

<br /> \sum_{i=1}^{\infty} \frac{n}{e^{n^2}}<br />

I tried it with the root test to no avail. So I then tried it with the Ratio Test and I come to this expression...

<br /> \lim_{n \to \infty} \frac{(n+1)}{e^{2n} e(n)}<br />

...which is an indeterminate form (infinity over infinity)

so I take L'Hopital's Rule and come to...

<br /> \frac{1}{2e^{2n} (e)}<br />

Which, when taking the limit goes to zero to show absolute convergence.

Can someone confirm this for me?

Thanks!
 
Last edited:
Physics news on Phys.org
Dang. Thats supposed to be (in the original Series) e^(n^2)
It also follows that it should be e^(2n) below that.
 
Sure, that works. You are being little casual and throwing out the (n+1)/n part because it approaches 1 and not doing the full l'Hopital. But that's ok, because 1/(e^2n)*e definitely approaches 0.
 
Awesome, thanks!
 
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