
www.VirtualNerd.com
How Do You Find the Midpoint of Two Points on a Map If You Have the Coordinates?
The map coordinates of Ithaca, NY and St. Louis, MO are (3,4) and (2,2), respectively. Find the coordinates of the point on the map midway between the two cities.
Summary
- (3,4) and (2,2) are endpoints of a line segment
- (2,2) represents St. Louis
- (3,4) represents Ithaca
- Label the x- and y-coordinates of each of the points
- The coordinates of the midpoint are the average of the coordinates of the endpoints
- Plug in 3 for xITH, 2 for xSTL, 4 for yITH, and 2 for ySTL
- The midpoint is (2.5,3)
- (2.5,3) lies halfway between (3,4) and (2,2) on the graph

Notes
-
-
- The coordinates for Ithaca are represented by the ordered pair (3,4)
- The coordinates for St. Louis are represented by the ordered pair (2,2)
-
- The points for our two cities are the endpoints of a line segment
- A line segment is two endpoints and all the points in between them
-
- The points for our two cities are the endpoints of a line segment
- A line segment is two endpoints and all the points in between them
-
- Since St. Louis is represented by the point (2,2), we can label this on our graph as STL
-
- Since Ithaca is represented by the point (3,4), we can label this on our graph as ITH
-
- Labeling these coordinates now will make it easier when we use a formula to find the midpoint later
-
- We can label 3 as xITH to indicate that it is the x-coordinate for Ithaca
- We can label 4 as yITH to indicate that it is the y-coordinate for Ithaca
-
- We can label the first 2 as xSTL to indicate that it is the x-coordinate for St. Louis
- We can label the second 2 as ySTL to indicate that it is the y-coordinate for St. Louis
-
- The midpoint is the point on a line segment exactly halfway between the two endpoints
-
- Fortunately, we have a formula for the midpoint that we can use!
-
-
- This is the same as finding the average of the two x-coordinates
- Do the same thing and find the average of the two y-coordinates
- This will give us an ordered pair that is exactly halfway between the two endpoints
-
- Remember, our endpoints were (3,4) and (2,2)
-
- xITH =3
- xSTL =2
- So the x-coordinate of the midpoint is equal to (3+2)/2
-
- yITH =4
- ySTL =2
- So the y-coordinate of the midpoint is equal to (4+2)/2
-
- 3+2=5
- 5/2=2.5
- So the x-coordinate of the midpoint equals 2.5
-
- 4+2=6
- 6/3=2
- So the y-coordinate of the midpoint equals 3
-
- Our midpoint is (2.5,3)