Tuesday, May 25, 2010

The Midpoint Formula


Midpoint Formula:

Sometimes you need to find the point that is exactly between two other points. For instance, you might need to find a line that bisects (divides into equal halves) a given line segment. This middle point is called the "midpoint". The concept doesn't come up often, but the Formula is quite simple and obvious, so you should easily be able to remember it for later.

Think about it this way: If you are given two numbers, you can find the number exactly between them by averaging them, by adding them together and dividing by two. For example, the number exactly halfway between 5 and 10 is [5 + 10]/2 = 15/2 = 7.5.

The Midpoint Formula works exactly the same way. If you need to find the point that is exactly halfway between two given points, just average the x-values and the y-values.

  • Find the midpoint between (–1, 2) and (3, –6).

    Apply the Midpoint Formula:

      midpoint is (1, -2)

    So the answer is P = (1, –2).

Technically, the Midpoint Formula is the following:

    [(x_1 + x_2)/2 , (y_1 + y_2)/2]

But as long as you remember that you're averaging the two points' x- and y-values, you'll do fine. It won't matter which point you pick to be the "first" point you plug in.

No comments:

Post a Comment