Solving Geometry Problems on Coordinate Axes

Updated July 2026

This guide covers essential techniques for coordinate geometry in the ESAT Mathematics 1 section. You will learn to calculate the distance between points using Pythagoras theorem, determine midpoints, and solve complex geometric problems by applying coordinate logic to shapes such as trapezia. Mastery of these fundamentals allows for the algebraic analysis of spatial relationships.

Core concept

Geometric problems on a plane are solved by relating the spatial positions of points to their numerical x and y coordinates, specifically using the distance formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} and the midpoint formula.

Calculating the Distance Between Two Points

The distance between two points on a two dimensional coordinate plane can be determined by applying Pythagoras theorem. If we consider two points, A(a,b)A(a, b) and C(c,d)C(c, d), we can visualize a right-angled triangle by drawing a vertical line through CC and a horizontal line through AA. These lines meet at a point BB.

In this triangle, the horizontal distance ABAB is the difference between the x-coordinates, while the vertical distance BCBC is the difference between the y-coordinates. According to Pythagoras theorem, the square of the hypotenuse ACAC is equal to the sum of the squares of the other two sides:

AC2=AB2+BC2AC^2 = AB^2 + BC^2

Substituting the coordinate differences into this formula gives:

AC2=(ca)2+(db)2AC^2 = (c - a)^2 + (d - b)^2

This can also be written as:

(distance between two points)2^2 = (difference in y-coordinates)2^2 + (difference in x-coordinates)2^2

img-175.jpeg

Worked Example: Finding Distance

Point AA is (2,3)(2, -3) and point BB is (4,5)(-4, 5). To find the distance ABAB:

  1. Calculate the squared difference in y-coordinates: (5(3))2=82=64(5 - (-3))^2 = 8^2 = 64.
  2. Calculate the squared difference in x-coordinates: (42)2=(6)2=36(-4 - 2)^2 = (-6)^2 = 36.
  3. Sum these values: 64+36=10064 + 36 = 100.
  4. Take the square root: AB=100=10AB = \sqrt{100} = 10.

Finding Midpoints

The midpoint of a line segment is the point that lies exactly halfway between two given coordinates. It represents the average of the positions. For points A(a,b)A(a, b) and C(c,d)C(c, d), the midpoint is calculated as:

(a+c2,b+d2)\left(\frac{a + c}{2}, \frac{b + d}{2}\right)

Worked Example: Finding a Midpoint

Point AA is (2,3)(2, -3) and point BB is (4,5)(-4, 5). If CC is the midpoint of ABAB:

  1. The x-coordinate of CC is 2+(4)2=22=1\frac{2 + (-4)}{2} = -\frac{2}{2} = -1.
  2. The y-coordinate of CC is 3+52=22=1\frac{-3 + 5}{2} = \frac{2}{2} = 1.
  3. The coordinates of CC are (1,1)(-1, 1).

Problem Solving with Coordinates

More complex geometric problems can be solved by translating shape properties into coordinate relationships. Success in these problems often depends on a structured approach.

  1. Always draw a diagram. It does not need to be perfectly accurate, but it must show the relative positions of the points correctly.
  2. Ensure the vertex labels (such as A,B,C,DA, B, C, D) follow a consistent order, either clockwise or anticlockwise, around the shape.
  3. Identify geometric traits like parallel lines (which share a gradient) or perpendicular lines.

Worked Example: Trapezium Problem

ABCDABCD is a trapezium where ABAB is parallel to DCDC. Point AA is (2,4)(-2, 4), BB is (5,4)(5, 4), and DD is (2,3)(-2, -3). We are given that angle BCDBCD is an acute angle and the length of BCBC is 1212. We must find the length of DCDC.

img-176.jpeg

When sketching the diagram, several key observations appear:

  • DD is on the same vertical line as AA (both have x-coordinate 2-2).
  • BB is on the same horizontal line as AA (both have y-coordinate 44).
  • This means the angle at AA is 90 degrees. Because ABAB is parallel to DCDC, the angle at DD is also 90 degrees.
  • By drawing a vertical line BEBE parallel to ADAD, we create a rectangle ABEDABED and a right-angled triangle BECBEC.

From these observations, we can calculate lengths:

  1. BE=AD=4(3)=7BE = AD = 4 - (-3) = 7.
  2. DE=AB=5(2)=7DE = AB = 5 - (-2) = 7.
  3. Since angle BCDBCD is acute, CC must be further right than EE, meaning DCDC is longer than ABAB.

Now, apply Pythagoras theorem to the right-angled triangle BECBEC:

EC2=BC2BE2=12272=14449=95EC^2 = BC^2 - BE^2 = 12^2 - 7^2 = 144 - 49 = 95. EC=95EC = \sqrt{95}.

Finally, the total length of DCDC is the sum of DEDE and ECEC:

DC=7+95DC = 7 + \sqrt{95}.

img-177.jpeg

Key takeaways

  • The distance between (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is found using (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
  • The midpoint of two points is the average of their x-coordinates and the average of their y-coordinates.
  • A diagram is essential for identifying hidden properties like right angles and parallel lines in coordinate geometry problems.
Tips

When dealing with negative coordinates, always use brackets in your calculations to avoid sign errors, especially when subtracting a negative number, such as 4(3)=74 - (-3) = 7.

Cautions

The most common error is forgetting to take the square root at the final step of a distance calculation. Always check if your calculated length seems physically reasonable for the coordinates given.

Insight

Coordinate geometry bridges algebra and geometry. The distance formula is actually the foundation for the equation of a circle, which is defined as all points (x,y)(x, y) at a fixed distance rr from a centre (h,k)(h, k), resulting in (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.

Frequently asked questions

Does it matter which point I label as x1x_1 or x2x_2 in the distance formula?

No. Because the differences are squared, (x2x1)2(x_2 - x_1)^2 will always yield the same result as (x1x2)2(x_1 - x_2)^2.

How can I tell if two points form a vertical or horizontal line?

If two points have the same x-coordinate, the line connecting them is vertical. If they have the same y-coordinate, the line is horizontal.

What should I do if a geometric shape is not aligned with the axes?

You can still use the distance formula between any two points and use gradients to determine if lines are perpendicular or parallel.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.