Strategy for Testing Series, Infinite Series.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
mateomy
Messages
305
Reaction score
0
I think I did this right...

[tex] \sum_{i=1}^{\infty} \frac{n}{e^{n^2}}[/tex]

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...

[tex] \lim_{n \to \infty} \frac{(n+1)}{e^{2n} e(n)}[/tex]

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

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

[tex] \frac{1}{2e^{2n} (e)}[/tex]

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.