Limit of definite sum equals ln(2)

  • Thread starter Thread starter Berrius
  • Start date Start date
  • Tags Tags
    Limit Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Berrius
Messages
19
Reaction score
0

Homework Statement


As part of a problem I have to show that [tex]lim_{n\to\infty}\sum_{i=\frac{n}{2}}^{n}\frac{1}{i}=ln(2)[/tex]


Homework Equations


Taylor expansion of ln(2): [tex]\sum_{i=1}^{\infty}\frac{(-1)^{k+1}}{k}[/tex]


The Attempt at a Solution


ln(2) can be written as: [tex]ln(2) = \sum_{i=1}^{\frac{n}{2}}\frac{(-1)^{k+1}}{k} + \sum_{i=\frac{n}{2}+1}^{n}\frac{(-1)^{k+1}}{k} + \sum_{i=n+1}^{\infty}\frac{(-1)^{k+1}}{k}[/tex]

Where the middle term looks a lot like the sum i need. However I need some way to get rid of the alternating sign change, but i don't see how.
 
Physics news on Phys.org
Berrius said:

Homework Statement


As part of a problem I have to show that [tex]lim_{n\to\infty}\sum_{i=\frac{n}{2}}^{n}\frac{1}{i}=ln(2)[/tex]


Homework Equations


Taylor expansion of ln(2): [tex]\sum_{i=1}^{\infty}\frac{(-1)^{k+1}}{k}[/tex]


The Attempt at a Solution


ln(2) can be written as: [tex]ln(2) = \sum_{i=1}^{\frac{n}{2}}\frac{(-1)^{k+1}}{k} + \sum_{i=\frac{n}{2}+1}^{n}\frac{(-1)^{k+1}}{k} + \sum_{i=n+1}^{\infty}\frac{(-1)^{k+1}}{k}[/tex]

Where the middle term looks a lot like the sum i need. However I need some way to get rid of the alternating sign change, but i don't see how.

You can use the exact result that
[tex]\sum_{i=1}^n \frac{1}{i} = \Psi(n+1) + \gamma,[/tex]
where ##\gamma## is Euler's constant and
[tex]\Psi(x) = \frac{\Gamma^{\, \prime}(x)}{\Gamma(x)}[/tex]
is the so-called "di-gamma" function. This function has numerous published properties, which should allow you to derive the answer you want.
 
Thanx. But I think this approach is beyond the scope of my course. I was specifically told to look at the taylor expansion of ln(2). Is there a way to do it that way?