Determine whether the following series converges conditionally, or converges absolutely. $$\sum^\infty_{k=2}\frac{\sin(\frac{\pi}{2}+k\pi)}{\sqrt{k}\ln(k)}$$
What could I use here to work this out? This isn't monotone. I've tried using the Ratio Test but this seems kinda cumbersome. Is there a better way to do this?
Was I even allowed to use the Ratio Test? I've just remembered it's not for $\sum^\infty_{n=c}$ but for $n=1$.
Note that
$$\sum^\infty_{k=2}\frac{\sin(\frac{\pi}{2}+k\pi)}{\sqrt{k}\ln(k)}=\sum^\infty_{k=2}\frac{(-1)^k}{\sqrt{k}\ln(k)}$$
thus it converges conditionally by alternating series test while
$$\sum^\infty_{k=2}\left|\frac{\sin(\frac{\pi}{2}+k\pi)}{\sqrt{k}\ln(k)}\right|=\sum^\infty_{k=2}\frac{1}{\sqrt{k}\ln(k)}$$
diverges by limit comparison test with $\frac{1}{k^\frac34}$.
For the latter, as an alternative suggested by Mark Viola, note that since for any $a>0$
$$\log x^a\le x^a-1 \implies\log x\le \frac{x^a-1}{a}<\frac{x^a}{a}$$
selecting $a=\frac12$ we have
$$\sum^\infty_{k=2}\frac{1}{\sqrt{k}\ln(k)}>\sum^\infty_{k=2}\frac{1}{2k}$$