Notes
overlapping rectangle and semi-circle solution

Solution to the Overlapping Rectangle and Semi-Circle Puzzle

Overlapping Rectangle and Semi-Circle

What’s the area of the rectangle?

Solution by Pythagoras' Theorem

Overlapping rectangle and semi-circle labelled

In the above diagram, the point labelled OO is the centre of the semi-circle. Let rr be the radius of the semi-circle, let aa be the length of ODO D and bb of CDC D. The length of ADA D is is r+ar + a so the area of the rectangle is r(r+a)=r 2+arr(r + a) = r^2 + a r.

Applying Pythagoras' theorem to triangle ODCO D C gives the relationship:

r 2=a 2+b 2 r^2 = a^2 + b^2

Applying it to triangle CDAC D A gives:

6 2=(a+r) 2+b 2=a 2+2ar+r 2+b 2=2ar+2r 2 6^2 = (a + r)^2 + b^2 = a^2 + 2 a r + r^2 + b^2 = 2 a r + 2 r^2

Therefore the area of the rectangle is 1818.