1.2.7Basic Geometry

Quadrilaterals — square, rectangle, parallelogram, rhombus, trapezium, kite

3,179 words14 min readdifficulty · medium1 backlinks

Core Definitions

Figure — Quadrilaterals — square, rectangle, parallelogram, rhombus, trapezium, kite

Deriving Key Properties

1. Sum of Interior Angles

Start from first principles: Any quadrilateral can be divided into two triangles by drawing one diagonal.

  • Each triangle has interior angles suming to 180°180° (proven from parallel line theory).
  • Two triangles → 180°+180°=360°180° + 180° = 360°.

2. Paralelogram Properties

Derivation (a proper first-principles chain):

  • Given ABCDAB \parallel CD and BCADBC \parallel AD. Draw diagonal ACAC.
  • ACAC is a transversal cutting the parallel pair ABCDAB \parallel CD: so BAC=DCA\angle BAC = \angle DCA (alternate interior angles).
  • ACAC is a transversal cutting the parallel pair BCADBC \parallel AD: so BCA=DAC\angle BCA = \angle DAC (alternate interior angles).
  • Now compare triangles ABCABC and CDACDA: they share side ACAC, and have two equal angles (BAC=DCA\angle BAC = \angle DCA, BCA=DAC\angle BCA = \angle DAC). By ASA, ABCCDA\triangle ABC \cong \triangle CDA.
  • Corresponding sides are therefore equal: AB=CDAB = CD and BC=ADBC = AD.
  • Corresponding angles give B=D\angle B = \angle D, and combining the alternate-angle pairs gives A=BAC+DAC=DCA+BCA=C\angle A = \angle BAC + \angle DAC = \angle DCA + \angle BCA = \angle C.
  • Why the parallelism gives equal sides: it is the ASA congruence (via alternate angles), NOT parallelism by itself. Two parallel lines can be any distance apart with any segment lengths — you need the congruent triangles to force AB=CDAB = CD.

3. Area Formulas

Rectangle

Derivation: Stack unit squares.

  • A rectangle l×wl \times w fits exactly l×wl \times w unit squares.

Parallelogram

Derivation: Cut and rearrange into a rectangle.

  • Drop a perpendicular from top side to base (height hh).
  • The slanted portion one side can be cut and moved to the other side → forms a rectangle with base bb and height hh.

Trapezium

Derivation: Average of the two parallel sides, times height.

  • Two trapeziums can be joined to form a paralelogram with base (a+b)(a + b) and height hh.
  • Area of paralelogram = (a+b)×h(a + b) \times h.
  • Area of one trapezium = 12(a+b)×h\frac{1}{2}(a + b) \times h.

Rhombus & Kite

Derivation: Diagonals split the shape into four right triangles.

  • Let diagonals be d1d_1 and d2d_2, crossing at right angles.
  • Each quarter triangle has area 12×d12×d22=d1d28\frac{1}{2} \times \frac{d_1}{2} \times \frac{d_2}{2} = \frac{d_1 d_2}{8}.
  • Four quarters → A=4×d1d28=12d1d2A = 4 \times \frac{d_1 d_2}{8} = \frac{1}{2} d_1 d_2.

Worked Examples

Common Mistakes

Summary Table

Quadrilateral Opposite sides parallel? All sides equal? All angles 90°? Diagonals bisect each other? Diagonals perpendicular?
Parallelogram ✓ (both pairs)
Rectangle ✓ (both pairs)
Square ✓ (both pairs)
Rhombus ✓ (both pairs)
Trapezium One pair only
Kite Two adjacent pairs ✗ (one diagonal bisects the other)

