We are given a differentiable function
f:R→R satisfying the functional equation:
f(x+y)=f(x)f′(y)+f′(x)f(y)
We are also provided with the initial condition
f(0)=1. Our objective is to determine the value of
loge(f(4)).
In functional equations, the origin is often the key to unlocking the structure. Let us set
x=0 and
y=0 in the given equation:
f(0+0)=f(0)f′(0)+f′(0)f(0)
This simplifies to the expression:
f(0)=2f(0)f′(0)
Given
f(0)=1, we substitute this value into the equation:
1=2(1)f′(0)⟹f′(0)=21
To determine the explicit form of
f(x), we transform the functional equation into a differential equation. We keep
x as a variable and set
y=0:
f(x+0)=f(x)f′(0)+f′(x)f(0)
Rearranging the terms leads to a first-order linear differential equation:
f′(x)=f(x)−21f(x)=21f(x)
We now solve the differential equation
dxdy=21y using the method of separation of variables:
ydy=21dx
Integrating both sides yields:
ln∣f(x)∣=2x+C
Applying the initial condition
f(0)=1, we find
ln(1)=0+C, which implies
C=0. Thus, the function is defined by:
ln(f(x))=2x
The problem asks for the value of
loge(f(4)), which is equivalent to
ln(f(4)). Using our derived relation
ln(f(x))=2x, we substitute
x=4:
ln(f(4))=24=2