What is the circumscribed circle of a rectangle?
Every rectangle has a unique circle that passes through all four of its corners — the circumscribed circle, or circumcircle. Its center sits exactly where the two diagonals cross, and its diameter is equal to the rectangle's diagonal. This calculator takes the two side lengths and returns the circumcircle radius, diameter and area, the rectangle's own area, and the ratio between the two areas. It is pure geometry and works identically with any length unit you choose.
How to use it
Enter the two side lengths, a and b, in the same length unit (centimetres, inches, metres — whatever you like). Both values must be greater than zero. The results come back in that same unit: lengths for the radius and diameter, square units for the two areas, and a dimensionless number for the area ratio.
The formula explained
The diagonal of a rectangle is the hypotenuse of a right triangle with legs a and b, so its length is \(\sqrt{a^{2} + b^{2}}\). Because this diagonal is a diameter of the circumcircle, the radius is half of it: $$r = \tfrac{1}{2}\sqrt{a^{2} + b^{2}}.$$ The diameter is \(\phi = 2r\), the circle area is \(S_{c} = \pi r^{2}\), the rectangle area is \(S_{r} = a\cdot b\), and the area ratio is \(S_{c}/S_{r}\).
Worked example
For \(a = 4\) and \(b = 3\): the diagonal is \(\sqrt{16 + 9} = \sqrt{25} = 5\), so \(r = 2.5\) and \(\phi = 5\). The circle area is $$\pi \times 2.5^{2} = 19.6350,$$ the rectangle area is 12, and the ratio is \(19.6350 / 12 \approx 1.6362\).
FAQ
Does every rectangle have a circumscribed circle? Yes. Because all four corners are equidistant from the diagonal intersection, a single circle always passes through them.
What about a square? A square is a special rectangle with \(a = b\), so \(r = a/\sqrt{2}\) and \(\phi = a\sqrt{2}\). The same formulas apply.
Why is the area ratio always greater than 1? The circle must enclose the rectangle's corners, so its area always exceeds the rectangle's. The minimum ratio, \(\pi/2 \approx 1.5708\), occurs for a square.