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##.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top