Question

Does the Series \(\sum \frac{e^n}{n^2}\) Converge or Diverge?

Original question: 13) βˆ‘n=1∞enn2\sum_{n=1}^{\infty} \frac{e^n}{n^2} an=enn2an+1=en+1(n+1)2a_n = \frac{e^n}{n^2} \qquad a_{n+1} = \frac{e^{n+1}}{(n+1)^2} lim⁑nβ†’βˆžβˆ£enn2β‹…(n+1)2en+1∣\lim_{n\to\infty} \left| \frac{e^n}{n^2} \cdot \frac{(n+1)^2}{e^{n+1}} \right| lim⁑nβ†’βˆžβˆ£n2+2n+1en2∣=1e<1\lim_{n\to\infty} \left| \frac{n^2 + 2n + 1}{e n^2} \right| = \frac{1}{e} < 1 So it converges because of ratio test

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This one looks harmless at first, but the exponential factor is the real story. Once ene^n appears in the numerator, polynomial denominators usually cannot keep up.

Step 1: Write the terms

Let

an=enn2.a_n=\frac{e^n}{n^2}.

Step 2: Compute the ratio

=\frac{e^{n+1}}{(n+1)^2}\cdot\frac{n^2}{e^n} =e\cdot \frac{n^2}{(n+1)^2}.$$ Now take the limit: $$\lim_{n\to\infty} e\cdot \frac{n^2}{(n+1)^2}=e.$$ ### Step 3: Interpret the result Because $$e>1,$$ the ratio test says the series $$\sum_{n=1}^{\infty}\frac{e^n}{n^2}$$ diverges. ### Why the earlier limit $1/e<1$ is misleading If you accidentally invert the ratio, you may get $1/e$. For the ratio test, the limit has to be $\left|a_{n+1}/a_n\right|$, not $\left|a_n/a_{n+1}\right|$. That distinction changes the conclusion completely. --- **Pitfalls the pros know** πŸ‘‡ The main trap here is using the ratio in the wrong direction. For ratio test work, always form $a_{n+1}/a_n$. Also, a denominator like $n^2$ cannot offset an exponential numerator like $e^n$. **What if the problem changes?** If the series were $\sum \frac{e^{-n}}{n^2}$, then the ratio would be $\frac{1}{e}\cdot\frac{n^2}{(n+1)^2}<1$, so it would converge. If the numerator were $2^n$ instead of $e^n$, the same ratio-test structure would apply, with limit 2. `Tags`: ratio test, exponential growth, divergent series

FAQ

Does the series sum e to the n over n squared converge?

No. The ratio test gives a limit of e, which is greater than 1, so the series diverges.

Why does an exponential numerator cause divergence here?

Because exponential growth eventually outpaces any polynomial denominator such as n squared, so the terms do not shrink fast enough for the series to converge.

chat