wany
- 72
- 0
Homework Statement
Given the recursive sequence: [itex]a_k=(-1)^k(1+k\sin(\frac{1}{k}))^{-1}a_{k-1}, k>1[/itex] with [itex]a_1=1[/itex]. Prove that [itex]\displaystyle\sum\limits_{k=1}^{\infty} a_k[/itex] 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 [itex]\mathop {\lim }\limits_{k \to \infty } |\frac{1}{1+(k+1)\sin(\frac{1}{k+1})}|[/itex]
Then I use l'hopital's rule several times and get it down to:
[itex]\frac{-cos(\frac{1}{k+1})}{k+1}[/itex]
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.