Given a random variable $X$ being a Student's $t$ with $k$ degrees of freedom, find the distribution of $Y = X^2$.
$$f_X(x;k) = \frac{\Gamma\left(\frac{k+1}{2}\right)}{\sqrt{k\pi} \ \Gamma \left(\frac{k}{2}\right)}{\left(1+\frac{x^2}{k}\right)}^{-\frac{k+1}{2}}$$
Since the Student's $t$ doesn't have a MGF and its CF is so ugly it gives me chills I don't know what to do.