Find a function f so that:
$\int _a^{x^2}\:f\left(t\right)ln\left(t\right)dt\:=\:x^3\left(ln\left(x\right)-\frac{1}{3}\right)$, $a>1$
This is how I did it:
First get the derivative of $x^3\left(ln\left(x\right)-\frac{1}{3}\right)$ which is $3x^2ln(x)$
Then the derivative of the integral which according to the theorem is: $2xf(x^2)ln(x^2) - f(a)ln(a)*a'$, but $a'=0$
Now solve for $f(x)$, $2xf(x^2)ln(x^2) = 3x^2ln(x)$
$f(x^2) =\frac{3x^2ln\left(x\right)}{2xln\left(x^2\right)}$
$f(x^2) = 3x/4$
That makes $f(x) = \frac{3\sqrt{x}}{4}$, right?