I am thinking about the powers of random variables that have a skewed distribution to construct confidence intervals for these. So, consider x follows a chi-squared distribution. What is the distribution of $y=x^p$? Lets say p=2. The density function of x, given degrees of freedom df, is:
$$ \frac{X^{df/2-1} e^{-X/2}} {2^{df/2} \Gamma(df/2) }$$ if x>0. So it seemed to me that the density of $y=x^2$ should equal the chi-squared density of $\sqrt{y}$, ie. $$ f_{df}(y) = \frac{\sqrt{y}^{df/2-1} e^{-\sqrt{y}/2}} {2^{df/2} \Gamma(df/2) }$$ for y>0. This would work for discrete random variables, it seems. But for continuus variables the integral of the density will be greater than 1.
So, what did I do wrong?