Random Chord Length
Posted on Sat 25 March 2023 in Posts • Tagged with Probability, Python
Here is a question: pick two points on a circle of radius \(r\) independently uniformly at random.
What is the average distance between these two points?
Analysis
Let's to analyze this question using probabilistic mathematical reasoning before doing simulations.
Sampling points on a circle
To sample a point \(P=(X …
Continue reading