Consider the series $$\sum_{n \geq 2} \frac{1}{n^p \ln^qn}$$ Prove that:
- The series converges if $p > 1$ (and any $q$), or if $p = 1$ and $q > 1$.
- The series diverges if $p < 1$ (and any $q$), or if $p = 1$ and $q \leq 1$.
Immediately I know that we must have $p > 0$, otherwise the general term won't go to zero.
The ratio test fails, since if we call $x_n = \frac{1}{n^p \ln^qn}$, we get that: $$\frac{x_{n+1}}{x_n} = \frac{n^p \ln^q n}{(n+1)^p \ln^q(n+1)} = \left(\frac{n}{n+1}\right)^p \left(\frac{\ln n}{\ln(n+1)}\right)^q \to 1 \cdot 1 = 1$$
Since $n^{p/n} = e^{(p \ln n)/n}$ and $\ln^{q/n}n = e^{(q \ln \ln n)/n}$, the root test also fails: $$\sqrt[n]{|x_n|} = \sqrt[n]{\frac{1}{n^p \ln^qn}} = \frac{1}{n^{p/n} \ln^{q/n}n} \to \frac{1}{1 \cdot 1} = 1$$ so, no good. I hardly think that the integral test will help here. I thought the idea was to get some condition on $p$ and $q$ by using the above tests.
Then, I'm left with comparing it with $1/n^2$ or something like it, but I'm a little lost about how to go about it. Can someone give me a hand? Thanks.