Wednesday, October 21, 2015

geometry - Maximum relative quotient of radii of circles surrounding other circle touching neighbors exactly once?

Assume we have one circle with radius R centered at origo (0,0).



How big circles of radius r can we put around it touching it and each neighbor in one and only one point each if we want to fit N such circles?






The only special case (own work) I know is if r=R if N=6.



If iterated, it gives the famous hexagonal lattice of 2 dimensional space.




enter image description here



Here is example for N=6.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...