- We are given, for each fixed x>0,
t→xlimt−xt2f(x)−x2f(t)=1.
Also, f is differentiable on (0,∞) and f(1)=1.
We must find 2f(2)+3f(3).
- Since f is differentiable, as t→x we can use
f(t)=f(x)+f′(x)(t−x)+o(t−x).
Also,
t2=x2+2x(t−x)+o(t−x).
Now expand the numerator:
t2f(x)−x2f(t).
Substitute the expansions:
t2f(x)=(x2+2x(t−x)+o(t−x))f(x)=x2f(x)+2xf(x)(t−x)+o(t−x),
and
x2f(t)=x2(f(x)+f′(x)(t−x)+o(t−x))=x2f(x)+x2f′(x)(t−x)+o(t−x).
Therefore,
t2f(x)−x2f(t)=(2xf(x)−x2f′(x))(t−x)+o(t−x).
Dividing by t−x and taking limit gives
2xf(x)−x2f′(x)=1.
So f satisfies the differential equation
x2f′(x)−2xf(x)=−1.
Equivalently,
f′(x)−x2f(x)=−x21.
- Solve this linear differential equation.
The integrating factor is
I.F.=e∫−x2dx=e−2lnx=x−2.
Multiply the equation by x−2:
x−2f′(x)−2x−3f(x)=−x−4.
The left-hand side is
dxd(f(x)x−2).
Hence,
dxd(f(x)x−2)=−x−4.
Integrating,
f(x)x−2=∫−x−4dx=31x−3+C.
Thus,
f(x)=x2(31x−3+C)=3x1+Cx2.
- Use the condition f(1)=1:
1=f(1)=31+C.
So,
C=32.
Therefore,
f(x)=3x1+32x2.
- Compute f(2) and f(3):
f(2)=61+32⋅4=61+38=617,
f(3)=91+32⋅9=91+6=955.
Now,
2f(2)+3f(3)=2⋅617+3⋅955=317+355=372=24.
- Final answer:
24
This matches the stored correct answer.