Random variable $X$ has uniform distribution on section $[0,2]$. What's the expected value of variable $Y=\frac{X^{4}}{2}$
I don't know how to start this task. I know formula for density of this distribution:
$f(x))\left\{\begin{matrix} \frac{1}{b-a} &,x\in [a,b] \\ 0 & ,x\notin [a,b]\ \end{matrix}\right.$
If I put values from section I will get:
$f(x))\left\{\begin{matrix} \frac{1}{2} &,x\in [0,2] \\ 0 & ,x\notin [0,2]\ \end{matrix}\right.$
Can I use this to solve this task or should I take a go at it with different method?
There's probably a shortcut somewhere, so you can find $\mathbf{E}Y$ without the pdf, but I don't know it. So first, it's the easiest to find CDF of $Y$: $$ P(Y<y) = P(X^4<2y) = P(0<X<(2y)^{\frac{1}{4}}) $$ Since $X$ is positive, and $X^4$ is a strictly increasing funciton, it's easy enough to find it. From that, take a derivative to get pdf. Now, follow @BrianTung's suggestion by using the definition of $\mathbf{E}X$