The task is to determine for which values of $\alpha$ is the following series is conditionally convergent and absolutely convergent. My attempt is below.
$$\sum_{n=1}^{\infty} {n^{-\alpha}\cdot(\ln{n}) \cdot (\sin{n})}$$
I first noted that if $\alpha \leq 0$ then the limit is not $0$ thus we must have that $\alpha \gt 0$.
Next, I decided to check for absolute convergence. Using Dirichlet's test, it is known that the partial sums of the sine function are bounded (see here for an example of a proof). Thus, what remains to show is that $\dfrac {\ln{n}} {n^\alpha}$ is monotone decreasing since the limit is clearly $0$ for $\alpha\gt 0$.
I calculated the derivative:
$$f(n)=\dfrac {\ln{n}} {n^\alpha} \\ \therefore f'(n) = \dfrac {n^{\alpha -1}\left(1-\alpha\ln{n}\right) } {n^{2\alpha}} \tag{$*$}$$
Now,
$$f'(n) \lt 0\iff n^{\alpha -1}\left(1-\alpha\ln{n}\right) < 0$$ since $\displaystyle{ \forall \alpha, \qquad n^{2\alpha} > 0 }$.
From $(*)$ we can see that as $n \to \infty$, the expression $\left(1-\alpha\ln{n}\right)$ will eventually become negative for all $\alpha > 0$. Thus the series is absolutely convergent for all $\alpha > 0$. I'd appreciate any feedback on whether or not this solution is valid, and if I can conclude from this that there does not exist an $\alpha$ for which the series is conditionally convergent. I have tried to think of cases I might be missing but so far have found none.
$$\sum {n\geq 1} |\sin(n)| \cdot \left| \frac{\ln n}{n^\alpha} \right| \leq \sum{n\geq 1} 2\cdot \left| \frac{\ln n}{n^\alpha} \right| $$. Since $\dfrac{\ln n}{n^\alpha} \geq \dfrac{1}{n^\alpha}$ for $n \gt e$ we have that $$\sum_{n>e} \dfrac{\ln n}{n^\alpha} \geq \sum_{n>e} \dfrac{1}{n^\alpha}$$ which diverges (p-series). Does that work?
– E.Nole May 19 '19 at 19:08$$\sum {n\gt 1} |\sin(n)| \cdot \left| \frac{\ln n}{n^\alpha} \right| \geq \sum{n \gt 1} |\sin(1)| \cdot \left| \frac{\ln n}{n^\alpha} \right|$$ Then since $\sin(1) = const$ is a constant, we can use the comparison test argument as in the previous comment to conclude divergence. How is this now?
– E.Nole May 20 '19 at 14:23Using the inequality, $$\frac{|\sin n|}{n}\ge\frac{\sin^2n}{n}=\frac12\Bigl(\frac1n-\frac{\cos(2,n)}{n}\Bigr).$$ We get $$\sum {n\gt 1} |\sin(n)| \cdot \left| \frac{\ln n}{n^\alpha} \right| \geq \sum{n\geq1} \left| \frac{\ln n}{n^\alpha} \right| - \sum_{n \geq1} \frac{\cos(2n)}{n^{\alpha}} $$
The second summand is convergent by Dirichlet's test. The first summand is divergent for $\alpha \in (0;1]$ since $$\sum_{n>e} \dfrac{\ln n}{n^\alpha} \geq \sum_{n>e} \dfrac{1}{n^\alpha}$$
– E.Nole May 20 '19 at 15:22