The midpoint is the unique point on a line segment that is exactly halfway between the two endpoints.
It acts as the geometric center of the segment, meaning the distance from the midpoint to either endpoint is identical.
In a 2D coordinate system, the midpoint is defined by a pair of coordinates derived from the endpoints and .
Conceptually, finding the midpoint is equivalent to finding the average position of the two points along both the horizontal and vertical axes.
Step 1: Identify Endpoints: Clearly label your two given points as and .
Step 2: Sum the Coordinates: Add the two x-values together () and the two y-values together ().
Step 3: Divide by Two: Divide each sum by 2 to find the average values.
Step 4: State as a Coordinate: Present the final result in the standard format.
The Midpoint Formula:
| Property | Purpose | Formula Concept |
|---|---|---|
| Midpoint | Finds the center point | Average of coordinates: |
| Distance | Finds the length | Pythagorean theorem: |
| Gradient | Finds the steepness | Ratio of change: |
Sanity Check: Always look at your final midpoint and ensure it actually lies between the two endpoints; if one x-value is 2 and the other is 10, a midpoint x-value of 15 is impossible.
Negative Numbers: Be extremely careful when adding negative coordinates; for example, , not .
Reverse Problems: If given one endpoint and the midpoint, use the formula and solve for the missing by multiplying the midpoint coordinate by 2 and subtracting the known endpoint.
Fractional Results: Do not be alarmed if midpoints result in decimals (like ); this occurs whenever the sum of the coordinates is an odd number.