Average distance from a random point to N points in a circle

  • Context: Undergrad 
  • Thread starter Thread starter hpinvent
  • Start date Start date
  • Tags Tags
    Circle
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
hpinvent
Messages
1
Reaction score
0
How can I calculate the distance from a random point IN a circle to N points uniformly distributed within the circle? Would the average distance decrease with N?
 
Mathematics news on Phys.org
hpinvent said:
How can I calculate the distance from a random point IN a circle to N points uniformly distributed within the circle? Would the average distance decrease with N?
If the coordinates of the random point and the N points are given, the calculation is simple, but tedious for large N.

The average distance (for a fixed initial point) would not change with increasing N, although the standard deviation would get smaller.