Orchids Logo

Quadrilateral Using Coordinate Geometry

Class 10Coordinate Geometry

Coordinate geometry provides a powerful algebraic method to verify the type of a quadrilateral — whether it is a parallelogram, rectangle, rhombus, or square — using the coordinates of its four vertices.



By applying the distance formula, midpoint formula, and slope formula, we can prove geometric properties without relying on visual estimation. This is an important extension of Class 10 Coordinate Geometry.



The key idea: the properties of sides (equal lengths, parallel pairs) and diagonals (equal, bisecting, perpendicular) determine the type of quadrilateral.

What is Quadrilateral Using Coordinate Geometry?

Definition: A quadrilateral is a closed polygon with four sides, four vertices, and four angles. In coordinate geometry, a quadrilateral ABCD is described by the coordinates A(x₁, y₁), B(x₂, y₂), C(x₃, y₃), D(x₄, y₄).


Types of quadrilaterals and their coordinate properties:

  • Parallelogram: Opposite sides are equal and parallel (equal slopes). Diagonals bisect each other.
  • Rectangle: A parallelogram with all angles 90° (adjacent sides have perpendicular slopes). Diagonals are equal.
  • Rhombus: All four sides are equal. Diagonals bisect each other at right angles.
  • Square: All sides equal AND all angles 90°. Diagonals are equal and bisect at right angles.
  • Trapezium: Exactly one pair of opposite sides is parallel.

Quadrilateral Using Coordinate Geometry Formula

Distance Formula:

d = √[(x₂ − x₁)² + (y₂ − y₁)²]


Midpoint Formula:

M = ((x₁ + x₂)/2, (y₁ + y₂)/2)


Slope Formula:

m = (y₂ − y₁)/(x₂ − x₁)


Conditions:

  • Parallel lines: m₁ = m₂
  • Perpendicular lines: m₁ × m₂ = −1

Types and Properties

Summary of coordinate tests:

QuadrilateralSide ConditionDiagonal Condition
ParallelogramAB = CD, BC = DADiagonals bisect each other
RectangleAB = CD, BC = DADiagonals are equal and bisect each other
RhombusAB = BC = CD = DADiagonals bisect each other at 90°
SquareAB = BC = CD = DADiagonals are equal and bisect at 90°
TrapeziumOne pair of parallel sidesNo special property

Solved Examples

Example 1: Proving a Parallelogram

Problem: Show that A(1, 2), B(4, 4), C(6, 7), D(3, 5) form a parallelogram.


Solution:

Calculate side lengths:

  • AB = √[(4−1)² + (4−2)²] = √[9 + 4] = √13
  • BC = √[(6−4)² + (7−4)²] = √[4 + 9] = √13
  • CD = √[(3−6)² + (5−7)²] = √[9 + 4] = √13
  • DA = √[(1−3)² + (2−5)²] = √[4 + 9] = √13

All four sides are equal. Check diagonals:

  • AC = √[(6−1)² + (7−2)²] = √[25 + 25] = √50
  • BD = √[(3−4)² + (5−4)²] = √[1 + 1] = √2

Diagonals are NOT equal, so it is not a rectangle. Since all sides are equal, check if diagonals bisect at 90°:

  • Midpoint of AC = ((1+6)/2, (2+7)/2) = (3.5, 4.5)
  • Midpoint of BD = ((4+3)/2, (4+5)/2) = (3.5, 4.5) ✓ (same midpoint)

This is a rhombus (and hence also a parallelogram).

Answer: ABCD is a rhombus.

Example 2: Proving a Rectangle

Problem: Prove that A(−2, −1), B(4, −1), C(4, 3), D(−2, 3) form a rectangle.


Solution:

Side lengths:

  • AB = √[(4−(−2))² + (−1−(−1))²] = √[36 + 0] = 6
  • BC = √[(4−4)² + (3−(−1))²] = √[0 + 16] = 4
  • CD = √[(−2−4)² + (3−3)²] = √[36 + 0] = 6
  • DA = √[(−2−(−2))² + (−1−3)²] = √[0 + 16] = 4

