image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

image Packing Problem Share It Thread Tools Search this Thread image
Old Jul2-09, 07:20 AM                  #1
aaardvark

aaardvark is Offline:
Posts: 5
Packing Problem

Hi,

does any one know how many squares of side 1 millimeter can fit in a big square of side 1000.25 millimeters ?

Cheers,

Aaardvark.
  Reply With Quote
Old Jul2-09, 08:46 AM                  #2
daviddoria

daviddoria is Offline:
Posts: 74
Re: Packing Problem

aaardvark - I don't know your background, so I'm not sure if the answer is more complicated than LaTeX Code: 1000^2 ?
  Reply With Quote
Old Jul2-09, 09:05 AM                  #3
aaardvark

aaardvark is Offline:
Posts: 5
Re: Packing Problem

Apparently when the the big square is a large number of times plus a quarter bigger than the small square then the answer is not just that large numer squared. But I can't find out much more than this, ie how big does the large numer have to be etc.

Aaardvark.
  Reply With Quote
Old Jul2-09, 09:31 AM                  #4
HallsofIvy

PF Mentor

HallsofIvy is Offline:
Posts: 24,778
Re: Packing Problem

Draw a line, perpendicular to a side, exactly 1000mm from one end a side, leaving 0.25 mm. Draw a second line, perpendicular to that line, exactly 1000 mm from one end of a side, leaving 0.25 mm. Those two lines, together with the opposite sides of the square form a square exactly 1000 mm on a side and so will fit exactly 10002= 1000000 small squares. The two portions outside the new drawn lines have width only .25 mm and so NO such squares will fit with them.
  Reply With Quote
Old Jul2-09, 09:49 AM                  #5
aaardvark

aaardvark is Offline:
Posts: 5
Re: Packing Problem

Page 8 touches on the subject but I can't find much else

http://www.math.ucsd.edu/~sbutler/ro...scheduling.pdf

Aaardvark.
  Reply With Quote
Old Jul2-09, 10:45 AM                  #6
Petek

Petek is Offline:
Posts: 67
Recognitions:
PF Contributor PF Contributor
Re: Packing Problem

Here's a link to a paper by Erdos and Graham (On Packing Squares with Equal Squares):

www.math.ucsd.edu/~sbutler/ron/75_06_squares.pdf

(At second glance, it comes from the same source as the pdf file in your last post, so perhaps you already know of it.)
  Reply With Quote
Old Jul2-09, 11:26 AM                  #7
aaardvark

aaardvark is Offline:
Posts: 5
Re: Packing Problem

No, I hadn't found that one. Looks useful

But in case my little brain isn't up to the job maybe some of you geniuses (genii ?)
could have a go and give me an executive summary

Aaardvark.
  Reply With Quote
Old Jul2-09, 03:41 PM       Last edited by Petek; Jul2-09 at 03:44 PM.. Reason: Pose question            #8
Petek

Petek is Offline:
Posts: 67
Recognitions:
PF Contributor PF Contributor
Re: Packing Problem

I think I can explain the statement of the theorem, but not the proof.

The problem is to maximize the sum of the areas of unit squares when packed into a square of side LaTeX Code: \\alpha . If LaTeX Code: \\alpha is an integer, then the maximum area of the packed unit squares is obviously LaTeX Code: \\alpha^2 .

For each positive real number LaTeX Code: \\alpha , the author defines a function W(LaTeX Code: \\alpha ). W represents the difference between the optimal packed area LaTeX Code: \\alpha^2 and the supremum (least upper bound) of the areas of all possible packings. (I think of W as representing the "waste".) The theorem states

W(LaTeX Code: \\alpha ) = O(LaTeX Code: \\alpha^\\frac{7}{11} )

The so-called "big Oh" notation means that there exists a constant c such that

W(LaTeX Code: \\alpha ) LaTeX Code: \\leq cLaTeX Code: \\alpha^\\frac{7}{11}

