I've read somewhere on this site that if you consider:
$$\int_0^1 \int_0^1 \frac{1}{1-xy} \,dy\,dx$$
Then using the power series, we have this is equal to $\sum_{n=1}^{\infty} \frac{1}{n^2}$ which I decided to try and was able to show.
Apparently we can show this is equal to $\frac{\pi^2}{6}$, and using what little I know about double integrals from a few khan academy videos (I haven't taken multivariable calculus yet), I tried to evaluate this double integral by techniques of single variable calculus $u=xy$..and I got this:
$$-\int_{0}^{1} \frac{\ln (1-x)}{x}dx$$
The usual way I would evaluate this is with a Taylor series, but that just that just leads us in circles.
So I want to know how can I evaluate this, so we can prove $\sum_{n=1}^{\infty} \frac{1}{n^2}=\frac{\pi^2}{6}$.