The question I'm given is: Suppose that $X$ has the uniform distribution on the interval $[-2,2]$ and $Y=X^6$. Show that $X$ and $Y$ are uncorrelated. Also are $X$ and $Y$ independent?
I know that $f_x(x)=1/4$, $E(X)=2$, $Var(X)=4/3$ and that $X=Y^(1/6)$.
What do I do from here? I'm thrown by the fact that $Y(-2)=64$ and $Y(2)=64$. Does this mean that Y is in $[0, 64]$?
$E(X) = \int_{-2}^2 x f_x(x)\, dx = 0$ and $E(Y) = E(X^6) = \int_{-2}^{2} x^6 f_x(x)\, dx = 64/7$. Thus \begin{align*} Cov(X,Y) &= E((X-E(X))(Y-E(Y))\\ &= E(X(X^6-\frac{64}{7})) \\ &= E(X^7 - \frac{64}{7}X)\\ &= \int_{-2}^2 \left(x^7 - \frac{64}{7}x\right)f_x(x) \, dx \\ &= 0 \end{align*}