I saw here that the average distance from the center of the unit circle to a point in that (the points are uniformly distributed) is $2/3$.
I wonder how to calculate the probability that points located at a distance of $2/3 \pm \epsilon$ from the center (depend on $\epsilon$ of course)?
In math term, I want to calculate $P(\Delta(p_0,p)\in[\frac{2}{3}-\epsilon,\frac{2}{3}+\epsilon])$ where $p$ is random point, $p_0$ is the center of circle, $\Delta$ is a distance between the two points.
Thanks!
If the random point is selected according to a uniform distribution, then the probability is just given by the area of the region divided by the total area of the disc, so the result is $$ \frac{\pi(\tfrac{2}{3} + \epsilon)^2 - \pi(\tfrac{2}{3} - \epsilon)^2}{\pi} $$