Given an ellipse
where , you want to find the radius of the circle which has the same area as the ellipse, and also the radius of the circle that has the same perimeter as the ellipse. Which radius is larger, or ?
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.
Call the ellipse E and say circle C 1 has radius r 1 and circle C 2 has radius r 2 .
Among all shapes with the same perimeter, the circle has the largest area. So Area [ C 2 ] > Area [ E ] = Area [ C 1 ]
from which we immediately have r 2 > r 1 .