Midpoint Formula
Instructions: Use this step-by-step Midpoint Formula calculator, to compute the coordinates of the point that is half way between two given points, by typing in the information in the form below. The points you add can be numbers or fractions:
Midpoint Formula Calculator
First of all, we need to recall that the distance between two points in the Euclidean plane is based on the concept of the basic geometric principles that allow use to use the Pythagorean theorem.
The midpoint is an ordered pair that is half-way between two given points. That is the first thing you need to know: some people mistakenly think of one quantity as the midpoint, and actually what you are looking at getting is an ordered pair. The midpoint for the given points \((x_1, y_1)\) and \((x_2, y_2)\) is given by:
\[ \left( x_M, y_M \right) = \displaystyle \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \]Explanation
Formula Definition: What the above formula does is very simply that it takes the average of the two corresponding coordinates. This is, the first coordinate of the midpoint is the average of the first coordinates of the two given points, and the second coordinate of the midpoint is the average of the second coordinates of the two given points. How to use the above formula? Please check out the examples below.
Midpoint formula examples
Assume that we have two points \((1, 3)\) and \((4, 8)\), then the midpoint formula is computed as follows:
\[ \left( x_M, y_M \right) = \displaystyle \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) = \left( \frac{1 + 4}{2}, \frac{3+ 8}{2} \right) = \left( \frac{5}{2}, \frac{11}{2} \right) \]Sometimes you leave the answer as a fraction, or sometimes you are instructed to compute the answer with decimals, in which case the midpoint would be (2.5, 5.5) in the previous example.
More Examples
How to deal with midpoint formula with fractions? It is the same procedure. Assume that we have two points \((\frac{1}{2}, \frac{1}{4})\) and \((\frac{3}{5}, \frac{3}{4})\), then the midpoint is computed as:
\[ \left( x_M, y_M \right) = \displaystyle \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) = \left( \frac{1/2 + 3/5}{2}, \frac{1/4+ 3/4}{2} \right) = \left( \frac{11/10}{2}, \frac{1}{2} \right) = \left( \frac{11}{20}, \frac{1}{2} \right) \]Does this have to do anything with Pythagoras
Almost everything has to do with Pythagoras. The midpoint of the hypotenuse will project to the midpoint of the legs for a right triangle. Also, you can take the two points, and you can compute the distance between them , using Pythagorean formula.