Finding the coordinates of the middle of a segment

In this publication, we will consider what the midpoint of a segment is, by what formula its coordinates are calculated (in the plane and in space). We will also analyze examples of solving problems on this topic.

Content

Calculation of the coordinates of the middle of the segment

middle A point is called a point that lies on a segment and is at the same distance from its ends.

Finding the coordinates of the middle of a segment

AC = CB

If the ends of the segment A (xaya) и B (xbyb) located in the same plane, then the coordinates of its middle (points C) are calculated according to the formula:

Finding the coordinates of the middle of a segment

If a segment with ends A (xaya, ofa) и B (xbyb, ofb) located in three-dimensional space, the coordinates of its middle are calculated as follows:

Finding the coordinates of the middle of a segment

Examples of tasks

Task 1

Calculate the coordinates of the point C, which is the midpoint of the segment AB formed by the points A (5, -2) и B (11, 10).

Decision:

In this case, the formulas for the plane are suitable for us:

xc = (5 + 11) / 2 = 8

yc = (-2 + 10) / 2 = 4

Thus point C has coordinates (8, 4).

Task 2

Find the coordinates of the point B, which is one of the ends of the segment AB. The coordinates of the point are known. A (7, 13) and the middle of the segment C (4, -3).

Decision:

The formulas we need can be derived from expressions for calculating the coordinates of the middle of the segment:

xb = 2xc – xa = 2 · 4 – 7 = 1

yb = 2yc – Ya = 2 · (-3) – 13 =-19

Therefore, the coordinates B are (1, -19).

Leave a Reply