The Riddle of the Functional Equation
Functional equations are the hidden gems of the JEE Advanced syllabus. They are not just about plugging in numbers; they are about uncovering the 'DNA' of a function.
When you see a problem like 5f(x+y)=f(x)⋅f(y), your mathematical intuition should immediately fire. You are looking at a relationship where the sum of inputs transforms into the product of outputs, which is the hallmark of an exponential function.
Phase 1
The Art of Normalization
At first glance, that coefficient of 5 on the left side feels like a nuisance. It breaks the symmetry of the standard exponential equation g(x+y)=g(x)g(y).
In mathematics, when something looks 'wrong,' it is usually an invitation to transform it. Let us define a new function g(x)=5f(x).
By rewriting f(x) as 5g(x), we can substitute this into our original equation:
5(5g(x+y))=(5g(x))(5g(y))
Suddenly, the equation breathes. The left side becomes 25g(x+y), and the right side becomes 25g(x)g(y). Dividing both sides by 25, we arrive at the elegant, standard form:
Phase 2
Unlocking the Exponential Form
We know that the general solution to g(x+y)=g(x)g(y) is g(x)=ax. This is a fundamental result in functional analysis.
Since we defined f(x)=5g(x), our original function must take the form f(x)=5⋅ax. We have successfully stripped away the complexity to reveal the core structure of the function.
Now, we use the boundary condition provided: f(3)=320. Substituting x=3 into our derived form, we get:
With a=4, our function is fully defined: f(x)=5⋅4x. We have conquered the functional equation.
Phase 3
The Summation Trap
The final task is to evaluate the sum S=∑n=05f(n). Substituting our function, we get:
Here is where many students stumble. We are summing from n=0 to n=5. This is a geometric progression with 6 terms, not 5.
The series is 40+41+42+43+44+45. Using the sum formula for a G.P., Sn=ar−1rn−1, where a=1, r=4, and the number of terms is 6:
Calculating 46 gives us 4096. Thus, the sum becomes:
Dividing 4095 by 3 yields 1365. Finally, 5×1365=6825.
The elegance of the result is satisfying—a perfect conclusion to a rigorous journey. The final answer is 6825.