Skip to main content
Back to Sets, Relations & Functions
JEE Main 2023
Sets, Relations & Functions
Functions
Easy

Question

Consider a function f:NRf:\mathbb{N}\to\mathbb{R}, satisfying f(1)+2f(2)+3f(3)+....+xf(x)=x(x+1)f(x);x2f(1)+2f(2)+3f(3)+....+xf(x)=x(x+1)f(x);x\ge2 with f(1)=1f(1)=1. Then 1f(2022)+1f(2028)\frac{1}{f(2022)}+\frac{1}{f(2028)} is equal to

Options

Solution

Key Concepts and Formulas

  • Summation Properties: If Sx=i=1xif(i)S_x = \sum_{i=1}^x i f(i), then SxSx1=xf(x)S_x - S_{x-1} = x f(x) for x2x \ge 2.
  • Recurrence Relations: A formula that defines a sequence recursively, where each term is defined as a function of preceding terms.
  • Solving Linear First-Order Recurrence Relations: Techniques to find a closed-form expression for the terms of a sequence defined by a recurrence relation.

Step-by-Step Solution

Step 1: Define the Summation and Rewrite the Given Relation Let Sx=i=1xif(i)S_x = \sum_{i=1}^x i f(i). The given relation is Sx=x(x+1)f(x)S_x = x(x+1)f(x) for x2x \ge 2.

Step 2: Express xf(x)x f(x) in terms of the Summation From the definition of SxS_x, we can write Sx=Sx1+xf(x)S_x = S_{x-1} + x f(x) for x2x \ge 2. Therefore, xf(x)=SxSx1x f(x) = S_x - S_{x-1}.

Step 3: Substitute the Given Relation into the Expression for xf(x)x f(x) We are given Sx=x(x+1)f(x)S_x = x(x+1)f(x) for x2x \ge 2. Also, for x12x-1 \ge 2 (i.e., x3x \ge 3), we have Sx1=(x1)((x1)+1)f(x1)=(x1)xf(x1)S_{x-1} = (x-1)((x-1)+1)f(x-1) = (x-1)x f(x-1).

Now, substitute these into the equation from Step 2: xf(x)=x(x+1)f(x)(x1)xf(x1)x f(x) = x(x+1)f(x) - (x-1)x f(x-1) for x3x \ge 3.

Step 4: Simplify the Equation to Obtain a Recurrence Relation for f(x)f(x) Divide the entire equation by xx (since x3x \ge 3, x0x \neq 0): f(x)=(x+1)f(x)(x1)f(x1)f(x) = (x+1)f(x) - (x-1)f(x-1) for x3x \ge 3.

Rearrange the terms to isolate f(x)f(x): (x+1)f(x)f(x)=(x1)f(x1)(x+1)f(x) - f(x) = (x-1)f(x-1) xf(x)=(x1)f(x1)x f(x) = (x-1)f(x-1) for x3x \ge 3.

This simplifies to: f(x)=x1xf(x1)f(x) = \frac{x-1}{x} f(x-1) for x3x \ge 3.

Step 5: Handle the Case for x=2x=2 The given relation Sx=x(x+1)f(x)S_x = x(x+1)f(x) holds for x2x \ge 2. For x=2x=2: S2=2(2+1)f(2)=6f(2)S_2 = 2(2+1)f(2) = 6f(2). Also, S2=1f(1)+2f(2)S_2 = 1 \cdot f(1) + 2 \cdot f(2). We are given f(1)=1f(1) = 1. So, S2=1+2f(2)S_2 = 1 + 2f(2).

Equating the two expressions for S2S_2: 6f(2)=1+2f(2)6f(2) = 1 + 2f(2) 4f(2)=14f(2) = 1 f(2)=14f(2) = \frac{1}{4}.

Let's check if the recurrence f(x)=x1xf(x1)f(x) = \frac{x-1}{x} f(x-1) holds for x=2x=2 if we use f(1)f(1). If we formally apply it for x=2x=2: f(2)=212f(1)=12f(1)=121=12f(2) = \frac{2-1}{2} f(1) = \frac{1}{2} f(1) = \frac{1}{2} \cdot 1 = \frac{1}{2}. This is not equal to f(2)=1/4f(2) = 1/4. This indicates that the recurrence relation derived in Step 4 is valid only for x3x \ge 3.

