**16.** Let \( f(x) \) be a real differentiable function such that \( f(0) = 1 \) and \( f(x + y) = f(x)f'(y) + f'(x)f(y) \) for all \( x, y \in \mathbb{R} \). Then \( \sum_{n=1}^{100} \log_e f(n) \) is equal to: - (1) 2384 - (2) 2525 - (3) 5220 - (4) 2406
Detailed Explanation
1. Spotting a Functional Equation that Hints at a Differential Equation
The given law
looks very similar to how the derivative of a product behaves:
This suggests that maybe behaves like the derivative of a product evaluated at .
2. Use a Clever Substitution (Set )
Plugging (and knowing ):
This is a first-order linear ODE of the form with .
3. Solve the ODE
General solution:
Use to get :
4. Self-Consistency to Find
Compute so .
But was defined as ; substitute:
Thus the only function satisfying all conditions is
5. Convert the Requested Sum into Something Simple
We want
6. Perform the Arithmetic
The sum of the first natural numbers is
Therefore,
That matches option (2).
Simple Explanation (ELI5)
Think of "f" as a Magic Growing Number
-
Starting Point: At , the magic number is .
-
Rule for Growing: Whenever you give it two numbers and , it grows in a very special way:
equals this–times–that plus that–times–this (it mixes the value of with the speed at each point).
-
What We Need: Add up all the natural‐log () values of .
-
Sneaky Shortcut: After a little detective work, we discover the only magic rule that fits is
-
Logs Make Life Easy: . So the problem turns into adding .
-
Quick Sum:
So the answer is 2525 (option 2).
Step-by-Step Solution
Step 1 – Identify the Function
Given
Plug (using ):
Let . Then
Solve the differential equation:
Apply , so
Compute and recall :
Thus
Step 2 – Evaluate the Required Sum
Hence
The well-known sum:
Therefore
Answer: 2525 (option 2)
Examples
Example 1
Population growth models often lead to differential equations of the form y' = k y, giving exponential solutions similar to f(x) = e^{k x}.
Example 2
Radioactive decay follows N'(t) = -lambda N(t), an exponential pattern; here the functional-equation logic mirrors that derivation.
Example 3
Compound interest with continuous compounding gives A(t) = A_0 e^{rt}, again reflecting the same mathematics seen in this problem.
Visual Representation
References
- [1]I. N. Herstein, Topics in Algebra – functional equation introductory problems
- [2]Joseph B. Dence & Thomas P. Dence, Engineering Mathematics – exponential solutions to differential equations
- [3]Art of Problem Solving (AoPS) Online Forums – threads on functional equations with derivatives
- [4]JEE Advanced Previous Year Papers – similar functional equation questions