A quadrilateral whose four vertices all lie on a circle is cyclic. These quadrilaterals have beautiful properties that competition problems love — opposite angles sum to 180°, the exterior angle equals the interior opposite, and Ptolemy's theorem relates all four sides and the diagonals.
A quadrilateral ABCD is cyclic (or concyclic) if all four vertices lie on a single circle (the circumcircle).
All triangles are cyclic (every triangle has a circumcircle), but not all quadrilaterals are.
Any one of these conditions is enough:
For a cyclic quadrilateral with sides $a, b, c, d$ and diagonals $p, q$:
\[ ac + bd = pq \]
More precisely: $ AB \cdot CD + BC \cdot DA = AC \cdot BD $
The product of the diagonals equals the sum of the products of opposite sides.
Ptolemy's inequality: For any quadrilateral (not necessarily cyclic), $ ac + bd \geq pq $, with equality iff cyclic.
Area of a cyclic quadrilateral with sides $a, b, c, d$:
\[ \text{Area} = \sqrt{(s-a)(s-b)(s-c)(s-d)} \]
Where $ s = \frac{a+b+c+d}{2} $ (the semiperimeter).
This is the generalization of Heron's formula — set $d = 0$ and you get Heron's formula for a triangle!
If a trapezoid is cyclic, it must be isosceles (the non-parallel sides are equal).
Conversely: every isosceles trapezoid is cyclic.
Why: parallel chords cut off equal arcs between them, making the legs equal.
A kite with two opposite right angles is cyclic (the diagonal connecting the right angles is the diameter by Thales' theorem).
Property: In a cyclic quadrilateral, opposite angles are supplementary (sum to 180°).
Angle A and angle C are opposite.
Step 1: $ \angle A + \angle C = 180° $
$ 72° + \angle C = 180° $
$ \angle C = 180° - 72° = 108° $
Note: angle B = 95° is extra information. Angle D would be 180° - 95° = 85°.
Answer: 108
Ptolemy's theorem: For a cyclic quadrilateral:
\[ AB \cdot CD + BC \cdot DA = AC \cdot BD \]
Step 1: Identify the side lengths.
AB = 3, BC = 4, CD = AB = 3 (opposite sides of rectangle), DA = BC = 4
Diagonal AC = 5
Step 2: Plug into Ptolemy's theorem.
$ 3 \times 3 + 4 \times 4 = 5 \times BD $
$ 9 + 16 = 5 \cdot BD $
$ 25 = 5 \cdot BD $
$ BD = 5 $
Check: In a rectangle, diagonals are equal. AC = BD = 5. ✓
Answer: 5
Brahmagupta's formula: $ \text{Area} = \sqrt{(s-a)(s-b)(s-c)(s-d)} $
Step 1: Find the semiperimeter.
$ s = \frac{5 + 5 + 5 + 5}{2} = \frac{20}{2} = 10 $
Step 2: Plug into formula.
\[ \text{Area} = \sqrt{(10-5)(10-5)(10-5)(10-5)} = \sqrt{5 \times 5 \times 5 \times 5} \]
$ = \sqrt{625} = 25 $
Check: A square with side 5 has area \(5^{2}\) = 25. ✓
Answer: 25