An iron wire is bent into a circle with a certain radius R. If the wire is now bent into a rectangle, what is the maximum area of that 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.
=>Given that the radius of the circle was R. It's circumference will be 2Rπ
=>2Rπ will be the perimeter of the formed rectangle.
=>With this we can say that the sum of the consecutive sides of the rectangle will be 2 2 R π = Rπ
Let x be one of the side of the rectangle and f(x) be the function for the area.
f(x) = x (Rπ-x) = -x^{2} + Rπx (Parabola)
To know the maximum value of f(x), just find the vertex. You can use the Vertex Formula " 2 a − b " and find out that this would result to 2 ( − 1 ) − R π = 2 R π . This means that f(x) is maximum when x = 2 R π .
The maximum area is ( 2 R π ) 2 = 4 R 2 π 2