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.