Reciprocal triangles
Problem
Prove that the sum of the reciprocals of the first $n$ triangular numbers gets closer and closer to $2$ as $n$ grows.
Getting Started
The algebraic expression for $r$th triangular number is
The expression that you are trying to evaluate is
Student Solutions
This solution was sent by Etienne from Parramatta Highschool, NSW Australia.
The $r$th triangular is $r(r+1)/2$ and it's reciprocal is $2/[r(r+1)]=2 \times [1/(r(r+1))]$
Now $1/r(r+1) = 1/r - 1/(r+1)$. Take note of this, very useful technique!
The sum of the reciprocals of the first n triangular numbers
Surprise, you get terms that cancel out each other, ie $-1/2$ and $1/2$, $-1/3$ and $1/3$, $-1/n$ and $1/n$. This is called 'telescoping'.
The sum thus equals
When n is large, $1/(n+1)$ is very small, so the sum is approximately $2$.
When $n$ tends to infinity, $1/(n+1)$ tends to $0$, and it turns out the infinite sum is exactly $2$.