Infinite series converging to natural log

zodiak770
Messages
5
Reaction score
0
Prove that sum 1/2^(n+1)*n/(n+1), from n=0 to infinity, converges to 1 - log(2), where log stands for the natural logarithm.

I know that the Taylor series for log(x) about x=1 is sum (-1)^(n+1)*(x-1)^n/n, but I don't see how these two statements are consistent.

Thanks for any pointers!
 
Last edited:
Physics news on Phys.org
The n(n + 1) in the denominator is a clue that you should try expressing each term of the series as the difference of two fractions.
 
sorry, what n(n+1) in the denominator? Also, there was a typo in my original post which I have since corrected--the first sum had terms of the form 2^(n+1)*n/(n+1), and it should have been 1/2^(n+1)*n/(n+1).
 
Ah -- your expression is ambiguously parenthesized and so I read what I expected to see, not what you intended. Do you mean the sum is \sum_{n\geq 1} \frac1{2^{n+1}} \frac{n}{n + 1}} = \sum_{n\geq 1} \frac{n}{2^{n+1}(n + 1)}? If so, to write it the way you did you should parenthesize: (1/2^(n+1))(n/(n + 1)).
 
yes--that's what I meant. Sorry for not making it more readable.
 
OK, here's a hint: you should, in fact, be thinking about the Taylor series which you wrote above, \log(1 + u) = \sum_{n\geq 1} \frac{(-1)^{n+1}u^n}{n} -- but the correct value of u is not 1.
 
well, my first thought is express 1 - log(2) = log(e/2)=log( 1+(e-2)/2 ), ie, letting u be (e-2)/2, and then we end up with the = sum { (-1)^(n+1)*((e-2)/2)^n/n } from n=0 to infinity... is this the right track?
 
You have one good idea and one bad idea in there. The bad idea is the one that introduces something that isn't in the series you're trying to mimic; the good idea is the one that introduces something that is in it.
 
zodiak770 said:
yes--that's what I meant. Sorry for not making it more readable.

Divide the series into two fractions:
S = \sum_{n=0}^\infty \frac 1 {2^{n+1}} - \sum_{n=0}^\infty \frac 1 {2^{n+1}(n+1)}
The first series is a geometrical progression, the second can be represented as \int_0^{1/2}\sum_{n=0}^\infty x^{n} dx.
 
  • #10
inline said:
Divide the series into two fractions:
S = \sum_{n=0}^\infty \frac 1 {2^{n+1}} - \sum_{n=0}^\infty \frac 1 {2^{n+1}(n+1)}
The first series is a geometrical progression, the second can be represented as \int_0^{1/2}\sum_{n=0}^\infty x^{n} dx.

You might also note that the second sum is a sum you can get out of your expansion of log(x-1) for a particular value of x.
 
Back
Top