📚 Positional Relationships Between Lines in a Plane | 平面中直线间的位置关系判定
In coordinate geometry, two lines in a plane can be related in exactly one of three ways: they are parallel, they intersect at a single point, or they coincide completely. Determining which of these relationships holds is a fundamental skill that appears constantly in the IB Mathematics curriculum, from linear functions to systems of equations and vector geometry.
在平面解析几何中,两条直线的位置关系只有三种可能:平行、相交于一点或完全重合。判定这些关系是 IB 数学课程中的基础技能,在函数、方程组以及向量几何中都会频繁出现。
1. Key Definitions | 核心定义回顾
Before we can judge the positional relationship between two lines, we must recall the standard forms of a straight line. The most common forms are the slope–intercept form \( y = mx + c \) and the general form \( Ax + By + C = 0 \). Both forms carry the same geometric information, but each has its own advantages when analysing relationships.
在判断两条直线的位置关系之前,我们需要回顾直线方程的两种常见形式:斜截式 \( y = mx + c \) 和一般式 \( Ax + By + C = 0 \)。这两种形式蕴含相同的几何信息,但在分析位置关系时各有优势。
For the slope–intercept form, the coefficient \( m \) represents the gradient (slope) of the line, and \( c \) represents the y-intercept. For the general form, the gradient can be extracted as \( m = -\frac{A}{B} \) provided \( B \neq 0 \).
对于斜截式,系数 \( m \) 表示直线的斜率,\( c \) 表示直线在 y 轴上的截距;对于一般式,当 \( B \neq 0 \) 时,斜率可表示为 \( m = -\frac{A}{B} \)。
Line 1: y = m₁x + c₁ | Line 2: y = m₂x + c₂
When using the general form, we write:
当使用一般式时,我们写为:
L₁: A₁x + B₁y + C₁ = 0 and L₂: A₂x + B₂y + C₂ = 0
2. Parallel Lines | 平行直线的判定
Two non-vertical lines are parallel if and only if they have exactly the same gradient. That is, if \( m_1 = m_2 \), then the lines are either parallel or coincident. To distinguish between these two cases, we compare their y-intercepts: if \( c_1 \neq c_2 \), the lines are distinct parallel lines; if \( c_1 = c_2 \), they are the same line.
两条非竖直直线平行的充要条件是它们的斜率相等。也就是说,若 \( m_1 = m_2 \),则这两条直线要么平行、要么重合。要区分这两种情况,需要比较它们的 y 截距:若 \( c_1 \neq c_2 \),则为两条不同的平行直线;若 \( c_1 = c_2 \),则它们重合为同一条直线。
In the general form, two lines \( A_1x + B_1y + C_1 = 0 \) and \( A_2x + B_2y + C_2 = 0 \) are parallel if and only if:
对于一般式,两条直线 \( A_1x + B_1y + C_1 = 0 \) 与 \( A_2x + B_2y + C_2 = 0 \) 平行的充要条件是:
A₁B₂ − A₂B₁ = 0 and A₁C₂ − A₂C₁ ≠ 0
This condition can be remembered as the proportionality of the coefficients of \( x \) and \( y \), but not including the constant term.
这个条件可以记忆为:x 与 y 的系数成比例,但常数项不成比例。
Example 1 | 例 1: Determine whether the lines \( y = 3x + 2 \) and \( y = 3x – 5 \) are parallel.
例 1:判断直线 \( y = 3x + 2 \) 与 \( y = 3x – 5 \) 是否平行。
Both lines have gradient \( m = 3 \), so they have the same slope. Since their y-intercepts differ (\( c_1 = 2 \), \( c_2 = -5 \)), the lines are distinct and therefore parallel.
两条直线的斜率都为 \( m = 3 \),斜率相同。由于 y 截距不同(\( c_1 = 2 \),\( c_2 = -5 \)),所以两条直线不同,因此平行。
3. Perpendicular Lines | 垂直直线的判定
Two lines are perpendicular if the product of their gradients equals \(-1\). More precisely, for two non-vertical lines with gradients \( m_1 \) and \( m_2 \), the condition for perpendicularity is:
两条直线垂直当且仅当它们斜率的乘积等于 \(-1\)。更准确地说,对于斜率分别为 \( m_1 \) 和 \( m_2 \) 的两条非竖直直线,垂直的条件是:
m₁ × m₂ = −1 or equivalently m₂ = −1 / m₁
If one line is vertical (\( x = a \)) and the other is horizontal (\( y = b \)), they are automatically perpendicular.
如果一条直线是竖直的(\( x = a \)),另一条是水平的(\( y = b \)),则它们必定垂直。
In the general form, the condition for perpendicularity is:
对于一般式,垂直的条件是:
A₁A₂ + B₁B₂ = 0
This elegant condition comes from the dot product of the two normal vectors \( (A₁, B₁) \) and \( (A₂, B₂) \) being zero.
这一简洁条件来自于两个法向量 \( (A₁, B₁) \) 与 \( (A₂, B₂) \) 的点积为零。
Example 2 | 例 2: Show that \( y = \frac{1}{2}x + 3 \) and \( y = -2x + 1 \) are perpendicular.
例 2:证明 \( y = \frac{1}{2}x + 3 \) 与 \( y = -2x + 1 \) 垂直。
Here \( m_1 = \frac{1}{2} \) and \( m_2 = -2 \). Their product is \( \frac{1}{2} \times (-2) = -1 \), so the lines are perpendicular.
这里 \( m_1 = \frac{1}{2} \),\( m_2 = -2 \)。它们的乘积为 \( \frac{1}{2} \times (-2) = -1 \),因此两条直线垂直。
4. Intersecting Lines | 相交直线的判定
Two lines intersect at a single point if they are neither parallel nor coincident. In terms of gradients, this occurs when \( m_1 \neq m_2 \). When this condition holds, we can find the unique intersection point by solving the two linear equations simultaneously.
两条直线既不平行也不重合时,它们相交于唯一一点。用斜率表示,即 \( m_1 \neq m_2 \)。当这一条件成立时,我们可以通过联立两个线性方程来求唯一的交点。
For example, given the lines \( y = 2x + 1 \) and \( y = -x + 4 \), setting the right-hand sides equal gives:
例如,给定直线 \( y = 2x + 1 \) 与 \( y = -x + 4 \),令右边相等:
2x + 1 = −x + 4 ⇒ 3x = 3 ⇒ x = 1
Substituting \( x = 1 \) into either equation gives \( y = 3 \). Thus the intersection point is \( (1, 3) \).
将 \( x = 1 \) 代入任一方程得 \( y = 3 \)。因此交点坐标为 \( (1, 3) \)。
In the general form, the condition for a unique intersection is \( A_1B_2 – A_2B_1 \neq 0 \), which ensures that the coefficient matrix of the system is invertible.
在一般式中,有唯一交点的条件是 \( A_1B_2 – A_2B_1 \neq 0 \),这保证了方程组的系数矩阵可逆。
5. Coincident Lines | 重合直线的判定
Two lines coincide when they have the same gradient and the same y-intercept. In other words, every point on one line lies on the other. This happens when one equation is a scalar multiple of the other.
两条直线重合时,它们的斜率相同且 y 截距相同。也就是说,一条直线上的每一个点都在另一条直线上。此时,一个方程是另一个方程的标量倍。
For the general forms \( A_1x + B_1y + C_1 = 0 \) and \( A_2x + B_2y + C_2 = 0 \), the condition for coincidence is:
对于一般式 \( A_1x + B_1y + C_1 = 0 \) 与 \( A_2x + B_2y + C_2 = 0 \),重合的条件是:
A₁/A₂ = B₁/B₂ = C₁/C₂
provided none of the denominators is zero. Equivalently, there exists a non-zero constant \( k \) such that \( A_1 = kA_2 \), \( B_1 = kB_2 \), and \( C_1 = kC_2 \).
其中分母均不为零。等价地说,存在非零常数 \( k \),使得 \( A_1 = kA_2 \),\( B_1 = kB_2 \),且 \( C_1 = kC_2 \)。
Example 3 | 例 3: Determine whether the lines \( 2x + 4y – 6 = 0 \) and \( x + 2y – 3 = 0 \) are coincident.
例 3:判断直线 \( 2x + 4y – 6 = 0 \) 与 \( x + 2y – 3 = 0 \) 是否重合。
Observe that the first equation is exactly twice the second equation. Therefore the two lines are coincident.
观察可知,第一个方程恰好是第二个方程的两倍,因此这两条直线重合。
6. Summary Table | 判定方法汇总表
The following table summarises all the criteria discussed above for quick reference during revision.
下表汇总了以上讨论的所有判定准则,方便复习时快速查阅。
| Relationship | 条件(斜率形式) | Condition (General Form) |
|---|---|---|
| Distinct Parallel | m₁ = m₂ c₁ ≠ c₂ |
A₁B₂ − A₂B₁ = 0 A₁C₂ − A₂C₁ ≠ 0 |
| Coincident | m₁ = m₂ c₁ = c₂ |
A₁/A₂ = B₁/B₂ = C₁/C₂ |
| Intersecting | m₁ ≠ m₂ | A₁B₂ − A₂B₁ ≠ 0 |
| Perpendicular | m₁ · m₂ = −1 | A₁A₂ + B₁B₂ = 0 |
7. Solving Systems of Linear Equations | 线性方程组的求解视角
The positional relationship between two lines is intimately connected to the solution set of a system of two linear equations. A unique solution corresponds to intersecting lines; no solution corresponds to distinct parallel lines; infinitely many solutions correspond to coincident lines.
两条直线的位置关系与二元线性方程组的解集密切相关:唯一解对应相交直线;无解对应不同的平行直线;无穷多解对应重合直线。
Consider the system:
考虑方程组:
a₁x + b₁y = c₁
a₂x + b₂y = c₂
We can use the ratio method to classify the system without solving it explicitly. Let:
我们可以用比例法不加求解直接对系统进行分类。设:
-
If \( \frac{a_1}{a_2} \neq \frac{b_1}{b_2} \), the system has a unique solution (intersecting lines).
-
If \( \frac{a_1}{a_2} = \frac{b_1}{b_2} \neq \frac{c_1}{c_2} \), the system has no solution (distinct parallel lines).
-
If \( \frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2} \), the system has infinitely many solutions (coincident lines).
If 若 \( a_1/a_2 \neq b_1/b_2 \),方程组有唯一解(相交直线)。
若 \( a_1/a_2 = b_1/b_2 \neq c_1/c_2 \),方程组无解(两不同平行直线)。
若 \( a_1/a_2 = b_1/b_2 = c_1/c_2 \),方程组有无穷多解(重合直线)。
This ratio test is particularly useful in exam situations because it is fast and does not require full algebraic manipulation.
比例法在考试中特别实用,因为它速度快且不需要完整的代数运算。
8. Applications in Coordinate Geometry Problems | 在解析几何问题中的应用
These positional relationships are not just theoretical; they form the backbone of many exam-style problems. For instance, you may be asked to find the equation of a line passing through a given point and parallel to another line, or to find the equation of a perpendicular bisector of a segment.
这些位置关系不仅仅是理论,它们构成许多考试题型的基础。例如,你可能需要求过某点且平行于已知直线的方程,或者求一条线段的垂直平分线方程。
Example 4 | 例 4: Find the equation of the line through the point \( (2, -1) \) and perpendicular to the line \( 3x – 2y = 5 \).
例 4:求过点 \( (2, -1) \) 且垂直于直线 \( 3x – 2y = 5 \) 的直线方程。
First, rewrite the given line in slope form: \( y = \frac{3}{2}x – \frac{5}{2} \). Its gradient is \( m_1 = \frac{3}{2} \). A perpendicular line has gradient \( m_2 = -\frac{2}{3} \). Using the point-slope form:
首先将已知直线化为斜截式:\( y = \frac{3}{2}x – \frac{5}{2} \),其斜率为 \( m_1 = \frac{3}{2} \)。垂直直线的斜率为 \( m_2 = -\frac{2}{3} \)。使用点斜式:
y − (−1) = −(2/3)(x − 2) ⇒ y + 1 = −(2/3)x + 4/3
⇒ y = −(2/3)x + 1/3
Alternatively, in general form: \( 2x + 3y – 1 = 0 \).
或者化为一般式:\( 2x + 3y – 1 = 0 \)。
9. Distance Between Parallel Lines | 平行线间的距离
An important related concept is the distance between two distinct parallel lines. If the lines are given in general form \( Ax + By + C_1 = 0 \) and \( Ax + By + C_2 = 0 \), the distance \( d \) between them is:
一个相关的重要概念是两条平行直线之间的距离。如果两条平行直线以一般式给出:\( Ax + By + C_1 = 0 \) 与 \( Ax + By + C_2 = 0 \),则它们之间的距离 \( d \) 为:
d = |C₁ − C₂| / √(A² + B²)
This formula is derived from the perpendicular distance from a point to a line and is frequently tested in IB papers.
该公式由点到直线的垂直距离推导而来,在 IB 考试中经常出现。
Example 5 | 例 5: Find the distance between the lines \( 3x + 4y + 5 = 0 \) and \( 3x + 4y – 10 = 0 \).
例 5:求直线 \( 3x + 4y + 5 = 0 \) 与 \( 3x + 4y – 10 = 0 \) 之间的距离。
Using the formula with \( A = 3 \), \( B = 4 \), \( C_1 = 5 \), \( C_2 = -10 \):
代入公式,其中 \( A = 3 \),\( B = 4 \),\( C_1 = 5 \),\( C_2 = -10 \):
d = |5 − (−10)| / √(3² + 4²) = 15 / 5 = 3
Thus the distance is 3 units.
因此距离为 3 个单位。
10. Common Pitfalls and Exam Tips | 常见易错点与考试提示
Students often make errors when they compare gradients without first converting both lines to the same form. To avoid this, always write equations in a consistent format before applying any criteria.
学生常犯的错误是不先将两条直线化为相同形式就直接比较斜率。为避免此类错误,在应用任何准则之前,务必先将方程写成一致的格式。
-
Vertical lines | 竖直直线:Do not attempt to use slope for vertical lines, as their gradient is undefined. Instead, compare their x-equations directly.
-
Fractional coefficients | 分数系数:When using the general form condition \( A_1B_2 – A_2B_1 = 0 \), be careful not to lose minus signs.
-
Check coincidence first | 先检查是否重合:When slopes are equal, do not immediately conclude “parallel”; verify whether the intercepts also match.
竖直直线的斜率不存在,因此不要用斜率来处理竖直直线,而应直接比较它们的 x 方程。在使用一般式条件 \( A_1B_2 – A_2B_1 = 0 \) 时,注意不要遗漏负号。当斜率相等时,不要立即断定”平行”,还需检查截距是否也相等。
In exam conditions, always sketch a quick graph to visualise the situation. Even a rough sketch can help confirm whether your algebraic conclusion is reasonable.
考试时,不妨快速绘制示意图来辅助理解。即使是粗略的草图,也能帮助确认你的代数结论是否合理。
11. Worked Exam-Style Problem | 考试风格典型例题
The following problem integrates several concepts from this article.
下面的例题整合了本文中的多个概念。
Problem | 题目:The lines \( L_1 \) and \( L_2 \) are given by \( 2x – 3y + 6 = 0 \) and \( 4x – 6y – 12 = 0 \). Determine whether the lines are parallel, coincident, or intersecting. If they are parallel, find the distance between them.
题目:已知直线 \( L_1 \) 和 \( L_2 \) 分别为 \( 2x – 3y + 6 = 0 \) 与 \( 4x – 6y – 12 = 0 \)。判断它们是平行、重合还是相交。若平行,求它们之间的距离。
Solution | 解答:Rewrite both in slope form. For \( L_1 \): \( y = \frac{2}{3}x + 2 \). For \( L_2 \): \( y = \frac{2}{3}x – 2 \). Both have gradient \( \frac{2}{3} \), but y-intercepts are \( 2 \) and \( -2 \), respectively. Therefore the lines are distinct parallel lines. To use the distance formula, we need matching coefficients in the general form. Divide the second equation by 2: \( 2x – 3y – 6 = 0 \). Thus:
解答:将两直线化为斜截式。\( L_1 \) 为 \( y = \frac{2}{3}x + 2 \),\( L_2 \) 为 \( y = \frac{2}{3}x – 2 \)。两者斜率均为 \( \frac{2}{3} \),但 y 截距分别为 2 和 -2,因此它们是两条不同的平行直线。要使用距离公式,需要使一般式中的系数一致。将第二个方程除以 2:\( 2x – 3y – 6 = 0 \)。于是:
d = |6 − (−6)| / √(2² + (−3)²) = 12 / √13
Thus the distance between the two lines is \( \frac{12}{\sqrt{13}} \) units.
由此,两条直线之间的距离为 \( \frac{12}{\sqrt{13}} \) 个单位。
12. Final Checklist | 最终自查清单
Use the following checklist to ensure you have mastered all essential skills from this article.
使用以下自查清单,确保你已掌握本文的所有核心技能。
-
I can determine whether two lines are parallel, intersecting, coincident, or perpendicular.
-
I can apply the slope conditions \( m_1 = m_2 \), \( m_1 \neq m_2 \), and \( m_1 m_2 = -1 \) correctly.
-
I can use the general form conditions \( A_1B_2 – A_2B_1 = 0 \) and \( A_1A_2 + B_1B_2 = 0 \).
-
I can classify systems of linear equations as having one, none, or infinitely many solutions.
-
I can compute the distance between two parallel lines using the appropriate formula.
我能判断两条直线是平行、相交、重合还是垂直。我能正确应用斜率条件 \( m_1 = m_2 \)、\( m_1 \neq m_2 \) 以及 \( m_1 m_2 = -1 \)。我能使用一般式条件 \( A_1B_2 – A_2B_1 = 0 \) 和 \( A_1A_2 + B_1B_2 = 0 \)。我能将线性方程组分类为唯一解、无解或无穷多解。我能运用相应公式计算两条平行线之间的距离。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导