PDA

View Full Version : log and Riemann sums


tonix
Mar18-05, 10:28 AM
I have been working on this problem for a while.
I am supposed to prove that
log 2 = \lim_{n \rightarrow \infty} \frac{1}{n+1} + \frac{1}{n+2} + ... + \frac{1}{2^n}.

The problem is that I have a hard time figuring out how I am supposed to prove that something is equal to a transcendental function without assuming its existence.

First, I am supposed to let

\lim_{n \rightarrow \infty} \frac{1}{n+1} + \frac{1}{n+2} + ... + \frac{1}{2^n} = \lim_{n \rightarrow \infty} \frac{1}{n} \sum_{k=1}^n \frac{1}{1+\frac{k}{n}}

So far so good... but then I should use Riemann sums to prove that this is equal to log 2. How can I do that?

matt grime
Mar18-05, 10:39 AM
your bracketing seems off, you mean the terms are like 1/(n+1), right.

tonix
Mar18-05, 02:20 PM
your bracketing seems off, you mean the terms are like 1/(n+1), right.

I changed the equations to latex, hope it is clear now.

shmoe
Mar18-05, 03:06 PM
I think you mean:


\log 2 = \lim_{n \rightarrow \infty} \frac{1}{n+1} + \frac{1}{n+2} + ... + \frac{1}{2n}

Can you write log(2) in terms of an integral? How did you define the function log(x)?

tonix
Mar18-05, 10:02 PM
I think you mean:


\log 2 = \lim_{n \rightarrow \infty} \frac{1}{n+1} + \frac{1}{n+2} + ... + \frac{1}{2n}

Can you write log(2) in terms of an integral? How did you define the function log(x)?

No, I (or better the author of the book) mean 2^n. The problem is given just like that. log(x) is just defined the usual way.

matt grime
Mar19-05, 09:46 AM
The reason shmoe said 2n and not 2 to the n is that you rewriting of the series in that second form does not agree with the original one.

tonix
Mar19-05, 02:59 PM
The reason shmoe said 2n and not 2 to the n is that you rewriting of the series in that second form does not agree with the original one.

argh....
yes. I just checked the errata and it indeed is 2n and not 2^n.
Well, given that it is 2n, does anybody have any ideas how to prove it using Riemann sums.

Data
Mar19-05, 03:54 PM
What is

\int_1^2 \frac{1}{x} dx

?

What is the Riemann sum of the above integral?

MolotovMonarch
Mar19-05, 11:05 PM
What is

\int_1^2 \frac{1}{x} dx

?

What is the Riemann sum of the above integral?
um, what is n?

or do you just want to know the answer without using Riemann?

Data
Mar19-05, 11:58 PM
for arbitrary n of course.

tonix
Mar20-05, 05:47 PM
ah... I get it now. Thanks.