A rectangle is inscribed within a circle of radius , and this rectangle has a perimeter . What is the area of this 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.
This is the most elegant solution I can think of. Consider the diagram below.
Firstly, note that 2 a + 2 b = 3 2 from the perimeter of the rectangle. It follows that a + b = 1 6 and thus ( a + b ) 2 = 1 6 2 = 2 5 6 . Multiplying out the brackets yields a 2 + 2 a b + b 2 = 2 5 6
The diagonal of the rectangle is equal to double the radius: 2 × 7 = 1 4 . Using Pythagoras' theorem yields: a 2 + b 2 = 1 4 2 = 1 9 6 .
Subtract the second equation from the first and you find: 2 a b = 2 5 6 − 1 9 6 = 6 0 . Therefore, a b = 3 0 . This is the area of the rectangle, so the answer is 3 0 .