Notes on the table:

  • Parallelogram & rhombus do NOT require 90° angles — only rectangles and squares do.
  • A rhombus DOES have all four sides equal (that's its defining property).
  • Every parallelogram (including rectangles, squares, rhombuses) has diagonals that bisect each other. A trapezium's and a general kite's diagonals do not both bisect each other.
Recall Feynman: Explain to a 12-year-old

Imagine you're building shapes with sticks. You have four sticks. If you make both pairs of opposite sticks the same length and keep them parallel (like train tracks), you get a parallelogram. It's a pushed-over rectangle.

If you then make all the corners perfect right angles (90°, like the corner of your notebook), you get a rectangle. It's the shape of most doors and windows.

If you make all four sticks exactly the same length and keep the right angles, you get a square—the most "fair" shape, everything equal.

But what if you make all four sticks equal but don't care about right angles? Push the square sideways—you get a rhombus (a diamond). All sides still equal, just tilted.

Now, what if only one pair of sticks is parallel, like a tabletop with legs that aren't the same on both sides? That's a trapezium—like a slice of bread when you cut it on a slant.

Finally, what if instead of opposite sticks being equal, the sticks next to each other are equal? Two short sticks meet at one corner, two long sticks meet at another—that's a kite, shaped like the kite you fly in the sky!

Why do these shapes matter? Every building, every screen, every piece of paper—it's one of these shapes. If you know the rules, you can calculate area, figure out missing angles, and design things that fit together perfectly.

Connections

  • Triangles: Quadrilaterals split into triangles for angle sum proof
  • Parallel Lines: Paralelogram properties come from parallel line theorems
  • Pythagorean Theorem: Used to find side lengths from diagonals (rhombus, rectangle)
  • Distance Formula: Calculating side lengths when vertices are given
  • Area and Perimeter: Applying quadrilateral formulas to real-world problems

#flashcards/maths

What is a quadrilateral? :: A polygon with exactly four sides and four vertices. The sum of its interior angles is always 360°.

What defines a parallelogram?
A quadrilateral where both pairs of opposite sides are parallel (and therefore equal in length). Opposite angles are equal, and consecutive angles are supplementary. Note: its angles need NOT be 90°.

How is a rectangle different from a parallelogram? :: A rectangle is a parallelogram with all four angles equal to 90°. It inherits parallelogram properties but adds the right-angle constraint.

What makes a square special?
A square is both a rectangle (all angles 90°) and a rhombus (all sides equal). It has maximum symmetry: all sides equal, all angles equal, and diagonals bisect each other at right angles.
Define a rhombus.
A parallelogram where all four sides are equal in length. Its diagonals bisect each other at right angles, but the angles of the rhombus itself need not be 90°.
What is a trapezium?
A quadrilateral with exactly one pair of parallel sides. The parallel sides are called bases, and the non-parallel sides are called legs.
How is a kite defined?
A quadrilateral with two pairs of adjacent (consecutive) sides that are equal in length. Its diagonals are perpendicular, and one diagonal bisects the other (but they do not both bisect each other).
What is the sum of interior angles in any quadrilateral?
360°, derived by dividing the quadrilateral into two triangles (each with 180°).
State the area formula for a parallelogram and explain the variables.
A=b×hA = b \times h, where bb is the base and hh is the perpendicular height (not the slant side). The height must be measured perpendicular to the base.
What is the area formula for a trapezium?
A=12(a+b)×hA = \frac{1}{2}(a + b) \times h, where aa and bb are the lengths of the two parallel sides (bases) and hh is the perpendicular distance between them.
How do you find the area of a rhombus using its diagonals?
A=12d1d2A = \frac{1}{2} d_1 d_2, where d1d_1 and d2d_2 are the lengths of the two diagonals. This works because the diagonals are perpendicular and bisect each other.
Does the kite area formula differ from the rhombus formula?
No, it's the same: A=12d1d2A = \frac{1}{2} d_1 d_2. Both shapes have perpendicular diagonals, which is the key property for this formula.

In a paralelogram, if one angle is 70°, what are the other angles? :: The opposite angle is also 70° (opposite angles equal). The two consecutive angles are each 180°70°=110°180° - 70° = 110° (consecutive angles supplementary). So: 70°, 110°, 70°, 110°.

Which quadrilaterals have diagonals that bisect each other?
Every parallelogram — that includes the parallelogram, rectangle, square, and rhombus. Trapeziums and general kites do NOT have diagonals that bisect each other.
Why can't you use the slant side as height for a paralelogram?
Area requires perpendicular height. The slant side is longer than the perpendicular distance. Using it would overestimate the area. Only the perpendicular "drop" from base to top counts.
What is the hierarchy of quadrilaterals?
Square ⊂ Rectangle ⊂ Parallelogram ⊂ Quadrilateral, and also Square ⊂ Rhombus ⊂ Paralelogram. Every square is a rectangle and rhombus, but not every rectangle or rhombus is a square.

Concept Map

both pairs sides parallel

one pair parallel sides

two adjacent pairs equal

all angles 90 deg

all sides equal

all sides equal

add right angles

draw one diagonal

each triangle 180 deg

diagonal makes

opposite sides and angles equal

Quadrilateral: 4 sides

Parallelogram

Rectangle

Square

Rhombus

Trapezium

Kite

Interior angles sum 360 deg

Split into 2 triangles

ASA congruent triangles

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, quadrilateral basically koi bhi char-side wala shape hai — jaise char post wali fence. Lekin asli baat yeh hai ki jab tum in char sides ko alag-alag tarike se arrange karte ho (koi parallel, koi equal length, koi 90-degree angle par), tab tumhe alag-alag types milte hain — square, rectangle, parallelogram, rhombus, trapezium, aur kite. Inhe samajhna zaroori hai kyunki tumhare aas-paas ki har cheez — room, mobile screen, tiles, kite, bridge — inhi shapes se bani hoti hai, aur har type ke apne fixed properties hote hain jinse calculations predictable ban jaati hain.

Sabse important intuition yeh hai ki koi bhi quadrilateral ho, uske interior angles ka sum hamesha 360° hota hai. Iska reason simple hai: agar tum ek diagonal kheech do, toh koi bhi quadrilateral do triangles mein bat jaata hai, aur har triangle ke angles ka sum 180° hota hai — toh 180 + 180 = 360°. Yeh trick har irregular shape ke liye bhi kaam karti hai, isliye yeh bahut powerful hai.

Ab ek subtle par crucial point — parallelogram mein opposite sides equal kyun hote hain? Yeh sirf parallel hone ki wajah se nahi hai, kyunki parallel lines toh kisi bhi distance par ho sakti hain. Asli reason hai ASA congruence: diagonal ek transversal ki tarah kaam karta hai, alternate interior angles equal ho jaate hain, aur is wajah se dono triangles congruent ban jaate hain — tabhi sides equal aane par majboor hote hain. Yahi logic aage chalke prove karta hai ki diagonals ek-doosre ko bisect karte hain. Toh yaad rakho, geometry mein "kyun" ka jawaab hamesha congruence ya parallel-line theory se aata hai, sirf shape dekhkar assume mat karna.

Go deeper — visual, from zero

Test yourself — Basic Geometry

Connections