If $P$ is a random point on the circle $x^2+y^2=1$, what are the mean and variance $P$'s distance to $(0,1)$?
The random variable has the function $$X=\sqrt{-2x+2}$$ can't quite figure out what to do next...
If $P$ is a random point on the circle $x^2+y^2=1$, what are the mean and variance $P$'s distance to $(0,1)$?
The random variable has the function $$X=\sqrt{-2x+2}$$ can't quite figure out what to do next...
Since we are supposed to choose a random point on the circle, I think it is best to write our circle as $(\cos(t),\sin(t))$ in order that we go through each point at the same speed ($1$), and thus count them equally. Then we can write our definitions of mean and variance as follows (I only go from $t=0$ to $t=\pi$ because of symmetry. $$E(X) = \frac{\int_0^\pi \sqrt{(1-\cos(t))^2+\sin^2(t)}dt}{\pi}$$ $$E(X^2) = \frac{\int_0^\pi (1-\cos(t))^2+\sin^2(t)dt}{\pi}$$ $$\mu(X) = E(X^2)-E(X)^2$$ Now it's just evaluating integrals. If you need more help, just ask!
Thus, the mean will be $\mu = \frac{2+0}{2} = 1$ and the variance will be $\frac{(2-0)^2}{12}=\frac{1}{3}$.
For the complete circle, the probabilities will be doubled and we should find a way to relate them. However, I am not sure if it's right.
– Cardinal Dec 01 '17 at 05:35