$X$ has pdf $f(x)=2x^{-2}, x>2$ and $0$ otherwise. Find $E[X]$, pdf of $Y=\sqrt X$ and calculate $E[Y]$ using two ways.
a) Find $E[X]$
I got $$E[X]=\int_2^\infty x2x^{-2}=2[\ln(\infty)-\ln(2)]$$
b) Find pdf of $Y=\sqrt X$
$$F_Y(y)=P(Y\le y)=P(\sqrt{X}\le y)=^{X>2}P(X\le y^2)=F_X(y^2)$$
Now take the derivative to find $f_Y(y)$. It is $$f_Y(y)=\frac{d}{dy}F_Y(y)=\frac{d}{dy}F_X(y^2)=f_X(y^2)\cdot(y^2)'=2(y^2)^{-2}2y=4y$$
c)Find $E[Y]$ from pdf and $E[g(x)]=\int g(x)f(x)$
I got $$E[Y]=\int_2^\infty 4y^2dy= (4/3)\infty^3-(4/3)2^3$$
Both my $E[Y]$ and $E[X]$ seem off.
Your mistake is in thinking that $(y^{2})^{-2}=1$. Actually $(y^{2})^{-2}=y^{-4}$. Now try to redo your calculations.