My intuition was to try and see if the series is a Riemann Sum of a function and then see what happens but I can't really see which function fits here.
Thanks!
My intuition was to try and see if the series is a Riemann Sum of a function and then see what happens but I can't really see which function fits here.
Thanks!
I'll replace $x$ by $\Delta x.$ Let $f(x) = 1/(x^2+1).$ Then we want fo find
$$\lim_{\Delta x\to 0^+}\sum_{n=1}^{\infty} f(n\Delta x)\Delta x.$$
The above sum can be viewed as an "infinite Riemann sum" of areas of rectangles of base $\Delta x$ and heights $f(n\Delta x).$ Because $f$ is positive and decreasing, the limit is what you would expect, namely
$$\int_0^\infty f(x)\,dx = \int_0^\infty \frac{dx}{x^2 + 1}= \pi/2.$$
See my link in the comments for the justification of this limit; it's quite simple.
Notice, $$\lim_{x\to 0}\sum_{n=1}^{\infty}\frac{x}{n^2x^2+1}=\lim_{x\to 0}\sum_{n=1}^{\infty}\frac{x}{(nx)^2+1}$$ Let $nx=u\implies u\in[0, \infty)\ as \ x\to 0, n\to \infty $ $$=\int_{0}^{\infty}\frac{du}{u^2+1}$$ $$=[\tan^{-1}(u)]_{0}^{\infty}$$ $$=\tan^{-1}(\infty)-\tan^{-1}(0)=\frac{\pi}{2}$$