Quadrilateral

Types & Areas

PropertyStatement
RectangleA=lw
ParallelogramA=bh
TrapezoidA=½(b₁+b₂)h
RhombusA=½d₁d₂

Examples

Example 1. Trapezoid with bases 6,10 and height 4.

Solution. A=½(6+10)·4=32.

In Depth

A quadrilateral is a polygon with four sides. The sum of interior angles is always 360°. Special quadrilaterals form a hierarchy: parallelogram (opposite sides parallel) → rectangle (right angles) → rhombus (equal sides) → square (right angles and equal sides). Trapezoids have exactly one pair of parallel sides.

Properties of parallelograms: opposite sides are equal and parallel, opposite angles are equal, diagonals bisect each other. The area equals base times height: \(A=bh\). For a rhombus, \(A=\frac{1}{2}d_1d_2\) (half the product of diagonals).

Cyclic quadrilaterals (inscribed in a circle) satisfy Ptolemy's theorem: \(AC\cdot BD = AB\cdot CD + AD\cdot BC\) (product of diagonals equals sum of products of opposite sides). Brahmagupta's formula gives the area: \(A=\sqrt{(s-a)(s-b)(s-c)(s-d)}\) where \(s\) is the semi-perimeter.

The midpoint quadrilateral (Varignon's theorem): connecting the midpoints of any quadrilateral's sides forms a parallelogram. Its area is half the original quadrilateral's area.

In coordinate geometry, a quadrilateral's area can be computed by the shoelace formula: \(A=\frac{1}{2}|x_1(y_2-y_4)+x_2(y_3-y_1)+x_3(y_4-y_2)+x_4(y_1-y_3)|\). This generalizes to any polygon.

Key Properties & Applications

The area of a general quadrilateral with diagonals \(d_1,d_2\) meeting at angle \(\theta\) is \(A=\frac{1}{2}d_1d_2\sin\theta\). For a parallelogram, the diagonals bisect each other, so this simplifies. For a rhombus (\(\theta=90°\)): \(A=\frac{1}{2}d_1d_2\).

Tangential quadrilaterals (with an inscribed circle) satisfy \(AB+CD=BC+DA\) (sum of opposite sides are equal). Bicentric quadrilaterals are both cyclic and tangential; they satisfy both Brahmagupta's formula and the tangential condition.

In computer graphics, quadrilaterals (quads) are the preferred polygon for mesh modeling because they subdivide cleanly (Catmull–Clark subdivision) and align naturally with surface curvature. Triangle meshes are used for rendering; quad meshes for modeling.

Further Reading & Context

The study of quadrilateral connects to many areas of mathematics and its applications. Understanding the foundational definitions and theorems provides the basis for advanced work in analysis, algebra, and applied mathematics.

Historical development: most mathematical concepts evolved over centuries, with contributions from mathematicians across many cultures. The modern axiomatic treatment provides rigor, while computational tools enable practical application.

In modern mathematics, this topic appears in graduate courses and research across pure and applied mathematics. Connections to computer science, physics, and engineering make it a versatile and important area of study. Mastery of the core results and techniques opens doors to research in number theory, analysis, geometry, and beyond.

Recommended next steps: work through the standard theorems with full proofs, explore the connections to related topics listed above, and practice with a variety of problems ranging from computational exercises to theoretical proofs. The interplay between different areas of mathematics is one of the subject's greatest rewards.