Opposite sides are equal: AB = CD = 6, BC = DA = 4.

Diagonals:

  • AC = √[(4−(−2))² + (3−(−1))²] = √[36 + 16] = √52
  • BD = √[(−2−4)² + (3−(−1))²] = √[36 + 16] = √52

Diagonals are equal. Opposite sides are equal. Therefore ABCD is a rectangle.

Answer: ABCD is a rectangle.

Example 3: Proving a Square

Problem: Verify that A(0, 0), B(3, 4), C(−1, 7), D(−4, 3) form a square.


Solution:

Side lengths:

  • AB = √[9 + 16] = √25 = 5
  • BC = √[(−1−3)² + (7−4)²] = √[16 + 9] = 5
  • CD = √[(−4+1)² + (3−7)²] = √[9 + 16] = 5
  • DA = √[(0+4)² + (0−3)²] = √[16 + 9] = 5

All sides equal = 5.

Diagonals:

  • AC = √[(−1)² + 7²] = √[1 + 49] = √50
  • BD = √[(−4−3)² + (3−4)²] = √[49 + 1] = √50

Diagonals are equal.

All sides equal + diagonals equal → Square.

Answer: ABCD is a square with side 5 units.

Example 4: Identifying a Trapezium

Problem: Determine the type of quadrilateral formed by A(1, 1), B(5, 1), C(4, 3), D(2, 3).


Solution:

Slopes:

  • Slope of AB = (1−1)/(5−1) = 0
  • Slope of CD = (3−3)/(2−4) = 0
  • AB ∥ CD (both have slope 0)
  • Slope of BC = (3−1)/(4−5) = 2/(−1) = −2
  • Slope of DA = (1−3)/(1−2) = −2/(−1) = 2
  • BC is NOT parallel to DA (slopes are −2 and 2)

Only one pair of parallel sides → Trapezium.

Side lengths:

  • AB = 4, CD = 2, BC = √5, DA = √5

Since BC = DA, this is an isosceles trapezium.

Answer: ABCD is an isosceles trapezium.

Example 5: Checking Diagonals Bisect Each Other

Problem: Show that A(2, −1), B(6, 1), C(4, 5), D(0, 3) is a parallelogram by proving diagonals bisect each other.


Solution:

  • Midpoint of AC = ((2+4)/2, (−1+5)/2) = (3, 2)
  • Midpoint of BD = ((6+0)/2, (1+3)/2) = (3, 2)

Since the midpoints of both diagonals are the same point (3, 2), the diagonals bisect each other.

Answer: ABCD is a parallelogram (diagonals bisect each other).

Example 6: Diagonals Perpendicular — Rhombus Check

Problem: A(1, 0), B(4, 4), C(1, 8), D(−2, 4). Show ABCD is a rhombus.


Solution:

Side lengths:

  • AB = √[9 + 16] = 5
  • BC = √[9 + 16] = 5
  • CD = √[9 + 16] = 5
  • DA = √[9 + 16] = 5

All sides = 5.

Check diagonals are perpendicular:

  • Slope of AC = (8−0)/(1−1) = 8/0 → undefined (vertical line)
  • Slope of BD = (4−4)/(−2−4) = 0/−6 = 0 (horizontal line)

A vertical line and a horizontal line are perpendicular. ✓

Diagonals: AC = 8, BD = 6 (not equal, so not a square).

Answer: ABCD is a rhombus.

Example 7: Area of a Quadrilateral Using Coordinates

Problem: Find the area of the quadrilateral with vertices A(1, 1), B(7, 3), C(12, 2), D(7, 21).


Solution:

Using the Shoelace formula:

  • Area = (1/2)|x₁(y₂ − y₄) + x₂(y₃ − y₁) + x₃(y₄ − y₂) + x₄(y₁ − y₃)|
  • = (1/2)|1(3 − 21) + 7(2 − 1) + 12(21 − 3) + 7(1 − 2)|
  • = (1/2)|1(−18) + 7(1) + 12(18) + 7(−1)|
  • = (1/2)|−18 + 7 + 216 − 7|
  • = (1/2)|198| = 99 sq. units

