Given f(xy)=f(x)f(y) for all x,y∈R and f(0)=0.
Substituting y=0, we get f(0)=f(x)f(0).
Since f(0)=0, dividing by f(0) gives f(x)=1 for all x∈R.
The given integral equation is:
x2g(x)=1∫x(t2f(t)−tg(t))dt
Substituting f(t)=1:
x2g(x)=1∫x(t2−tg(t))dt
Differentiating both sides with respect to x using Leibniz's rule:
2xg(x)+x2g′(x)=x2−xg(x)
x2g′(x)+3xg(x)=x2
Dividing by x (since x≥1):
xg′(x)+3g(x)=x
g′(x)+x3g(x)=1
This is a linear differential equation. The integrating factor is:
IF=e∫x3dx=e3lnx=x3
Multiplying the differential equation by x3:
x3g′(x)+3x2g(x)=x3
dxd(x3g(x))=x3
Integrating both sides with respect to x:
x3g(x)=4x4+C
From the integral equation, substituting x=1 gives 12g(1)=1∫1(t2−tg(t))dt=0, so g(1)=0.
Substituting x=1 and g(1)=0 into the integrated equation:
13(0)=414+C⇒C=−41
Thus, the function g(x) is given by:
x3g(x)=4x4−1
g(x)=4x3x4−1
Substituting x=2:
g(2)=4(23)24−1=3216−1=3215
Answer: 3215