To find the value of f(f(1)), we first determine the value of f(1) and then derive the explicit functional form of f(x).
Step 1: Find the value of f(1)
The given integral-defined function is:
f(x)=∫1xf(t)dt+(1−x)(lnx−1)+e
Substituting x=1 into the equation:
f(1)=∫11f(t)dt+(1−1)(ln1−1)+e
f(1)=0+0+e=e
Step 2: Solve the differential equation to find f(x)
Differentiating both sides of the function f(x) with respect to x using Leibniz's Rule and the product rule:
f′(x)=dxd(∫1xf(t)dt)+dxd[(1−x)(lnx−1)]+0
f′(x)=f(x)+(−1)(lnx−1)+(1−x)(x1)
f′(x)=f(x)−lnx+1+x1−1
f′(x)−f(x)=x1−lnx
This is a first-order linear differential equation of the form:
dxdf+P(x)f(x)=Q(x)
where P(x)=−1 and Q(x)=x1−lnx.
The Integrating Factor (I.F.) is given by:
I.F.=e∫−1dx=e−x
Multiplying both sides by the integrating factor:
e−x(f′(x)−f(x))=e−x(x1−lnx)
dxd(f(x)e−x)=e−x(x1−lnx)
Integrating both sides with respect to x:
f(x)e−x=∫e−x(x1−lnx)dx
Notice that dxd(e−xlnx)=e−x⋅x1−e−xlnx=e−x(x1−lnx).
Thus:
f(x)e−x=e−xlnx+C
f(x)=lnx+Cex
Step 3: Determine the constant C and calculate f(f(1))
Using the initial condition f(1)=e:
f(1)=ln(1)+Ce1=e
0+Ce=e⟹C=1
So, the function is:
f(x)=lnx+ex
Now, calculating f(f(1))=f(e):
f(e)=ln(e)+ee=1+ee
Thus, the value of f(f(1)) is (1+ee).