Infinite product converges if and only if sum converges

ToNoAvail27
Messages
7
Reaction score
0

Homework Statement


a_n is a sequence of positive numbers. Prove that \prod_{n=1}^{\infty} (1+a_n) converges if and only if \sum_{n=1}^{\infty} a_n converges.


Homework Equations





The Attempt at a Solution


I first tried writing out a partial product: \prod_{n=1}^{N} (1+a_n) = (1+a_1)(1+a_2)\dots(1+a_N) = 1 + \prod_{n=1}^{N} a_n + \sum_{n=1}^{N} a_n + C, where C is the sum of all the combinations of the a_i, such as a_1a_2a_N etc, but that did not really lead me to much. I was given the hint of using the logarithm, but I am not really sure when I would use that. Perhaps when the sum converges, so does \log(1+a_n), though I'm not sure how that relates.
 
Physics news on Phys.org
How does ##\log(1+a_n)## compare with ##a_n##?
 
Well, ##\log(1+a_n) < a_n## so it will converge when ##a_n## does?
Also, if it does converge then wouldn't
##\sum_{n=1}^{N} \log(1+a_n) = \log(1+a_1)+\log(1+a_2)+\ldots+\log(1+a_n) = \log(\prod_{n=1}^{N}(1+a_n))## imply that the product would converge?
 
ToNoAvail27 said:
Well, ##\log(1+a_n) < a_n## so it will converge when ##a_n## does?
Also, if it does converge then wouldn't
##\sum_{n=1}^{N} \log(1+a_n) = \log(1+a_1)+\log(1+a_2)+\ldots+\log(1+a_n) = \log(\prod_{n=1}^{N}(1+a_n))## imply that the product would converge?
Yes, that's right. The function ##\log## is continuous, which justifies this step:
$$ \log \lim_{N \rightarrow \infty} \prod_{n=1}^{N} (1+a_n) = \lim_{N \rightarrow \infty} \log \prod_{n=1}^{N} (1+a_n)$$
Then apply the product-to-sum property of the log to get
$$\log \prod_{n=1}^{N} (1+a_n) = \sum_{n=1}^{N} \log (1+a_n)$$
The right hand side is smaller than ##\sum_{n=1}^{N} a_n##. Putting it all together and taking limits gives you a proof that ##\log \prod_{n=1}^{\infty} (1+a_n) \leq \sum_{n=1}^{\infty}a_n##. What can you conclude?

Note that the problem statement says "if and only if", so you still need to prove the implication in the other direction.
 
ToNoAvail27 said:

Homework Statement


a_n is a sequence of positive numbers. Prove that \prod_{n=1}^{\infty} (1+a_n) converges if and only if \sum_{n=1}^{\infty} a_n converges.


Homework Equations





The Attempt at a Solution


I first tried writing out a partial product: \prod_{n=1}^{N} (1+a_n) = (1+a_1)(1+a_2)\dots(1+a_N) = 1 + \prod_{n=1}^{N} a_n + \sum_{n=1}^{N} a_n + C, where C is the sum of all the combinations of the a_i, such as a_1a_2a_N etc, but that did not really lead me to much. I was given the hint of using the logarithm, but I am not really sure when I would use that. Perhaps when the sum converges, so does \log(1+a_n), though I'm not sure how that relates.

For 0 < x < 1 we have
x -\frac{1}{2} x^2 &lt; \ln(1+x) &lt; x
This gives you valuable information when N is so large that ##a_n < 1 \: \forall n \geq N##.
 
ToNoAvail27 said:

Homework Statement


a_n is a sequence of positive numbers. Prove that \prod_{n=1}^{\infty} (1+a_n) converges if and only if \sum_{n=1}^{\infty} a_n converges.


Homework Equations





The Attempt at a Solution


I first tried writing out a partial product: \prod_{n=1}^{N} (1+a_n) = (1+a_1)(1+a_2)\dots(1+a_N) = 1 + \prod_{n=1}^{N} a_n + \sum_{n=1}^{N} a_n + C, where C is the sum of all the combinations of the a_i, such as a_1a_2a_N etc, but that did not really lead me to much. I was given the hint of using the logarithm, but I am not really sure when I would use that. Perhaps when the sum converges, so does \log(1+a_n), though I'm not sure how that relates.

For 0 < x < 1 we have
x -\frac{1}{2} x^2 &lt; \ln(1+x) &lt; x
This gives you valuable information when n is so large that ##a_n < 1##.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top