Munim Posted October 5 Posted October 5 PROBLEM STATEMENT: What is the least number of smaller circles that can be fitted inside a mother circle under the following conditions: 1. The smaller circles cannot intersect or be contained inside any other circle besides the mother circle. 2. The areas of the smaller circles must be N (N<1) times any existing circle inside the mother circle. 3. The system must contain the maximum number of circles of the same area as possible. Spoiler Spoiler MUNIM'S PROBLEM.docx
Genady Posted October 5 Posted October 5 Can you solve it for line segments instead of circles? I.e., What is the least number of smaller segments that can be fitted inside a mother segment under the following conditions: 1. The smaller segments cannot intersect or be contained inside any other segment besides the mother segment. 2. The lengths of the smaller segments must be N (N<1) times any existing segment inside the mother segment. 3. The system must contain the maximum number of segments of the same length as possible.
Munim Posted October 5 Author Posted October 5 It will be a relatively simple solution for segments as I can vaguely visualize that but not for circles.
Munim Posted October 5 Author Posted October 5 PROBLEM STATEMENT: What is the least number of circles Ci that can be fitted inside a circle CM under the following conditions i.e. solve for the least value of n for a certain (L, i): 1. The circles Ci cannot share a common area. 2. The areas of the circles Ci must be Ai=Li*AM (where, L<1 & i=1,2,3,...n; AM=area of circle CM). 3. The system must contain the maximum number of circles Ci of the same area as possible. A representation of the problem is attached to the post. NB: It's an alternate statement to my previous post
Genady Posted October 5 Posted October 5 I don't understand the new problem statement, specifically, the least value of n for a certain i, where i=1,2,3,...n.
studiot Posted October 5 Posted October 5 Where did this problem come from please ? Is it coursework ? Also you should not post duplicate threads, even if you second picture is prettier than the first. It is a form of generalised Malfatti Problem in computational geometry, with the outer boundary being a circle not a triangle.
MigL Posted October 5 Posted October 5 Is the problem stated correctly, or am I fairly obtuse today. I see contradictory requirements, such as "the least number of smaller circles that can be fitted inside a mother circle" and "must contain the maximum number of circles of the same area" If not for the second requirement ( above ) the answer would be trivially simple. One circle with the radius approaching the limit of the mother circle. What am I missing ?
Munim Posted October 6 Author Posted October 6 19 hours ago, Genady said: I don't understand the new problem statement, specifically, the least value of n for a certain i, where i=1,2,3,...n. The problem is to solve for the least number of circles Ci that can be drawn inside the circle CM. So, we need the least number of circles eg. C1,C2,C3,...,C8 ( as shown in the attached image of the problem) i.e. the value of n=8 for a certain value of L (L<1). 18 hours ago, MigL said: Is the problem stated correctly, or am I fairly obtuse today. I see contradictory requirements, such as "the least number of smaller circles that can be fitted inside a mother circle" and "must contain the maximum number of circles of the same area" If not for the second requirement ( above ) the answer would be trivially simple. One circle with the radius approaching the limit of the mother circle. What am I missing ? Following the image attached to the post, we are looking for the least number of circles Ci, that is, in the image we had to use up to C8, so, the total n=8, which is the supposed least value of i for a certain value of L. Furthermore, we had to use C1 once and C2 also once because we cannot fit more than one of them each, BUT, we can fit two of C3, C4, C5 and C6 and ten C7 circles. By the condition stated we cannot draw one C3, C4, C5, C6 nor can we draw less than ten C7. We have to maximize the number of certain size of circles until there is not enough space left to fit that particular size of circle. If we run out of space for C7, we start drawing C8 ( the smaller blue button sized circles) and eventually if we run out of space for C8, we have to try fitting C9=L9.AM. But if the space left after fitting circles up to C8 is not enough to fit even one C9 circle, then we have reached the end of solution for that value of L. 19 hours ago, studiot said: Where did this problem come from please ? Is it coursework ? Also you should not post duplicate threads, even if you second picture is prettier than the first. It is a form of generalised Malfatti Problem in computational geometry, with the outer boundary being a circle not a triangle. It is not any problem I have ever seen anywhere else. It is an unique problem I thought of. You can easily visualize this problem for values suppose L=0.5, because there is just one circle that can be fitted (there is a limiting value for L<0.5 for which there is just one solution of n, which is another problem to solve) as the next circle C2=0.5*AM is impossible to be fitted inside CM. But as L moves on towards zero, the value of n increases.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now