Average distance between circumference and a point?

93 Views Asked by At

What would be the average distance from the point $P=(a,b)$ (outside the circle), to any point on the circumference with center at $(0,0)$ and radius $r$ be?

1

There are 1 best solutions below

0
On BEST ANSWER

Use the SAS (side-angle-side) formula for the green distance, $d = \sqrt{1^2 + r^2 - 2 r \cos \theta}$, and integrate over $\theta$ (using symmetry)

enter image description here

$$2 \int\limits_{\theta = 0}^\pi \sqrt{1^2 + r^2 - 2 r \cos \theta}\ d \theta = 4 (r+1) E\left(\frac{4 r}{(r+1)^2}\right)$$

where the $E$ is the elliptic integral function.

Can you polish this ensuring normalization? (Think about the length of the arc integrated over.)