I need to use the identity $\frac{1}{k^2-1}=\frac{1}{2}(\frac{1}{k-1}-\frac{1}{k+1})$ to evaluate $\sum_{k=2}^n \frac{1}{k^2-1}$.
I am confused about how to begin this proof. Also, how am I supposed to use the identity here? Do I need to use induction?
Timbuc gave you the right way to approach the problem. If you take a deeper look to the results obtained for low values of $n$, you should easily find that the general term is just given by $$S_n=\sum_{k=2}^n\frac{1}{k^2-1}=\frac12\sum_{k=2}^n\left(\frac1{k-1}-\frac1{k+1}\right)=\frac{(n-1) (3 n+2)}{4 n (n+1)}$$