📚 Intersecting Lines in Space | 空间中的相交直线
In three-dimensional space, two lines may intersect at a single point, be parallel, or be skew (non-intersecting and non-parallel). Understanding intersecting lines is a fundamental skill in IB Mathematics, particularly in the Vector Geometry section of Analysis and Approaches HL and Applications and Interpretation HL. This article provides a systematic treatment of the conditions for intersection, the methods for finding intersection points, and common pitfalls to avoid.
在三维空间中,两条直线可能相交于一点、平行,或异面(既不相交也不平行)。理解相交直线是IB数学中的一项基本技能,尤其涉及分析与方法HL及应用与解释HL的向量几何部分。本文将系统讲解相交的条件、求交点的方法,以及常见陷阱。
1. Parametric Equations of a Line | 直线的参数方程
A line in space is uniquely determined by a point and a direction. Given a point \(P_0(x_0, y_0, z_0)\) and a direction vector \(\vec{d} = (a, b, c)\), the parametric equations of the line are:
空间中的直线由一个点和方向唯一确定。已知点 \(P_0(x_0, y_0, z_0)\) 和方向向量 \(\vec{d} = (a, b, c)\),直线的参数方程为:
x = x₀ + at, y = y₀ + bt, z = z₀ + ct (t ∈ ℝ)
Alternatively, the symmetric form \(\frac{x-x_0}{a} = \frac{y-y_0}{b} = \frac{z-z_0}{c}\) is used when no component of \(\vec{d}\) is zero.
当方向向量各分量均不为零时,也可使用对称式方程 \(\frac{x-x_0}{a} = \frac{y-y_0}{b} = \frac{z-z_0}{c}\)。
2. Conditions for Intersection | 相交的条件
For two lines \(L_1\) and \(L_2\) to intersect, the following two conditions must hold simultaneously:
两条直线 \(L_1\) 和 \(L_2\) 相交必须同时满足以下两个条件:
-
Condition 1 (Coplanarity): The two lines must lie in the same plane. In vector terms, if \(\vec{d_1}\) and \(\vec{d_2}\) are the direction vectors, and \(\vec{v}\) is the vector connecting any point on \(L_1\) to any point on \(L_2\), then the scalar triple product \(\vec{v} \cdot (\vec{d_1} \times \vec{d_2}) = 0\).
条件1(共面性): 两条直线必须在同一平面内。用向量语言表述:若 \(\vec{d_1}\) 和 \(\vec{d_2}\) 是方向向量,\(\vec{v}\) 是连接 \(L_1\) 上任意一点与 \(L_2\) 上任意一点的向量,则混合积 \(\vec{v} \cdot (\vec{d_1} \times \vec{d_2}) = 0\)。
-
Condition 2 (Non-parallel): The direction vectors are not scalar multiples of each other. If they were, the lines would be parallel or coincident, not intersecting at a single point.
条件2(不平行): 两个方向向量不成比例。若成比例,则两直线平行或重合,而非相交于一点。
3. Solving for the Intersection Point | 求交点的方法
The most direct method is the parameter comparison method. Let:
最直接的方法是参数比较法。设:
L₁: (x, y, z) = (x₁ + a₁t, y₁ + b₁t, z₁ + c₁t)
L₂: (x, y, z) = (x₂ + a₂s, y₂ + b₂s, z₂ + c₂s)
Set the coordinates equal and solve the system of three equations in two unknowns \(t\) and \(s\). If a unique solution \((t, s)\) exists and satisfies all three equations, the lines intersect at that point. If the system is inconsistent, the lines are skew.
令坐标相等,解含两个未知数 \(t\) 和 \(s\) 的三个方程组成的方程组。若存在唯一的 \((t, s)\) 满足所有三个方程,则两直线相交于该点。若方程组无解,则两直线异面。
4. Worked Example | 例题详解
Problem: Determine whether the lines \(L_1: (x, y, z) = (1, 2, 3) + t(2, -1, 1)\) and \(L_2: (x, y, z) = (0, 1, 2) + s(1, 1, 1)\) intersect. If so, find the intersection point.
题目: 判断直线 \(L_1: (x, y, z) = (1, 2, 3) + t(2, -1, 1)\) 与 \(L_2: (x, y, z) = (0, 1, 2) + s(1, 1, 1)\) 是否相交。若相交,求交点坐标。
Solution | 解答:
Equating coordinates:
令坐标相等:
1 + 2t = s
2 – t = 1 + s
3 + t = 2 + s
From the first equation, \(s = 1 + 2t\). Substituting into the second gives \(2 – t = 1 + (1 + 2t)\), hence \(2 – t = 2 + 2t\), so \(-t = 2t\), giving \(t = 0\). Then \(s = 1\). Check the third equation: \(3 + 0 = 2 + 1 = 3\), which holds. Thus the lines intersect at \((1, 2, 3)\).
由第一个方程得 \(s = 1 + 2t\)。代入第二个方程:\(2 – t = 1 + (1 + 2t)\),即 \(2 – t = 2 + 2t\),所以 \(-t = 2t\),解得 \(t = 0\)。于是 \(s = 1\)。验证第三个方程:\(3 + 0 = 2 + 1 = 3\),成立。因此两直线相交于点 \((1, 2, 3)\)。
5. The Coplanarity Test | 共面性检验
Before solving the full system, a quick test can determine whether the lines are coplanar. Compute the direction vectors \(\vec{d_1}\) and \(\vec{d_2}\), and the connecting vector \(\vec{v}\) from a point on \(L_1\) to a point on \(L_2\). Then evaluate the scalar triple product:
在求解完整方程组之前,可先做快速检验判断两直线是否共面。计算方向向量 \(\vec{d_1}\) 和 \(\vec{d_2}\),以及连接 \(L_1\) 上一点和 \(L_2\) 上一点的向量 \(\vec{v}\)。然后计算混合积:
\(\vec{v} \cdot (\vec{d_1} \times \vec{d_2})\)
If this equals zero, the lines are coplanar. If it is non-zero, the lines are definitely skew, and no further computation is needed to rule out intersection.
若结果为零,则两直线共面。若结果不为零,则两直线必然异面,无需进一步计算即可排除相交可能。
6. Perpendicular Intersecting Lines | 垂直相交
A special case of intersection is perpendicular intersection. Two intersecting lines are perpendicular if their direction vectors satisfy \(\vec{d_1} \cdot \vec{d_2} = 0\). This condition is independent of the intersection point, and it is often tested alongside the intersection calculation.
相交的一个特殊情形是垂直相交。两相交直线垂直当且仅当它们的向量满足 \(\vec{d_1} \cdot \vec{d_2} = 0\)。该条件与交点无关,常与交点计算一同考查。
For example, the lines \(L_1: (x,y,z) = (0,0,0) + t(1,2,2)\) and \(L_2: (x,y,z) = (0,0,0) + s(2,-1,0)\) intersect at the origin, and their direction vectors have dot product \(1 \cdot 2 + 2 \cdot (-1) + 2 \cdot 0 = 0\). Hence they are perpendicular.
例如,直线 \(L_1: (x,y,z) = (0,0,0) + t(1,2,2)\) 与 \(L_2: (x,y,z) = (0,0,0) + s(2,-1,0)\) 相交于原点,方向向量点积为 \(1 \cdot 2 + 2 \cdot (-1) + 2 \cdot 0 = 0\)。因此它们垂直。
7. Relationship with Planes | 与平面的关系
Two intersecting lines always define a unique plane. This plane contains both lines and is parallel to both direction vectors. Its normal vector can be found as \(\vec{n} = \vec{d_1} \times \vec{d_2}\), and its equation can be determined using any point on either line.
两条相交直线总能确定唯一平面。该平面包含这两条直线,且平行于两个方向向量。其法向量为 \(\vec{n} = \vec{d_1} \times \vec{d_2}\),通过任一直线上的一点即可确定平面方程。
This property is frequently used in IB exam problems where students are asked to find the equation of a plane containing two intersecting lines, or to verify that three given points and a line are coplanar.
这一性质在IB考试中经常出现,常见题型包括:求包含两条相交直线的平面方程,或验证三个给定点与一条直线共面。
8. Common Mistakes and Pitfalls | 常见错误与陷阱
-
Using the same parameter for both lines: When setting coordinates equal, one must use different parameters \(t\) and \(s\). Using the same parameter forces the two lines to intersect at the same parameter value, which is incorrect and often leads to false conclusions.
对两条直线使用同一参数: 令坐标相等时,必须使用不同参数 \(t\) 和 \(s\)。使用相同参数会强制两直线在同一参数值处相交,这是错误的,常导致误判。
-
Ignoring the third equation: When solving the first two equations for \(t\) and \(s\), one must always substitute the results into the third equation. A solution of two equations may not satisfy the third, indicating skew lines.
忽略第三个方程: 由前两个方程解出 \(t\) 和 \(s\) 后,务必将其代入第三个方程验证。仅满足两个方程的解可能不满足第三个方程,此时两直线异面。
-
Confusing parallel and skew lines: Parallel lines have direction vectors that are scalar multiples; skew lines do not intersect but are not parallel. Skew lines can only exist in three or higher dimensions.
混淆平行与异面直线: 平行直线的方向向量成比例;异面直线既不相交也不平行。异面直线仅存在于三维及以上空间。
9. Alternative Method: Cross Product Approach | 叉积法
An elegant alternative to the parameter method is the cross product approach. For two lines \(L_1\) and \(L_2\) with direction vectors \(\vec{d_1}\) and \(\vec{d_2}\), if they intersect at a point \(P\), then the vector from \(A\) (a point on \(L_1\)) to \(B\) (a point on \(L_2\)) lies in the plane spanned by \(\vec{d_1}\) and \(\vec{d_2}\). The area of the parallelogram formed by \(\vec{d_1}\) and \(\vec{d_2}\) is \(\|\vec{d_1} \times \vec{d_2}\|\), and the distance between the two lines is:
参数法之外还有一种优雅的叉积法。对于方向向量为 \(\vec{d_1}\) 和 \(\vec{d_2}\) 的直线 \(L_1\) 与 \(L_2\),若它们相交于 \(P\),则从 \(L_1\) 上一点 \(A\) 到 \(L_2\) 上一点 \(B\) 的向量位于 \(\vec{d_1}\) 与 \(\vec{d_2}\) 张成的平面内。由 \(\vec{d_1}\) 和 \(\vec{d_2}\) 构成的平行四边形面积为 \(\|\vec{d_1} \times \vec{d_2}\|\),两直线间距离为:
d = \(\frac{\|\vec{v} \cdot (\vec{d_1} \times \vec{d_2})\|}{\|\vec{d_1} \times \vec{d_2}\|}\)
If the distance is zero, the lines intersect. This formula is particularly useful in Applications and Interpretation HL where distance concepts are emphasized.
若距离为零,则两直线相交。此公式在强调距离概念的应用与解释HL中尤为实用。
10. Applications in 3D Geometry Problems | 立体几何问题中的应用
Intersecting lines play a key role in many 3D geometry problems. For example, in finding the angle between two lines, one uses the formula:
相交直线在诸多立体几何问题中扮演关键角色。例如,求两直线夹角时,使用公式:
cos θ = \(\frac{|\vec{d_1} \cdot \vec{d_2}|}{\|\vec{d_1}\| \|\vec{d_2}\|}\)
This formula presupposes that the lines intersect (or are treated as intersecting via translation), because the angle between two lines is defined only when they are coplanar. For skew lines, one typically considers the angle between their direction vectors, which is equivalent to the angle between two parallel lines that intersect each of the skew lines.
该公式预设两直线相交(或通过平移视为相交),因为两直线的夹角仅在共面时有定义。对于异面直线,通常考虑其方向向量的夹角,等价于分别与两条异面直线相交的两条平行线的夹角。
Additionally, the intersection point of two lines is often needed when constructing planes, determining distances, or solving optimization problems in vector geometry.
此外,两条直线的交点常被用于构造平面、计算距离,或解决向量几何中的优化问题。
11. Summary of Key Formulas and Steps | 关键公式与步骤总结
| Concept | Formula/Test |
| Intersection | Solve \(x_1+a_1t = x_2+a_2s\), etc. |
| Coplanarity | \(\vec{v} \cdot (\vec{d_1} \times \vec{d_2}) = 0\) |
| Perpendicular | \(\vec{d_1} \cdot \vec{d_2} = 0\) |
| Distance between lines | \(\frac{\|\vec{v} \cdot (\vec{d_1} \times \vec{d_2})\|}{\|\vec{d_1} \times \vec{d_2}\|}\) |
Step-by-step approach:
解题步骤:
- Write both lines in parametric form. 将两直线写成参数形式。
- Check coplanarity (optional but recommended). 检验共面性(可选但推荐)。
- Equate coordinates and solve for \(t\), \(s\). 令坐标相等,解出 \(t\)、\(s\)。
- Verify the solution in all three equations. 在所有三个方程中验证解。
- If unique solution exists, substitute back to find the point. 若存在唯一解,代回求交点。
12. Final Advice for IB Exams | 给IB考试的最终建议
In IB examination questions, intersecting lines often appear in Paper 2 (HL) or as part of a longer vector geometry question. Students should practice converting between vector, parametric, and symmetric forms fluently. For the calculator-paper, a quick check using the graphics calculator’s intersection feature can confirm results, but the algebraic method must be shown to earn full marks.
在IB考试题目中,相交直线常出现在Paper 2(HL)或作为长向量几何题的一部分。学生应熟练地在向量形式、参数形式和对称式之间进行转换。在允许使用计算器的试卷中,可用图形计算器的求交功能快速验证结果,但必须展示代数方法才能得满分。
Mastering intersecting lines is not only an exam requirement but also a foundation for more advanced topics such as vector calculus, multivariable geometry, and even linear algebra. The concepts presented here form a complete toolkit for handling any question related to intersecting lines in space.
掌握相交直线不仅是考试要求,也是学习更高级主题(如向量微积分、多元几何乃至线性代数)的基础。本文所述概念为处理空间相交直线的任何问题提供了完整工具。
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