Let's say that $$f(t) = \frac{\ln t}{t^3}$$ Let $$ g = \ln t$$ and $$h = t^{-3}$$ Then by product rule:
$$(hg)' = h'g +g'h$$ we have $$f'(t) = \frac{-3}{t^4} \cdot \ln t + \frac 1 t \cdot \frac1 {t^3} = \frac{1-3\ln t}{t^4}$$
now let's take the integral of that by parts we have $$\int u\, dv = uv - \int v \, du$$
Letting $$u = 1-3\ln t$$ and $$dv = \frac{1}{t^4}\,dt$$ giving us $$du = \frac{-3} t \,dt$$ and $$v = \frac{-4}{t^5}$$ we then have by the chain rule:
$$\int \frac{1-3\ln t}{t^4} \,dt = \frac{12\ln t-4}{t^5} - 12\int \frac 1 {t^6} \,dt = \frac{12\ln t-4}{t^5} +\frac{12}{5t^5}$$ This is not equal to the starting function. I understand that this is clearly indicative of an arithmetic error somewhere, but for the life of me I can not see it. Any help would be appreciated!