Evaluate sum(n=2,n=infinity) ln(1-1/n^2) if it exists.

1 answer

1-1/n^2 = (n^2 - 1)/n^2 =(n+1)(n-1)/n^2

------>

Log(1-1/n^2) =

Log(n+1) + Log(n-1) - 2 Log(n).

If we define the difference operator Delta as:

(Delta f)(n) = f(n+1) - f(n)

Then applying Delta twice gives:

(Delta^2 f)(n) =

f(n+2) - 2f(n+1) + f(n)

The formula for Log(1-1/n^2) has the same structure. We see that:

Log(1-1/n^2) = Delta^2 f(n)

with:

f(n) = log(n-1)

In general, we have:

Sum from n = r to s of (Delta g)(n) =

g(r+1) - g(r) + g(r+2) - g(r+1) + ...
+ g(s) - g(s-1) + g(s+1) - g(s) =

g(s+1) - g(r)

So, we have:

Sum from n = 2 to N of Log(1-1/n^2) =

Sum from n = 2 to N of
Delta(Delta f)(n) =

(Delta f)(N+1) - (Delta f)(2)

Now

f(n) = log(n-1),

so

(Delta f)(n) = Log(n) - log(n-1) =

Log[n/(n-1)]

and we see that:

(Delta f)(N+1) - (Delta f)(2) =

Log[(N+1)/N] - Log(2)

The sum to infinity is the limit for N to infinity. We can write:

Log[(N+1)/N] = Log(1+1/N) =
1/N + O(1/N^2)

So, this terms goes to zero in the limit N to infinity.

The summation is thus equal to -Log(2)
Similar Questions
  1. Find the limit if it exists.lim 1/(x-2) = infinity x→2+ lim 1/(x-2) = negative infinity x→2- lim 1/(x-2) = Does not exist
    1. answers icon 1 answer
  2. Evaluate the limit as x -> Infinity[5x-sqrt(25x^2+4x)] Direct substitution yields the indeterminate form Infinity - Infinity.
    1. answers icon 6 answers
  3. Find the horizontal asymptote off(x)=e^x - x lim x->infinity (e^x)-x= infinity when it's going towards infinity, shouldn't it
    1. answers icon 0 answers
  4. What is the domain of f/g, given f(x)= x+2 and g(x)= x-7?I was told this below, all real numbers EXCEPT 7 But My choices are
    1. answers icon 4 answers
more similar questions