Below is a rectangle divided into eight regions, three of which have known areas.
Find the area of the rectangle.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's consider the rectangle in the x y plane such that the vertices are labelled as in the picture. h represent the altitude and b the base. The number { 1 , . . . , 4 } represent the four lines, which equation follows*:
1 . y = b v x
2 . y = u h x
3 . y = b ( v − h ) x + h
4 . y = u − b h ( x − b ) x
Now, we can find the coordinates of A (intersecting 2 and 3 ), B (intersecting 3 and 4 ) and C (intersecting 1 and 4 ). We get:
A ( b h + h u − u v b h u , b h + h u − u v b h 2 )
B ( b v + h u − u v b h u , b v + h u − u v b h v )
C ( b ( h + v ) − u v b h 2 , b ( h + v ) − u v b h u )
Let's consider the triangle with area 7 . The area can be written as 2 1 ⋅ u ⋅ ( h − A y ) = 7 . Similary, for the bigger triangle we have 2 1 ⋅ v ⋅ ( b − C x ) = 2 2 . The remaning polygon can be see as the union of a triangle and a trapezium, so its area is 2 1 ( B x − u ) ( h − B y ) + 2 1 ( [ h − B y ] + [ h − v ] ) ( b − B x ) = 2 7 . In our rectangle this three condition must be satisfied at the same time, so:
⎩ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎧ 2 1 ⋅ u ⋅ ( h − A y ) = 7 2 1 ⋅ v ⋅ ( b − C x ) = 2 2 2 1 ( B x − u ) ( h − B y ) + 2 1 ( [ h − B y ] + [ h − v ] ) ( b − B x ) = 2 7
Expliciting* the equations:
⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ 2 ( b h + h u − u v ) h u 2 ( h − v ) = 7 2 ( b v + h u − u v ) ( b − u ) ( h − v ) ( b v + h u ) = 2 7 2 ( b h + b v − u v ) b 2 v = 2 2
The system has different solution, but the only one with the geometrical requirements ( 0 ≤ u ≤ b , 0 ≤ v ≤ h , b > 0 and h > 0 ) is h = b 2 3 6 . 8 , b = 0 . So, the rectangle area A = b h = 2 3 6 . 8 . It's important to notice that there are uncountably infinite combination of ( b , h ) (so infinite rectangles) that solves the problem. Infact, our system contains three non-linear equation, while the unknowns are four. Nevertheless, the area of the infinite rectangles that solve the problem is always the same.
*: I omitted the calculation because are quite laborious. Even the system has been solved with the calculator, choosing at the end the more congenial solution.