Find the distance and midpoint between two points

This online calculator finds the distance and midpoint between two points in cartesian coordinates.

This page exists due to the efforts of the following people:

Timur

Timur

Karen Luckhurst

Anton

Created: 2019-02-23 15:32:37, Last updated: 2020-12-29 11:51:52
Creative Commons Attribution/Share-Alike License 3.0 (Unported)

This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/8120/. Also, please do not modify any references to the original work (if any) contained in this content.

This online calculator finds the distance and midpoint between two points in cartesian coordinates. The formulas are very simple: for two given points, (x_1,y_1) and (x_2,y_2), the distance is the hypotenuse of a right triangle, and it is calculated like this: \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}, and the middle point is the average of both coordinates (\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}).

However, this calculator also displays the line on the graph (in blue), and shows the graphical way to find a midpoint – you draw two half-circles from both ends with the radius equal to the distance between them, then draw a line connecting the intersections of the circles. That line intersects with the original line at the midpoint.

PLANETCALC, The distance and midpoint calculator

The distance and midpoint calculator

First point

Second point

Digits after the decimal point: 2
Distance
 

Midpoint

x
 
y
 

URL copied to clipboard
PLANETCALC, Find the distance and midpoint between two points

Comments