Step 1: Rewrite the given limit in a suitable form
Given,
limt→x (t2f(x) − x2f(t)) / (t − x) = 3
Multiply numerator and denominator by −1:
limt→x (x2f(t) − t2f(x)) / (x − t) = 3
Step 2: Use definition of derivative
As t → x,
x2 · (f(t) − f(x)) / (x − t) − f(x) · (t2 − x2) / (x − t) = 3
Taking limits:
x2f′(x) − f(x)(2x) = 3
x2f′(x) − 2x f(x) = 3
Step 3: Form the differential equation
Divide throughout by x2:
f′(x) − (2/x)f(x) = 3/x2
Step 4: Solve using integrating factor
Integrating factor (I.F.):
I.F. = e∫(−2/x)dx = 1/x2
Multiplying throughout by I.F.:
d/dx [ f(x) / x2 ] = 3 / x4
Step 5: Integrate
f(x) / x2 = ∫ 3x−4 dx
f(x) / x2 = −1/x3 + C
f(x) = Cx2 − 1/x
Step 6: Use the given condition
Given f(1) = 2:
C − 1 = 2
C = 3
Thus,
f(x) = 3x2 − 1/x
Step 7: Find 2f(2)
f(2) = 3(4) − 1/2 = 12 − 1/2 = 23/2
2f(2) = 23
Final Answer:
The value of 2f(2) is
23