1.2.8Basic Geometry

Properties of each quadrilateral — diagonals, angles, symmetry

3,053 words14 min readdifficulty · medium

Think of quadrilaterals as a family tree: the general quadrilateral is the ancestor, and as we add constraints (parallel sides, equal sides, right angles), we get specialized descendants with richer properties.


The Quadrilateral Family

1. General Quadrilateral

WHY 360°? Derive from first principles:

  • Any quadrilateral can be split into 2 triangles by drawing one diagonal
  • Each triangle has angles suming to 180°
  • Total: 2×180°=360°2 \times 180° = 360°

Properties:

  • **Diagonals Unequal, intersect at any point (not necessarily bisecting)
  • Angles: No special relationships, but A+B+C+D=360°\angle A + \angle B + \angle C + \angle D = 360°
  • Symmetry: None (no lines of reflection, no rotational symmetry)

2. Trapezium (Trapezoid)

Properties:

  • Diagonals: Unequal length, intersect inside (but don't bisect each other)
  • Angles: Adjacent angles on each leg are supplementary
    • WHY? Because parallel lines cut by a transversal create co-interior angles
    • If ABCDAB \parallel CD, then A+D=180°\angle A + \angle D = 180° and B+C=180°\angle B + \angle C = 180°
  • Symmetry: None (unless it's an isosceles trapezium)

Solution:

  1. Since ABCDAB \parallel CD and ADAD is a transversal
  2. A\angle A and D\angle D are co-interior angles
  3. Why co-interior? They're on the same side of the transversal between parallel lines
  4. Co-interior angles are supplementary: A+D=180°\angle A + \angle D = 180°
  5. 110°+D=180°110° + \angle D = 180°
  6. D=70°\angle D = 70°

3. Isosceles Trapezium

Properties:

  • Diagonals: Equal in length (this is the key distinguishing feature!)
    • WHY? By SS congruence of triangles formed by diagonals
  • Angles: Base angles are equal (A=B\angle A = \angle B and C=D\angle C = \angle D)
  • Symmetry: 1 line of symmetry (perpendicular bisector of the parallel sides)

d=h2+(ab2)2+b(ab)+b2d = \sqrt{h^2 + \left(\frac{a-b}{2}\right)^2 + b\,(a-b) + b^2}

which simplifies neatly. But the clean, correct standard form is:

d=h2+(a+b2)2\boxed{d = \sqrt{h^2 + \left(\frac{a+b}{2}\right)^2}}

Derivation from first principles (dual coding — draw it!):

  • Place the trapezium with the long base aa on the x-axis from (0,0)(0,0) to (a,0)(a,0).
  • By symmetry, the short base bb sits at height hh, centered: from (ab2,h)\left(\frac{a-b}{2}, h\right) to (a+b2,h)\left(\frac{a+b}{2}, h\right).
  • Label vertices A=(0,0)A=(0,0), B=(a,0)B=(a,0), C=(a+b2,h)C=\left(\frac{a+b}{2}, h\right), D=(ab2,h)D=\left(\frac{a-b}{2}, h\right).
  • The diagonal ACAC runs from A=(0,0)A=(0,0) to C=(a+b2,h)C=\left(\frac{a+b}{2}, h\right).
  • Why use coordinates? Because the horizontal run and vertical rise give the diagonal directly via distance formula.
  • Horizontal run =a+b2= \frac{a+b}{2}, vertical rise =h= h.
  • d=(a+b2)2+h2d = \sqrt{\left(\tfrac{a+b}{2}\right)^2 + h^2}

Cross-check with legs: The leg c=AD=h2+(ab2)2c = AD = \sqrt{h^2 + \left(\frac{a-b}{2}\right)^2} (horizontal run ab2\frac{a-b}{2}, rise hh). Both diagonals are equal by the left–right symmetry of the shape. ✓


4. Parallelogram

Properties — here's where things get interesting:

Diagonals:

  • Bisect each other (but are NOT equal in length, unless it's a rectangle)
  • WHY do they bisect? Let diagonals intersect at OO. Consider AOB\triangle AOB and COD\triangle COD:
    • ABCDAB \parallel CD → alternate angles: OAB=OCD\angle OAB = \angle OCD
    • AB=CDAB = CD (opposite sides equal) → we'll prove this next
    • OBA=ODC\angle OBA = \angle ODC (alternate angles)
    • By ASA congruence: AO=OCAO = OC and BO=ODBO = OD

Sides:

  • Opposite sides are equal: AB=CDAB = CD and AD=BCAD = BC
  • WHY? Draw diagonal ACAC. It creates ABC\triangle ABC and CDA\triangle CDA:
    • ACAC is common
    • BAC=DCA\angle BAC = \angle DCA (alternate angles, since ABCDAB \parallel CD)
    • BCA=DAC\angle BCA = \angle DAC (alternate angles, since BCADBC \parallel AD)
    • By ASA: AB=CDAB = CD and BC=ADBC = AD

Angles:

  • Opposite angles are equal: A=C\angle A = \angle C, B=D\angle B = \angle D
  • Adjacent angles are supplementary: A+B=180°\angle A + \angle B = 180°
  • WHY? Co-interior angles between parallel lines

Symmetry:

  • No line symmetry, but rotational symmetry of order 2 (180° rotation around center)

Solution:

  1. Why can we double? Because diagonals of a parallelogram bisect each other
  2. AC=2×AO=2×5=10AC = 2\times AO = 2 \times 5 = 10 cm
  3. BD=2×BO=2×7=14BD = 2 \times BO = 2 \times 7 = 14 cm

5. Rhombus

Properties (inherits paralelogram properties + more):

Diagonals:

  • Bisect each other (inherited from parallelogram)
  • Perpendicular to each other (ACBDAC \perp BD)
    • WHY perpendicular? Consider AOB\triangle AOB where OO is intersection:
      • AOAO is part of diagonal ACAC, BOBO is part of BDBD
      • Since all sides equal: AB=ADAB = AD
      • Since diagonals bisect: OO is midpoint of both
      • OO is equidistant from AA and CC along one diagonal, from BB and DD along other
      • By symmetry of isosceles triangles ABD\triangle ABD and CBD\triangle CBD, diagonals meet at right angles
  • Bisect the angles of the rhombus
    • WHY? Each diagonal is the axis of symmetry, so it must split the angle equally

Angles:

  • Opposite angles equal (from parallelogram)
  • Adjacent angles supplementary (from parallelogram)

Symmetry:

  • 2 lines of symmetry (both diagonals)
  • Rotational symmetry of order 2

where d1d_1 and d2d_2 are diagonal lengths.

WHY this formula?

  • The perpendicular diagonals split the rhombus into 4 right triangles
  • Each triangle has legs d12\frac{d_1}{2} and d22\frac{d_2}{2}
  • Area of one triangle: 12d12d22=d1d28\frac{1}{2} \cdot \frac{d_1}{2} \cdot \frac{d_2}{2} = \frac{d_1 d_2}{8}
  • Total area: 4×d1d28=d1d224 \times \frac{d_1 d_2}{8} = \frac{d_1 d_2}{2}

Solution:

  1. Why can we use Pythagoras? Diagonals are perpendicular and bisect each other
  2. They form4 right triangles with legs 62=3\frac{6}{2} = 3 cm and 82=4\frac{8}{2} = 4 cm
  3. Side is the hypotenuse: s=32+42=9+16=25=5s = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5 cm

6. Rectangle

Properties:

Diagonals:

  • Bisect each other (from parallelogram)
  • Equal in length (AC=BDAC = BD)
    • WHY equal? Consider right triangles ABC\triangle ABC and BAD\triangle BAD:
      • ABAB is common
      • BC=ADBC = AD (opposite sides of paralelogram)
      • ABC=BAD=90°\angle ABC = \angle BAD = 90°
      • By SAS: AC=BDAC = BD
  • But diagonals are NOT perpendicular (unless it's a square)

Angles:

  • All angles are 90°90°
  • WHY? One angle is 90°90° by definition. In a paralelogram, adjacent angles are supplementary: 90°+B=180°90° + \angle B = 180°B=90°\angle B = 90°. All four angles must be 90°90°.

Symmetry:

  • 2 lines of symmetry (perpendicular bisectors of opposite sides, NOT diagonals)
  • Rotational symmetry of order 2

Derivation: Direct application of Pythagoras theorem to the right triangle formed by two adjacent sides and a diagonal.


7. Square

Properties (inherits ALL properties from both):

Diagonals:

  • Bisect each other (from parallelogram)
  • Equal in length (from rectangle)
  • Perpendicular (from rhombus)
  • Bisect the angles (from rhombus) → each diagonal creates two 45° angles

Angles:

  • All 90°90°

Symmetry:

  • 4 lines of symmetry (2 diagonals + 2 midline perpendicular bisectors)
  • Rotational symmetry of order 4 (90°, 180°, 270°, 360°)

WHY diagonal is a2a\sqrt{2}?

  • By Pythagoras on the right triangle with both legs aa:
  • d2=a2+a2=2a2d^2 = a^2 + a^2 = 2a^2
  • d=2a2=a2d = \sqrt{2a^2} = a\sqrt{2}

Visual Summary

Figure — Properties of each quadrilateral — diagonals, angles, symmetry

Comparison Table

Quadrilateral Diagonals Equal? Diagonals Perpendicular? Diagonals Bisect? All Sides Equal? All Angles Equal? Lines of Symmetry
General 0
Trapezium 0
Isosceles Trap. 1
Parallelogram 0
Rhombus 2
Rectangle 2
Square 4

Mistake 1: "All paralelograms have equal diagonals"

  • Why it feels right: Paralelograms look symmetric, and opposite sides are equal
  • The fix: Only rectangles (and squares) have equal diagonals. Draw a slanted paralelogram and measure — the diagonals will differ. The perpendicular diagonal in a rhombus is NOT equal to the other diagonal.

Mistake 2: "Diagonals of a rectangle are perpendicular"

  • Why it feels right: Rectangles have right angles everywhere, so diagonals "should" be perpendicular too
  • The fix: Perpendicular diagonals come from equal sides (rhombus property), not equal angles. A rectangle has equal angles but unequal sides (unless it's a square). Test: In a 3×4 rectangle, diagonals meet at angle ≠ 90°.

Mistake 3: "A square is not a rectangle"

  • Why it feels right: We learn them as separate shapes in early education
  • The fix: A square satisfies ALL properties of a rectangle (4 right angles, opposite sides parallel and equal) PLUS additional constraints (all sides equal). It's a special case of a rectangle. Venn diagram: Square ⊂ Rectangle ⊂ Paralelogram.

Mistake 4: "If diagonals bisect each other, it's a parallelogram"

  • Why it feels right: This is the converse of a true statement
  • The fix: This one is actually TRUE! It's an "if and only if" relationship. If diagonals bisect each other, you CAN conclude it's at least a parallelogram. (But be careful with other properties — not all converses work.)

For rhombus, add: PERPPerpendicular diagonals, Equal sides, Right angles where diagonals meet, Pointing at angle bisectors

For rectangle: DEARDiagonals Equal, All angles Right (90°)

Square gets it ALL.


Recall Feynman Technique: Explain to a 12-year-old

Imagine you have a stretchy rubber band shaped like a rectangle. If you pull two opposite corners outward while keeping the sides straight, you get a paralelogram — the shape tilts, but opposite sides stay parallel. Notice how the diagonals (corner-to-corner lines) change: they're still cutting each other in half, but now they're different lengths!

Now, instead of pulling corners out, squeeze the rectangle from the sides until all four sides become equal. You've made a rhombus! The cool thing? The diagonals now form a perfect "plus sign" — they cross at exactly 90°. They also cut the corners exactly in half.

A square is like winning the lottery: you get BOTH the rectangle's perfect right-angle corners AND the rhombus's all-equal sides. So a square gets the best of both worlds — equal diagonals that are also perpendicular, and perfect symmetry in every direction.

A trapezium is the rebel of the family — it only has one pair of parallel sides, so it's less symmetric. But if you make its legs (non-parallel sides) equal, you get an isosceles trapezium, which at least has equal diagonals and one line of symmetry.


Connections

  • 1.2.01-Types-of-quadrilaterals — classification foundation
  • 1.2.07-Angle-sum-property-of-quadrilaterals — why360° always
  • 1.12-Triangle-congruence-criteria — used in proving properties
  • 1.3.05-Line-symmetry — understanding reflectional symmetry
  • 1.3.06-Rotational-symmetry — understanding rotational symmetry
  • 2.1.08-Pythagorean-theorem — diagonal length calculations
  • 2.2.04-Area-of-quadrilaterals — using diagonal formulas

#flashcards/maths

What is the sum of interior angles in ANY quadrilateral? :: 360° (derived from splitting into2 triangles, each 180°)

In a trapezium, what is the relationship between adjacent angles on the same leg?
They are supplementary (sum to 180°) because they are co-interior angles between parallel lines
What is the key diagonal property that distinguishes an isosceles trapezium from a regular trapezium?
The diagonals are equal in length

Do the diagonals of a paralelogram bisect each other? :: Yes, always (this is a defining property)

Are the diagonals of a paralelogram equal in length?
No, not unless it's a rectangle or square
Do the diagonals of a rhombus intersect at right angles?
Yes, always (perpendicular)
What additional angle property do the diagonals of a rhombus have?
They bisect the vertex angles
What is the area formula for a rhombus using diagonals?
Area = (1/2) × d₁ × d₂
Are the diagonals of a rectangle equal?
Yes, always equal in length
Are the diagonals of a rectangle perpendicular?
No, not unless it's a square
How many lines of symmetry does a square have?
4 (two diagonals + two midline bisectors)
What is the diagonal length of a square with side a?
d = a√2 (from Pythagoras theorem)
If a quadrilateral's diagonals bisect each other, what can you conclude?
It is at least a parallelogram

Which quadrilaterals have equal diagonals? :: Rectangle, square, and isosceles trapezium

Which quadrilaterals have perpendicular diagonals?
Rhombus, square (and kite)
What is the rotational symmetry order of a paralelogram?
Order 2 (180° rotation)
What is the rotational symmetry order of a square?
Order 4 (90°, 180°, 270°, 360°)
In a rhombus with diagonals 10 cm and 24 cm, what is the side length?
13 cm (using Pythagoras: √(5² + 12²) = √169 = 13)
Why are opposite angles in a paralelogram equal?
Because alternate angles are equal when parallel lines are cut by a transversal (the diagonal or opposite side)

Concept Map

angles sum 360

derived from

add 1 pair parallel sides

has

co-interior angles

add equal legs

key feature

base angles

symmetry

proved by

symmetry

General Quadrilateral

Interior angles = 360°

Split into 2 triangles

Trapezium

Parallel bases + legs

Adjacent leg angles supplementary

Isosceles Trapezium

Diagonals equal length

Base angles equal

1 line of symmetry

Triangle congruence

No symmetry

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, quadrilaterals humari geometry ki ek badi family hai, aur inhe samajhna isliye zaroori hai kyunki koi bhi polygon ko hum triangles aur quadrilaterals mein tod sakte hain. Aur real life mein toh yeh har jagah hain — mobile screen, table, tiles, khet — sab quadrilateral shapes hi toh hain. Iska core intuition yeh hai ki inhe ek family tree ki tarah socho: sabse upar hai general quadrilateral (dada ji), aur jaise-jaise hum constraints add karte hain — jaise parallel sides, equal sides, ya right angles — waise-waise humein specialized shapes milte hain jinke paas zyada rich properties hoti hain.

Sabse foundational baat yeh hai ki har quadrilateral ke interior angles ka sum 360° hota hai, aur yeh koi ratne wali cheez nahi hai — isko derive kar sakte ho. Ek diagonal kheech do, quadrilateral do triangles mein bant jayega, aur har triangle ka angle sum 180° hota hai, toh 2 × 180° = 360°. Isi tarah trapezium mein jab ek pair parallel sides hoti hain, toh parallel lines aur transversal ki wajah se co-interior angles supplementary ban jaate hain, matlab unka sum 180° hota hai. Yahi reason hai ki example mein ∠A = 110° hone par ∠D = 70° aa gaya.

Ab jo cheez har quadrilateral ko unique banati hai woh hai uska "fingerprint" — yaani diagonals equal hain ya nahi, woh ek dusre ko bisect karte hain ya nahi, aur symmetry lines kitni hain. Jaise isosceles trapezium ka special feature yeh hai ki uske diagonals barabar hote hain aur usme ek line of symmetry hoti hai. Yeh saari properties tumhe kisi bhi shape ko pehchan-ne aur usme calculations karne mein help karti hain. Aur ek important tip — diagonal formulas ko blindly mat ratna, coordinates laga ke distance formula se derive karna seekho, tabhi galat formula ke trap mein nahi phasoge.

Go deeper — visual, from zero

Test yourself — Basic Geometry

Connections