Midpoint Formula Calculator
Find the midpoint between two points in 2D or 3D with AI-powered step-by-step solutions
What is the Midpoint Formula?
The midpoint formula finds the point exactly halfway between two given points. It's just the average of the coordinates:
2D form — for points and :
3D form — for points and :
Why averaging works: the midpoint divides the segment in a ratio, and the coordinates of any point on the segment are weighted averages of the endpoints. With equal weights ( each), you get the simple arithmetic mean.
The midpoint formula appears constantly in coordinate geometry: finding the center of a circle from its diameter, the centroid of a triangle, parallelograms, perpendicular bisectors, and any problem involving 'halfway between'.
How to Use the Midpoint Formula
Step-by-Step
- Identify the two points and .
- Average the x-coordinates: .
- Average the y-coordinates: .
- Combine into the midpoint .
No subtraction, no squares, no roots — much simpler than the distance formula.
Reverse Problem: Find Endpoint from Midpoint
If is the midpoint of and , you can solve for either endpoint:
Double the midpoint, subtract the known endpoint.
Generalization: Section Formula
For a point dividing a segment in ratio (not just ):
The midpoint formula is the special case .
Geometric Applications
- Center of a circle from diameter endpoints: just the midpoint.
- Centroid of a triangle: average of all three vertex coordinates (generalizes midpoint to 3 points).
- Perpendicular bisector: a line through the midpoint perpendicular to the original segment.
- Diagonals of a parallelogram: the midpoints of both diagonals coincide — useful for proving a quadrilateral is a parallelogram.
Common Mistakes to Avoid
- Subtracting instead of adding: midpoint averages — , not . Subtraction belongs to the distance formula.
- Forgetting to divide each coordinate: the divisor 2 applies separately to the x-sum and the y-sum. It's not a single division at the end.
- Sign errors with negative coordinates: , not or . Add carefully.
- Mixing midpoint and slope formulas: midpoint averages, slope subtracts. They look similar but answer different questions.
- Forgetting to update for 3D: if your problem is in 3D, include the z-average. If 2D, don't add a phantom z.
Examples
Frequently Asked Questions
Taking the arithmetic mean (average) of each coordinate. The midpoint divides the segment into two equal parts, and the average of two equally-weighted points is just their sum divided by two.
The midpoint averages two points (the middle of a segment). The centroid averages three or more points — for a triangle, it averages all three vertex coordinates: ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3).
Yes. If the sum of two integer coordinates is odd, the midpoint coordinate will be a half-integer. For example, the midpoint of (1, 2) and (4, 7) is (2.5, 4.5).
There isn't a 'midpoint' for more than two points, but the natural generalization is the centroid — average all coordinates: ((Σxᵢ)/n, (Σyᵢ)/n).
Related Solvers
Related Guides
Try AI-Math for Free
Get step-by-step solutions to any math problem. Upload a photo or type your question.
Start Solving