Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Area of Quadrilateral
Source: https://www.fatskills.com/k-12-assessment-tests/chapter/how-to-solve-area-of-quadrilateral

How to Solve: Area of Quadrilateral

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Area of Quadrilateral

For Students Who Want to Ace Their Exam & Teachers Who Need a Ready-to-Record Script


Introduction

"Ever seen a weird-shaped garden or a rooftop and wondered how much space it covers? That’s a quadrilateral—and mastering its area could be the difference between an A and a B on your geometry exam!


What You Need To Know First

Before diving into quadrilaterals, make sure you understand: 1. Area of triangles – You’ll split quadrilaterals into triangles to find their area. 2. Pythagorean theorem – Needed if you have to find missing side lengths. 3. Coordinate geometry basics – If the quadrilateral is plotted on a graph, you’ll use coordinates to find its area.


Key Vocabulary

Term Plain-English Definition Quick Example
Quadrilateral A 4-sided polygon. Square, rectangle, trapezoid, kite.
Diagonal A line connecting two non-adjacent vertices. The line from top-left to bottom-right in a rectangle.
Vertices The corners of the shape. A square has 4 vertices.
Base & Height The bottom side and the perpendicular distance from the base to the opposite side. In a parallelogram, height is not the slant side.
Trapezoid A quadrilateral with one pair of parallel sides. A roof shape with two parallel edges.
Kite A quadrilateral with two pairs of adjacent equal sides. Looks like a diamond.

Formulas To Know

1. Area of a Square or Rectangle

Formula: Area = length × width Variables: - length = longer side (or any side if square) - width = shorter side (or any side if square) Memorise?YES (Given on most exam sheets, but you should know it instantly.)


2. Area of a Parallelogram

Formula: Area = base × height Variables: - base = any side (usually the bottom) - height = perpendicular distance from base to opposite side (not the slant side!) Memorise?YES


3. Area of a Trapezoid

Formula: Area = ½ × (sum of parallel sides) × height or Area = ½ × (a + b) × h Variables: - a and b = lengths of the two parallel sides - h = perpendicular height between them Memorise?YES


4. Area of a Kite (or Rhombus)

Formula: Area = ½ × (diagonal₁ × diagonal₂) Variables: - diagonal₁ and diagonal₂ = the two diagonals (lines connecting opposite vertices) Memorise?YES


5. Area of Any Quadrilateral (Using Diagonals & Angle)

Formula: Area = ½ × d₁ × d₂ × sin(θ) Variables: - d₁ and d₂ = lengths of the diagonals - θ = angle between the diagonals Memorise?Given on exam sheet (but you must know how to use it!)


6. Shoelace Formula (For Quadrilaterals on a Coordinate Plane)

Formula: Area = ½ |(x₁y₂ + x₂y₃ + x₃y₄ + x₄y₁) – (y₁x₂ + y₂x₃ + y₃x₄ + y₄x₁)| Variables: - (x₁, y₁), (x₂, y₂), (x₃, y₃), (x₄, y₄) = coordinates of the vertices in order (clockwise or counter-clockwise) Memorise?Given on exam sheet (but practice using it!)


Step-by-Step Method

How to Find the Area of Any Quadrilateral

Step 1: Identify the type of quadrilateral. - Is it a square, rectangle, parallelogram, trapezoid, kite, or irregular? - If it’s irregular (no special properties), go to Step 4.

Step 2: Use the correct formula for the shape. - Square/Rectangle: Area = length × width - Parallelogram: Area = base × height - Trapezoid: Area = ½ × (a + b) × h - Kite/Rhombus: Area = ½ × d₁ × d₂

Step 3: Plug in the values and solve. - Make sure all measurements are in the same units (e.g., all in cm). - If height is missing, use the Pythagorean theorem to find it.

Step 4: If the quadrilateral is irregular (no special properties): - Option A: Split it into two triangles using a diagonal, then find the area of each triangle and add them. - Option B: If given coordinates, use the Shoelace Formula. - Option C: If given diagonals and the angle between them, use Area = ½ × d₁ × d₂ × sin(θ).

Step 5: Double-check your answer. - Does the area make sense? (e.g., a small quadrilateral shouldn’t have an area of 1000 cm².) - Did you use the correct height (perpendicular, not slant)?


Worked Example (Using the Steps)

Problem: Find the area of quadrilateral ABCD with vertices at: A(1, 2), B(4, 5), C(7, 2), D(4, -1).

Step 1: The quadrilateral is irregular (no special properties). Step 2: Since we have coordinates, use the Shoelace Formula. Step 3: List the points in order (clockwise or counter-clockwise): A(1, 2), B(4, 5), C(7, 2), D(4, -1), A(1, 2) (repeat first point at the end!)

