📚 A-Level Mathematics: Identifying Parallel and Perpendicular Lines | A-Level 数学:直线平行与垂直的判定
In coordinate geometry, the gradient (slope) of a straight line is the key to understanding its direction. Two lines are parallel when they have exactly the same gradient, and they are perpendicular when the product of their gradients equals −1. This article explores these conditions in depth, with worked examples and common pitfalls.
在坐标几何中,直线的斜率(梯度)是理解其方向的关键。两条直线平行当且仅当它们的斜率完全相同;两条直线垂直当且仅当它们的斜率之积等于 −1。本文将深入探讨这些判定条件,并配有例题与常见陷阱分析。
1. Gradient of a Straight Line | 直线的斜率
For a line passing through two points A(x₁, y₁) and B(x₂, y₂), the gradient m is defined as the change in y divided by the change in x:
对于经过两点 A(x₁, y₁) 和 B(x₂, y₂) 的直线,其斜率 m 定义为纵坐标变化量除以横坐标变化量:
m = (y₂ − y₁) / (x₂ − x₁) = Δy / Δx
This value describes how steep the line is. A positive gradient means the line slopes upward from left to right; a negative gradient means it slopes downward. A gradient of zero corresponds to a horizontal line.
该值描述了直线的倾斜程度。斜率为正表示直线从左到右上升;斜率为负表示直线从左到右下降;斜率为零对应水平直线。
In the equation of a line written in the form y = mx + c, the coefficient m is the gradient, and c is the y-intercept. This form is particularly useful when comparing gradients of different lines.
在直线方程 y = mx + c 中,系数 m 即为斜率,c 为 y 截距。这种形式在比较不同直线的斜率时尤其方便。
2. Condition for Parallel Lines | 平行直线的判定条件
Two lines are parallel if and only if their gradients are equal. That is, for lines L₁ and L₂ with gradients m₁ and m₂ respectively:
两条直线平行当且仅当它们的斜率相等。即对于斜率分别为 m₁ 和 m₂ 的直线 L₁ 和 L₂:
m₁ = m₂
Geometrically, parallel lines never intersect. They maintain a constant distance apart across their entire length. In terms of equations, if two lines are written in the form y = m₁x + c₁ and y = m₂x + c₂, then they are parallel when m₁ = m₂, regardless of the values of c₁ and c₂.
从几何角度看,平行线永不相交,它们在整个长度上保持恒定距离。从方程角度看,若两直线写为 y = m₁x + c₁ 与 y = m₂x + c₂,则当 m₁ = m₂ 时两线平行,无论 c₁ 与 c₂ 取何值。
It is important to note that if m₁ = m₂ and c₁ = c₂, the two equations represent the same line (coincident lines), not two distinct parallel lines. In A-Level examinations, questions often ask whether two lines are parallel, intersect, or are coincident.
需要特别注意的是,若 m₁ = m₂ 且 c₁ = c₂,则两条方程表示同一直线(重合直线),而非两条不同的平行线。在A-Level考试中,题目常要求判断两条直线是平行、相交还是重合。
3. Condition for Perpendicular Lines | 垂直直线的判定条件
Two lines are perpendicular if the product of their gradients equals −1. For lines with gradients m₁ and m₂:
两条直线垂直当且仅当它们的斜率之积等于 −1。对于斜率分别为 m₁ 和 m₂ 的直线:
m₁ × m₂ = −1 or m₂ = −1/m₁
This means that if one line has gradient m, a line perpendicular to it has gradient −1/m. The negative reciprocal relationship is essential: the signs are opposite and the magnitudes are reciprocals of each other.
这意味着若一条直线斜率为 m,则与其垂直的直线斜率为 −1/m。负倒数关系至关重要:符号相反,数值互为倒数。
For example, if a line has gradient 2, any perpendicular line has gradient −½. If a line has gradient −3/4, a perpendicular line has gradient 4/3. Visualising this on a coordinate plane confirms that perpendicular lines meet at a right angle of 90°.
例如,若某直线斜率为 2,则任何垂直于它的直线斜率为 −½。若某直线斜率为 −3/4,则垂直于它的直线斜率为 4/3。在坐标平面上直观验证,可以确认垂直线相交成 90° 直角。
4. Special Cases: Horizontal and Vertical Lines | 特殊情况:水平线与垂直线
Horizontal lines have a gradient of 0. Their equations take the form y = k, where k is a constant. Vertical lines have an undefined (infinite) gradient. Their equations take the form x = h, where h is a constant.
水平线的斜率为 0,其方程形式为 y = k,其中 k 为常数。垂直线的斜率未定义(无穷大),其方程形式为 x = h,其中 h 为常数。
The perpendicular relationship between horizontal and vertical lines is special. A horizontal line (m = 0) and a vertical line (m is undefined) are perpendicular to each other. However, the formula m₁ × m₂ = −1 does not directly apply here, since multiplying 0 by an undefined quantity is not meaningful.
水平线与垂直线之间的垂直关系是特殊的。水平线(m = 0)与垂直线(m 未定义)互相垂直。然而,公式 m₁ × m₂ = −1 在这里不能直接套用,因为 0 乘以未定义的量没有意义。
When dealing with such cases, rely on the geometric definition: a vertical line and a horizontal line always meet at 90°, hence they are perpendicular. Conversely, two horizontal lines are parallel (both m = 0), and two vertical lines are also parallel (both undefined gradients).
遇到这类情况时,应依据几何定义判断:垂直线与水平线总是以 90° 相交,因此二者垂直。反之,两条水平线平行(斜率均为 0),两条垂直线也平行(斜率均未定义)。
5. Worked Example: Determining Parallel or Perpendicular | 例题:判定平行或垂直
Example 1: Determine whether the lines L₁: y = 3x + 2 and L₂: y = 3x − 5 are parallel.
例 1:判断直线 L₁: y = 3x + 2 与 L₂: y = 3x − 5 是否平行。
Solution: Both lines are in slope-intercept form. L₁ has gradient m₁ = 3 and L₂ has gradient m₂ = 3. Since m₁ = m₂, the lines are parallel. The y-intercepts differ (2 vs −5), confirming they are distinct parallel lines.
解答:两条直线均为斜截式。L₁ 的斜率 m₁ = 3,L₂ 的斜率 m₂ = 3。因为 m₁ = m₂,所以两直线平行。y 截距不同(2 与 −5),确认它们是两条不同的平行线。
Example 2: Determine whether the lines L₁: y = 2x + 1 and L₂: y = −½x + 4 are perpendicular.
例 2:判断直线 L₁: y = 2x + 1 与 L₂: y = −½x + 4 是否垂直。
Solution: m₁ = 2 and m₂ = −½. Their product is m₁ × m₂ = 2 × (−½) = −1. Since the product equals −1, the lines are perpendicular. Indeed, the angle between them is 90°.
解答:m₁ = 2,m₂ = −½。两者之积为 m₁ × m₂ = 2 × (−½) = −1。因为乘积等于 −1,所以两直线垂直。确实,它们之间的夹角为 90°。
6. Finding Equations of Parallel and Perpendicular Lines | 求平行与垂直直线的方程
A common exam question provides the equation of one line and a point, then asks for the equation of a line through that point that is parallel or perpendicular to the given line.
一类常见考题给出某直线的方程和一个点,要求求出经过该点且与给定直线平行或垂直的直线方程。
Example 3: Find the equation of the line passing through the point P(2, 5) that is perpendicular to the line y = 4x − 3.
例 3:求经过点 P(2, 5) 且与直线 y = 4x − 3 垂直的直线方程。
Solution: The given line has gradient m₁ = 4. For a perpendicular line, the required gradient is m₂ = −1/4. Using the point-slope form, y − y₁ = m(x − x₁), with P(2, 5):
解答:给定直线的斜率 m₁ = 4。对于垂直线,所需斜率为 m₂ = −1/4。利用点斜式 y − y₁ = m(x − x₁),代入 P(2, 5):
y − 5 = −¼(x − 2) ⟹ y = −¼x + ½ + 5 ⟹ y = −¼x + 11/2
Therefore the equation of the perpendicular line is y = −¼x + 11/2. In fractional or decimal form, this can also be written as y = −0.25x + 5.5.
因此所求垂直线方程为 y = −¼x + 11/2。以小数形式可写为 y = −0.25x + 5.5。
7. Applications in Coordinate Geometry Problems | 在坐标几何问题中的应用
These concepts are frequently tested within larger coordinate geometry problems, such as determining whether a triangle is right-angled, or finding the area of geometric shapes. If two sides of a triangle are shown to be perpendicular, the triangle contains a right angle.
这些概念经常融入更大的坐标几何问题中,例如判断三角形是否为直角三角形,或计算几何图形的面积。若能证明三角形的两条边互相垂直,则该三角形含有直角。
Example 4: Points A(1, 2), B(4, 3), and C(2, 6) form a triangle. Determine whether ∠ABC is a right angle.
例 4:点 A(1, 2)、B(4, 3)、C(2, 6) 构成三角形。判断 ∠ABC 是否为直角。
Solution: We need to check the gradients of AB and BC. The gradient of AB is m₁ = (3 − 2)/(4 − 1) = 1/3. The gradient of BC is m₂ = (6 − 3)/(2 − 4) = 3/(−2) = −3/2. The product is m₁ × m₂ = (1/3) × (−3/2) = −1/2, which is not −1. Hence AB and BC are not perpendicular, so ∠ABC is not a right angle.
解答:我们需要检查 AB 和 BC 的斜率。AB 的斜率为 m₁ = (3 − 2)/(4 − 1) = 1/3。BC 的斜率为 m₂ = (6 − 3)/(2 − 4) = 3/(−2) = −3/2。两者之积为 m₁ × m₂ = (1/3) × (−3/2) = −1/2,不等于 −1。因此 AB 和 BC 不垂直,故 ∠ABC 不是直角。
When solving such problems, always calculate gradients from the coordinates methodically, and verify signs carefully. A common error is incorrectly subtracting coordinates in the gradient formula.
在解决此类问题时,务必有条不紊地计算坐标间的斜率,并仔细验证正负号。一个常见错误是在斜率公式中错误地相减坐标。
8. Common Pitfalls and Exam Tips | 常见陷阱与考试技巧
Pitfall 1: Forgetting that perpendicular gradients are negative reciprocals. Some students simply take the reciprocal without changing the sign, or change the sign without taking the reciprocal. Both lead to incorrect answers.
陷阱 1:忘记垂直斜率互为负倒数。有些学生只取倒数而不变号,或者只变号而不取倒数,这两种做法都会导致错误答案。
Pitfall 2: Confusing coincident lines with parallel lines. If two equations represent the same line, they have infinitely many intersection points, not zero. Check whether the y-intercepts are also equal.
陷阱 2:混淆重合直线与平行直线。若两条方程表示同一直线,则它们有无数交点,而非零个交点。要检查 y 截距是否也相等。
Pitfall 3: Applying the perpendicular formula to horizontal and vertical lines. The product rule m₁ × m₂ = −1 does not apply when one gradient is undefined. Instead, use geometric reasoning: any horizontal line and any vertical line are perpendicular.
陷阱 3:将垂直公式套用于水平线和垂直线。当一条直线斜率未定义时,乘积规则 m₁ × m₂ = −1 不适用。应改用几何推理:任意水平线与任意垂直线垂直。
Exam Tip: Always rewrite given equations into the form y = mx + c before comparing gradients. If the equation is given as ax + by + c = 0, rearrange to isolate y. For example, 2x + 3y + 6 = 0 becomes y = −(2/3)x − 2, revealing a gradient of −2/3.
考试技巧:在比较斜率前,务必先将给定方程改写为 y = mx + c 的形式。若方程以 ax + by + c = 0 给出,需要移项解出 y。例如,2x + 3y + 6 = 0 化为 y = −(2/3)x − 2,由此可知斜率为 −2/3。
Summary | 总结
Two lines are parallel when m₁ = m₂. Two lines are perpendicular when m₁ × m₂ = −1. Horizontal and vertical lines are special cases: parallel lines share the same zero or undefined gradient, while perpendicularity between horizontal and vertical lines is determined geometrically. Mastering these conditions, along with the ability to compute gradients accurately from coordinates or equations, is essential for success in A-Level coordinate geometry questions.
两条直线平行时 m₁ = m₂;两条直线垂直时 m₁ × m₂ = −1。水平线与垂直线属于特殊情况:平行线共享相同零斜率或未定义斜率,而水平线与垂直线的垂直关系由几何定义确定。掌握这些判定条件,并能从坐标或方程中准确计算斜率,是成功解答A-Level坐标几何题目的关键。
Published by TutorHao | A-Level 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