For convenience the sum is again
∞∑n=2ln[1−1/n2]=∞∑n=2ln(n2−1)(n2)
I first tried solving using a definite integral, since this seems to make telescoping easier to see,
∞∑n=2ln(n2−1)(n2)=∞∑n=2ln(n2−1)−ln(n2)=∞∑n=2∫n2−1n2dxx
But writing out the first few terms doesn't make any cancellation obvious because of the n2 terms.
I also tried futzing around with log rules and got things down to
∞∑n=2ln(n2−1)(n2)=∞∑n=2ln((n−1)(n+1))−ln(n2)=∞∑n=2ln(n−1)+ln(n+1)−ln(n2)
The first few terms of which are
4∑n=2ln(n2−1)(n2)=[ln1+ln3−2ln2]+[ln2+ln4−2ln3]+[ln3+ln5−2ln4]+...=ln2+ln5−2ln4
Which leads to the guess that
4∑n=2ln(n2−1)(n2)=ln(N−1)+ln(N+2)−2ln(N)=ln((N−1)(N+2)N2)→0
Which means I'm wrong. Should I soldiering on looking for a pattern through more computation, or is there a more expedient/elegant way to evaluate the sum?
Answer
You were on the right track in writing log(1−1n2)=log(n+1)−log(n)+log(n−1)−log(n)
Proceeding, we can write
N∑n=2log(1−1n2)=N∑n=2(log(n+1)−log(n))+N∑n=2(log(n−1)−log(n))=log(N+1)−log(2)−log(N)
Therefore, we find that
∞∑n=2log(1−1n2)=−log(2)
No comments:
Post a Comment