I never covered infinite products in my real analysis class, so I have no idea. I was wondering about the convergence of the above product. Thanks in advance.
-
2Grosso modo, $$(1+x)(1+x^2)(1+x^4)(1+x^8)= \frac{1-x^{16}}{1-x}$$ , so on. This question is not really about the convergence of infinite products, but rather some tricky stuff. – Paresseux Nguyen Dec 03 '20 at 01:26
-
An infinite product only converges if the logarithm of it converges, which turns it into a summation of logarithms – PrincessEev Dec 03 '20 at 01:40
-
4Duplicate of Infinite product $(1+z)\prod_{n=1}^{+\infty}(1+z^{2^{n}})$ – heropup Dec 03 '20 at 01:42
3 Answers
By uniqueness of binary expansion, $$\prod\limits_{n=0}^{\infty} (1+x^{2^{n}})=\sum_{k=0}^\infty x^k,$$ which is $$\frac{1}{1-x}$$ if $|x|<1$.
- 45,619
$$\prod\limits_{n=0}^{\infty}( 1+x^{2^{n}}) $$ is such that every term is $1+x^{2^{n}}$ and since the exponent of $x$ is always even, you have that $x^{2^n}\ge 0$. This means that we have 3 cases:
If $x=0$ then the product is $1$,
Else, if $|x|\ge 1$ we have that the general term is $\ge 2$ so the infinite product is bigger than "$2^{+\infty}$", so it diverges.
Finally, if $0<|x|<1$, we use this criteria: $$\prod\limits_{n=0}^{\infty}( 1+x^{2^{n}}) \mbox{ converges} \iff \sum_{n=0}^{\infty}\log(1+x^{n^2}) \mbox{ converges.} $$ That series is such that $$\sum_{n=0}^{\infty}\log(1+x^{n^2}) \le \sum_{n=0}^{\infty}x^{n^2}$$ and for the values of $x$ considered it converges.
- 1,310
First of all, if $\sum_{n=0}^{\infty}\ln(1+x^{2^n})$ converges then so does the product in question.
Now $x$ must satisfy $|x|<1$ for this to converge. However, for each such $y \le 1$; $y$ positive note that $0\le \ln(1+y) \le 2y$. So $\ln(1+x^{2^n})$ is no larger than $2x^{2^n} < 2x^n$ for each $x$ satisfying $|x| < 1$.
Thus
$$0 \le \sum_{n=0}^{\infty}\ln(1+x^{2^n}) \le \sum_{n=0}^{\infty} x^n $$
and $\sum_{n=0}^{\infty} x^n$ converges.
- 20,434