I have the following geometrical problem: let's assume a rectangle $a,b$, and we know that at the left top corner there is a square with area $l^2$. Is it possible to fill the remaining whith pure squares? It is obvious that those squares cannot be of the same size, since $b\neq a$. Many thanks for your help.
1 Answers
As far as I can see, there is:
Statement: A rectangle with $(a, b)$-sides has a inscribed $l$-sided square, for condition $l \leq \min(a, b)$, with coincidental vertex to its circumscribed rectangle.
Remark 1: The square breaks the rectangle in quadrants. Any solution that fills these quadrants is a feasible solution.
Remark 2: You can feel the solution with identical $\varepsilon$-sided squares such that the remaining $(a b - l^2)$-area is filled. It means, the amount of $\varepsilon$-squares is $\frac{ab - l^2}{\varepsilon^2}$. You must noticed that this rational fraction must be a natural number. This means, there are only a subset of possible solutions among $0 < \varepsilon < \min(l-a, \, l-b)$ such that equality $\frac{ab - l^2}{\varepsilon^2} = n$ hold, for some natural $n \in \mathbb{N}_{>0}$.
- 496
l \leq \min(a, b). – Bruno Lobo Feb 12 '23 at 14:32