The Beauty of Telescoping
Imagine standing before a mountain of a problem. You see a limit, a summation, and a nested inverse tangent function. It looks like a chaotic mess, but in the world of JEE Advanced, complexity is often just a mask for elegance.
Let's peel back that mask together.
Deconstructing the General Term
Our journey begins with the general term:
When you see an inverse tangent in a summation, your brain should immediately scream: "Telescoping Series!" The goal is to transform this single term into a difference of two terms, f(r+1)−f(r).
We need to use the identity:
tan−1(1+xyx−y)=tan−1x−tan−1y
To do this, we need the denominator to look like 1+xy. Look at r2+3r+3. If we split the 3 into 1+2, we get 1+(r2+3r+2).
Factoring the quadratic r2+3r+2 gives us (r+1)(r+2). Now, the denominator is 1+(r+1)(r+2). This is perfect!
The Telescoping Magic
Now, look at the numerator. We have a 1. Does it match x−y? If x=r+2 and y=r+1, then x−y=(r+2)−(r+1)=1. It matches perfectly!
So, our general term Tr becomes:
Tr=tan−1(r+2)−tan−1(r+1)
Now, let's expand the sum Sn=∑r=1n[tan−1(r+2)−tan−1(r+1)]. When we write out the terms, we see:
Sn=(tan−13−tan−12)+(tan−14−tan−13)+⋯+(tan−1(n+2)−tan−1(n+1))
Notice how the positive tan−13 cancels with the negative tan−13? This domino effect continues, leaving us with only:
The Final Limit
We are almost there. The problem asks for the limit of 6tan(Sn). We need to find:
tan(Sn)=tan(tan−1(n+2)−tan−12)
Using the tangent subtraction formula, this simplifies to:
tan(Sn)=1+(n+2)(2)(n+2)−2=2n+5n
Finally, we take the limit as n→∞:
Dividing by n, we get 6⋅2+5/n1. As n approaches infinity, 5/n vanishes, leaving us with:
You did it! You navigated the complexity and found the simple, elegant truth hidden within.