Step 6: Find a General Formula for f(x)f(x) for x3x \ge 3 We have the recurrence f(x)=x1xf(x1)f(x) = \frac{x-1}{x} f(x-1) for x3x \ge 3. Let's expand this: f(x)=x1xf(x1)f(x) = \frac{x-1}{x} f(x-1) f(x1)=x2x1f(x2)f(x-1) = \frac{x-2}{x-1} f(x-2) f(x2)=x3x2f(x3)f(x-2) = \frac{x-3}{x-2} f(x-3) ... f(3)=23f(2)f(3) = \frac{2}{3} f(2)

Substituting these back: f(x)=x1xx2x1x3x223f(2)f(x) = \frac{x-1}{x} \cdot \frac{x-2}{x-1} \cdot \frac{x-3}{x-2} \cdots \frac{2}{3} f(2) The intermediate terms cancel out (telescoping product). f(x)=2xf(2)f(x) = \frac{2}{x} f(2) for x3x \ge 3.

We found f(2)=1/4f(2) = 1/4. So, for x3x \ge 3, f(x)=2x14=12xf(x) = \frac{2}{x} \cdot \frac{1}{4} = \frac{1}{2x}.

Let's verify this formula for x=3x=3: f(3)=123=16f(3) = \frac{1}{2 \cdot 3} = \frac{1}{6}. Using the recurrence f(3)=313f(2)=23f(2)=2314=212=16f(3) = \frac{3-1}{3} f(2) = \frac{2}{3} f(2) = \frac{2}{3} \cdot \frac{1}{4} = \frac{2}{12} = \frac{1}{6}. This matches.

Step 7: Check the Formula for f(1)f(1) and f(2)f(2) Our formula f(x)=12xf(x) = \frac{1}{2x} is derived for x3x \ge 3. For x=1x=1: f(1)=1f(1) = 1. The formula gives 1/(21)=1/21/(2 \cdot 1) = 1/2, which is incorrect. For x=2x=2: f(2)=1/4f(2) = 1/4. The formula gives 1/(22)=1/41/(2 \cdot 2) = 1/4. So, the formula f(x)=12xf(x) = \frac{1}{2x} works for x2x \ge 2.

Thus, we have: f(1)=1f(1) = 1 f(x)=12xf(x) = \frac{1}{2x} for x2x \ge 2.

Step 8: Calculate the Required Terms We need to find 1f(2022)+1f(2028)\frac{1}{f(2022)} + \frac{1}{f(2028)}. Since 202222022 \ge 2 and 202822028 \ge 2, we use the formula f(x)=12xf(x) = \frac{1}{2x}.

1f(2022)=11/(22022)=22022=4044\frac{1}{f(2022)} = \frac{1}{1/(2 \cdot 2022)} = 2 \cdot 2022 = 4044. 1f(2028)=11/(22028)=22028=4056\frac{1}{f(2028)} = \frac{1}{1/(2 \cdot 2028)} = 2 \cdot 2028 = 4056.

Step 9: Compute the Final Sum 1f(2022)+1f(2028)=4044+4056=8100\frac{1}{f(2022)} + \frac{1}{f(2028)} = 4044 + 4056 = 8100.

Common Mistakes & Tips

  • Incorrectly applying the recurrence: The recurrence relation f(x)=x1xf(x1)f(x) = \frac{x-1}{x} f(x-1) was derived for x3x \ge 3. It's crucial to check if it holds for the boundary cases (x=2x=2 in this instance) or handle them separately.
  • Telescoping product errors: When simplifying the product for f(x)f(x), ensure all intermediate terms cancel correctly and the correct base case value (f(2)f(2) in this case) is used.
  • Forgetting the initial condition: The value of f(1)f(1) is essential for determining the specific form of the function, especially if the derived formula doesn't hold for x=1x=1.

Summary

The problem provides a functional equation involving a summation. By defining the summation SxS_x and using the property SxSx1=xf(x)S_x - S_{x-1} = x f(x), we rewrote the given equation to derive a recurrence relation for f(x)f(x). We carefully handled the case for x=2x=2 separately, as the general recurrence was valid for x3x \ge 3. Solving the recurrence relation and using the value of f(2)f(2) led to the general form f(x)=12xf(x) = \frac{1}{2x} for x2x \ge 2, with f(1)=1f(1)=1. Finally, we used this formula to calculate the required sum 1f(2022)+1f(2028)\frac{1}{f(2022)} + \frac{1}{f(2028)}.

The final answer is \boxed{8100}.

Practice More Sets, Relations & Functions Questions

View All Questions