Analyzing the Setup
Welcome, fellow traveler on the JEE journey. Today, we are going to unravel a problem that might look like a cryptic puzzle at first glance, but beneath the surface, it holds a beautiful, elegant truth.
We are dealing with a functional equation:
This isn't just a random collection of symbols; it is a profound statement about the nature of a function. Imagine you are standing on a graph. This equation tells you that if you pick any two points on the x-axis, the function's value at their midpoint is exactly the average of the function's values at those two points.
In the world of mathematics, this is a signature property. It is the hallmark of a straight line. This is known as Jensen's Functional Equation, and it is a classic trap-catcher in competitive exams because students often try to overcomplicate it with complex calculus when the answer lies in the simple, rigid geometry of a line.
The Linear Assumption
Once we recognize the Jensen property, the path forward becomes clear. If a function satisfies this midpoint property, it must be linear.
So, we can confidently assume the general form of a linear function:
Here, a is the slope, and b is the y-intercept. This is our toolkit. We have reduced a terrifying-looking functional equation into a simple algebraic model.
Now, our mission is to find the specific values of a and b that define our unique function. We have two clues, or boundary conditions, provided in the problem statement. These are our keys to unlocking the mystery.
Decoding the Clues
First, we are given f(0)=1. Geometrically, this is a gift. It tells us that when x=0, the function value is 1.
If we plug x=0 into our linear form f(x)=ax+b, we get:
Just like that, we have found our y-intercept! The line crosses the y-axis at 1.
Now, we need the slope a. The problem gives us f′(0)=−1. Since our function is f(x)=ax+1, its derivative is simply f′(x)=a.
Because the slope of a straight line is constant, the derivative is the same everywhere, including at x=0. Therefore:
We have found both our constants: a=−1 and b=1.
The Final Reveal
With a=−1 and b=1, our mystery function is fully revealed:
This is the line that satisfies all the conditions. Now, the final step is to find f(2).
We simply substitute x=2 into our function:
The final answer is −1. It is elegant, it is precise, and it is satisfying. Remember, in JEE, the most complex-looking problems often have the most beautiful, simple solutions if you can just see the underlying structure.