4

To find the value of $$\sum_{m=1}^{∞}{\sum_{n=1}^{∞}{\frac{m^2\cdot n}{3^m \cdot (n\cdot 3^m+m\cdot3^n)} } }$$ I dont know how to proceed to these kind of problems. Can anybody provide a sol to this problem which may give me an insight to solve more like these :)

Dinesh
  • 715

1 Answers1

6

We have, with a classical symmetry trick: $$2\sum_{n=1}^{+\infty}\sum_{m=1}^{+\infty}\frac{m^2 n}{3^m(m 3^n + n 3^m)}=\sum_{n=1}^{+\infty}\sum_{n=1}^{+\infty}\frac{\frac{m^2n}{3^m}+\frac{mn^2}{3^n}}{m3^n+n3^m}=\sum_{n=1}^{+\infty}\sum_{m=1}^{+\infty}\frac{mn}{3^{m+n}}=\left(\sum_{n=1}^{+\infty}\frac{n}{3^n}\right)^2$$ hence the original series just equals $\frac{1}{2}\left(\frac{3}{4}\right)^2 = \color{red}{\frac{9}{32}}.$

Jack D'Aurizio
  • 353,855