Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum packing of rectangles in a circle

I work at a nanotech lab where I do silicon wafer dicing. (The wafer saw cuts only parallel lines) We are, of course, trying to maximize the yield of the die we cut. All the of die will be equal size, either rectangular or square, and the die are all cut from a circular wafer. Essentially, I am trying to pack maximum rectangles into a circle.

I have only a pretty basic understanding of MATLAB and an intermediate understanding of calculus. Is there any (relatively) simple way to do this, or am I way over my head?

like image 330
Patrick Avatar asked Oct 13 '10 19:10

Patrick


People also ask

How many rectangles can fit in a circle?

3 Answers. Show activity on this post. It is possible to cover the circle by 11 rectangles.

What is the packing efficiency of a circle?

The most efficient way of packing circles, hexagonal packing, produces approximately 91% efficiency.

Can any rectangle be inscribed in a circle?

Actually - every rectangle can be inscribed in a (unique circle) so the key point is that the radius of the circle is R (I think). One of the properties of a rectangle is that the diagonals bisect in the 'center' of the rectangle, which will also be the center of the circumscribing circle.

How many circles can fit in a hexagon?

Because of its neat packing ability and its perfection it seems to symbolise structure and order. Rather neatly, 6 circles fit around 1 identical circle in the centre indicating the hexagon net. This follows with spheres too which can be stacked alternately atop each other. But we've always known this about 6.


2 Answers

Go from here, and good luck:

http://en.wikipedia.org/wiki/Knapsack_problem

and get here:

http://www-sop.inria.fr/mascotte/WorkshopScheduling/2Dpacking.pdf

At least you'll have some idea what are you tackling here.

like image 79
Daniel Mošmondor Avatar answered Sep 21 '22 15:09

Daniel Mošmondor


I was fascinated to read your question because I did a project on this for my training as a Mathematics Teacher. I'm also quite pleased to know that it's thought to be an NP-problem, because my project was leading me to the same conclusion.

By use of basic calculus, I calculated the first few 'generations' of rectangles of maximum size, but it gets complex quite quickly.

You can read my project here:

Beckett, R. Parcels of Pi: A curve-packing problem. Bath Spa MEC. 2009.

  • Pages 1 - 15
  • Pages 16 - 30

I hope that some of my findings are useful to you or at least interesting. I thought that the application of this idea would most likely be in computer nano technology.

Kind regards.

like image 33
Rachel Beckett Avatar answered Sep 17 '22 15:09

Rachel Beckett