Following is the question I've been trying to work on but can't get enough of it:
$$\lim_{n\rightarrow \infty} \sin\left(\cfrac{n}{n^2+1^2}\right) + \sin\left(\cfrac{n}{n^2+2^2}\right) + \cdots + \sin\left({\cfrac{n}{n^2+n^2}}\right) $$
I'm required to find the value of the above limit. All I could think about is to take $n^2$ common from numerator and denominator of each term.
$$\lim_{n\rightarrow \infty} \sin\left(\cfrac{1/n}{1+1^2/n^2}\right) + \sin\left(\cfrac{1/n}{1+2^2/n^2}\right) + \cdots + \sin\left({\cfrac{1/n}{1+n^2/n^2}}\right) $$
Now since $n \to \infty$ then shouldn't each term inside the sine function be zero and thus value of limit be zero? Where am I going wrong in this approach?
Also, I found a trick for this question specified in my book as:
To use the following inequality : $$\color{blue}{\theta - \cfrac{\theta^3}{3!} < \sin \theta < \theta }$$
And then to replace $\theta$ with $\cfrac{n}{n^2+k^2}$. I've never seen this inequality before, can anyone refer to the proof of this inequality? (or give the proof).
EDIT:
After working with the suggestions posted in the comments and answers: (and the link of the duplicate post)
I do get the following equation:
$$ \lim_{n \to \infty} \sum_{k=1}^{n} \cfrac{1}{n} \left(\cfrac{1}{1+(k/n)^2}\right)$$
How can I convert this into Integral now?
It is simply related to : $$\sin x = x - x^3/3! + \text{positive quantity} $$
$$\sin x > x - x^3/3!$$ Right?
– Kushashwa Ravi Shrimali Dec 01 '15 at 03:51