Let $f:R^+ \to R $ be a differentiable function such that $f(1)=3$ and satisfies $$\int_1^{xy} f(t)dt=x\int_1^{y} f(t)dt+y\int_1^{x} f(t)dt$$ $ \forall x,y\in R^+$ then find $f(e)$
My try :
Let $$F(a)=\int_1^{a} f(t)dt$$
Then our conditions give us $$F'(1)=3$$ and $$F(xy)=xF(y)+yF(x)$$
Now this form seems to be much similar to that of differentiation using product rule of two functions but this idea didn't help me much.
I tried substituting $x=y$ in above equation to get $$F(x^2)=2xF(x)$$
But I don't seem to get anywhere with this.
Gotcha got it.
But it is a kind of observation that from the last equation by guessing I figured out that $F(x)$ might be $3x\ln x$ and it indeed satisfies all the given conditions and hence $f(e)=6$
But still if anyone would like to given any other complete mathematical answer you are free to respond so.