$\require{cancel}$
Evaluate $$\sum_{n=2}^{\infty}\ln\left(\frac{n^2-1}{n^2}\right)$$ My procedure: $$\sum_{n=2}^{\infty}\ln\left(\frac{n^2-1}{n^2}\right)=\sum_{n=2}^{\infty}(\ln\left(n-1\right)-\ln(n)+\ln(n+1)-\ln(n))$$ If we evaluate a few terms: $$\sum_{n=2}^{m}(\ln\left(n-1\right)-\ln(n)+\ln(n+1)-\ln(n))= $$ $$=0-\ln(2)\cancel{+\ln(3)}\cancel{-\ln(2)+\ln(2)}\cancel{-\ln(3)}\cancel{+\ln(4)} \cancel{-\ln(3)+\ln(3)}\cancel{-\ln(4)}+\ln(5)-\ln(4)+...+\ln(m+1)-\ln(m)$$ Thus: $$\lim_{m\to\infty}\sum_{n=2}^{m}\ln\left(\frac{n^2-1}{n^2}\right)=\lim_{m\to\infty}\left(-\ln(2)+\ln(m+1)-\ln(m)\right)=\boxed{-\ln(2)}$$ However, I am not really happy with this method. Is there any other way? A more elegant one?
$$\prod^\infty_{n=2} \frac{n^2-1}{n^2} $$
But I think your approach is the best to tackle this problem.
– Zaid Alyafeai Mar 07 '17 at 02:13