📚 Conditions for Parallel and Perpendicular Lines | 直线平行与垂直的判定条件
In coordinate geometry, the relative positions of two straight lines can be determined exactly by comparing their gradients. This article explains the conditions under which two lines are parallel, the conditions under which they are perpendicular, and how to apply these rules in examination-style problems.
在坐标几何中,两条直线的位置关系可以通过比较它们的斜率来精确判定。本文将解释两条直线平行与垂直的判定条件,以及如何在考试题型中应用这些规则。
1. The Gradient of a Line | 直线的斜率
The gradient, usually written as m, measures how steep a line is. For a line passing through the points A(x₁, y₁) and B(x₂, y₂), the gradient is calculated by the change in y divided by the change in x.
斜率通常用 m 表示,它衡量直线的倾斜程度。对于经过点 A(x₁, y₁) 和 B(x₂, y₂) 的直线,斜率等于纵坐标的变化量除以横坐标的变化量。
m = (y₂ – y₁) ÷ (x₂ – x₁)
This formula is the foundation of every judgement involving parallel and perpendicular lines.
这个公式是判断平行与垂直关系的基础。
2. Condition for Parallel Lines | 直线平行的判定条件
Two non-vertical lines are parallel if and only if they have the same gradient. In symbols, if line l₁ has gradient m₁ and line l₂ has gradient m₂, then l₁ ∥ l₂ means m₁ = m₂.
两条非竖直直线平行的充要条件是它们的斜率相等。若直线 l₁ 的斜率为 m₁,直线 l₂ 的斜率为 m₂,则 l₁ ∥ l₂ 等价于 m₁ = m₂。
l₁ ∥ l₂ ⇔ m₁ = m₂
For example, the lines y = 3x + 5 and y = 3x – 2 both have gradient 3, so they are parallel. The constant term affects only the y-intercept, not the direction of the line.
例如,直线 y = 3x + 5 和 y = 3x – 2 的斜率都为 3,因此它们平行。常数项只影响直线与 y 轴的交点,而不影响直线的方向。
3. Special Case of Vertical Lines | 竖直线段的特殊情况
Every vertical line has an equation of the form x = a, and its gradient is undefined. The slope formula is not valid because x₂ – x₁ = 0. Nevertheless, any two vertical lines are parallel.
任何竖直直线的方程都是 x = a 的形式,其斜率不存在。由于 x₂ – x₁ = 0,斜率公式无法直接使用。但任何两条竖直直线显然是平行的。
Therefore, when answering problems, never write m₁ = m₂ for vertical lines. Instead, state that both lines are vertical.
因此,在解题时不要对竖直直线写 m₁ = m₂。应该说明两条直线都是竖直直线。
4. Condition for Perpendicular Lines | 直线垂直的判定条件
Two non-vertical lines are perpendicular if and only if the product of their gradients is -1. That is, m₁ × m₂ = -1.
两条非竖直直线垂直的充要条件是它们斜率的乘积为 -1,即 m₁ × m₂ = -1。
l₁ ⊥ l₂ ⇔ m₁ × m₂ = -1
Equivalently, each gradient is the negative reciprocal of the other: m₁ = -1 ÷ m₂. For example, if one line has gradient 2, a perpendicular line must have gradient -1/2, because 2 × (-1/2) = -1.
等价地说,每条直线的斜率都是另一条斜率的负倒数:m₁ = -1 ÷ m₂。例如,若一条直线的斜率为 2,则与其垂直的直线斜率必为 -1/2,因为 2 × (-1/2) = -1。
5. Special Case of Horizontal and Vertical Lines | 水平线与竖直线互相垂直的特殊情况
A horizontal line has gradient 0, and a vertical line has undefined gradient. The product m₁ × m₂ cannot be computed in the usual way, but the lines are still perpendicular.
水平直线的斜率为 0,竖直直线的斜率不存在。虽然无法直接计算 m₁ × m₂,但水平线与竖直线仍然是互相垂直的。
-
A horizontal line has equation y = c, where c is a constant.
水平直线的方程为 y = c,其中 c 为常数。
-
A vertical line has equation x = k, where k is a constant.
竖直直线的方程为 x = k,其中 k 为常数。
-
Every horizontal line is perpendicular to every vertical line.
任意水平直线与任意竖直直线都互相垂直。
6. Conditions Using the General Form ax + by + c = 0 | 一般式 ax + by + c = 0 下的判定条件
Examination questions often give lines in the general form ax + by + c = 0. To use the gradient conditions, rewrite each line in the form y = mx + c.
考试题中常以一般式 ax + by + c = 0 给出直线方程。为了使用斜率条件,需要将每条直线改写为 y = mx + c 的形式。
For the line ax + by + c = 0, solving for y gives y = (-a/b)x – c/b, so the gradient is m = -a/b, provided that b ≠ 0.
对于直线 ax + by + c = 0,解出 y 得 y = (-a/b)x – c/b,因此斜率为 m = -a/b,前提是 b ≠ 0。
m = -a / b
This leads to two useful coefficient conditions for lines l₁: a₁x + b₁y + c₁ = 0 and l₂: a₂x + b₂y + c₂ = 0.
由此可以得到两条直线 l₁: a₁x + b₁y + c₁ = 0 和 l₂: a₂x + b₂y + c₂ = 0 的系数判定条件。
| Relationship / 关系 | Condition in coefficients / 系数条件 |
| Parallel / 平行 | a₁b₂ – a₂b₁ = 0, or a₁/a₂ = b₁/b₂ when denominators are non-zero |
| Perpendicular / 垂直 | a₁a₂ + b₁b₂ = 0 |
For example, the lines 2x + 3y + 1 = 0 and 4x + 6y – 5 = 0 satisfy 2×6 – 4×3 = 0, so they are parallel. The lines 2x + 3y + 1 = 0 and 3x – 2y + 7 = 0 satisfy 2×3 + 3×(-2) = 0, so they are perpendicular.
例如,直线 2x + 3y + 1 = 0 与 4x + 6y – 5 = 0 满足 2×6 – 4×3 = 0,所以它们平行。直线 2x + 3y + 1 = 0 与 3x – 2y + 7 = 0 满足 2×3 + 3×(-2) = 0,所以它们垂直。
7. Worked Example: Deciding Whether Lines Are Parallel | 例题:判断两条直线是否平行
Problem: Are the lines y = 2x + 4 and 4x – 2y + 3 = 0 parallel?
题目:直线 y = 2x + 4 与 4x – 2y + 3 = 0 是否平行?
Solution: The first line already has gradient m₁ = 2. For the second line, solve 4x – 2y + 3 = 0 for y.
解答:第一条直线的斜率为 m₁ = 2。对于第二条直线,由 4x – 2y + 3 = 0 解出 y。
-2y = -4x – 3 ⇒ y = 2x + 3/2
The gradient of the second line is also m₂ = 2. Since m₁ = m₂, the two lines are parallel.
第二条直线的斜率也是 m₂ = 2。因为 m₁ = m₂,所以两条直线平行。
8. Worked Example: Deciding Whether Lines Are Perpendicular | 例题:判断两条直线是否垂直
Problem: A line passes through the points A(2, 1) and B(5, 3). Another line has equation y = -3/2 x + 6. Are the two lines perpendicular?
题目:一条直线经过点 A(2, 1) 和 B(5, 3)。另一条直线的方程为 y = -3/2 x + 6。这两条直线是否垂直?
First find the gradient of AB using the formula.
首先用公式求出 AB 的斜率。
m₁ = (3 – 1) ÷ (5 – 2) = 2 ÷ 3 = 2/3
The second line has gradient m₂ = -3/2. The product is m₁ × m₂ = (2/3) × (-3/2) = -1. Since the product is -1, the lines are perpendicular.
第二条直线的斜率为 m₂ = -3/2。乘积为 m₁ × m₂ = (2/3) × (-3/2) = -1。因为乘积为 -1,所以这两条直线垂直。
9. Finding Missing Coefficients | 求未知系数
A common examination question asks for the value of k or p that makes two lines parallel or perpendicular.
一种常见考试题型是求使两条直线平行或垂直的未知参数 k 或 p 的值。
Example: The line y = kx + 1 is perpendicular to the line 2y = 3x – 5. Find k.
例题:直线 y = kx + 1 与直线 2y = 3x – 5 垂直,求 k。
First rewrite the second line as y = (3/2)x – 5/2, so its gradient is 3/2. Since the lines are perpendicular, the two gradients multiply to -1.
先将第二条直线改写为 y = (3/2)x – 5/2,其斜率为 3/2。由于两条直线垂直,两个斜率相乘等于 -1。
k × (3/2) = -1 ⇒ k = -2/3
Always verify the answer by checking that the product is exactly -1.
务必通过验证乘积恰好为 -1 来检验答案。
10. Common Mistakes and Traps | 常见错误与陷阱
Students often lose marks in coordinate geometry by ignoring special vertical lines or by comparing the wrong quantities.
学生在坐标几何中常因忽略竖直直线或比较错误的对象而失分。
-
Do not say that lines are perpendicular when m₁ × m₂ = 1; the condition is -1.
不要因为 m₁ × m₂ = 1 就认为两线垂直;垂直条件是 -1。
-
Do not apply the product rule when one line is vertical. Instead, state directly that a vertical line and a horizontal line are perpendicular.
当一条直线为竖直线时,不要套用乘积规则。应直接说明竖直直线与水平直线互相垂直。
-
Do not confuse parallel with coincident lines. Coincident lines are actually the same line, while parallel distinct lines never intersect.
不要混淆平行与重合。重合直线实际上是同一条直线,而平行的不同直线永不相交。
-
Always rewrite equations into the form y = mx + c before reading the gradient.
读取斜率之前,务必将方程改写为 y = mx + c 的形式。
11. Application: Finding the Equation of a Parallel or Perpendicular Line | 应用:求平行或垂直直线的方程
To find the equation of a line through a given point P(x₁, y₁) and parallel to y = mx + c, use the same gradient m and substitute the coordinates of P into y – y₁ = m(x – x₁).
要求经过点 P(x₁, y₁) 且与 y = mx + c 平行的直线方程,可使用相同的斜率 m,并将点 P 的坐标代入 y – y₁ = m(x – x₁)。
To find the equation of a line through P and perpendicular to y = mx + c, use the gradient -1/m, where m ≠ 0.
要求经过点 P 且与 y = mx + c 垂直的直线方程,可使用斜率 -1/m,其中 m ≠ 0。
For example, the line through (1, 4) with gradient 2 is y – 4 = 2(x – 1), which simplifies to y = 2x + 2. This line is parallel to y = 2x + 3.
例如,经过点 (1, 4) 且斜率为 2 的直线为 y – 4 = 2(x – 1),化简得 y = 2x + 2。该直线与 y = 2x + 3 平行。
The line through (1, 4) perpendicular to y = 2x + 3 has gradient -1/2, giving y – 4 = -1/2(x – 1), or y = -1/2 x + 9/2.
经过点 (1, 4) 且与 y = 2x + 3 垂直的直线斜率为 -1/2,得 y – 4 = -1/2(x – 1),即 y = -1/2 x + 9/2。
12. Summary of Key Results | 核心结论总结
The following results are essential for solving parallel and perpendicular line problems in examinations.
以下结论对于解决考试中的平行与垂直问题至关重要。
| Situation / 情形 | Condition / 条件 |
| Parallel non-vertical lines / 非竖直直线平行 | m₁ = m₂ |
| Parallel vertical lines / 竖直直线平行 | Both have equations x = constant; gradients undefined |
| Perpendicular non-vertical lines / 非竖直直线垂直 | m₁ × m₂ = -1 |
| Horizontal and vertical lines / 水平线与竖直线 | Always perpendicular; gradient product rule not used |
| General form parallel / 一般式平行 | a₁b₂ – a₂b₁ = 0 |
| General form perpendicular / 一般式垂直 | a₁a₂ + b₁b₂ = 0 |
Master these conditions, remember the exceptional vertical cases, and most coordinate geometry problems involving straight lines become straightforward.
掌握这些判定条件,牢记竖直线的特殊情形,大多数与直线相关的坐标几何问题就会变得简单清晰。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply