My question is about the result a a transformation of a random variable (rv). We may end up with a negative pdf after a transformation. Suppose that $f_x(X) = \frac{2}{x^3}$, x > 1 and Y = g(X) = 1/X. So X = h(y) = 1/Y. Then
$F_Y(Y) = F_X(h(y))= \int_1^{h(y)}2x^{-3} = \int_1^{1/y}2x^{-3} = -x^{-2}|^{1/y}_1 = 1 - y^2$
In this case:
$\frac{dF_Y}{dY} = -2y$
So the pdf of Y=1/X is negative. What is wrong here?