Step 4: Apply the Shoelace Formula: Area = ½ |(x₁y₂ + x₂y₃ + x₃y₄ + x₄y₁) – (y₁x₂ + y₂x₃ + y₃x₄ + y₄x₁)|

Plug in the values: = ½ |(1×5 + 4×2 + 7×(-1) + 4×2) – (2×4 + 5×7 + 2×4 + (-1)×1)| = ½ |(5 + 8 – 7 + 8) – (8 + 35 + 8 – 1)| = ½ |(14) – (50)| = ½ |-36| = ½ × 36 = 18

Step 5: The area is 18 square units.

What we did and why: We used the Shoelace Formula because the quadrilateral was irregular and given on a coordinate plane. Listing points in order and repeating the first point at the end ensures the formula works correctly.


Worked Examples

Example 1 - Basic (Trapezoid)

Problem: Find the area of a trapezoid with parallel sides of 8 cm and 12 cm, and a height of 5 cm.

Solution: 1. Identify the shape: Trapezoid (one pair of parallel sides). 2. Use the formula: Area = ½ × (a + b) × h 3. Plug in values: Area = ½ × (8 + 12) × 5 = ½ × 20 × 5 = 50 cm²

What we did and why: We used the trapezoid formula because it’s the only quadrilateral with one pair of parallel sides. The height must be perpendicular to the bases.


Example 2 - Medium (Kite with Missing Diagonal)

Problem: A kite has diagonals of 10 cm and (x + 3) cm. If its area is 40 cm², find x.

Solution: 1. Identify the shape: Kite (two pairs of adjacent equal sides). 2. Use the formula: Area = ½ × d₁ × d₂ 3. Plug in known values: 40 = ½ × 10 × (x + 3) 4. Solve for x:
40 = 5(x + 3)
40 = 5x + 15
25 = 5x
x = 5

What we did and why: We used the kite formula because it’s the only quadrilateral where diagonals are perpendicular and one bisects the other. We set up an equation to solve for the missing diagonal.


Example 3 - Exam Style (Irregular Quadrilateral)

Problem: A quadrilateral has vertices at A(0, 0), B(5, 0), C(7, 4), and D(2, 6). Find its area.

Solution: 1. Plot the points (optional but helpful). 2. Use the Shoelace Formula (since it’s irregular). 3. List points in order: A(0,0), B(5,0), C(7,4), D(2,6), A(0,0). 4. Apply the formula:
Area = ½ |(0×0 + 5×4 + 7×6 + 2×0) – (0×5 + 0×7 + 4×2 + 6×0)|
= ½ |(0 + 20 + 42 + 0) – (0 + 0 + 8 + 0)|
= ½ |62 – 8| = ½ × 54 = 27 5. Area = 27 square units.

What we did and why: We used the Shoelace Formula because the quadrilateral was irregular and given in coordinates. Listing points in order is crucial—mixing them up gives the wrong answer!


Common Mistakes

Mistake Why it Happens Correct Approach
Using slant height instead of perpendicular height Students confuse the side length with the height. Height must be perpendicular to the base. Use Pythagoras if needed.
Forgetting to divide by 2 in trapezoid/kite formulas The ½ is easy to miss in a rush. Write the formula first, then plug in numbers.
Mixing up diagonals in kite/rhombus Students multiply the wrong diagonals. Diagonals must be perpendicular. Label them clearly.
Not repeating the first point in Shoelace Formula The formula won’t work without closing the loop. Always list the first point again at the end.
Using the wrong units (e.g., cm vs. m) Area must be in square units (cm², m²). Convert all sides to the same unit first.

Exam Traps

Trap How to Spot it How to Avoid it
Giving coordinates out of order The problem lists points randomly (not clockwise/counter-clockwise). Plot the points first and list them in order.
Hiding the height in a diagram The height isn’t labeled—you have to find it using Pythagoras. Look for right triangles in the diagram.
Using "area" when they want "perimeter" The question asks for "space covered" but shows side lengths. Read carefully: "Area" = inside, "Perimeter" = boundary.

1-Minute Recap

"Alright, let’s lock this in—tonight, before your exam, here’s what you need to remember:

  1. Know your shapes: Square, rectangle, parallelogram, trapezoid, kite—each has its own formula.
  2. Height is always perpendicular. If it’s slanting, it’s not the height!
  3. Irregular quadrilateral? Split it into triangles or use the Shoelace Formula.
  4. Shoelace Formula trick: List points in order and repeat the first one at the end.
  5. Double-check units—area is always squared (cm², m²).

Now go practice one of each type. You’ve got this!




ADVERTISEMENT