Calculate Size of Small Rectangles to Fill Max Area in Encompassing Rectangle

  • Context: Undergrad 
  • Thread starter Thread starter kleinma
  • Start date Start date
  • Tags Tags
    Geometry
Click For Summary

Discussion Overview

The discussion revolves around calculating the size of smaller rectangles that can fit within a larger rectangle while maintaining their height/width ratio. Participants explore how to determine the dimensions of the smaller rectangles based on the size of the encompassing rectangle and the number of smaller rectangles to maximize area coverage.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant outlines the need to calculate the size of smaller rectangles based on the dimensions of a larger rectangle and the number of smaller rectangles, emphasizing the importance of maintaining the aspect ratio.
  • Another participant humorously suggests that an infinite number of rectangles could fit into the larger one if either the smaller rectangles are infinitely small or the larger rectangle is infinitely large.
  • A participant clarifies that the area of the larger rectangle can be expressed as L x W, and proposes dimensions for the smaller rectangles as (L/sqrt(n)) x (W/sqrt(n)), where n is the number of smaller rectangles.
  • Another participant reiterates the formula for the dimensions of the smaller rectangles, suggesting that the relationship between the dimensions of the larger and smaller rectangles should maintain their aspect ratios.
  • There is an acknowledgment of the theoretical nature of some responses, with a participant expressing the need for practical, real-world solutions.

Areas of Agreement / Disagreement

Participants express differing views on the nature of the problem, with some focusing on theoretical aspects while others seek practical solutions. There is no consensus on a single approach or formula, and the discussion remains unresolved.

Contextual Notes

Participants mention the importance of maintaining the aspect ratio of the smaller rectangles, but there are unresolved assumptions regarding the practical application of the proposed formulas and the implications of infinite dimensions.

kleinma
Messages
92
Reaction score
0
The issue at hand, is I will have a rectangle of size x. This rectangle will contain n smaller rectangles. Each of these smaller rectangles is the same size though.

I need to figure out how to calculate the SIZE that the smaller rectangles should be, based on

1) the size of the encompassing rectangle
2) the number of smaller rectangles that go inside it

so that I can fill the maximum area inside the main rectangle, without altering the height/width ratio of the smaller rectangles (ie they can grow in size, but they can't be sized in a way that it distorts their height/width ratio, so some area in the encompassing rectangle will not be filled in, and this is ok)

both these values are known when I need to do the calculation.


Here are a few images to illustrate this (note sizes of red rectangles in each image are always the same). Is there any specific geometric formula to do this?
 

Attachments

  • example1.gif
    example1.gif
    1.5 KB · Views: 528
  • example2.gif
    example2.gif
    1.9 KB · Views: 511
  • example3.gif
    example3.gif
    4.4 KB · Views: 524
Mathematics news on Phys.org
I think you could fit an infinite number of rectangles in the larger, either the smaller shave to be infitly small or the larger infinitly big =]
 
That wasn't what I was asking...

This is for a real world problem, so I need a real world answer.. not theoretical assumptions.
 
Well, the "size" of rectangle is called area and its two dimensional. So let's call the rectangle's area L x W. And suppose we want to fit n smaller equivalent rectangles inside the big one.

The dimension of each of the smaller rectangles can be (L/sqrt(n)) x (W/sqrt(n)).
 
kleinma said:
That wasn't what I was asking...

This is for a real world problem, so I need a real world answer.. not theoretical assumptions.

I was just joking around a bit =]

but I think you could go along the lines of the ratio of the original rectangle and then just solve alegraicly. such as

(L1)(W1)=x(L2)(W2)
where L1/W1=L2/W2

x represents the number of smaller rectangles you want
L1 is the length of big rectangle
W1 is the width of the big rectangle
L2 is the length of smaller rectangles
W2 is the width of the smaller rectangle

the L1/W1=L2/W2 should assure the proper ratios

I think this should be right if I read this right, but you said something about theoretically assumptions, and depending on what you want x to be, it could be infinitely small. But I g2g so I have to stop here.
 
Last edited:
You're asking what are the different ways to arrange a bunch of videos onto a screen without changing their aspect ratios right?
 
Alex48674 said:
(L1)(W1)=x(L2)(W2)
where L1/W1=L2/W2

I think this should be right if I read this right,

Thats correct. I got the same results too...
 

Similar threads

Replies
8
Views
6K
  • · Replies 5 ·
Replies
5
Views
10K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
8
Views
3K
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
31
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K