0

I'm trying to demonstrate the convergence of the following series: $$\sum \frac{\sin(1/n)}{\sqrt{n}}$$

I know I can prove the convergence by the comparison test. I started like

$$\frac{\sin(1/n)}{\sqrt{n}} \le \frac{1}{\sqrt{n}},$$

but now I'm stuck because $\frac{1}{\sqrt{n}}$ diverges. With which sequence can I compare it to be able to use the comparison test?

Can you give me a hint?

hlapointe
  • 1,610

2 Answers2

1

Hint: $\sin(\frac1n)\leq \frac1n$

0

Since $\sin(x) < x$ for $0 < x < \pi/2$,

$\sum_{n=1}^m \frac{\sin(1/n)}{\sqrt{n}} < \sum_{n=1}^m \frac{1/n}{\sqrt{n}} \sum_{n=1}^m \frac{1}{n^{3/2}} $

and this converges by lots of tests.

marty cohen
  • 107,799