Question: Suppose X~ Uniform(0,1) and $Y=x^3$.What is the pdf for Y?
my attempt: so, X follows a uniform distribution with minimum of 0 and max 1,so $f_X(x)=1.$
Using the definition that the pdf of X is related to $F_X$ by $f_X(x)=F'_X(x)$
let $y=x^3 \Rightarrow dy=3x^2dx \Rightarrow dx=\dfrac{dy}{3x^2}=\dfrac{dy}{3y^{2/3}} $
$f_X(x)dx=dx=\dfrac{dy}{3y^{2/3}}=f_Y(y)dy$
giving $f_Y(y)=\dfrac{dy}{3y^{2/3}} $, however the answer is given as $\dfrac{1}{3y^2},$ any help as to where i may have went wrong?