Midpoint Formula
The Midpoint Formula is one of the simplest yet most powerful tools in Coordinate Geometry. It provides a quick and elegant way to find the coordinates of the exact middle point of a line segment when the coordinates of the two endpoints are known. The formula states that the midpoint of a segment is found by averaging the x-coordinates and averaging the y-coordinates of the endpoints. Despite its simplicity, the Midpoint Formula is remarkably versatile and appears in a wide variety of geometric problems, from finding centres of circles and diagonals of quadrilaterals to proving geometric theorems using coordinates. In the CBSE Class 10 curriculum (Chapter 7: Coordinate Geometry), the Midpoint Formula is presented as a special case of the Section Formula where the dividing ratio is 1:1. However, its importance warrants dedicated study because it is one of the most frequently used formulas in all of coordinate geometry and appears in nearly every branch of mathematics that uses coordinates. The formula is essential for finding the centroid of a triangle, the centre of a circle given the endpoints of a diameter, the midpoints of sides when verifying properties of quadrilaterals, and for solving a wide range of construction and measurement problems. Beyond the classroom, the Midpoint Formula is used in computer graphics for calculating pixel positions, in navigation for finding halfway points on routes, in physics for locating centres of mass, and in data science for computing averages of coordinate data. This guide covers every aspect of the Midpoint Formula with detailed examples and applications.
What is Midpoint Formula - Definition, Derivation, Applications & Solved Examples?
Midpoint Formula: The midpoint M of a line segment joining the points A(x_1, y_1) and B(x_2, y_2) has coordinates:
M = ((x_1 + x_2)/2, (y_1 + y_2)/2)
In words: the x-coordinate of the midpoint is the average of the x-coordinates of the endpoints, and the y-coordinate of the midpoint is the average of the y-coordinates of the endpoints.
As a Special Case of the Section Formula: The midpoint divides the segment in the ratio 1:1. Setting m = n = 1 in the Section Formula P = ((mx_2 + nx_1)/(m+n), (my_2 + ny_1)/(m+n)) gives P = ((x_1 + x_2)/2, (y_1 + y_2)/2).
Properties of the Midpoint:
- The midpoint is equidistant from both endpoints: MA = MB = AB/2.
- The midpoint lies exactly halfway along the segment.
- If M is the midpoint of AB, then A and B are symmetric about M.
- Finding one endpoint from the midpoint and the other endpoint: if M = (h, k) and A = (x_1, y_1), then B = (2h - x_1, 2k - y_1).
Midpoint on Special Lines:
| Endpoints | Midpoint |
|---|---|
| Both on x-axis: (a, 0) and (b, 0) | ((a+b)/2, 0) — also on x-axis |
| Both on y-axis: (0, c) and (0, d) | (0, (c+d)/2) — also on y-axis |
| Origin and (a, b) | (a/2, b/2) |
| Symmetric about origin: (a, b) and (-a, -b) | (0, 0) — the origin |
Midpoint Formula Formula
Midpoint Formula:
M = ((x_1 + x_2)/2, (y_1 + y_2)/2)
Finding an Endpoint from Midpoint and Other Endpoint:
If M(h, k) is the midpoint of A(x_1, y_1) and B(x_2, y_2), then:
x_2 = 2h - x_1 and y_2 = 2k - y_1
Related Formulas:
| Formula | Expression | Use |
|---|---|---|
| Midpoint | ((x_1+x_2)/2, (y_1+y_2)/2) | Find the centre of a segment |
| Centroid | ((x_1+x_2+x_3)/3, (y_1+y_2+y_3)/3) | Find the centre of a triangle |
| Centre of a circle (from diameter) | Midpoint of the diameter endpoints | Find circle centre |
| Diagonal midpoints of a parallelogram | Both diagonals have the same midpoint | Verify parallelogram property |
Derivation and Proof
Derivation of the Midpoint Formula:
Method 1: From the Section Formula
The midpoint of AB is the point that divides AB in the ratio 1:1 internally. By the Section Formula with m = n = 1:
x = (1 x x_2 + 1 x x_1) / (1 + 1) = (x_1 + x_2) / 2
y = (1 x y_2 + 1 x y_1) / (1 + 1) = (y_1 + y_2) / 2
Therefore, M = ((x_1 + x_2)/2, (y_1 + y_2)/2).
Method 2: Direct Geometric Derivation
Let A(x_1, y_1) and B(x_2, y_2) be two points, and let M(x, y) be the midpoint of AB.
Step 1: Since M is the midpoint, AM = MB. This means M lies exactly halfway between A and B in both the horizontal and vertical directions.
Step 2: The horizontal distance from A to M equals the horizontal distance from M to B: x - x_1 = x_2 - x.
Solving: 2x = x_1 + x_2, so x = (x_1 + x_2)/2.
Step 3: Similarly, the vertical distance from A to M equals the vertical distance from M to B: y - y_1 = y_2 - y.
Solving: 2y = y_1 + y_2, so y = (y_1 + y_2)/2.
Step 4: Therefore, M = ((x_1 + x_2)/2, (y_1 + y_2)/2). QED.
Verification: We can verify that AM = MB using the distance formula:
AM = sqrt[((x_1+x_2)/2 - x_1)^2 + ((y_1+y_2)/2 - y_1)^2] = sqrt[((x_2-x_1)/2)^2 + ((y_2-y_1)/2)^2]
MB = sqrt[(x_2 - (x_1+x_2)/2)^2 + (y_2 - (y_1+y_2)/2)^2] = sqrt[((x_2-x_1)/2)^2 + ((y_2-y_1)/2)^2]
Indeed, AM = MB. Also, AM + MB = 2 x sqrt[((x_2-x_1)/2)^2 + ((y_2-y_1)/2)^2] = sqrt[(x_2-x_1)^2 + (y_2-y_1)^2] = AB. So M lies on AB and divides it into two equal parts.
Types and Properties
Problems involving the Midpoint Formula in Class 10 fall into several categories:
Type 1: Finding the Midpoint
Given two endpoints, find the midpoint. This is the most straightforward application.
Type 2: Finding an Endpoint
Given the midpoint and one endpoint, find the other endpoint. Use the reverse formula: B = (2M_x - A_x, 2M_y - A_y).
Type 3: Centre of a Circle from Diameter Endpoints
The centre of a circle is the midpoint of any diameter. Given the endpoints of a diameter, find the centre.
Type 4: Verifying Parallelogram Properties
In a parallelogram, the diagonals bisect each other (their midpoints coincide). Given four vertices, show the midpoints of the diagonals are the same to prove it is a parallelogram.
Type 5: Finding the Centroid Using Midpoints
The centroid lies at two-thirds of the distance from each vertex to the midpoint of the opposite side.
Type 6: Proving the Mid-Point Theorem
The line joining the midpoints of two sides of a triangle is parallel to the third side and half its length. This can be verified using the Midpoint and Distance Formulas.
Type 7: Combined Problems
Using the Midpoint Formula together with the Distance Formula, Section Formula, or slope concepts to solve multi-step problems.
Methods
Method 1: Direct Midpoint Computation
Substitute the endpoint coordinates into M = ((x_1+x_2)/2, (y_1+y_2)/2).
Example: Midpoint of (4, -6) and (-2, 8) = ((4+(-2))/2, (-6+8)/2) = (1, 1).
Method 2: Finding an Unknown Endpoint
Rearrange the midpoint formula: if M = (h, k) and one endpoint is A = (a, b), the other endpoint is B = (2h - a, 2k - b).
Example: Midpoint is (3, 5), one endpoint is (1, 2). Other endpoint = (2x3 - 1, 2x5 - 2) = (5, 8).
Method 3: Proving Diagonals Bisect Each Other
For a quadrilateral ABCD, compute the midpoint of diagonal AC and the midpoint of diagonal BD. If they are the same point, the diagonals bisect each other, proving ABCD is a parallelogram.
Example: A(0,0), B(4,0), C(6,3), D(2,3). Midpoint of AC = ((0+6)/2, (0+3)/2) = (3, 1.5). Midpoint of BD = ((4+2)/2, (0+3)/2) = (3, 1.5). Equal! ABCD is a parallelogram.
Method 4: Finding the Centre of a Circle
If the endpoints of a diameter are given, the centre is the midpoint.
Example: Diameter endpoints (2, -3) and (8, 5). Centre = ((2+8)/2, (-3+5)/2) = (5, 1).
Method 5: Finding Unknown Coordinates Using Midpoint Conditions
When a vertex or point is unknown and a midpoint condition is given, set up equations from the midpoint formula and solve.
Tips:
- The midpoint formula is simple arithmetic: just average the coordinates.
- Be careful with negative coordinates: -6 + 8 = 2, not -14.
- The midpoint always lies on the segment (never beyond the endpoints).
- To check your answer, verify that the midpoint is equidistant from both endpoints using the distance formula.
Solved Examples
Example 1: Finding the Midpoint of a Segment
Problem: Find the midpoint of the segment joining A(3, 7) and B(-1, 5).
Solution:
Step 1: M = ((3 + (-1))/2, (7 + 5)/2) = (2/2, 12/2) = (1, 6).
Answer: The midpoint is (1, 6).
Example 2: Finding an Unknown Endpoint
Problem: The midpoint of AB is M(5, -3). If A is (2, 1), find B.
Solution:
Step 1: Let B = (x, y). Then (2 + x)/2 = 5, so x = 8.
Step 2: (1 + y)/2 = -3, so y = -7.
Answer: B = (8, -7).
Example 3: Centre of a Circle from Diameter
Problem: The endpoints of a diameter of a circle are P(-4, 2) and Q(6, -8). Find the centre and radius of the circle.
Solution:
Step 1: Centre = midpoint of PQ = ((-4+6)/2, (2+(-8))/2) = (1, -3).
Step 2: Radius = PQ/2. PQ = sqrt[(6-(-4))^2 + (-8-2)^2] = sqrt[100 + 100] = sqrt(200) = 10sqrt(2). Radius = 5sqrt(2).
Answer: Centre = (1, -3), Radius = 5sqrt(2) units.
Example 4: Verifying a Parallelogram
Problem: Show that A(1, 2), B(5, 4), C(7, 8), D(3, 6) form a parallelogram using the midpoint formula.
Solution:
Step 1: Midpoint of diagonal AC = ((1+7)/2, (2+8)/2) = (4, 5).
Step 2: Midpoint of diagonal BD = ((5+3)/2, (4+6)/2) = (4, 5).
Step 3: Since the midpoints of both diagonals are the same (4, 5), the diagonals bisect each other.
Answer: ABCD is a parallelogram (diagonals bisect each other).
Example 5: Midpoints of Sides of a Triangle
Problem: Find the midpoints of all three sides of the triangle with vertices A(0, 0), B(8, 0), and C(4, 6).
Solution:
Step 1: Midpoint of AB = ((0+8)/2, (0+0)/2) = (4, 0). Call this D.
Step 2: Midpoint of BC = ((8+4)/2, (0+6)/2) = (6, 3). Call this E.
Step 3: Midpoint of AC = ((0+4)/2, (0+6)/2) = (2, 3). Call this F.
Answer: The midpoints are D(4, 0), E(6, 3), and F(2, 3).
Note: The triangle DEF (medial triangle) has sides parallel to the sides of triangle ABC and each side is half the corresponding side of ABC. This verifies the Mid-Point Theorem.
Example 6: Finding a Vertex When Midpoints Are Given
Problem: The midpoints of the sides of a triangle are P(3, 1), Q(5, 3), and R(1, 3). Find the vertices of the triangle.
Solution:
Step 1: Let the vertices be A(a, b), B(c, d), C(e, f). The midpoints are: midpoint of AB = P, midpoint of BC = Q, midpoint of AC = R.
Step 2: From P: (a+c)/2 = 3, (b+d)/2 = 1. So a+c = 6, b+d = 2.
Step 3: From Q: (c+e)/2 = 5, (d+f)/2 = 3. So c+e = 10, d+f = 6.
Step 4: From R: (a+e)/2 = 1, (b+f)/2 = 3. So a+e = 2, b+f = 6.
Step 5: From a+c=6 and a+e=2: c-e = 4. With c+e=10: 2c = 14, c = 7, e = 3.
Step 6: From a+c=6: a = -1. From b+d=2 and d+f=6 and b+f=6: b+d=2, d+f=6 gives f-b=4. With b+f=6: 2f=10, f=5, b=1. Then d=1.
Answer: The vertices are A(-1, 1), B(7, 1), and C(3, 5).
Example 7: Mid-Point Theorem Verification
Problem: Verify the Mid-Point Theorem for triangle with vertices A(2, 0), B(6, 4), and C(0, 6). Show that the segment joining midpoints of AB and AC is parallel to BC and half its length.
Solution:
Step 1: Midpoint of AB, D = ((2+6)/2, (0+4)/2) = (4, 2).
Step 2: Midpoint of AC, E = ((2+0)/2, (0+6)/2) = (1, 3).
Step 3: Length of DE = sqrt[(4-1)^2 + (2-3)^2] = sqrt[9+1] = sqrt(10).
Step 4: Length of BC = sqrt[(6-0)^2 + (4-6)^2] = sqrt[36+4] = sqrt(40) = 2sqrt(10).
Step 5: DE = sqrt(10) = (1/2) x 2sqrt(10) = BC/2. Verified!
Step 6: Slope of DE = (3-2)/(1-4) = 1/(-3) = -1/3. Slope of BC = (6-4)/(0-6) = 2/(-6) = -1/3. Equal slopes mean DE || BC. Verified!
Answer: The Mid-Point Theorem is verified: DE || BC and DE = BC/2.
Example 8: Finding Unknown Coordinates
Problem: If (3, a) is the midpoint of (1, 4) and (b, -2), find a and b.
Solution:
Step 1: x-coordinate: (1 + b)/2 = 3, so 1 + b = 6, b = 5.
Step 2: y-coordinate: (4 + (-2))/2 = a, so 2/2 = a, a = 1.
Answer: a = 1, b = 5.
Example 9: Circumcentre from Midpoint Properties
Problem: The endpoints of a diameter of a circle are (7, 3) and (-1, 5). Find the equation of the circle.
Solution:
Step 1: Centre C = midpoint = ((7+(-1))/2, (3+5)/2) = (3, 4).
Step 2: Radius = half the diameter. Diameter = sqrt[(7-(-1))^2 + (3-5)^2] = sqrt[64+4] = sqrt(68). Radius = sqrt(68)/2 = sqrt(17).
Step 3: Equation of circle: (x - 3)^2 + (y - 4)^2 = 17.
Answer: Centre (3, 4), radius sqrt(17), equation (x-3)^2 + (y-4)^2 = 17.
Example 10: Application: Meeting Point
Problem: Two friends live at locations A(2, 8) and B(10, 4) on a city grid. They decide to meet exactly halfway between their homes. What are the coordinates of their meeting point, and how far does each person travel?
Solution:
Step 1: Meeting point = midpoint of AB = ((2+10)/2, (8+4)/2) = (6, 6).
Step 2: Distance each travels = AM = sqrt[(6-2)^2 + (6-8)^2] = sqrt[16+4] = sqrt(20) = 2sqrt(5) units.
Answer: They meet at (6, 6), and each travels 2sqrt(5) units (approximately 4.47 units).
Real-World Applications
The Midpoint Formula has widespread applications in everyday life, science, and technology.
Navigation: The midpoint formula is used to calculate the halfway point of a journey. GPS devices use it to determine rest stops, fuel stations, and meeting points at the geographic centre of two locations.
Computer Graphics: In image processing, the midpoint of two pixels determines anti-aliasing positions and sub-pixel rendering. The midpoint line-drawing algorithm (Bresenham's algorithm variant) uses midpoint computations to decide which pixel to illuminate when rendering lines on a screen.
Physics (Centre of Mass): For two equal masses placed at positions A and B, the centre of mass is the midpoint of AB. This is the simplest case of the centre-of-mass formula and is fundamental in mechanics, especially in balancing problems and equilibrium analysis.
Construction and Architecture: Finding the centre of a wall, beam, or floor is a midpoint calculation. When hanging a painting centred between two hooks, or placing a chandelier at the centre of a ceiling, the midpoint formula is implicitly used.
Data Analysis: In statistics, the midrange (average of the minimum and maximum values in a dataset) is a midpoint calculation. In geographical information systems (GIS), the centroid of a region is often estimated as the midpoint of its extreme coordinates.
Medical Imaging: In MRI and CT scans, the centre of a tumour or organ is located using midpoint calculations between the extreme coordinates of the structure in the scan image.
Sports: The halfway line on a football field or the centre circle on a basketball court are positioned at the midpoint of the field's length. The centre spot on a tennis court is the midpoint of the baseline.
Key Points to Remember
- The Midpoint Formula: M = ((x_1+x_2)/2, (y_1+y_2)/2) gives the midpoint of the segment joining (x_1,y_1) and (x_2,y_2).
- It is a special case of the Section Formula with ratio 1:1.
- To find an unknown endpoint B when the midpoint M and other endpoint A are known: B = (2M_x - A_x, 2M_y - A_y).
- The centre of a circle is the midpoint of any diameter.
- In a parallelogram, the midpoints of the two diagonals coincide (diagonals bisect each other).
- The Mid-Point Theorem: the segment joining midpoints of two sides of a triangle is parallel to the third side and half its length.
- The centroid divides each median in ratio 2:1 from the vertex and can be computed using midpoints.
- The midpoint always lies on the segment, exactly halfway between the endpoints.
- The formula is simply the arithmetic average of coordinates: no square roots or complex operations needed.
- In CBSE board exams, midpoint problems are common (2-3 marks) and often combined with distance formula or quadrilateral verification problems.
Practice Problems
- Find the midpoint of the segment joining (-7, 3) and (5, -9).
- The midpoint of AB is (4, -1). If A is (-2, 3), find B.
- A circle has a diameter with endpoints (3, 5) and (-1, -3). Find the centre and radius.
- Prove that the diagonals of the quadrilateral with vertices (2, 1), (6, 1), (8, 5), (4, 5) bisect each other.
- Find the midpoints of all sides of the triangle with vertices (1, 3), (5, 7), (9, 1). Verify that the triangle formed by these midpoints has sides parallel to the original triangle.
- The three vertices of a parallelogram ABCD are A(1, 2), B(5, 4), and C(3, 8). Find D.
- Find the point on the y-axis that is equidistant from (6, 5) and (-4, 3) using the midpoint of the perpendicular bisector.
- The midpoints of the sides of a triangle are (2, 3), (4, 1), and (6, 5). Find the vertices.
Frequently Asked Questions
Q1. What is the Midpoint Formula?
The Midpoint Formula gives the coordinates of the midpoint of a line segment: M = ((x_1+x_2)/2, (y_1+y_2)/2), where (x_1,y_1) and (x_2,y_2) are the endpoints. It is simply the average of the x-coordinates and the average of the y-coordinates.
Q2. How is the Midpoint Formula related to the Section Formula?
The Midpoint Formula is a special case of the Section Formula where the ratio is 1:1. The Section Formula for ratio m:n gives ((mx_2+nx_1)/(m+n), (my_2+ny_1)/(m+n)). Setting m=n=1 gives ((x_1+x_2)/2, (y_1+y_2)/2).
Q3. How do you find an unknown endpoint if the midpoint is given?
If M(h,k) is the midpoint and A(a,b) is one endpoint, the other endpoint B = (2h-a, 2k-b). This comes from solving h = (a+x)/2 for x = 2h-a, and similarly for y.
Q4. Can the Midpoint Formula give a point with fractional coordinates?
Yes. If the sum of x-coordinates or y-coordinates is odd, the midpoint will have a fractional (non-integer) coordinate. For example, the midpoint of (1, 2) and (4, 5) is (2.5, 3.5).
Q5. How is the midpoint used to find the centre of a circle?
The centre of a circle is the midpoint of any diameter. If you know the endpoints of a diameter, applying the midpoint formula directly gives the centre. The radius is then half the diameter length.
Q6. How do you verify that a quadrilateral is a parallelogram using midpoints?
In a parallelogram, the diagonals bisect each other, meaning they have the same midpoint. Compute the midpoint of each diagonal. If they are equal, the quadrilateral is a parallelogram.
Q7. What is the Mid-Point Theorem?
The Mid-Point Theorem states that the line segment joining the midpoints of two sides of a triangle is parallel to the third side and equal to half its length. This can be verified using the midpoint formula (to find the midpoints) and the distance formula (to compare lengths).
Q8. Can the Midpoint Formula be extended to 3D?
Yes. The midpoint of two points (x_1,y_1,z_1) and (x_2,y_2,z_2) in 3D is ((x_1+x_2)/2, (y_1+y_2)/2, (z_1+z_2)/2). The same averaging principle applies to all three coordinates.
Related Topics
- Section Formula
- Distance Formula
- Area of Triangle Using Coordinates
- Centroid of a Triangle
- Introduction to Coordinate Geometry
- Cartesian Plane
- Plotting Points in Four Quadrants
- Abscissa and Ordinate
- Collinearity Using Distance Formula
- External Division (Section Formula)
- Coordinate Geometry Word Problems
- Equation of a Line (Introduction)
- Quadrilateral Using Coordinate Geometry










