Midpoint between two coordinates on a grid

Midpoint between two coordinates on a grid

The midpoint between two coordinates is the exact center point of the line segment that connects them. This concept is often used in navigation, computer graphics, and even construction to ensure balance and symmetry. By averaging the x-coordinates and y-coordinates of two points, you can quickly find their midpoint. Jump to the questions

Practise now

Enter the coordinates of the midpoint. Remember brackets in your answer!


Topic guide

What this worksheet practises

This worksheet provides practice on finding the exact middle point between two coordinates when they are drawn on a visual grid. This relies on spatial reasoning and counting rather than complex formulas.

Key method

You can find the midpoint visually by finding the halfway point horizontally and vertically.

  • Identify the two points on the grid.
  • Count the total horizontal distance (the "run") between the two points. Halve this distance.
  • Count the total vertical distance (the "rise") between the two points. Halve this distance.
  • Start from the lowest/leftmost point. Move across by your halved horizontal distance, and up/down by your halved vertical distance.
  • Mark this new point on the grid. This is the midpoint. Read its coordinates from the axes.

Worked example

Point A is at (2, 3) and Point B is at (8, 9) on a grid. Find the midpoint.

Step 1: Count the horizontal distance. From x=2 to x=8 is a distance of 6 squares.

Step 2: Halve the horizontal distance. Half of 6 is 3.

Step 3: Count the vertical distance. From y=3 to y=9 is a distance of 6 squares.

Step 4: Halve the vertical distance. Half of 6 is 3.

Step 5: Start at Point A (2, 3). Move across 3 squares, and up 3 squares.

The new point is at (5, 6).

Common mistakes to avoid

The most common mistake is halving the coordinates themselves rather than halving the distance between them. For example, looking at (8, 9) and concluding the midpoint must involve 4 and 4.5. This is incorrect. You must count the squares between the points.

How to check your answer

Look at the point you have marked on the grid. Does it physically look like it is exactly halfway along a straight line connecting the two points? If it looks noticeably closer to one point than the other, recount your horizontal and vertical distances.