I am trying to show
\begin{eqnarray*} \sum_{n=1}^{\infty} \sum_{m=1}^{\infty} \frac{1}{(n+m)^2 2^{n}} =(\ln(2))^2. \end{eqnarray*}
Motivation : I want to use this to calculate $ \operatorname{Li}_2(1/2)$. So I want a solution to the above that does not use any reference to dilogarithms and please avoid rational multiples of $\pi^2$ (if possible).
Right, lets turn it into a double integral. ( I know lots of you folks prefer integrals to plums.)
Show
\begin{eqnarray*} \int_0^1 \int_0^1 \frac{xy \ dx \ dy}{(1-xy)(2-xy)} =(\ln(2))^2. \end{eqnarray*}
Reassuringly Wolfy agrees
My try: Let $u=xy$, & the double integral becomes \begin{eqnarray*} \int_0^1 \frac{dy}{y} \int_0^y \frac{u \ du }{(1-u)(2-u)} . \end{eqnarray*} Partial fractions \begin{eqnarray*} \frac{u}{(1-u)(2-u)} =\frac{1}{1-u} - \frac{2}{2-u}. \end{eqnarray*} Do the $u$ integrations to leave the $y$ integrals \begin{eqnarray*} -\int_0^1 \frac{\ln(1-y) dy}{y} +2 \int_0^1 \frac{\ln(2-y) dy}{y}. \end{eqnarray*} The first integral is \begin{eqnarray*} -\int_0^1 \frac{\ln(1-y) dy}{y} = \frac{ \pi^2}{6}. \end{eqnarray*} which I was hoping to avoid and even worse Wolfy says the second integral is divergent
So you have a choice of questions, where did I go wrong in the above ? OR how can we show the initially stated result?
You only forgot to evaluate the second part of the $u$-integral at the lower limit: \begin{align} \int \limits_0^1 \int \limits_0^y \left[\frac{1}{1-u} - \frac{2}{2-u}\right] \mathrm{d} u \, \frac{\mathrm{d} y}{y} &= \int \limits_0^1 \frac{-\ln(1-y) + 2 \ln(2-y) \color{red}{-2\ln(2)}}{y} \mathrm{d} y \\ &= \int \limits_0^1 \frac{-\ln(1-y) + 2 \ln\left(1-\frac{y}{2}\right)}{y} \mathrm{d} y \\ &\hspace{-4.55pt}\stackrel{y = 2z}{=} \hspace{-2pt} \int \limits_0^{1/2} \frac{-\ln(1-y)}{y} \, \mathrm{d} y + \int \limits_{1/2}^1 \frac{-\ln(1-y)}{y} \, \mathrm{d} y + 2 \int \limits_0^{1/2} \frac{\ln(1-z)}{z} \, \mathrm{d} z \\ &\hspace{-8pt}\stackrel{y = 1-x}{=} \hspace{-2pt} \int \limits_0^{1/2} \frac{-\ln(x)}{1-x} \, \mathrm{d} x + \int \limits_0^{1/2} \frac{\ln(1-z)}{z} \, \mathrm{d} z \\ &= \int \limits_0^{1/2} \left[\frac{\mathrm{d}}{\mathrm{d} t} \ln(t)\ln(1-t)\right] \mathrm{d} t = \ln^2\left(\frac{1}{2}\right) = \ln^2(2) \, . \end{align}