8
$\begingroup$

I start with the fact that the zeros of $\sin x$ are $ n\pi$, $n\in\mathbb{Z}$. Therefore, it should be possible to express it as an infinite product: $$\sin x = x (x-\pi)(x+\pi)(x-2\pi)(x+2\pi)\cdots$$ $$ = x\prod_{n=1}^\infty (x^2 - n^2\pi^2) $$ From here I cannot factor out $\pi^2$ as there are infinite terms and $\pi^\infty$ doesn't look reasonable. If I take out $n^2$ then I have $$x(n!)^2 \prod_{n=1}^\infty (\frac{x^2}{n^2} - \pi^2)$$ But this isn't complete. Infact, this looks wrong (n is defined inside the product afterall). What further manipulations would enable me to get the correct product: $$\sin x = x\prod(1-\frac{x^2}{n^2\pi^2})$$

  • 0
    At the second line, the product you write is not convergent. Put $f_n(x):=n^2\pi^2-x^2$. Then put $g_n(x):=\frac 1{n^2}f_n(x)$: since for all $x$ we have $\lim_{n\to\infty}g_n(x)=1$, we can hope that the product converges.2011-08-26
  • 1
    It's not true that there are "infinite terms" unless there are some terms, each of which is infinite. Rather, there are _infinitely many_ terms.2011-08-26
  • 0
    many complex analysis books have discussions of infinite products (including the weierestrass product product formula and usually the specific examples of the sine and gamma functions)2011-08-26

1 Answers 1

6

The infinite product representation for the sine function is $$\sin(\pi x)=\pi x\prod_{1}^\infty \left(1-\frac{x^2}{n^2}\right).$$ So in the post, $\sin x$ should be replaced by $\sin(\pi x)$. Then the issue raised in the post disappears.

To prove the result, one needs quite a bit more function theory than the informal type of reasoning about zeros. Note that for example $e^z$ has no zeros, but $e^z$ is not equal to the empty product.

Your informal attack on the infinite product is not very distant from that of Euler. That is very good company to be in!

  • 0
    My favorite reference on infinite products is Remmert's book *[Classical topics in complex function theory](http://books.google.com/books?id=BHc2b0iCoy8C)* where you can find two of the derivations plus historical remarks on [pages 12-18](http://books.google.com/books?id=BHc2b0iCoy8C&pg=PA12) with the necessary background on the preceding pages. Some basic applications of the Euler product are briefly mentioned in [my answer here](http://math.stackexchange.com/questions/18179).2011-08-26
  • 0
    The factor $\pi x$ in the expansion of $\sin \pi x$ can be seen as a consequence of $\displaystyle\underset{x\rightarrow 0}{\lim }\displaystyle\frac{\sin \pi x}{x}=\pi$.2011-08-26