I'm trying to find when series $$\sum_{n = 1}^{+\infty} \frac{\ln(n)}{n^\alpha}$$ converges or diverges, but unfortunately without use of integral calculus (as we haven't reached it yet in our real analysis course). My problems book says it is preferable to use p-series ratio test.
For $\alpha = 1$, we can compare series with $\sum_{n = 1}^{+\infty} \frac{1}{n}$, which is divergent, and so is original series then (since n-th term of it is greater than n-th term of harmonic series). For $\alpha < 1$ the case is same.
For $\alpha > 1$ my logic is as follows:
Taking $b_n = \frac{1}{n^{\alpha - \epsilon}}$, $a_n = \frac{\ln n}{n^\alpha}$ and taking $\lim \frac{a_n}{b_n} = \lim \frac{\ln n}{n^\varepsilon}$ we get, that for this series to converge $\alpha - \varepsilon > 1$ and for limit to be finite it is required to $\varepsilon > 0$. This gives us $\alpha > 1 + \varepsilon$. Since $\alpha > 1 + \varepsilon$ it holds that $\alpha > 1$.
Is my attempt correct?