Area of Overlap of 2 Rectangle - Geometry

preview_player
Показать описание
Physics Ninja looks at a geometry problem of calculating the area of overlap of 2 rectangles.
Рекомендации по теме
Комментарии
Автор

what a quick and easy way to solve it! Let P be the intersection of AD and BF.

Let Q be the intersection of BC and DE.



Triangle(ABP) is congruent to triangle(CDQ).



The area of rectangle(ABC) = 2·3 = 6.



I plan to find the area of triangle(ABP), which is also the area of triangle(CDQ), and subtract these areas

from the area of the rectangle to get the area of the overlapping region.



Let the length of AP = x.

Let the length of PB = y.



By the Pythagorean Theorem, AB2 + AP2 = PB2 ---> 22 + x2 = y2. ---> y2 = 4 + x2



Since BP = PD, AP + PD = 3 ---> x + y = 3 ---> x = 3 - y



By substitution: y2 = 4 + (3 - y)2 ---> y2 = 4 + 9 - 6y + y2 ---> 6y = 13 ---> y = 13/6



Since x = 3 - y ---> x = 3 - (13/6) = 5/6



Area of triangle(ABP) = ½·2·(5/6) = 5/6

Area of triangle(CDQ) = 5/6



Area of the overlapping region = 6 - (5/6) - (5/6) = 13/3.

wowyok
Автор

What a long way you use to resolve this problem :D

slrawana