Midpoint Formula
Midpoint Formula
The midpoint formula is a mathematical tool used to determine the coordinates of the midpoint between two
given points on a coordinate plane. This formula is particularly useful in geometry and various real-world
applications involving spatial relationships. We can precisely locate the center point between two given points
by applying the midpoint formula.
The formula for finding the midpoint between two points \((x_1, y_1)\) and \((x_2, y_2)\) is:
In this formula, \(x_1\) and \(x_2\) represent the x-coordinates of the given points, while \(y_1\) and \(y_2\)
represent their y-coordinates. By substituting the coordinates of the given points into this formula, we can
easily calculate the coordinates of the midpoint.
Example: We have two points on a coordinate plane, \(P(2, 4)\) and \(Q(6, 8)\). Find the coordinates of
the midpoint M between these two points.
Solution:
To find the midpoint between two points \((x_1, y_1)\) and \((x_2, y_2)\), we can use the midpoint formula:
Given \(P(2, 4)\) and \(Q(6, 8)\), we substitute the coordinates into the formula:
\[ \text{Midpoint} = (4, 6) \]
Therefore, the coordinates of the midpoint between points \(P\) and \(Q\) are \(M(4, 6)\).
Substituting the coordinates into the formula, we find the midpoint to be (-1, 1/2).
Given a triangle with vertices \(A(x_1, y_1)\), \(B(x_2, y_2)\), and \(C(x_3, y_3)\), the coordinates of the
centroid \(G\) can be found using the following formula:
Example: Let's consider a triangle with vertices \(A(2, 4)\), \(B(6, 8)\), and \(C(10, 2)\). Find the
coordinates of the centroid \(G\) of this triangle.
Solution:
To find the centroid \(G\) of the triangle, we'll use the centroid formula, which averages the coordinates of the
three vertices:
Given the coordinates of \(A(2, 4)\), \(B(6, 8)\), and \(C(10, 2)\), we substitute these values into the formula:
Therefore, the coordinates of the centroid \(G\) of the triangle with vertices \(A(2, 4)\), \(B(6, 8)\), and \(C(10,
2)\) are \(G(6, \frac{14}{3})\).
The Section Formula is a mathematical principle used to find the coordinates of a point that divides a line
segment into two parts, given the coordinates of the endpoints of the segment and the ratio in which it is
divided.
Let's say we have a line segment with endpoints \(A(x_1, y_1)\) and \(B(x_2, y_2)\), and a point \(P\) divides
the line segment in the ratio \(m:n\). The coordinates of point \(P\) can be calculated using the Section
Formula:
In this formula:
- \(m\) and \(n\) represent the ratios in which the line segment \(AB\) is divided.
- \(m\) and \(n\) are typically positive integers, but they can be any real numbers as long as \(m + n \neq 0\).
- The sum \(m + n\) represents the total number of parts into which the line segment is divided.
- The coordinates of point \(P\) are the weighted averages of the coordinates of \(A\) and \(B\), where the
weights are determined by the ratios \(m\) and \(n\).
Example: We have a line segment with endpoints \(A(3, 2)\) and \(B(9, 6)\). Find the coordinates of a
point \(P\) that divides the segment in the ratio \(2:3\).
Solution:
To find the coordinates of point \(P\), we'll use the Section Formula, which calculates the coordinates of a point
dividing a line segment according to a given ratio.
Given the coordinates of \(A(3, 2)\) and \(B(9, 6)\), and the ratio \(2:3\), we can apply the formula:
\[ P \left( \frac{mx_2 + nx_1}{m+n}, \frac{my_2 + ny_1}{m+n} \right) \]
\[ P \left( \frac{2 \cdot 9 + 3 \cdot 3}{2+3}, \frac{2 \cdot 6 + 3 \cdot 2}{2+3} \right) \]
Therefore, the coordinates of the point \(P\) that divides the line segment joining \(A(3, 2)\) and \(B(9, 6)\) in the
ratio \(2:3\) are \(P\left(\frac{27}{5}, \frac{18}{5}\right)\).
Important Points
● Fundamental Principle: The midpoint formula determines the center point between two given points
on a coordinate plane by averaging their x-coordinates and y-coordinates.
● Symmetrical Nature: It guarantees that the midpoint is equidistant from both endpoints, ensuring a
balanced division of the line segment.
● Ease of Calculation: By simply adding and dividing the coordinates, it offers a straightforward method
for finding the midpoint, aiding in various geometric computations.
● Geometric Interpretation: Understanding the midpoint aids in visualizing and analyzing spatial
relationships in geometric shapes, facilitating problem-solving.
● Real-world Applications: Widely used in fields like engineering, architecture, and physics, its
applications include determining center points, distances, and balancing structures.
Solved Examples
Example 1. Find the midpoint of the line segment joining points A(4, 6) and B(10, 12).
Solution:
Using the midpoint formula:
\[ \text{Midpoint} = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \]
Substituting the coordinates of A and B:
\[ \text{Midpoint} = \left( \frac{4 + 10}{2}, \frac{6 + 12}{2} \right) \]
\[ \text{Midpoint} = (7, 9) \]
Therefore, the midpoint of the line segment AB is (7, 9).
Example 2. Find the centroid of the triangle with vertices at (1, 1), (5, 3), and (7, 7).
Solution:
Using the centroid formula:
\[ G \left( \frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3} \right) \]
Substituting the coordinates of the vertices:
\[ G \left( \frac{1 + 5 + 7}{3}, \frac{1 + 3 + 7}{3} \right) \]
\[ G \left( \frac{13}{3}, \frac{11}{3} \right) \]
Therefore, the centroid of the triangle is \(\left(\frac{13}{3}, \frac{11}{3}\right)\).
Q3. Determine the coordinates of the point that divides the line segment joining (-2, 4) and (6, -3) in the
ratio 3:2.
Solution:
Using the section formula:
\[ P \left( \frac{mx_2 + nx_1}{m+n}, \frac{my_2 + ny_1}{m+n} \right) \]
Substituting the given values:
\[ P \left( \frac{3 \cdot 6 + 2 \cdot (-2)}{3+2}, \frac{3 \cdot (-3) + 2 \cdot 4}{3+2} \right) \]
\[ P \left( \frac{18 - 4}{5}, \frac{-9 + 8}{5} \right) \]
\[ P \left( \frac{14}{5}, \frac{-1}{5} \right) \]
Therefore, the point dividing the line segment in the ratio 3:2 is \(\left(\frac{14}{5}, \frac{-1}{5}\right)\).
Q4. Determine the endpoint B of a line segment with one endpoint at A (-3, 5) a midpoint at M (2, 2).
Solution:
We have one endpoint (point A) as (-3, 5) and the midpoint (M) as (2, 2).
The midpoint formula states that the midpoint of a line segment connecting points A (x1, y1) and B (x2, y2) is:
\[ \text{Midpoint} (x, y) = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \]
Let point B be represented as (x2, y2). We can use the values of (-3, 5) for (x1, y1) and (2, 2) for (x, y) to find
the coordinates (x2, y2):
\[\frac{-3 + x_2}{2} = 2\]
\[\frac{5 + y_2}{2} = 2\]
Q5. Find the point of bisection of the line segment AB, where A (-6, 11) and B (10, -3).
Solution: The point of bisection of a line segment divided the line segment into 2 equal halves. Hence, we
need to find the midpoint of line segment AB.
Practice Problems
Q1. What is the midpoint of the line segment joining points A(4, 8) and B(10, 14)?
a. (7, 11)
b. (8, 12)
c. (9, 13)
d. (10, 14)
Answer: a
Q2. Determine the centroid of the triangle with vertices at (-2, 6), (3, 2), and (8, 10). The centroid is ___.
a. (4, 8)
b. (3, 6)
c. (2, 5)
d. (6, 6)
Answer: b
Q3. True or False: The point dividing the line segment joining (-3, 5) and (7, -1) in the ratio 2:3 is (1, 1).
a. True
b. False
Answer: b
Q4. Determine the coordinates of the point that divides the line segment joining (-5, 3) and (10, -2) in
the ratio 4:1.
a. (23/5, -1/5)
b. (0, 1/5)
c. (12/5, 2)
d. (13/3, 25/3)
Answer: a
Q5. Find the centroid of the triangle with vertices at (0, 0), (6, 4), and (-3, 8).
a. (4, 8)
b. (3, 6)
c. (1, 4)
d. (4, 1)
Answer: c
Q4. Can a line segment have negative coordinates in the midpoint formula?
Answer: Yes, a line segment can have negative coordinates in the midpoint formula. The midpoint formula
calculates the average of the x-coordinates and y-coordinates of the endpoints, regardless of whether they are
positive or negative. Negative coordinates simply indicate positions to the left or below the origin on a
coordinate plane.
Q5. What are some real-world applications of the midpoint formula and centroid formula?
Answer: The midpoint formula and centroid formula have various real-world applications. For example, in
architecture and construction, they are used to locate the center point of structures for balance and stability. In
navigation and GPS systems, they help determine the midpoint of routes or distances between locations.
Additionally, in computer graphics, they are used to position objects or elements within a frame for visual
display.