The problem:
Does the sequence {$\frac{n+sin(n)}{n}$} converge? Prove your answer.
Since this came from the ratio test section of my book, I figured that the way to prove this would be through the ratio test.
proof:
$\lim_{n\to \infty}$ |$\frac{(a_n + 1 )}{a_n} |= $$\frac {(n+1)+sin(n+1)}{(n+1)}$ * $\frac{n}{(n+sin(n))}$ = ??
My question is my approach okay for this question? If it a correct approach, can I get tips on how to simplify what I have so far? At the current moment, I don't even know how to simply this down so that I get one of the three results of the ratio test. This is meant to be done in an Intro to Real Analysis context.