Midpoint: The point that divides a line segment into two equal parts. The midpoint formula for points (x₁, y₁) and (x₂, y₂) is: M = ((x₁+x₂)/2, (y₁+y₂)/2)
- Identify coordinates: (x₁, y₁) and (x₂, y₂)
- Apply the midpoint formula to x-coordinates: (x₁+x₂)/2
- Apply the midpoint formula to y-coordinates: (y₁+y₂)/2
- Combine results to form the midpoint coordinates
A(4, 6): x₁ = 4, y₁ = 6
B(10, 2): x₂ = 10, y₂ = 2
x_mid = (x₁ + x₂)/2 = (4 + 10)/2 = 14/2 = 7
y_mid = (y₁ + y₂)/2 = (6 + 2)/2 = 8/2 = 4
Midpoint M = (7, 4)
The midpoint of the line segment connecting A(4, 6) and B(10, 2) is (7, 4)
• Midpoint formula: M = ((x₁+x₂)/2, (y₁+y₂)/2)
• Average calculation: Midpoint is the average of each coordinate
• Equal division: Midpoint divides the segment into two equal parts
Real-world midpoint: The midpoint formula applies to any situation where you need to find the middle point between two locations, whether physical or abstract.
City C₁: (3, 7) and City C₂: (9, 1)
x_rest_stop = (3 + 9)/2 = 12/2 = 6
y_rest_stop = (7 + 1)/2 = 8/2 = 4
The rest stop should be located at coordinates (6, 4)
The rest stop should be built at coordinates (6, 4), exactly halfway between the two cities.
• Midpoint formula: M = ((x₁+x₂)/2, (y₁+y₂)/2)
• Real-world application: Midpoint represents the equal division point
• Problem-solving: Translate word problems into mathematical expressions
Midsegment: A line segment connecting the midpoints of two sides of a triangle. The midpoint of each side is found using the midpoint formula.
A(2, 4) and B(8, 6)
M_AB = ((2+8)/2, (4+6)/2) = (10/2, 10/2) = (5, 5)
B(8, 6) and C(6, 2)
M_BC = ((8+6)/2, (6+2)/2) = (14/2, 8/2) = (7, 4)
A(2, 4) and C(6, 2)
M_AC = ((2+6)/2, (4+2)/2) = (8/2, 6/2) = (4, 3)
Each midpoint is exactly halfway between its respective endpoints
The midpoints of the sides of triangle ABC are: M_AB(5, 5), M_BC(7, 4), and M_AC(4, 3)
• Midpoint formula: Apply to each pair of vertices
• Triangle midsegments: Connect midpoints of sides
• Repetitive application: Same formula for multiple pairs
Midpoint: A point that divides a line segment into two equal parts
Line segment: A part of a line bounded by two endpoints
Coordinate plane: A two-dimensional surface defined by x and y axes
Ordered pair: A set of two numbers (x, y) representing a point's location
- Identify endpoints: Determine the coordinates of both ends of the segment
- Apply formula to x-coordinates: Calculate (x₁+x₂)/2
- Apply formula to y-coordinates: Calculate (y₁+y₂)/2
- Combine results: Form the ordered pair for the midpoint
- Verify: Check that the midpoint is between the endpoints
Endpoint calculation: If M is the midpoint of segment AB, then M = ((x_A + x_B)/2, (y_A + y_B)/2). Solving for B: B = (2x_M - x_A, 2y_M - y_A).
For midpoint M of segment AB: M = ((x_A + x_B)/2, (y_A + y_B)/2)
(5, 3) = ((2 + x_B)/2, (7 + y_B)/2)
5 = (2 + x_B)/2
10 = 2 + x_B
x_B = 8
3 = (7 + y_B)/2
6 = 7 + y_B
y_B = -1
The coordinates of the other endpoint B are (8, -1)
• Midpoint formula rearrangement: Solve for unknown endpoint
• Algebraic manipulation: Isolate variables in equations
• Verification: Check that M is indeed the midpoint of A and B
Rectangle diagonals: In a rectangle, the diagonals bisect each other, meaning they have the same midpoint.
P(1, 1) and R(7, 5)
M_PR = ((1+7)/2, (1+5)/2) = (8/2, 6/2) = (4, 3)
Q(7, 1) and S(1, 5)
M_QS = ((7+1)/2, (1+5)/2) = (8/2, 6/2) = (4, 3)
M_PR = (4, 3) and M_QS = (4, 3)
They are identical!
This confirms that the diagonals of a rectangle bisect each other
Both diagonals PR and QS have the same midpoint at (4, 3), verifying that rectangle diagonals bisect each other.
• Midpoint formula: Apply to both diagonals
• Rectangle property: Diagonals bisect each other
• Geometric verification: Properties hold for all rectangles
Midpoint: The point that divides a line segment into two equal parts
Line segment: A portion of a line with two distinct endpoints
Coordinate geometry: The study of geometric figures using coordinate systems
Segment bisector: A point, line, or plane that divides a segment into two equal parts
Rectangle diagonals: In a rectangle, diagonals are equal in length and bisect each other
- Identify coordinates: Determine the exact coordinates of both endpoints
- Apply midpoint formula: Calculate (x₁+x₂)/2 and (y₁+y₂)/2
- Form ordered pair: Combine the results as (x_mid, y_mid)
- Verify result: Check that the midpoint lies between the endpoints
- Apply context: Use the result in the problem's context
• Basic formula: M = ((x₁+x₂)/2, (y₁+y₂)/2)
• Reverse calculation: If M is midpoint of AB, then B = (2x_M - x_A, 2y_M - y_A)
• Rectangle diagonals: Bisect each other at the same point
• Equal distances: Distance from midpoint to each endpoint is equal
• Between endpoints: Midpoint coordinates are between the endpoint coordinates