I'm trying to solve the following variation of the Hellys theorem problem:
Let $B = {B(o_i,r):i = 1,...,n}$ a set of balls with radius r with center at $o_i\in\mathbb{R}^2$. Compute the minimal radius r such that: $\bigcap_{i=0}^n B(o_i,r)\neq\varnothing$
- Where should I start to solve this question? (There is no prior knowledge about $o_i$ which obviously has an effect on the answer, this fact makes it hard for me to approach this problem)
- Which parametric equations represent this problem?
- Is there any way to write a Matlab/Python code to visualize/validate this problem?
Here is my intuition: Since all the balls have the same $r$ value the minimum $r$ which guarantees the given condition is the maximum distance between two balls in the group divided by two (since the distance is a diameter). Am I right?