📚 IGCSE Mathematics: Coordinate Geometry of Straight Lines | IGCSE 数学:直线坐标几何
Coordinate geometry, also known as analytic geometry, connects algebra and geometry by representing points, lines and curves using coordinates on a plane. For IGCSE Mathematics, mastery of straight-line coordinate geometry is essential: it forms the foundation for solving problems involving gradients, midpoints, distances, parallel and perpendicular lines, and equations of straight lines. This article covers all the key ideas and worked examples you need for exam success.
坐标几何,又称解析几何,通过平面上的坐标将代数与几何联系起来,用坐标表示点、直线和曲线。对于 IGCSE 数学来说,掌握直线坐标几何至关重要:它是解决斜率、中点、距离、平行与垂直直线以及直线方程等问题的基础。本文将涵盖考试成功所需的所有关键概念和典型例题。
1. The Cartesian Plane and Ordered Pairs | 笛卡尔平面与有序数对
The Cartesian plane is defined by two perpendicular number lines: the x-axis (horizontal) and the y-axis (vertical). Their intersection is the origin O(0, 0). Every point in the plane is represented by an ordered pair (x, y), where x is the horizontal distance from the origin and y is the vertical distance.
笛卡尔平面由两条互相垂直的数轴定义:x 轴(水平方向)和 y 轴(垂直方向)。它们的交点称为原点 O(0, 0)。平面上的每一个点都可以用一个有序数对 (x, y) 表示,其中 x 是到原点的水平距离,y 是到原点的垂直距离。
- The x-coordinate (abscissa) is always written first.
- 中文:x 坐标(横坐标)始终写在前面。
- The y-coordinate (ordinate) is written second.
- 中文:y 坐标(纵坐标)写在第二。
- Quadrant signs: QI (+, +), QII (−, +), QIII (−, −), QIV (+, −).
- 中文:象限符号:第一象限 (+, +),第二象限 (−, +),第三象限 (−, −),第四象限 (+, −)。
2. Distance Between Two Points | 两点之间的距离
Given two points A(x₁, y₁) and B(x₂, y₂), the distance AB is found using Pythagoras’ theorem. The horizontal difference is (x₂ − x₁) and the vertical difference is (y₂ − y₁). Therefore:
已知两点 A(x₁, y₁) 和 B(x₂, y₂),利用勾股定理可以求出距离 AB。水平差为 (x₂ − x₁),垂直差为 (y₂ − y₁)。因此:
AB = √[(x₂ − x₁)² + (y₂ − y₁)²]
This formula gives the Euclidean distance between two points on the Cartesian plane. It is always positive or zero.
这个公式给出笛卡尔平面上两点之间的欧几里得距离,结果总为非负数。
Example / 示例: Find the distance between A(1, 2) and B(4, 6). / 求 A(1, 2) 与 B(4, 6) 之间的距离。
AB = √[(4 − 1)² + (6 − 2)²] = √[3² + 4²] = √25 = 5.
中文:AB = √[(4 − 1)² + (6 − 2)²] = √[3² + 4²] = √25 = 5。
3. Midpoint of a Line Segment | 线段的中点
The midpoint M of a segment joining A(x₁, y₁) and B(x₂, y₂) is the point exactly halfway between them. Its coordinates are the averages of the corresponding coordinates of A and B:
连接 A(x₁, y₁) 和 B(x₂, y₂) 的线段中点 M 是恰好位于两者中间的点。它的坐标是 A 和 B 对应坐标的平均值:
M = ((x₁ + x₂)/2 , (y₁ + y₂)/2)
Example / 示例: Find the midpoint of A(−2, 3) and B(4, −1). / 求 A(−2, 3) 与 B(4, −1) 的中点。
M = ((−2 + 4)/2 , (3 + (−1))/2) = (2/2 , 2/2) = (1, 1).
中文:M = ((−2 + 4)/2 , (3 + (−1))/2) = (2/2 , 2/2) = (1, 1)。
4. Gradient (Slope) of a Straight Line | 直线的斜率
The gradient measures the steepness of a line. It is defined as the change in y divided by the change in x as we move from one point on the line to another.
斜率衡量一条直线的倾斜程度。它定义为直线上从一个点移动到另一个点时,y 的变化量除以 x 的变化量。
m = (y₂ − y₁) / (x₂ − x₁)
- A positive gradient means the line slopes upward from left to right.
- 中文:斜率为正表示直线从左到右上升。
- A negative gradient means the line slopes downward from left to right.
- 中文:斜率为负表示直线从左到右下降。
- A horizontal line has gradient 0. A vertical line has an undefined gradient.
- 中文:水平线斜率为 0,垂直线斜率不存在(未定义)。
Example / 示例: Find the gradient of the line through (2, 1) and (5, 7). / 求经过 (2, 1) 和 (5, 7) 的直线的斜率。
m = (7 − 1) / (5 − 2) = 6/3 = 2.
中文:m = (7 − 1) / (5 − 2) = 6/3 = 2。
5. Equation of a Straight Line: y = mx + c | 直线方程:y = mx + c
The general form of a straight-line equation is y = mx + c, where m is the gradient and c is the y-intercept (the point where the line crosses the y-axis). This is the most useful form for solving most IGCSE problems.
直线方程的一般形式为 y = mx + c,其中 m 是斜率,c 是 y 轴截距(直线与 y 轴交点的纵坐标)。这是解决大多数 IGCSE 问题最常用的形式。
To find the equation of a line given a point (x₁, y₁) and gradient m, use:
已知直线上一点 (x₁, y₁) 和斜率 m,可用以下公式求直线方程:
y − y₁ = m(x − x₁)
Then rearrange into y = mx + c if required.
然后按需要整理成 y = mx + c 的形式。
Example / 示例: Find the equation of the line with gradient 3 passing through (2, 5). / 求斜率为 3 且经过点 (2, 5) 的直线方程。
y − 5 = 3(x − 2) → y − 5 = 3x − 6 → y = 3x − 1.
中文:y − 5 = 3(x − 2) → y − 5 = 3x − 6 → y = 3x − 1。
6. Rearranging into y = mx + c | 化为 y = mx + c 形式
Many equations are given in the general form ax + by = d. To find the gradient and y-intercept, rearrange the equation into y = mx + c by making y the subject.
许多方程以一般形式 ax + by = d 给出。为了求出斜率和 y 轴截距,需将方程重排为 y = mx + c 的形式,即把 y 表示为关于 x 的函数。
Example / 示例: Find the gradient and y-intercept of the line 2x + 3y = 6. / 求直线 2x + 3y = 6 的斜率和 y 轴截距。
3y = −2x + 6 → y = (−2/3)x + 2. Therefore m = −2/3 and c = 2.
中文:3y = −2x + 6 → y = (−2/3)x + 2。因此 m = −2/3,c = 2。
7. Parallel Lines | 平行直线
Two straight lines are parallel if and only if they have the same gradient. In other words, if line L₁ has gradient m₁ and line L₂ has gradient m₂, then L₁ ∥ L₂ if and only if m₁ = m₂.
两条直线平行当且仅当它们的斜率相等。换句话说,若直线 L₁ 的斜率为 m₁,直线 L₂ 的斜率为 m₂,则 L₁ ∥ L₂ 当且仅当 m₁ = m₂。
- Parallel lines never intersect.
- 中文:平行直线永不相交。
- Distinct parallel lines have different y-intercepts.
- 中文:不同的平行直线具有不同的 y 轴截距。
- If two lines have the same gradient and the same intercept, they are the same line (coincident).
- 中文:若两条直线斜率相同且截距相同,则它们是同一条直线(重合)。
Example / 示例: Are the lines y = 2x + 3 and 4y = 8x − 5 parallel? / 直线 y = 2x + 3 和 4y = 8x − 5 平行吗?
Rewrite 4y = 8x − 5 as y = 2x − 5/4. Both gradients are 2, so the lines are parallel.
中文:将 4y = 8x − 5 改写为 y = 2x − 5/4。两条直线的斜率均为 2,因此它们平行。
8. Perpendicular Lines | 垂直直线
Two straight lines are perpendicular if the product of their gradients is −1. That is, if m₁ × m₂ = −1, then the lines are perpendicular. Equivalently, m₂ = −1/m₁.
两条直线垂直当且仅当它们的斜率乘积为 −1。即若 m₁ × m₂ = −1,则两条直线垂直。等价地,m₂ = −1/m₁。
m₁ × m₂ = −1 ⟺ L₁ ⟂ L₂
- Horizontal and vertical lines are also perpendicular: their gradients are 0 and undefined, and the product rule does not apply directly.
- 中文:水平线与垂直线也互相垂直:它们的斜率分别为 0 和不存在(未定义),乘积规则不直接适用。
- Perpendicular lines meet at a right angle (90°).
- 中文:垂直直线相交成直角(90°)。
Example / 示例: Line L has equation y = 3x + 2. Find the gradient of a line perpendicular to L. / 直线 L 的方程为 y = 3x + 2,求与 L 垂直的直线的斜率。
m₁ = 3, so m₂ = −1/3. The perpendicular gradient is −1/3.
中文:m₁ = 3,所以 m₂ = −1/3。垂直直线的斜率为 −1/3。
9. Finding the Equation of a Parallel or Perpendicular Line | 求平行或垂直直线的方程
To find the equation of a line parallel or perpendicular to a given line and passing through a specific point, follow these steps:
要求一条与已知直线平行或垂直且经过特定点的直线方程,可按以下步骤操作:
- Identify the gradient m of the given line by rearranging into y = mx + c.
- 中文:将已知直线整理为 y = mx + c,确定其斜率 m。
- For a parallel line, use the same gradient m. For a perpendicular line, use the negative reciprocal −1/m.
- 中文:若求平行线,则使用相同斜率 m;若求垂直线,则使用负倒数 −1/m。
- Substitute the known point (x₁, y₁) into y − y₁ = m(x − x₁).
- 中文:将已知点 (x₁, y₁) 代入 y − y₁ = m(x − x₁)。
- Rearrange to give the final equation in the required form.
- 中文:整理得出所需形式的最终方程。
Example / 示例: Find the equation of the line perpendicular to y = 2x − 1 that passes through (4, 3). / 求与 y = 2x − 1 垂直且经过点 (4, 3) 的直线方程。
m₁ = 2, so m₂ = −1/2. Using y − 3 = (−1/2)(x − 4):
中文:m₁ = 2,所以 m₂ = −1/2。代入 y − 3 = (−1/2)(x − 4):
y − 3 = −x/2 + 2 → y = −x/2 + 5.
中文:y − 3 = −x/2 + 2 → y = −x/2 + 5。
10. Intersection of Two Lines | 两条直线的交点
The intersection point of two straight lines is the point that satisfies both equations simultaneously. To find it, solve the two equations as a pair of simultaneous linear equations.
两条直线的交点是指同时满足两个方程的点。要求交点,只需将两个方程作为二元一次方程组求解。
Example / 示例: Find the intersection of y = 2x + 1 and y = −x + 4. / 求直线 y = 2x + 1 与 y = −x + 4 的交点。
Set 2x + 1 = −x + 4 → 3x = 3 → x = 1. Then y = 2(1) + 1 = 3. The intersection point is (1, 3).
中文:令 2x + 1 = −x + 4 → 3x = 3 → x = 1。代入得 y = 2(1) + 1 = 3。交点坐标为 (1, 3)。
11. Summary Table of Key Formulas | 关键公式汇总表
The table below summarises the essential formulas for straight-line coordinate geometry.
下表总结了直线坐标几何的核心公式。
| Concept / 概念 | Formula / 公式 |
| Distance / 距离 | d = √[(x₂ − x₁)² + (y₂ − y₁)²] |
| Midpoint / 中点 | M = ((x₁ + x₂)/2 , (y₁ + y₂)/2) |
| Gradient / 斜率 | m = (y₂ − y₁) / (x₂ − x₁) |
| Equation of a line / 直线方程 | y = mx + c 或 y − y₁ = m(x − x₁) |
| Parallel condition / 平行条件 | m₁ = m₂ |
| Perpendicular condition / 垂直条件 | m₁ × m₂ = −1 |
12. Common Exam Tips and Pitfalls | 常见考试技巧与易错点
The following advice will help you avoid common mistakes in the exam.
以下建议可帮助你在考试中避免常见错误。
- Always show your substitution into the formula clearly; method marks are awarded even if the final answer is wrong.
- 中文:务必清楚展示公式代入过程;即使最终答案错误,方法分仍然可以获得。
- When a gradient is undefined (vertical line), do not write it as a number; state that the line is vertical.
- 中文:当斜率不存在时(垂直线),不要把它写成一个数,应说明该直线是垂直线。
- Check the sign of the gradient: a line that slopes down from left to right must have a negative gradient.
- 中文:检查斜率的符号:直线从左到右下降时斜率必定为负。
- When using the perpendicular gradient, remember to take the reciprocal and change the sign: −1/m.
- 中文:使用垂直斜率时,记得取倒数并改变符号:−1/m。
- Read carefully whether the question asks for t长度he equation in the form y = mx + c or in the form ax + by = d.
- 中文:仔细阅读题目要求方程写成 y = mx + c 形式还是 ax + by = d 形式。
Coordinate geometry of straight lines is a high-yield topic in IGCSE Mathematics. Master the distance, midpoint and gradient formulas, learn to rearrange equations confidently, and practise parallel and perpendicular problems until they become second nature. With consistent practice, you will turn these questions into easy marks.
直线坐标几何是 IGCSE 数学中的高价值考点。掌握距离、中点和斜率公式,学会熟练整理方程,并反复练习平行与垂直相关问题,直至驾轻就熟。只要坚持练习,你就能把这些题目变成稳拿的分数。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导