0

I recently read and immediately loved Euler's solution to the Basel problem. In essence, he took the polynomial on the LHS of the below equation and equated it to the infinite product of its factors by noting that the polynomial is just $\frac{sin(x)}{x}$, and that $sin(x)$ has roots at integer multiples of $\pi$.

$$1 - \frac{x^2}{3!} + \frac{x^4}{5!} -... = (1-\frac{x^2}{\pi^2})(1-\frac{x^2}{4 \pi^2})...$$

You can then expand and equate the $x^2$ term to find the solution to the zeta function of $2$. This part makes sense to me, but the article then stated that he further expanded the product to find (in theory) all even values of the zeta function.

I was trying to do this myself to find the solution to the zeta function of $4$, but have thus far been unsuccessful. I tried expanding further on the RHS, but didn't end up with inverse fourth power terms like I wanted. I also tried multiplying both sides by the infinite product $(1+\frac{x^2}{\pi^2})(1+\frac{x^2}{4 \pi^2})...$ to get the desired RHS, but the LHS seemed to get quite messy in the process.

I would greatly appreciate some help!

infinitylord
  • 4,777

3 Answers3

2

Hint:

Well, you know this much:

$$\frac{\sin(x)}x=\left(1-\frac{x^2}{1^2\pi^2}\right)\left(1-\frac{x^2}{2^2\pi^2}\right)\dots$$

From that, you should be able to deduce the following:

$$\frac{\sin(ix)}{ix}=\left(1+\frac{x^2}{1^2\pi^2}\right)\left(1+\frac{x^2}{2^2\pi^2}\right)\dots$$

And multiply them together, you have

$$\frac{\sin(x)}x\frac{\sin(ix)}{ix}=\left(1-\frac{x^4}{1^4\pi^4}\right)\left(1-\frac{x^4}{2^4\pi^4}\right)\dots$$

  • And of course, if you want more explanation and less hint, feel free to ask. – Simply Beautiful Art Jan 05 '17 at 21:23
  • Perfect, thank you! I was able to get the correct result with that hint. I had the right idea about what to do on the RHS, but failed to see the connection between the infinite product of factors and $\frac{sin(ix)}{ix}$ – infinitylord Jan 05 '17 at 23:53
  • @infinitylord :D No problem. And you will probably have noticed how this works for $\zeta(6,8,\dots)$? – Simply Beautiful Art Jan 05 '17 at 23:54
  • I'm not entirely sure how to use it for all even powers, but I believe I see how to use it for all $\zeta(2^{n})$. For example, $\zeta (8)$ can be found by expanding the product $\frac{sin(x)}{x} \frac{sin(ix)}{ix} \frac{sin(\sqrt{i}x)}{\sqrt{i}x} \frac{sin(i\sqrt{i}x)}{i \sqrt{i}x}$, correct? – infinitylord Jan 06 '17 at 23:22
  • @infinitylord Yes, basically. :D – Simply Beautiful Art Jan 06 '17 at 23:23
0

One way to do that would be to partially multiply out the product up to the term $x^{4}$ and compare it to the $x^{4}$ in $\frac{\sin\left(\pi x\right)}{\pi x}$

If you begin to multiply and collect the terms in the fashion of $\sum_{j>i>0}^{} \frac{1}{i^{2}j^{2}}$, Then you have the following equality; \begin{equation} 2\sum_{j>i>0}^{} \frac{1}{i^{2}j^{2}}=\sum_{n>0}^{} \frac{1}{n^{2}}^{2}-\sum_{n>0}^{} \frac{1}{n^{4}} \end{equation}

From there, it is possible to find $\zeta(4)$ if you know $\zeta(2)$ and the coefficient of $x^{4}$ in $\frac{\sin\left(\pi x\right)}{\pi x}$

Dave huff
  • 779
0

I actually don't know how to do it with sum and product expansions, but, I do know how to do it with contour integration! here's a detailed page I wrote about it: Link.