show that: this limit $$I=\lim_{n\to\infty}\dfrac{1}{n}\sum_{i=1}^{n}\sum_{j=1}^{n}\dfrac{i+j}{i^2+j^2}=\dfrac{\pi}{2}+\ln{2}$$
My try: $$I=\lim_{n\to\infty}\dfrac{1}{n^2}\sum_{i=1}^{n}\sum_{j=1}^{n}\dfrac{\dfrac{i}{n}+\dfrac{j}{n}}{\left(\dfrac{i}{n}\right)^2+\left(\dfrac{j}{n}\right)^2}=\int_{0}^{1}\int_{0}^{1}\dfrac{x+y}{x^2+y^2}dxdy?$$
This idea is true? and have other methods?
[Incomplete answer]
Probably a good place to start is to note: $$\int_0^1\int_0^1\frac{x}{x^2+y^2}\,dx\,dy = \int_0^1\int_0^1\frac{y}{x^2+y^2}\,dx\,dy$$
by symmetry, assuming the integral exists.
So you really need to compute $$\int_0^1\int_0^1 \frac{2x}{x^2+y^2}\,dx \,dy$$
That looks easier to compute.
$$\int_0^1\frac{2x}{x^2+y^2} dx = \log (1+y^2)-\log(y^2) = \log(1+y^{-2})$$
That leads to $$\int_0^1 \log(1+y^{-2})\,dy$$
Not sure if that's going to do any good.