All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Squeeze in II (Posted on 2024-04-01) Difficulty: 2 of 5
Find the least number A such that for any two squares of combined area 1, a rectangle of area A exists such that the two squares can be packed in the rectangle (without interior overlap).

You may assume that the sides of the squares are parallel to the sides of the rectangle.

See The Solution Submitted by Ady TZIDON    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Second attempt | Comment 4 of 8 |
As usual, I misread the problem and missed the word "any".
The minimum Area is 1 if you get to cherry pick the case.
But for any combination of sizes, we need to maximize the product of the 2 dimensions.

See Desmos graphic
https://www.desmos.com/calculator/vlxdxpmxvg

One square, the larger one, has dimensions x by x.
The other has dimensions √(1-x^2) by √(1-x^2).

To maximize the area,
Area = x*(x + √(1-x^2))
A = x^2 + x√(1-x^2)
A' = 2x + √(1-x^2) - 2x^2/(2√(1-x^2)) = 0
2x*(√(1-x^2)) + √(1-x^2)*√(1-x^2) = x^2
2x*(√(1-x^2)) + (1-x^2) = x^2
2x*(√(1-x^2)) = x^2 - (1-x^2)
4x^2*(1-x^2) = x^4 - 2x^2*(1-x^2) + x^4 - 2x^2 + 1
4x^2 - 4x^4 = x^4 - 2x^2 + 2x^4 + x^4 - 2x^2 + 1
8x^4 - 8x^2 + 1 = 0

one root is x= √(2 + √2) / 2 = approx 0.9238795
Max area is about 1.20710678

  Posted by Larry on 2024-04-01 11:41:01
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (3)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information