Analyzing the Setup
Welcome, fellow traveler, to the beautiful world of functional equations. Today, we are not just solving a problem; we are uncovering the hidden identity of a function.
We are given a real differentiable function f(x) that satisfies the elegant relationship f(x+y)=f(x)f′(y)+f′(x)f(y), with the initial condition f(0)=1. Our mission is to find f(x) and then evaluate the sum ∑n=1100logef(n).
The Detective Work
Every great mystery begins with a single clue. Here, our clue is the initial condition f(0)=1.
In functional equations, whenever you see a condition at zero, your instinct should be to test the equation at that point. Let us substitute x=0 and y=0 into our given equation:
f(0+0)=f(0)f′(0)+f′(0)f(0)
This simplifies to f(0)=2f(0)f′(0). Since we know f(0)=1, we can substitute this value in:
We have our first breakthrough! We now know the slope of the function at the origin is exactly 21.
The Transformation
Now, we need to find the general form of f(x). To do this, we must transform our functional equation into a differential equation.
We differentiate the original equation f(x+y)=f(x)f′(y)+f′(x)f(y) with respect to y, treating x as a constant. Using the chain rule on the left and the product rule on the right, we get:
f′(x+y)=f(x)f′′(y)+f′(x)f′(y)
This looks more complex, but watch what happens when we set y=0. The variable y vanishes, leaving us with an equation purely in terms of x:
f′(x)=f(x)f′′(0)+f′(x)f′(0)
Substituting our known value f′(0)=21, we obtain:
f′(x)=f(x)f′′(0)+21f′(x)
Rearranging the terms to group f′(x), we find:
21f′(x)=f(x)f′′(0)⇒f′(x)=[2f′′(0)]f(x)
The Revelation
We have arrived at a classic first-order linear differential equation: f′(x)=kf(x), where k=2f′′(0). The solution to this equation is well-known to be f(x)=Cekx.
Using our initial condition f(0)=1, we find C=1. To find k, we differentiate f(x)=ekx to get f′(x)=kekx.
At x=0, f′(0)=k=21. Thus, our mystery function is revealed: f(x)=ex/2.
The Final Summation
Now, we turn to the final objective: ∑n=1100logef(n). Substituting our function f(n)=en/2, the expression becomes:
Our massive sum simplifies to:
Using the sum formula ∑i=1Ni=2N(N+1) with N=100, we get:
21×(2100×101)=25050=2525
We have successfully decoded the function and conquered the sum. The final answer is 2525.