📚 The Mid-point Formula | 中点公式
In AQA A-Level Mathematics, coordinate geometry builds on GCSE skills and introduces precise algebraic tools for describing points, lines, and circles. One of the simplest but most frequently tested results is the mid-point formula. It gives the coordinates of the point exactly halfway between two known points. Although the formula is short, it appears in many different problem types, from finding missing coordinates to proving that a quadrilateral is a parallelogram.
在 AQA A-Level 数学中,坐标几何建立在 GCSE 技能基础上,并引入精确的代数工具来描述点、直线和圆。最简单但最常考的结果之一是中点公式。它给出恰好位于两个已知点中间的点坐标。虽然公式很短,但它出现在许多不同类型的题目中,从求缺失坐标到证明四边形是平行四边形。
1. The Core Formula and Meaning | 核心公式与含义
For two points A and B with coordinates A(x₁, y₁) and B(x₂, y₂), the midpoint M is the point that lies exactly halfway along the line segment AB. Its coordinates are found by taking the average of the x-coordinates and the average of the y-coordinates.
对于坐标为 A(x₁, y₁) 和 B(x₂, y₂) 的两点,中点 M 是恰好位于线段 AB 正中间的点。其坐标通过取 x 坐标的平均值和 y 坐标的平均值得到。
M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2)
This formula is symmetrical: it does not matter which point is labelled A and which is labelled B, because addition is commutative. The midpoint is therefore an average point, and its coordinates must lie between the corresponding coordinates of A and B, unless A and B have the same coordinate value.
该公式具有对称性:哪个点标记为 A、哪个点标记为 B 并不重要,因为加法满足交换律。因此中点是一个平均点,其坐标必须位于 A 和 B 的对应坐标之间,除非 A 和 B 的某个坐标值相同。
2. Derivation from Coordinate Geometry | 从坐标几何推导
The mid-point formula can be understood by first considering a one-dimensional number line. If two numbers a and b are marked on the x-axis, the point exactly halfway between them has coordinate (a + b) / 2. This is simply the arithmetic mean of the two values.
中点公式可以通过先考虑一维数轴来理解。如果两个数 a 和 b 标记在 x 轴上,恰好位于它们中间的点坐标为 (a + b) / 2。这只是两个值的算术平均值。
In two dimensions, movement in the x-direction and movement in the y-direction are independent. A point halfway from A to B must be halfway in the x-direction and halfway in the y-direction at the same time. Therefore the x-coordinate of the midpoint is the average of x₁ and x₂, and the y-coordinate is the average of y₁ and y₂.
在二维中,x 方向的移动和 y 方向的移动是相互独立的。从 A 到 B 的中间点必须同时在 x 方向上处于一半位置,在 y 方向上也处于一半位置。因此中点的 x 坐标是 x₁ 和 x₂ 的平均值,y 坐标是 y₁ 和 y₂ 的平均值。
M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2)
This independence is why the formula does not require any trigonometric calculation or distance formula: it is purely an averaging process in each coordinate direction.
这种独立性就是该公式不需要任何三角计算或距离公式的原因:它纯粹是在每个坐标方向上进行平均。
3. Worked Example in Two Dimensions | 二维例题
Find the midpoint of the line segment joining A(-3, 5) and B(7, 1).
求连接 A(-3, 5) 和 B(7, 1) 的线段的中点。
Using the formula, the x-coordinate of the midpoint is (-3 + 7) / 2 = 4 / 2 = 2. The y-coordinate is (5 + 1) / 2 = 6 / 2 = 3. Therefore the midpoint is M(2, 3).
使用公式,中点的 x 坐标为 (-3 + 7) / 2 = 4 / 2 = 2。y 坐标为 (5 + 1) / 2 = 6 / 2 = 3。因此中点为 M(2, 3)。
For a second example, find the midpoint of C(2, -4) and D(-6, 8). The x-coordinate is (2 + (-6)) / 2 = -4 / 2 = -2. The y-coordinate is (-4 + 8) / 2 = 4 / 2 = 2. Hence the midpoint is (-2, 2). Notice that negative signs must be carried through the addition carefully.
再看第二个例子,求 C(2, -4) 和 D(-6, 8) 的中点。x 坐标为 (2 + (-6)) / 2 = -4 / 2 = -2。y 坐标为 (-4 + 8) / 2 = 4 / 2 = 2。因此中点为 (-2, 2)。注意负号在加法过程中必须小心保留。
4. Reverse Use: Finding an Endpoint | 逆向应用:求端点
A common exam question gives one endpoint and the midpoint, then asks for the other endpoint. Suppose A(2, -1) is one endpoint and M(5, 3) is the midpoint of the segment AB. Let the unknown point B have coordinates (x, y).
常见的考试题会给出一个端点和中点,然后要求求出另一个端点。假设 A(2, -1) 是一个端点,M(5, 3) 是线段 AB 的中点。设未知点 B 的坐标为 (x, y)。
Using the midpoint formula, we can write two separate equations: (2 + x) / 2 = 5 and (-1 + y) / 2 = 3. Solving the first equation gives 2 + x = 10, so x = 8. Solving the second gives -1 + y = 6, so y = 7. Therefore B(8, 7).
利用中点公式,我们可以写出两个独立的方程:(2 + x) / 2 = 5 和 (-1 + y) / 2 = 3。解第一个方程得到 2 + x = 10,所以 x = 8。解第二个得到 -1 + y = 6,所以 y = 7。因此 B(8, 7)。
This reverse process is equivalent to using the vector relation B = 2M – A, which gives B = (2 × 5 – 2, 2 × 3 – (-1)) = (8, 7).
这个逆向过程等价于使用向量关系 B = 2M – A,即 B = (2 × 5 – 2, 2 × 3 – (-1)) = (8, 7)。
5. Midpoints in Three Dimensions | 三维空间中的中点
In AQA A-Level Mathematics, coordinate geometry is extended into three dimensions. For two points A(x₁, y₁, z₁) and B(x₂, y₂, z₂), the midpoint M is obtained by averaging all three coordinates.
在 AQA A-Level 数学中,坐标几何被推广到三维空间。对于两个点 A(x₁, y₁, z₁) 和 B(x₂, y₂, z₂),中点 M 通过对所有三个坐标取平均值得到。
M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2, (z₁ + z₂) / 2)
For example, the midpoint of P(1, 4, -2) and Q(7, -6, 8) has coordinates ((1 + 7) / 2, (4 + (-6)) / 2, (-2 + 8) / 2) = (4, -1, 3). This formula is especially useful when working with vectors and three-dimensional coordinate geometry.
例如,P(1, 4, -2) 和 Q(7, -6, 8) 的中点坐标为 ((1 + 7) / 2, (4 + (-6)) / 2, (-2 + 8) / 2) = (4, -1, 3)。该公式在处理向量和三维坐标几何时特别有用。
6. Midpoints and Straight-Line Graphs | 中点与直线图像
The midpoint formula often appears alongside the equation of a straight line. One common application is finding the perpendicular bisector of a line segment. A perpendicular bisector passes through the midpoint of the segment and has a gradient equal to the negative reciprocal of the segment’s gradient.
中点公式经常与直线方程一起出现。一个常见的应用是求线段的垂直平分线。垂直平分线通过线段的中点,并且其斜率等于该线段斜率的负倒数。
For instance, consider the segment joining A(1, 2) and B(5, 6). The midpoint is ((1 + 5) / 2, (2 + 6) / 2) = (3, 4). The gradient of AB is (6 – 2) / (5 – 1) = 4 / 4 = 1, so the perpendicular bisector has gradient -1. Its equation is therefore y – 4 = -1(x – 3), which simplifies to y = -x + 7.
例如,考虑连接 A(1, 2) 和 B(5, 6) 的线段。中点为 ((1 + 5) / 2, (2 + 6) / 2) = (3, 4)。AB 的斜率为 (6 – 2) / (5 – 1) = 4 / 4 = 1,因此垂直平分线的斜率为 -1。其方程因此为 y – 4 = -1(x – 3),化简为 y = -x + 7。
7. Using Midpoints to Prove Geometric Properties | 利用中点证明几何性质
The midpoint formula is a powerful tool for proving properties of quadrilaterals. In AQA exam questions, you may be asked to show that a quadrilateral is a parallelogram. A key geometric fact is that a quadrilateral is a parallelogram if and only if its diagonals bisect each other, meaning the two diagonals share the same midpoint.
中点公式是证明四边形性质的有力工具。在 AQA 考试题中,你可能需要证明一个四边形是平行四边形。一个关键的几何事实是:四边形是平行四边形当且仅当其对角线互相平分,即两条对角线具有相同的中点。
For example, consider the quadrilateral with vertices A(2, 1), B(8, 3), C(9, 7) and D(3, 5). The midpoint of AC is ((2 + 9) / 2, (1 + 7) / 2) = (5.5, 4). The midpoint of BD is ((8 + 3) / 2, (3 + 5) / 2) = (5.5, 4). Since the diagonals have the same midpoint, the quadrilateral is a parallelogram.
例如,考虑顶点为 A(2, 1)、B(8, 3)、C(9, 7) 和 D(3, 5) 的四边形。AC 的中点为 ((2 + 9) / 2, (1 + 7) / 2) = (5.5, 4)。BD 的中点为 ((8 + 3) / 2, (3 + 5) / 2) = (5.5, 4)。由于对角线具有相同的中点,该四边形是平行四边形。
8. Midpoints and Circles | 中点与圆
In the AQA circle geometry topic, the midpoint formula is used to find the centre of a circle when the endpoints of a diameter are known. The centre of a circle is simply the midpoint of any diameter.
在 AQA 圆的几何专题中,当已知直径的端点时,中点公式用于求圆心。圆心就是任意直径的中点。
Suppose a circle has a diameter with endpoints P(2, 3) and Q(8, 7). The centre C is the midpoint of PQ, so C = ((2 + 8) / 2, (3 + 7) / 2) = (5, 5). The radius is half the length of the diameter, so r = ½ × √((8 – 2)² + (7 – 3)²) = ½ × √(36 + 16) = ½ × √52 = √13. Hence the equation of the circle is (x – 5)² + (y – 5)² = 13.
假设一个圆的直径端点为 P(2, 3) 和 Q(8, 7)。圆心 C 是 PQ 的中点,所以 C = ((2 + 8) / 2, (3 + 7) / 2) = (5, 5)。半径是直径长度的一半,所以 r = ½ × √((8 – 2)² + (7 – 3)²) = ½ × √(36 + 16) = ½ × √52 = √13。因此圆的方程为 (x – 5)² + (y – 5)² = 13。
9. Common Mistakes and Exam Tips | 常见错误与考试提示
Students often lose marks on midpoint questions by making small sign or arithmetic errors. The most common mistakes include forgetting to divide by 2, adding x-coordinates to y-coordinates, and mishandling negative numbers.
学生在中点题中经常因为小的符号或算术错误而丢分。最常见的错误包括忘记除以 2、将 x 坐标与 y 坐标相加,以及处理负数时出错。
| Common mistake | Correct approach |
|---|---|
| Writing M = (x₁ + x₂, y₁ + y₂) without dividing by 2 | M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2) |
| Mixing x and y coordinates in the same average | Keep x-coordinates and y-coordinates separate |
| Forgetting the z-coordinate in 3D problems | Average all three coordinates: x, y and z |
In exam conditions, it is useful to check your midpoint by confirming that the differences from the midpoint to each endpoint are equal and opposite. For example, if M(2, 3) is the midpoint of A(-3, 5) and B(7, 1), then M – A = (5, -2) and B – M = (5, -2), which confirms the result.
在考试条件下,检查中点的一个好方法是确认从中点到两个端点的差大小相等、方向相反。例如,如果 M(2, 3) 是 A(-3, 5) 和 B(7, 1) 的中点,那么 M – A = (5, -2),B – M = (5, -2),这验证了结果。
10. Summary and Key Formulae | 总结与核心公式
The midpoint formula is one of the essential coordinate geometry tools for AQA A-Level Mathematics. It states that the midpoint of two points is obtained by averaging the corresponding coordinates. In two dimensions, the formula is M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2). In three dimensions, it becomes M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2, (z₁ + z₂) / 2).
中点公式是 AQA A-Level 数学中重要的坐标几何工具之一。它表明两点的中点通过对相应坐标取平均值得到。在二维中,公式为 M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2)。在三维中,它变为 M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2, (z₁ + z₂) / 2)。
When solving problems, remember that the formula can be reversed to find an endpoint, and it connects to perpendicular bisectors, parallelograms, and the centre of a circle. Practise using both directions of the formula so that you can move flexibly between known and unknown coordinates.
解题时,记住该公式可以逆向使用来求端点,并且它与垂直平分线、平行四边形以及圆心有关。练习公式的正向和逆向使用,以便你能在已知坐标和未知坐标之间灵活转换。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导