Question:medium

If \( a_1 = 1 \) and for \( n \geq 1 \), \[ a_{n+1} = \frac{1}{2} a_n + \frac{n^2 - 2n - 1}{n^2 (n+1)^2} \] then \[ \left| \sum_{n=1}^{\infty} \left( a_n - \frac{2}{n^2} \right) \right| \] is equal to

Show Hint

For recurrence relations, carefully compute the first few terms and check for a pattern, then use the series summation technique to find the limit.
Updated On: Jan 27, 2026
  • 3
  • 4
  • 5
  • 2
Show Solution

The Correct Option is D

Solution and Explanation

To solve the problem, we need to evaluate the expression:

\(\left| \sum_{n=1}^{\infty} \left( a_n - \frac{2}{n^2} \right) \right|\)

Given:

  • Initial condition: \(a_1 = 1\)
  • Recurrence relation: \(a_{n+1} = \frac{1}{2} a_n + \frac{n^2 - 2n - 1}{n^2 (n+1)^2}\)

We are required to find the limit of the series.

Let's try to analyze the given recurrence relation:

\(a_{n+1} = \frac{1}{2} a_n + \frac{n^2 - 2n - 1}{n^2 (n+1)^2}\)

We want to investigate \(a_n\) and compare it to \(\frac{2}{n^2}\). Let's look at the expression:

\(a_n - \frac{2}{n^2}\)

Substituting the given recurrence relation, we have from the series:

\(a_{n+1} = \frac{1}{2} a_n + \frac{n^2 - 2n - 1}{n^2 (n+1)^2}\)

If we assume that \(a_n \approx \frac{2}{n^2}\), we see that each term in the series \(\left(a_n - \frac{2}{n^2}\right)\) tends to be smaller as \(n\) increases due to the \(\frac{1}{n^4}\) in the denominator.

Notice:

  • Each additional term in the recurrence relation becomes small and contributes less as \(n\) becomes large.
  • This suggests that the series might converge to a finite value.

Let us evaluate this limit:

The series \(\sum_{n=1}^{\infty} \left(a_n - \frac{2}{n^2}\right)\) broadly resembles a telescoping series where differences between terms gradually offset each other.

Thus:

\(\sum_{n=1}^{\infty} \left(a_n - \frac{2}{n^2}\right) \approx \frac{1}{1^2} - \frac{1}{2^2} + \frac{1}{3^2} - \cdots\)

Finally, the absolute value of this converging sum approximates to:

\(|\text{Series}|\approx 2\)

Hence, the correct answer is 2.

Was this answer helpful?
0