Let $Y= X^2$ be a function of a random variable where $X$ has a Pareto Type II (Lomax) distribution with parameters $\alpha = 8$, $\theta = 4000$, $x > 0$. Find the distribution of $Y$.
I basically went through the ropes as typical for this kind of question. I started with $F_Y(y) = P(Y < y) = P(-\sqrt{y} < x < \sqrt{y})$.
Of course, the Lomax distribution is defined for $x > 0$ and so we take $x > 0$ as the lower bound in the integral rather than -$\sqrt{y}$.
This gave me, using the Fundamental Theorem of Calculus,
$[(8*(4000)^8) / ((y^{1/2} + 4000)^9)] * (1/2) * (y^{-1/2})$,
which is just the density of $x$ evaluated at $y^{1/2}$ and using the chain rule where the derivative of $y^{1/2}$ is of course $(1/2)* (y^{-1/2})$.
I am fairly certain this is correct, but I have been asked to name this distribution, in which I am stuck. I can't recognize the distribution of Y, and I've tried manipulating the expression to make it look like something I recognize, with limited success. Are there any slick ways of doing this? Or does this transformation even produce a distribution that is "well known"?
EDIT: For anyone who cares, a Pareto IV where u = 0 is a Burr distribution.