MathCompass

Cyclic Quadrilaterals

Geometry Advanced

📋 Prerequisites

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.

📚 Key Concepts

What Is a Cyclic Quadrilateral?

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.

Core Properties of Cyclic Quadrilaterals

  1. Opposite angles sum to 180° (supplementary):
    $ \angle A + \angle C = 180° $ and $ \angle B + \angle D = 180° $
    Why: each pair intercepts arcs that together make the full circle (360°), and inscribed angles are half the arc.
  2. Exterior angle = interior opposite angle:
    If you extend one side, the exterior angle equals the interior angle at the opposite vertex.
  3. Angles subtended by the same chord are equal:
    $ \angle BAC = \angle BDC $ (both subtend arc BC)

How to Prove Four Points Are Concyclic

Any one of these conditions is enough:

  1. Opposite angles supplementary: If $ \angle A + \angle C = 180° $, then ABCD is cyclic
  2. Exterior angle = interior opposite: Extend a side, if the exterior angle equals the opposite interior angle
  3. Equal angles subtended by the same chord: If points C and D are on the same side of AB and $ \angle ACB = \angle ADB $
  4. Power of a point (converse): If two chords intersect and satisfy the power-of-point relationship
  5. Ptolemy's inequality becomes equality: If $ AB \cdot CD + BC \cdot DA = AC \cdot BD $

Ptolemy's Theorem

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.

Brahmagupta's Formula

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!

Special Case: Cyclic Trapezoid

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.

Special Case: Right Kite

A kite with two opposite right angles is cyclic (the diagonal connecting the right angles is the diameter by Thales' theorem).

⚠️ Common Mistake: Ptolemy's theorem only applies to cyclic quadrilaterals! Don't use it on arbitrary quadrilaterals. For non-cyclic ones, you only have Ptolemy's inequality ($ac + bd \geq pq$). Also: in Brahmagupta's formula, you need all four sides — it doesn't work if you only know three (that's Heron's formula for triangles).
💡 Key Insight: When you see four points on a circle in a competition problem, immediately think: opposite angles sum to 180°, and angles subtending the same arc are equal. These angle-chasing facts are usually the key to unlocking the problem. Ptolemy's theorem is the power tool for side lengths — if you know three sides and both diagonals are involved, Ptolemy can give you the fourth side directly.

✏️ Example Problems

📝 Example 1 (Opposite angles supplementary)

ABCD is a cyclic quadrilateral. If angle A = 72° and angle B = 95°,
what is the measure of angle C (in degrees)?

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

📝 Example 2 (Ptolemy's theorem)

ABCD is a rectangle (which is always cyclic). AB = 3, BC = 4, and diagonal AC = 5.
Use Ptolemy's theorem to find the length of diagonal BD.

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

📝 Example 3 (Brahmagupta's formula)

A cyclic quadrilateral has sides 5, 5, 5, and 5 (a square inscribed in a circle).
Using Brahmagupta's formula, what is its area?

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

Previous
Next