-3

does the series $\sum \frac{8n}{(\log n)^n}$ converge or diverge? I've 'tried' using the root test but I just can't seem to get my head around the log in the denominator and what rules to apply because of it. Can anyone help me out here please? Thanks.

Jack M
  • 27,819
  • 7
  • 63
  • 129
Lewis
  • 7

2 Answers2

0

If $e < a < b$, then $a^b > b^a $. Therefore, for $n > e^e$, since $e < \ln n < n$, $(\ln n)^n > n^{\ln n} $ so $\frac1{(\ln n)^n} < \frac1{n^{\ln n}} $.

Therefore $\frac{n}{(\ln n)^n} < \frac{n}{n^{\ln n}} = \frac{1}{n^{\ln n-1}} $.

Since $\sum \frac{1}{n^{\ln n-1}} $ converges (since $\ln n - 1 > 1$ for $n > e^2$), so does $\sum \frac{n}{(\ln n)^n} $.

marty cohen
  • 107,799
0

the series converges; the root test yields

$$\lim \frac{\sqrt[n]{8n}}{\log n} = \lim \frac{1}{\log n} = 0 $$

Since the limit is $< 1$ the series converges.

Ant
  • 21,098