Question
Mathematics Question on Differential equations
Let α be a non-zero real number. Suppose f:R→R is a differentiable function such that f(0)=2 and limx→∞f(x)=1.If f′(x)=αf(x)+3, for all x∈R, then f(−log2) is equal to ________ .
3
5
9
7
9
Solution
Given the differential equation:
f′(x)=αf(x)+3
This is a first-order linear differential equation. We can solve it using an integrating factor (IF).
The integrating factor is given by:
IF=e∫αdx=eαx
Multiplying the differential equation by the integrating factor:
eαxf′(x)=αeαxf(x)+3eαx
This simplifies to:
dxd(eαxf(x))=3eαx
Integrating both sides with respect to x:
eαxf(x)=∫3eαxdx=α3eαx+C
Thus, the general solution is:
f(x)=α3+Ce−αx
Using the initial condition f(0)=2:
2=α3+C C=2−α3
Given that limx→∞f(x)=1:
limx→∞(α3+(2−α3)e−αx)=1
Since e−αx→0 as x→∞, we have:
α3=1⟹α=3
Substituting α=3 back into the solution:
f(x)=1+(2−1)e−3x=1+e−3x
Now, we need to find f(−log22):
f(−log22)=1+e−3(−log22)=1+e3log22=1+(23)=1+8=9
Conclusion: f(−log22)=9.