MCQMediumJEE 2023Sum of Series

JEE Mathematics 2023 Question with Solution

Consider a function f:NRf : \mathbb{N} \to \mathbb{R} satisfying f(1)+2f(2)+3f(3)++xf(x)=x(x+1)f(x)f(1) + 2f(2) + 3f(3) + \dots + x f(x) = x(x + 1)f(x) for x2x \geq 2, with f(1)=1f(1) = 1. Then f(2022)f(2022) is equal to:

  • A

    82008200

  • B

    80008000

  • C

    84008400

  • D

    81008100

Answer

Correct answer:A

Step-by-step solution

Standard Method

Given:

k=1xkf(k)=x(x+1)f(x),x2\sum_{k=1}^{x} k f(k) = x(x + 1)f(x), \quad x \geq 2

and f(1)=1f(1)=1.

Find: f(2022)f(2022).

From the relation for x=nx=n,

k=1nkf(k)=n(n+1)f(n)\sum_{k=1}^{n} kf(k)=n(n+1)f(n)

and for x=n1x=n-1,

k=1n1kf(k)=(n1)nf(n1).\sum_{k=1}^{n-1} kf(k)=(n-1)nf(n-1).

Subtracting the second equation from the first,

nf(n)=n(n+1)f(n)n(n1)f(n1).nf(n)=n(n+1)f(n)-n(n-1)f(n-1).

Dividing by nn,

f(n)=(n+1)f(n)(n1)f(n1).f(n)=(n+1)f(n)-(n-1)f(n-1).

So,

nf(n)=(n1)f(n1)nf(n)=(n-1)f(n-1)

and hence

f(n)=n1nf(n1).f(n)=\frac{n-1}{n}f(n-1).

Now using f(1)=1f(1)=1,

f(2)=12f(1)=12,f(3)=23f(2)=13.f(2)=\frac{1}{2}f(1)=\frac{1}{2}, \quad f(3)=\frac{2}{3}f(2)=\frac{1}{3}.

This suggests

f(n)=1n.f(n)=\frac{1}{n}.

Indeed, repeated application gives

f(n)=n1nn2n112f(1)=1n.f(n)=\frac{n-1}{n}\cdot \frac{n-2}{n-1}\cdots \frac{1}{2}f(1)=\frac{1}{n}.

Therefore,

f(2022)=12022.f(2022)=\frac{1}{2022}.

the solution states option A, but the extracted working leads to f(2022)=12022f(2022)=\frac{1}{2022}, which does not match any listed option. Among the given options, the source marks A as correct.

Recurrence by subtraction

Write the defining equation at two consecutive values:

k=1nkf(k)=n(n+1)f(n)\sum_{k=1}^{n} kf(k)=n(n+1)f(n) k=1n1kf(k)=(n1)nf(n1).\sum_{k=1}^{n-1} kf(k)=(n-1)nf(n-1).

Subtracting removes the summation terms up to n1n-1 and leaves only nf(n)nf(n) on the left:

nf(n)=n(n+1)f(n)n(n1)f(n1).nf(n)=n(n+1)f(n)-n(n-1)f(n-1).

Now divide by nn:

f(n)=(n+1)f(n)(n1)f(n1).f(n)=(n+1)f(n)-(n-1)f(n-1).

Rearranging,

nf(n)=(n1)f(n1).nf(n)=(n-1)f(n-1).

Thus,

f(n)=n1nf(n1).f(n)=\frac{n-1}{n}f(n-1).

Iterating this recurrence from f(1)=1f(1)=1,

f(n)=n1nn2n1121=1n.f(n)=\frac{n-1}{n}\cdot\frac{n-2}{n-1}\cdots\frac{1}{2}\cdot 1=\frac{1}{n}.

So the value is 12022\frac{1}{2022}.

Common mistakes

  • Using the given relation only at x=2022x=2022 without comparing consecutive values. That does not isolate f(2022)f(2022). Instead, write the equation for x=nx=n and x=n1x=n-1 and subtract.

  • Forgetting that the left-hand side after subtraction becomes only nf(n)nf(n). The earlier terms cancel completely. Keep the sums aligned carefully before subtracting.

  • Making an algebraic error while rearranging f(n)=(n+1)f(n)(n1)f(n1)f(n)=(n+1)f(n)-(n-1)f(n-1). Moving terms correctly gives nf(n)=(n1)f(n1)nf(n)=(n-1)f(n-1), not a different recurrence.

Practice more Sum of Series questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions