Recently our teacher asked us to arrange a circle, a square, a rectangle in the order of their increasing areas(perimeters are equal).
I found that circle has much area then a square.
But I was unable to find relation of third one.
Please help me to arrange them (with proof).
Let the radius of the circle be $r$, the side length of the square $s$ and the length and breadth of the rectangle $l$ and $b$ respectively. So, we have, $$2\pi r = 4s = 2\left(l+b\right)$$ Now, we have to arrange $\pi r^2, s^2$ and $lb$ in increasing order.
$(1)$ Circle and square: We have $\pi r = 2s$. So, $$\text{area of circle}= \pi r^2 = \pi \left(\frac{2s}{\pi}\right)^2 = \frac{4s^2}{\pi} > s^2 = \text{area of square}$$
$(2)$ Square and rectangle: We have $2s = (l+b)$. So, $$\text{area of square} = s^2 = \frac{(l+b)^2}{4} \geq \text{area of rectangle}$$ Note: The areas are equal if both the length and breadth are same otherwise the area of the square is greater. We can also see that proving $(3)$ is not necessary but...
$(3)$ Circle and rectangle: We have $\pi r =(l+b)$. So, $$\text{area of circle} = \pi r^2 = \pi\left(\frac{l+b}{\pi}\right)^2 = \frac{(l+b)^2}{\pi} > \text{area of rectangle}$$ Note: The area of the circle is always greater than that of the rectangle. We can easily deduce that there can be no equality.
So, our inference is $$\text{area of rectangle} \leq \text{area of square} < \text{area of circle}$$ Hope it helps.