Let $X$ ~ Unif$([0,10])$ be a continuous random variable. I now want to find the probability mass function of $Y :=- \frac{1}{2}X+4$. I did some reading and figured out that $Y$ ~ Unif$([-1,4])$ with $f_{Y}(y)=f_{X}(-2y+8)\cdot 2 \cdot 1_{[-1,4]}$. So far, so good.
However, I have no idea how to find the probability mass function and distribution function of $\sqrt{X}$ and $X^{2}$. I would be grateful for any tip into the right direction. Does it work the same way as with linear transformations of random variables?