wany
- 72
- 0
Homework Statement
Given the recursive sequence: a_k=(-1)^k(1+k\sin(\frac{1}{k}))^{-1}a_{k-1}, k>1 with a_1=1. Prove that \displaystyle\sum\limits_{k=1}^{\infty} a_k converges absolutely.
Homework Equations
ratio test, l'hospital's rule
The Attempt at a Solution
So I know how to do this problem using the approximation of sine, but we cannot use that.
So I use the ratio test to get \mathop {\lim }\limits_{k \to \infty } |\frac{1}{1+(k+1)\sin(\frac{1}{k+1})}|
Then I use l'hopital's rule several times and get it down to:
\frac{-cos(\frac{1}{k+1})}{k+1}
So taking the limit as k goes to infinity of this, I know that cos is bounded by -1,1 and 1/(k+1) goes to 0, so this would go to 0.
So since 0 < 1, we can say that this series converges absolutely by the ratio test.