Skip to main contentSkip to solution

All the vertices of a rectangle lie on a circle of radius RR. If the perimeter of the rectangle is PP, then the area of the rectangle is

Solution

✅ Correct Option: 3

When a rectangle is inscribed in a circle, the diagonal of the rectangle equals the diameter of the circle. This is because the diagonal connects two points on the circle and passes through the center, making it the longest possible chord.

We define our variables:

Circle radius = RR

Rectangle length = ll

Rectangle breadth = bb

Rectangle perimeter = PP

Rectangle area = AA (what we want to find)


Since the diagonal of the rectangle equals the diameter of the circle:

Diagonal of rectangle = Diameter of circle

Using the Pythagorean theorem for the rectangle:

l2+b2=2R\sqrt{l^2 + b^2} = 2R

l2+b2=4R2...(1)l^2 + b^2 = 4R^2 \quad \text{...(1)}


We're given that the perimeter is PP:

P=2(l+b)P = 2(l + b)

Therefore:

l+b=P2...(2)l + b = \tfrac{P}{2} \quad \text{...(2)}


From equation (2):

(l+b)2=(P2)2(l + b)^2 = \left(\tfrac{P}{2}\right)^2

Expanding using (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2:

l2+2lb+b2=P24l^2 + 2lb + b^2 = \dfrac{P^2}{4}

We can rewrite this as:

(l2+b2)+2lb=P24(l^2 + b^2) + 2lb = \dfrac{P^2}{4}


From equation (1), we know that l2+b2=4R2l^2 + b^2 = 4R^2:

4R2+2lb=P244R^2 + 2lb = \dfrac{P^2}{4}

Since the area A=lbA = lb, we can write 2lb=2A2lb = 2A:

4R2+2A=P244R^2 + 2A = \dfrac{P^2}{4}

2A=P24−4R22A = \dfrac{P^2}{4} - 4R^2

A=P28−2R2A = \dfrac{P^2}{8} - 2R^2


The area of the rectangle is: A=P28−2R2A = \dfrac{P^2}{8} - 2R^2

This formula makes sense because:

If RR is very small, the rectangle becomes very thin, so area decreases

If PP is large, we have more "material" to work with, so area increases

The formula gives us area in terms of the two given quantities: PP and RR

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question