0

$ \sum_{n=1}^{\infty}\arcsin(1/n)$ need some hint to prove that this sum is DIVERGENT

i have tried wolfram alpha and the partial series seems to go increasing so $ S(k)<S(k+1) $

but no hint after there to prove convergence

Samuel Adrian Antz
  • 2,134
  • 1
  • 5
  • 19
Jose Garcia
  • 8,506
  • One way is to use integral test (because all terms are positive): $\int \sin^{-1}(1/x) dx$ is elementary. Solution involves $u$-sub of $u = 1/x$ followed by integration by parts. – Doug Aug 12 '22 at 17:40

2 Answers2

3

$\arcsin \frac 1n \ge \frac 1n$ and $\sum \frac 1n$ diverges.

Kroki
  • 13,135
2

Solution 1 (more difficult): Use integral test (because all terms are positive): $\int \sin^{-1}(1/x)dx$ is elementary. Solution involves u-sub of u=1/x followed by integration by parts.

Solution 2 (easier): Because $\sin^{-1}$ is monotonic on the interval $(0,1]$, and $\sin(x)<x$, it follows that $x<\sin^{-1}(x)$. Therefore, your series is larger than the harmonic series.

In either case, you will find that the series diverges.

Doug
  • 2,436