Question:medium

Evaluate: \( \cot^{-1}(2) - \cot^{-1}(8) - \cot^{-1}(18) - \dots \)

Show Hint

In inverse trig series, the goal is always to create a "telescope" where the end of one term cancels the start of the next. Look for $(n+1)$ and $(n-1)$ patterns in the argument!
Updated On: Apr 16, 2026
  • 0
  • \( \frac{\pi}{4} \)
  • \( \frac{\pi}{2} \)
  • \( \pi \)
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept:
This is a classic telescoping series problem. The minus signs in the given memory-based question are universally recognized as a typographical error for plus signs in the original exam. We will solve for the sum: $S = \cot^{-1}(2) + \cot^{-1}(8) + \cot^{-1}(18) + \dots$
Step 2: Key Formula or Approach:
Convert $\cot^{-1}$ to $\tan^{-1}$. Find the general term $T_n$ and split it into a difference of two inverse tangents using the identity: \[ \tan^{-1}\left(\frac{x - y}{1 + xy}\right) = \tan^{-1}x - \tan^{-1}y \]
Step 3: Detailed Explanation:
Let's find the pattern in the arguments: $2, 8, 18, \dots$ $2 = 2(1)^2$
$8 = 2(2)^2$
$18 = 2(3)^2$
The $n$-th term of the series is $T_n = \cot^{-1}(2n^2)$. Convert to $\tan^{-1}$: \[ T_n = \tan^{-1}\left(\frac{1}{2n^2}\right) \] Multiply numerator and denominator by 2 to facilitate factorization: \[ T_n = \tan^{-1}\left(\frac{2}{4n^2}\right) \] We want to express $4n^2$ as $1 + (something)$, so let's write $4n^2 = 1 + (4n^2 - 1) = 1 + (2n-1)(2n+1)$. Notice that the difference between the factors $(2n+1)$ and $(2n-1)$ is exactly 2 (our numerator). \[ T_n = \tan^{-1}\left(\frac{(2n+1) - (2n-1)}{1 + (2n+1)(2n-1)}\right) \] Using the inverse tangent identity, this splits into: \[ T_n = \tan^{-1}(2n+1) - \tan^{-1}(2n-1) \] Now, write out the first few terms to observe the telescoping effect: $n = 1: \quad T_1 = \tan^{-1}(3) - \tan^{-1}(1)$
$n = 2: \quad T_2 = \tan^{-1}(5) - \tan^{-1}(3)$
$n = 3: \quad T_3 = \tan^{-1}(7) - \tan^{-1}(5)$
$\dots$
$n = N: \quad T_N = \tan^{-1}(2N+1) - \tan^{-1}(2N-1)$
Summing these terms from $n=1$ to $N$, all intermediate terms cancel out diagonally: \[ S_N = \tan^{-1}(2N+1) - \tan^{-1}(1) \] As $N \to \infty$, $2N+1 \to \infty$, and $\tan^{-1}(\infty) = \frac{\pi}{2}$. \[ S_\infty = \frac{\pi}{2} - \frac{\pi}{4} = \frac{\pi}{4} \]
Step 4: Final Answer:
Assuming the intended sum, the value evaluates to $\pi/4$.
Was this answer helpful?
0