0

So I want to find out if $\sum _{n=1}^{\infty }\:\left(\frac{1}{n}\right)^{\ln n}$ and $\sum _{n=1}^{\infty }\:\frac{\left(-1\right)^n}{\ln\left(2+\ln n\right)}$ diverges or not.

For $\sum _{n=1}^{\infty }\:\left(\frac{1}{n }\right)^{\ln n}$, I see that I have $\frac{1}{n}$ and that it might help, but I have no clue of how to get rid of $\ln(n)$. So I am a bit stuck here.

For $\sum _{n=1}^{\infty }\:\frac{\left(-1\right)^n}{\ln\left(2+\ln n\right)}$, I would like to think that the series are alternating. Also, since the coefficient $\ln (2+\ln n)$ is monotonically increasing, the series is not convergent according to Leibniz (I think?).

Can I say that because $\sum _{n=1}^{\infty }\:\frac{1}{n}$ is divergent, my series is also divergent then?

  • For the first series, note that $\ln n \geq 2$ if $n\geq e^2$. For the second one, you may consider the alternating series test. – Sangchul Lee Sep 15 '20 at 23:54

2 Answers2

3
  1. If $\ln n > 2$, then $\frac{1}{n^{\ln n}}<\frac{1}{n^2}$. What can you deduce from this?

  2. The sequence $\frac{1}{\ln(2+\ln n)}$ is monotonically decreasing to zero as $n\to\infty$. Is there a theorem you know that can help you decide what happens when a monotonically decreasing to zero sequence appears with changing signs in a series?

  • I guess it grows faster so it will approach infinity and therefore it is divergent?

  • The theorem says that when a monotonically decreasing to zero sequence appears with changing signs in a series, it converges. Is that right?

  • – PythonDaniel Sep 16 '20 at 00:19