Intuitively, that means that W(LaTeX Code: \\alpha ) has the same "order" as LaTeX Code: \\alpha^\\frac{7}{11} . As the author points out, for large LaTeX Code: \\alpha , LaTeX Code: \\alpha^\\frac{7}{11} is much smaller than the area of the packing obtained by placing the unit squares in rows and columns that are parallel to the sides of the big square.

The proof doesn't seem to use any advanced math, but I haven't tried to read it.

HTH

EDIT: Can anyone explain why my alphas aren't lining up correctly? I'm just learning Tex, so I assume I'm doing something wrong, but can't figure out what.
  Reply With Quote
Old Jul2-09, 07:01 PM                  #9
CRGreathouse

CRGreathouse is Offline:
Posts: 2,939
Recognitions:
Homework Helper Homework Helper
Science Advisor Science Advisor
Re: Packing Problem

Here's a much more up-to-date survey:
http://www.combinatorics.org/Surveys/ds7.html

The problem, in general, is quite hard.
  Reply With Quote
Old Jul2-09, 09:38 PM                  #10
Petek

Petek is Offline:
Posts: 67
Recognitions:
PF Contributor PF Contributor
Re: Packing Problem

Originally Posted by CRGreathouse View Post
Here's a much more up-to-date survey:
http://www.combinatorics.org/Surveys/ds7.html

The problem, in general, is quite hard.
Nice link. What a fascinating problem!
  Reply With Quote
Old Jul3-09, 04:09 AM                  #11
aaardvark

aaardvark is Offline:
Posts: 5
Re: Packing Problem

Originally Posted by Petek View Post
I think I can explain the statement of the theorem, but not the proof.

The problem is to maximize the sum of the areas of unit squares when packed into a square of side LaTeX Code: \\alpha . If LaTeX Code: \\alpha is an integer, then the maximum area of the packed unit squares is obviously LaTeX Code: \\alpha^2 .

For each positive real number LaTeX Code: \\alpha , the author defines a function W(LaTeX Code: \\alpha ). W represents the difference between the optimal packed area LaTeX Code: \\alpha^2 and the supremum (least upper bound) of the areas of all possible packings. (I think of W as representing the "waste".) The theorem states

W(LaTeX Code: \\alpha ) = O(LaTeX Code: \\alpha^\\frac{7}{11} )

The so-called "big Oh" notation means that there exists a constant c such that

W(LaTeX Code: \\alpha ) LaTeX Code: \\leq cLaTeX Code: \\alpha^\\frac{7}{11}

Intuitively, that means that W(LaTeX Code: \\alpha ) has the same "order" as LaTeX Code: \\alpha^\\frac{7}{11} . As the author points out, for large LaTeX Code: \\alpha , LaTeX Code: \\alpha^\\frac{7}{11} is much smaller than the area of the packing obtained by placing the unit squares in rows and columns that are parallel to the sides of the big square.

The proof doesn't seem to use any advanced math, but I haven't tried to read it.

HTH

EDIT: Can anyone explain why my alphas aren't lining up correctly? I'm just learning Tex, so I assume I'm doing something wrong, but can't figure out what.
Thanks Petek.
  Reply With Quote
Old Jul4-09, 01:32 AM                  #12
CRGreathouse

CRGreathouse is Offline:
Posts: 2,939
Recognitions:
Homework Helper Homework Helper
Science Advisor Science Advisor
Re: Packing Problem

It looks like the Erdos-Graham method or a simpler variant would apply here, but I can't quite get through the details beyond the first trapezoids -- geometry's not my thing. Anyone want to take a stab at it?
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Packing Problem
Thread Thread Starter Forum Replies Last Post
Sphere packing problem Dragonfall General Math 7 Jun12-08 08:14 PM
packing of particles m0286 Other Sciences 4 Aug11-07 12:24 PM
Packing fraction kidia High Energy, Nuclear, Particle Physics 3 Mar1-06 01:12 PM
Volume problem - Closest packing Jchem Introductory Physics 4 Jun16-05 03:06 PM
Packing Spheres BH20 Chemistry 5 Dec28-04 01:05 AM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image