Answer: The area of the quadrilateral is 99 sq. units.

Example 8: Finding Fourth Vertex of a Parallelogram

Problem: Three vertices of a parallelogram are A(1, 2), B(4, 3), C(6, 6). Find the fourth vertex D.


Solution:

In a parallelogram, diagonals bisect each other. Let D = (x, y).

  • Midpoint of AC = ((1+6)/2, (2+6)/2) = (3.5, 4)
  • Midpoint of BD = ((4+x)/2, (3+y)/2)

Setting midpoints equal:

  • (4+x)/2 = 3.5 → x = 3
  • (3+y)/2 = 4 → y = 5

Answer: The fourth vertex is D(3, 5).

Real-World Applications

Coordinate geometry of quadrilaterals is used in:

  • Computer Graphics: Defining shapes, collision detection, and rendering quadrilateral meshes.
  • Land Surveying: Verifying that a plot of land forms the expected shape (rectangle, parallelogram).
  • Architecture: Confirming right angles and equal sides in building plans.
  • Map Design: GPS coordinates form quadrilaterals for zone boundaries.
  • Robotics: Path planning using coordinate properties of regions.

Key Points to Remember

  • Use the distance formula to check if sides or diagonals are equal.
  • Use the midpoint formula to check if diagonals bisect each other.
  • Use the slope formula to check if sides are parallel or perpendicular.
  • Parallelogram: opposite sides equal, diagonals bisect each other.
  • Rectangle: parallelogram with equal diagonals.
  • Rhombus: all sides equal, diagonals bisect at 90°.
  • Square: all sides equal and all diagonals equal (both rhombus and rectangle).
  • Trapezium: exactly one pair of parallel sides.
  • Always take the vertices in order (ABCD going around the quadrilateral, not crossing).
  • The Shoelace formula can compute the area of any quadrilateral from coordinates.

Practice Problems

  1. Show that A(0, 0), B(5, 0), C(8, 4), D(3, 4) form a parallelogram.
  2. Prove that A(−3, 2), B(1, 2), C(1, −2), D(−3, −2) is a rectangle. Find the lengths of its diagonals.
  3. Verify that A(2, 1), B(5, 5), C(1, 8), D(−2, 4) is a square.
  4. Determine the type of quadrilateral formed by A(0, 0), B(4, 0), C(5, 3), D(1, 3).
  5. Three vertices of a parallelogram are (1, 3), (4, 7), and (8, 5). Find the fourth vertex.
  6. Find the area of the quadrilateral with vertices (1, 2), (6, 2), (5, 6), (2, 5).

Frequently Asked Questions

Q1. How do you prove a quadrilateral is a parallelogram using coordinates?

Show that opposite sides are equal (using the distance formula), or show that both diagonals have the same midpoint (they bisect each other), or show that opposite sides have equal slopes (parallel).

Q2. What is the difference between a rectangle and a rhombus in coordinate geometry?

A rectangle has opposite sides equal and diagonals equal but NOT necessarily perpendicular. A rhombus has all four sides equal and diagonals perpendicular but NOT necessarily equal. A square satisfies both.

Q3. How do you check if two sides are perpendicular?

Calculate the slopes m₁ and m₂ of the two sides. If m₁ × m₂ = −1, the sides are perpendicular. Special case: a horizontal line (slope 0) and a vertical line (undefined slope) are always perpendicular.

Q4. Can we use the area formula to identify quadrilateral types?

The area formula alone cannot determine the type. You need distance (for side lengths), slope (for parallel/perpendicular), and midpoint (for bisecting diagonals) to fully identify the type.

Q5. How do you find the fourth vertex of a parallelogram?

Use the property that diagonals of a parallelogram bisect each other. Set the midpoint of one diagonal equal to the midpoint of the other and solve for the unknown vertex.

Q6. What is the Shoelace formula for a quadrilateral?

For vertices (x₁,y₁), (x₂,y₂), (x₃,y₃), (x₄,y₄) taken in order: Area = (1/2)|x₁(y₂−y₄) + x₂(y₃−y₁) + x₃(y₄−y₂) + x₄(y₁−y₃)|.

We are also listed in