There are three concentric circles of radius , and units. One point is selected on each circle and triangle is formed by joining these points. What is the maximum possible area of the triangle?
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 A be the point on the innermost circle and B be the point on the middle circle.For area to be maximum for the given AB, C point should be such that the perpendicular dropped from C to AB passes through center O(to maximize the height).Now we need to find h for which the area will be maximum.
Area of triangle= A = 2 1 × [ 4 − h 2 + 1 3 − h 2 ] [ 5 + h ]
Putting d h d A = 0 and solving, we get h = 1 .
Hence A = 2 1 × 3 3 × 6 = 15.588