If $X \sim U(-1, 1)$ (so $X$ is uniformly distributed between $-1$ and $1$) and $Y = X^2$, what is the covariance between $X$ and $Y$? Are they independent?
So the formula for covariance is: $\operatorname{Cov}(X,Y) = E(XY) - E(X)E(Y)$
Since $Y = X^2$
$E(XY) = E(X^3)$ and $E(Y) = E(X^2)$
and
$\operatorname{Cov}(X, Y) = E(X^3) - E(X)E(X^2)$
is this the correct way to go about solving the problem?
Yes. That is what you need to do. Do you know what to do next?
Hint: