📚 Midpoint Coordinates and Perpendicular Bisectors | 中点坐标与垂直平分线的求解
在 Edexcel A-Level 数学 Pure 1 的《直线方程》(Straight Line Graphs) 章节中,中点坐标与垂直平分线是两道必考的送分题,也是连接坐标几何与圆方程的重要桥梁。许多同学在考试中丢分,往往不是因为不会公式,而是因为对”垂直平分线”的几何意义理解不透,导致解题步骤混乱。
In Chapter 5 “Straight Line Graphs” of Edexcel A-Level Pure Mathematics 1, midpoint coordinates and perpendicular bisectors are two of the most reliable marks on the paper, and they form a vital bridge between coordinate geometry and the equation of a circle. Many students lose marks in the exam not because they cannot recall the formula, but because they do not fully understand the geometric meaning of a perpendicular bisector, which makes their solution steps disorganised.
本文将以”中点坐标与垂直平分线的求解”为核心,从公式推导、斜率关系、三步解题法到常见考试题型,系统梳理这一知识点的完整解题体系,并配有可直接套用的例题演练。
This article focuses on “finding midpoint coordinates and perpendicular bisectors”, systematically covering formula derivation, gradient relationships, a three-step solution method, and common exam question types, all supported by fully worked examples you can apply directly.
一、中点是什么:坐标平面上的几何意义 | What Is a Midpoint? Its Geometric Meaning on the Coordinate Plane
在一条线段上,中点就是把这条线段分成两条相等部分的点。几何上,点 M 是线段 AB 的中点,当且仅当 AM = MB,且 A、M、B 三点共线。换句话说,中点位于线段的正中央,从 A 走到 M 的距离恰好等于从 M 走到 B 的距离。
On a line segment, the midpoint is the point that divides the segment into two equal parts. Geometrically, point M is the midpoint of segment AB if and only if AM = MB and the three points A, M, B are collinear. In other words, the midpoint sits exactly in the centre of the segment: the distance from A to M equals the distance from M to B.
在坐标平面上,中点有一个非常直观的”投影”性质:如果我们分别把 A 和 B 的 x 坐标、y 坐标投影到两条数轴上,那么中点 M 的 x 坐标恰好位于 A 和 B 的 x 坐标的正中间,y 坐标也同理。这一观察直接引出了中点公式。
On the coordinate plane, the midpoint has a very intuitive “projection” property: if we project the x-coordinates and y-coordinates of A and B onto the two number lines, then the x-coordinate of the midpoint M lies exactly halfway between the x-coordinates of A and B, and the y-coordinate behaves in exactly the same way. This observation leads directly to the midpoint formula.
| 核心结论 | Key Fact |
| 线段 AB 的中点 M 的坐标,等于 A、B 两点坐标的平均值: |
| The coordinates of the midpoint M of segment AB are simply the averages of the coordinates of A and B. |
二、中点公式的推导:为什么取平均数 | Deriving the Midpoint Formula: Why We Take Averages
设 A(x₁, y₁) 和 B(x₂, y₂) 为坐标平面上的两点。想象我们沿 x 轴从 x₁ 走到 x₂,中点 M 的 x 坐标必然满足:它到 x₁ 的距离等于它到 x₂ 的距离。设 M 的 x 坐标为 xₘ,则 xₘ − x₁ = x₂ − xₘ,解得 xₘ = (x₁ + x₂) / 2。同理,yₘ = (y₁ + y₂) / 2。
Let A(x₁, y₁) and B(x₂, y₂) be two points on the coordinate plane. Imagine walking along the x-axis from x₁ to x₂; the x-coordinate of the midpoint M must satisfy: its distance to x₁ equals its distance to x₂. Writing M’s x-coordinate as xₘ, we have xₘ − x₁ = x₂ − xₘ, which gives xₘ = (x₁ + x₂) / 2. By the same reasoning, yₘ = (y₁ + y₂) / 2.
因此,中点公式可以写成:M = ((x₁ + x₂)/2, (y₁ + y₂)/2)。值得注意的是,这个公式对任何实数坐标都成立,包括负数、分数甚至无理数,这正是它成为考试高频考点的原因之一。
Hence the midpoint formula can be written as M = ((x₁ + x₂)/2, (y₁ + y₂)/2). Importantly, this formula works for every pair of real coordinates, including negatives, fractions and even irrational numbers, which is one of the reasons it appears so frequently in exams.
一个实用的记忆技巧:中点就是”两端点的平均数点”。无论是横坐标还是纵坐标,都只需要把两个端点的对应坐标相加再除以 2,不需要考虑任何符号陷阱,先加后除即可。
A handy memory aid: the midpoint is simply “the average point of the two endpoints”. For both the x-coordinate and the y-coordinate, you only need to add the corresponding coordinates of the two endpoints and divide by 2; there is no sign trap to worry about, just add first and then divide.
三、中点公式实战:整数与分数坐标例题 | Midpoint Formula in Action: Integer and Fractional Coordinates
例 1(整数坐标):已知 A(3, 5) 和 B(7, 1),求线段 AB 的中点坐标。直接代入公式:xₘ = (3 + 7)/2 = 5,yₘ = (5 + 1)/2 = 3,所以中点 M = (5, 3)。这个例子看似简单,但它验证了一个重要性质:中点坐标介于两个端点坐标之间,且 (5, 3) 恰好位于 A 和 B 连线的正中央。
Example 1 (integer coordinates): Given A(3, 5) and B(7, 1), find the midpoint of segment AB. Substituting directly into the formula: xₘ = (3 + 7)/2 = 5, yₘ = (5 + 1)/2 = 3, so the midpoint is M = (5, 3). This example looks simple, but it verifies an important property: the midpoint coordinates lie between the endpoint coordinates, and (5, 3) sits exactly at the centre of the line joining A and B.
例 2(分数坐标):已知 C(−2, 4) 和 D(5, −3),求线段 CD 的中点。代入公式:xₘ = (−2 + 5)/2 = 3/2,yₘ = (4 + (−3))/2 = 1/2,所以 M = (3/2, 1/2)。注意:涉及负数时,一定要把负号完整地带入加法中,这是最常见的失分点之一。
Example 2 (fractional coordinates): Given C(−2, 4) and D(5, −3), find the midpoint of segment CD. Substituting: xₘ = (−2 + 5)/2 = 3/2, yₘ = (4 + (−3))/2 = 1/2, so M = (3/2, 1/2). Note: when negative numbers are involved, always carry the minus sign fully into the addition; this is one of the most common sources of lost marks.
例 3(逆向使用):已知线段 AB 的中点 M = (4, −1),且 A = (1, 2),求 B 的坐标。设 B = (x, y),则 (1 + x)/2 = 4,解得 x = 7;(2 + y)/2 = −1,解得 y = −4。所以 B = (7, −4)。逆向题型要求你”解方程”而不是”套公式”,考试中经常出现,务必熟练掌握。
Example 3 (working backwards): The midpoint of segment AB is M = (4, −1) and A = (1, 2). Find the coordinates of B. Let B = (x, y); then (1 + x)/2 = 4, giving x = 7, and (2 + y)/2 = −1, giving y = −4. Hence B = (7, −4). Reverse problems require you to “solve an equation” rather than “apply a formula”; they appear regularly in exams, so master this skill.
四、垂直平分线:定义与核心性质 | The Perpendicular Bisector: Definition and Key Properties
垂直平分线(perpendicular bisector)是同时满足两个条件的直线:第一,它经过线段的中点;第二,它与线段垂直。在 Edexcel Pure 1 中,垂直平分线通常以”求方程”的形式出现,但它的几何性质往往隐藏着更巧妙的解题思路。
A perpendicular bisector is a straight line that satisfies two conditions simultaneously: first, it passes through the midpoint of the segment; second, it is perpendicular to the segment. In Edexcel Pure 1, the perpendicular bisector usually appears in the form “find its equation”, but its geometric properties often hide more elegant solution paths.
性质一:点到两端距离相等。垂直平分线上任意一点 P 到线段两端点 A、B 的距离相等,即 PA = PB。这条性质在圆方程和三角形外心问题中至关重要,我们将在第八节详细展开。
Property 1: equal distances to both endpoints. Every point P on the perpendicular bisector is equidistant from the two endpoints A and B of the segment, that is PA = PB. This property is crucial in circle equations and circumcentre problems, which we develop in detail in Section 8.
性质二:垂直即斜率乘积为 −1。若两条直线垂直,且斜率都存在(都不垂直于 x 轴),则它们的斜率乘积为 −1。这一性质是求垂直平分线方程的核心工具。
Property 2: perpendicular means gradients multiply to −1. If two lines are perpendicular and both gradients exist (neither line is vertical), then the product of their gradients is −1. This property is the core tool for finding the equation of a perpendicular bisector.
| 两条垂直直线的斜率关系 | Gradient Relationship of Perpendicular Lines |
| m₁ × m₂ = −1,即 m₂ = −1/m₁(当两条线都不竖直时) |
| m₁ × m₂ = −1, that is m₂ = −1/m₁ (provided neither line is vertical). |
五、垂直直线斜率关系:m₁ × m₂ = −1 的来龙去脉 | Perpendicular Gradients: Where the m₁ × m₂ = −1 Rule Comes From
为什么垂直直线的斜率乘积恰好是 −1?这可以用斜率与倾斜角的关系来解释。一条斜率为 m 的直线与 x 轴正方向的夹角为 θ,则 m = tan θ。若另一条直线与它垂直,则夹角为 θ + 90°。利用三角恒等式 tan(θ + 90°) = −1/tan θ,立刻得到 m₂ = −1/m₁,即 m₁ × m₂ = −1。
Why is the product of the gradients of perpendicular lines exactly −1? This can be explained through the relationship between gradient and angle of inclination. A line with gradient m makes an angle θ with the positive x-axis, and m = tan θ. If another line is perpendicular to it, the angle is θ + 90°. Using the trigonometric identity tan(θ + 90°) = −1/tan θ, we immediately obtain m₂ = −1/m₁, that is m₁ × m₂ = −1.
在实际计算中,你需要把原线段的斜率取负倒数(negative reciprocal):例如原斜率为 2,垂直斜率为 −1/2;原斜率为 −3/4,垂直斜率为 4/3。注意两个特殊情况:若原线段水平(斜率为 0),则垂直平分线竖直,方程为 x = 常数;若原线段竖直(斜率不存在),则垂直平分线水平,方程为 y = 常数。
In practice, you take the negative reciprocal of the original gradient: for example, if the original gradient is 2, the perpendicular gradient is −1/2; if the original gradient is −3/4, the perpendicular gradient is 4/3. Watch out for two special cases: if the original segment is horizontal (gradient 0), the perpendicular bisector is vertical with equation x = constant; if the original segment is vertical (gradient undefined), the perpendicular bisector is horizontal with equation y = constant.
强烈建议在考试中先画出草图。即使题目没有要求作图,一张标注了端点、中点和垂直关系的示意图,能立刻暴露计算中的符号错误,并帮助你确认最终方程是否合理(例如是否真的经过中点)。
It is strongly recommended to sketch a diagram in the exam. Even when the question does not ask for one, a rough sketch showing the endpoints, the midpoint and the perpendicular relationship will immediately expose sign errors in your calculation and help you confirm that the final equation is sensible, for example whether it really passes through the midpoint.
六、求垂直平分线方程的三步法 | The Three-Step Method for Finding a Perpendicular Bisector Equation
求一条垂直平分线的方程,本质上只需要三个信息:中点坐标、垂直线段的斜率。Edexcel 官方评分标准(mark scheme)通常按以下三个步骤给分,每个步骤对应 1 到 2 分。
Finding the equation of a perpendicular bisector essentially requires only two pieces of information: the midpoint coordinates and the gradient perpendicular to the segment. The official Edexcel mark scheme typically awards marks in the following three steps, with each step worth 1 to 2 marks.
第一步:求中点。使用中点公式 M = ((x₁ + x₂)/2, (y₁ + y₂)/2) 计算线段中点的坐标。
Step 1: Find the midpoint. Use the midpoint formula M = ((x₁ + x₂)/2, (y₁ + y₂)/2) to compute the coordinates of the segment’s midpoint.
第二步:求垂直线段的斜率。先求原线段的斜率 m₁ = (y₂ − y₁)/(x₂ − x₁),再取负倒数得到垂直斜率 m₂ = −1/m₁。注意:如果原线段竖直,直接判定垂直平分线为水平线。
Step 2: Find the perpendicular gradient. First compute the gradient of the original segment m₁ = (y₂ − y₁)/(x₂ − x₁), then take its negative reciprocal to obtain the perpendicular gradient m₂ = −1/m₁. Note: if the original segment is vertical, the perpendicular bisector is immediately a horizontal line.
第三步:用点斜式写出方程。直线过点 (x₀, y₀) 且斜率为 m 时,方程为 y − y₀ = m(x − x₀)。将中点坐标和垂直斜率代入,整理成 y = mx + c 的形式(若题目要求)。
Step 3: Write the equation in point-slope form. A line passing through (x₀, y₀) with gradient m has equation y − y₀ = m(x − x₀). Substitute the midpoint coordinates and the perpendicular gradient, then rearrange into the form y = mx + c if required by the question.
| 三步法速查 | Three-Step Method Quick Reference |
| ① 中点公式 → ② 斜率取负倒数 → ③ 点斜式写方程 |
| ① Midpoint formula → ② Negative reciprocal gradient → ③ Point-slope equation |
七、完整例题:从两点到垂直平分线方程 | Full Worked Example: From Two Points to the Bisector Equation
题目:已知 A(2, 3) 和 B(6, 7),求线段 AB 的垂直平分线方程(Edexcel Pure 1 典型题型)。
Question: Given A(2, 3) and B(6, 7), find the equation of the perpendicular bisector of segment AB (a typical Edexcel Pure 1 question).
解:第一步,求中点:M = ((2 + 6)/2, (3 + 7)/2) = (4, 5)。第二步,求原线段斜率:m₁ = (7 − 3)/(6 − 2) = 4/4 = 1,垂直斜率为 m₂ = −1/1 = −1。第三步,用点斜式:y − 5 = −1(x − 4),整理得 y = −x + 9。验证:中点 (4, 5) 代入 y = −x + 9,5 = −4 + 9,成立。
Solution: Step 1, find the midpoint: M = ((2 + 6)/2, (3 + 7)/2) = (4, 5). Step 2, find the gradient of the original segment: m₁ = (7 − 3)/(6 − 2) = 4/4 = 1, so the perpendicular gradient is m₂ = −1/1 = −1. Step 3, use point-slope form: y − 5 = −1(x − 4), which rearranges to y = −x + 9. Verification: substitute the midpoint (4, 5) into y = −x + 9; 5 = −4 + 9 holds.
变式:分数坐标。已知 C(1, 2) 和 D(4, 5),求线段 CD 的垂直平分线方程。中点 M = (5/2, 7/2);原斜率 m₁ = (5 − 2)/(4 − 1) = 3/3 = 1,垂直斜率 m₂ = −1。方程:y − 7/2 = −1(x − 5/2),整理得 y = −x + 6。这道变式提醒我们:分数坐标不需要”约成小数”,保留分数形式计算更精确、更省时。
Variant: fractional coordinates. Given C(1, 2) and D(4, 5), find the perpendicular bisector of segment CD. Midpoint M = (5/2, 7/2); original gradient m₁ = (5 − 2)/(4 − 1) = 3/3 = 1, perpendicular gradient m₂ = −1. Equation: y − 7/2 = −1(x − 5/2), which rearranges to y = −x + 6. This variant reminds us that fractional coordinates need not be converted to decimals; keeping fractions makes the calculation more accurate and faster.
变式:负斜率原线段。已知 E(0, 1) 和 F(4, −3),求垂直平分线。中点 M = (2, −1);原斜率 m₁ = (−3 − 1)/(4 − 0) = −4/4 = −1,垂直斜率 m₂ = 1。方程:y − (−1) = 1(x − 2),即 y = x − 3。注意负斜率取负倒数时要仔细处理符号:−1 的负倒数是 1。
Variant: negative gradient segment. Given E(0, 1) and F(4, −3), find the perpendicular bisector. Midpoint M = (2, −1); original gradient m₁ = (−3 − 1)/(4 − 0) = −4/4 = −1, perpendicular gradient m₂ = 1. Equation: y − (−1) = 1(x − 2), that is y = x − 3. Take care with signs when taking the negative reciprocal: the negative reciprocal of −1 is 1.
八、垂直平分线与圆的交点:外心的奥秘 | Perpendicular Bisectors and Circles: The Secret of the Circumcentre
垂直平分线最漂亮的几何应用出现在圆方程中:三角形三条边的垂直平分线交于一点,这个点称为外心(circumcentre),它到三角形三个顶点的距离相等,因此是经过三个顶点的圆的圆心。这一结论直接来自垂直平分线的”等距性质”。
The most elegant geometric application of perpendicular bisectors appears in circle equations: the perpendicular bisectors of the three sides of a triangle meet at a single point, called the circumcentre, which is equidistant from the three vertices and is therefore the centre of the circle passing through all three vertices. This conclusion follows directly from the “equal distance” property of perpendicular bisectors.
Edexcel Pure 1 和 Pure 2 的常见考法:给出三角形三个顶点,要求”求外接圆的圆心和半径”。解法分两步:任选两条边,分别求出它们的垂直平分线方程,然后联立两个方程解出交点,即外心;半径就是外心到任一顶点的距离。
A common Edexcel Pure 1 and Pure 2 question: given the three vertices of a triangle, find the centre and radius of its circumcircle. The method has two steps: choose any two sides, find their perpendicular bisector equations, then solve the two equations simultaneously to obtain their intersection, which is the circumcentre; the radius is the distance from the circumcentre to any vertex.
例 4:三角形顶点为 P(2, 2)、Q(6, 4)、R(4, 8)。边 PQ 的中点 (4, 3),斜率 (4−2)/(6−2) = 1/2,垂直斜率 −2,垂直平分线为 y − 3 = −2(x − 4),即 y = −2x + 11。边 PR 的中点 (3, 5),斜率 (8−2)/(4−2) = 3,垂直斜率 −1/3,垂直平分线为 y − 5 = −(1/3)(x − 3),即 y = −x/3 + 6。联立:−2x + 11 = −x/3 + 6,解得 x = 3,y = 5。外心为 (3, 5),半径 r = √((3−2)² + (5−2)²) = √10。外接圆方程:(x − 3)² + (y − 5)² = 10。
Example 4: The triangle vertices are P(2, 2), Q(6, 4) and R(4, 8). For side PQ the midpoint is (4, 3), the gradient is (4−2)/(6−2) = 1/2, the perpendicular gradient is −2, and the perpendicular bisector is y − 3 = −2(x − 4), that is y = −2x + 11. For side PR the midpoint is (3, 5), the gradient is (8−2)/(4−2) = 3, the perpendicular gradient is −1/3, and the perpendicular bisector is y − 5 = −(1/3)(x − 3), that is y = −x/3 + 6. Solving simultaneously: −2x + 11 = −x/3 + 6 gives x = 3 and y = 5. The circumcentre is (3, 5) and the radius is r = √((3−2)² + (5−2)²) = √10. The circumcircle equation is (x − 3)² + (y − 5)² = 10.
掌握了这个框架,任何”三点求圆”的题目都只是重复执行”两次垂直平分线 + 一次距离公式”,这是 A-Level 考试中性价比极高的得分点。
Once you master this framework, every “three points define a circle” question is just “two perpendicular bisectors plus one distance formula” repeated, making it one of the highest value scoring opportunities in the A-Level exam.
九、常考题型与考试技巧 | Common Exam Question Types and Techniques
题型 A:直接求垂直平分线方程。给出两点坐标,按三步法求解。这类题占 Pure 1 直线章节考题的半数以上,只要步骤完整、计算准确即可拿满分。注意 Edexcel 的评分标准通常给”方法分”(M mark)和”准确分”(A mark),即使最终答案算错,写出正确的三步框架也能拿到方法分。
Type A: find the perpendicular bisector equation directly. Two points are given; solve with the three-step method. This type accounts for more than half of the straight-line-graphs questions in Pure 1, and full marks are achievable as long as the steps are complete and the arithmetic is accurate. Note that Edexcel mark schemes award method marks (M marks) and accuracy marks (A marks); even if your final answer is wrong, a correct three-step framework still earns the method marks.
题型 B:已知中点和斜率求端点。这类题反用中点公式,把未知端点坐标设为 (x, y),列两个方程求解,本质上是解二元一次方程组。
Type B: given the midpoint and one endpoint, find the other. This type reverses the midpoint formula: set the unknown endpoint as (x, y), write two equations, and solve them as a pair of simultaneous linear equations.
题型 C:垂直平分线与坐标轴的交点。求出方程后,令 x = 0 得 y 截距,令 y = 0 得 x 截距。常与”求三角形面积”结合,面积 = (1/2) × |x 截距| × |y 截距|。
Type C: intersections of the perpendicular bisector with the axes. After finding the equation, set x = 0 to get the y-intercept and y = 0 to get the x-intercept. This is often combined with “find the area of the triangle”: area = (1/2) × |x-intercept| × |y-intercept|.
题型 D:垂直平分线作为轨迹(locus)。问”到 A、B 两点距离相等的点的轨迹是什么”,答案是线段 AB 的垂直平分线。这类概念题要求你用文字描述几何对象,考察对定义的真正理解。
Type D: the perpendicular bisector as a locus. The question “what is the locus of points equidistant from A and B?” has the answer: the perpendicular bisector of segment AB. These conceptual questions require you to describe the geometric object in words, testing genuine understanding of the definition.
十、易错点辨析与自测练习 | Pitfalls to Avoid and Self-Test Practice
易错点 1:中点公式的符号错误。计算 (−3 + 5)/2 时,容易写成 −3 + 5 = 2 后忘记除以 2,或把负号分配错误。对策:每一步都写出完整的分数形式,不跳步。
Pitfall 1: sign errors in the midpoint formula. When computing (−3 + 5)/2, students often forget to divide by 2 after getting −3 + 5 = 2, or distribute the minus sign incorrectly. Remedy: write out the full fraction at every step and do not skip intermediate stages.
易错点 2:斜率公式的分子分母顺序。m = (y₂ − y₁)/(x₂ − x₁),分子和分母必须使用相同的两点顺序。混用顺序(如分子用 A 减 B、分母用 B 减 A)会得到错误符号。
Pitfall 2: ordering of numerator and denominator in the gradient formula. m = (y₂ − y₁)/(x₂ − x₁); the numerator and denominator must use the same point order. Mixing the order, for example subtracting B from A in the numerator but A from B in the denominator, produces the wrong sign.
易错点 3:把”垂直平分线”误当成”中垂线上的任意垂线”。垂直平分线必须同时满足”经过中点”和”垂直于原线段”,缺一不可。只求了垂直斜率而忘记用中点,或者用了中点却忘了取负倒数,都是典型的丢分错误。
Pitfall 3: confusing a perpendicular bisector with any perpendicular line. A perpendicular bisector must simultaneously pass through the midpoint and be perpendicular to the original segment; neither condition can be omitted. Finding the perpendicular gradient but forgetting the midpoint, or using the midpoint but forgetting the negative reciprocal, are both classic mark-losing errors.
自测练习:① A(1, 1)、B(5, 9),求 AB 中点与垂直平分线方程。② C(−4, 2)、D(2, −6),求 CD 垂直平分线。③ 三角形顶点 (0, 0)、(8, 0)、(4, 6),求外接圆圆心与半径。参考答案:① M(3, 5),y = −x/2 + 13/2;② 垂直斜率 3/4,y = 3x/4 + 3/2(整理后);③ 外心 (4, 0),半径 4,圆方程 (x − 4)² + y² = 16。
Self-test practice: ① A(1, 1) and B(5, 9), find the midpoint of AB and the equation of its perpendicular bisector. ② C(−4, 2) and D(2, −6), find the perpendicular bisector of CD. ③ Triangle vertices (0, 0), (8, 0) and (4, 6), find the circumcentre and radius of the circumcircle. Answers: ① M(3, 5), y = −x/2 + 13/2; ② perpendicular gradient 3/4, y = 3x/4 + 3/2 (after rearrangement); ③ circumcentre (4, 0), radius 4, circle equation (x − 4)² + y² = 16.
Summary | 总结
中点坐标与垂直平分线是 Edexcel A-Level 数学 Pure 1 直线方程章节的核心考点。中点公式 M = ((x₁ + x₂)/2, (y₁ + y₂)/2) 本质上是”两端点坐标的平均值”;垂直平分线则要求同时满足”经过中点”与”垂直于原线段”两个条件,其方程可通过”中点 + 负倒数斜率 + 点斜式”三步求出。
Midpoint coordinates and perpendicular bisectors are core topics in the Straight Line Graphs chapter of Edexcel A-Level Pure Mathematics 1. The midpoint formula M = ((x₁ + x₂)/2, (y₁ + y₂)/2) is essentially “the average of the two endpoint coordinates”; a perpendicular bisector must simultaneously pass through the midpoint and be perpendicular to the original segment, and its equation is found in three steps: midpoint, negative reciprocal gradient, and point-slope form.
掌握这一知识点不仅能直接拿下直线章节的送分题,更是解决圆方程、外心、轨迹(locus)等进阶题目的基石。建议同学们在备考时熟练三步法框架,养成画草图验证的习惯,并注意符号与顺序两大易错点,即可在考试中稳定得分。
Mastering this topic not only secures the easy marks in the straight-line chapter, but also builds the foundation for advanced problems involving circle equations, circumcentres and loci. During revision, practise the three-step framework until it is automatic, form the habit of sketching to verify your work, and watch out for the two biggest pitfalls of sign and ordering, and you will score consistently in the exam.
更多咨询请联系16621398022(同微信)