G – Intersecting Lines | 相交直线

📚 G – Intersecting Lines | 相交直线

In IB Mathematics, the study of intersecting lines spans both two-dimensional coordinate geometry and three-dimensional vector geometry. Understanding how to determine whether two lines meet, where they meet, and the conditions that govern their intersection is essential for solving problems in analysis, mechanics, and further calculus. This article unpacks the algebraic and geometric techniques needed to handle intersecting lines confidently, from simple linear equations to vector parametric forms in space.

在IB数学中,相交直线的研究贯穿二维坐标几何和三维向量几何。理解如何判断两条直线是否相交、在哪里相交,以及控制它们相交的条件,对于解决分析、力学和进阶微积分问题至关重要。本文将深入讲解处理相交直线所需的代数和几何技巧,从简单的线性方程到空间中的向量参数形式。

1. Review of Line Equations in Two Dimensions | 二维直线方程回顾

Before tackling intersections, it is vital to recall that a straight line in 2D can be expressed in several forms: slope-intercept form y = mx + c, standard form ax + by + c = 0, and parametric form using a direction vector. The slope-intercept form clearly shows the gradient m and y-intercept c, while the standard form is useful for treating lines as linear equations. The parametric form r = r₀ + t d, where d is a direction vector, offers a bridge to three-dimensional thinking.

在处理交点之前,必须回顾二维直线的多种表达形式:斜截式 y = mx + c、一般式 ax + by + c = 0 以及使用方向向量的参数式。斜截式清晰地展示了斜率 m 和 y 截距 c,一般式便于将直线作为线性方程处理,而参数式 r = r₀ + t d(其中 d 为方向向量)则为三维思维搭建了桥梁。

For example, the line 2x – 3y + 6 = 0 can be rewritten as y = (2/3)x + 2, revealing its slope is 2/3. Its parametric form could be r = (0, 2) + t (3, 2), as the direction vector (3, 2) satisfies the slope ratio. Recognizing these equivalent representations enables flexible problem-solving when finding intersections.

例如,直线 2x – 3y + 6 = 0 可改写为 y = (2/3)x + 2,揭示其斜率为 2/3。其参数形式可以为 r = (0, 2) + t (3, 2),因为方向向量 (3, 2) 满足斜率比例。识别这些等价表示能在求交点时灵活解题。


2. Finding the Intersection of Two Lines in 2D | 求二维平面中两条直线的交点

To find where two lines L₁ and L₂ intersect, we solve their equations simultaneously. If the lines are given in slope-intercept or standard form, this reduces to solving a system of two linear equations. The solution (x, y) is the unique intersection point, provided the lines are not parallel. In the case of parallel lines, there is either no intersection (distinct parallel) or infinitely many points (coincident lines).

要找到直线 L₁ 和 L₂ 的交点,需要联立它们的方程求解。如果直线以斜截式或一般式给出,这就转化为求解一个二元线性方程组。解 (x, y) 就是唯一的交点,前提是两直线不平行。对于平行线,要么没有交点(不重合的平行线),要么有无穷多个交点(重合直线)。

Consider L₁: y = 2x + 1 and L₂: y = -x + 7. Setting 2x + 1 = -x + 7 gives 3x = 6, so x = 2, y = 5. Thus the intersection point is (2, 5). This simple algebraic approach is the cornerstone of coordinate geometry.

考虑 L₁: y = 2x + 1 和 L₂: y = -x + 7。令 2x + 1 = -x + 7 得到 3x = 6,因此 x = 2,y = 5。所以交点为 (2, 5)。这种简单的代数方法是坐标几何的基石。


3. Algebraic Method Using Determinants | 利用行列式的代数方法

When lines are given in standard form a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0, the intersection can be found using Cramer’s rule. The coordinates are x = (b₁c₂ – b₂c₁) / Δ, y = (c₁a₂ – c₂a₁) / Δ, where Δ = a₁b₂ – a₂b₁. The determinant Δ determines the nature of the system: if Δ ≠ 0, the lines intersect at a unique point; if Δ = 0 and the numerators are also zero, the lines are coincident; if Δ = 0 but numerators are non-zero, the lines are parallel and distinct.

当直线以一般式 a₁x + b₁y + c₁ = 0 和 a₂x + b₂y + c₂ = 0 给出时,可用克莱姆法则求交点。坐标为 x = (b₁c₂ – b₂c₁) / Δ,y = (c₁a₂ – c₂a₁) / Δ,其中 Δ = a₁b₂ – a₂b₁。行列式 Δ 决定了方程组的性质:若 Δ ≠ 0,两直线交于唯一点;若 Δ = 0 且分子也为零,则两直线重合;若 Δ = 0 但分子非零,则直线平行且不重合。

For instance, L₁: 3x + 4y – 12 = 0, L₂: 6x + 8y + 1 = 0. Here Δ = 3×8 – 6×4 = 0, but b₁c₂ – b₂c₁ = 4×1 – 8×(-12) = 4 + 96 = 100 ≠ 0, so no intersection exists—the lines are parallel. This determinant method is powerful and links directly to the concept of vector cross products in 3D.

例如 L₁: 3x + 4y – 12 = 0,L₂: 6x + 8y + 1 = 0。这里 Δ = 3×8 – 6×4 = 0,但 b₁c₂ – b₂c₁ = 4×1 – 8×(-12) = 4 + 96 = 100 ≠ 0,因此不存在交点——直线平行。这种行列式方法功能强大,直接与三维向量叉积的概念相联系。


4. Conditions for Intersection, Parallelism, and Coincidence | 相交、平行与重合的条件

Summarising the conditions for two lines in the plane:

总结平面内两条直线的条件:

Condition / 条件 Algebraic Criterion / 代数判据 Result / 结果
Slopes different / 斜率不同 m₁ ≠ m₂ or a₁b₂ ≠ a₂b₁ Unique intersection / 唯一交点
Slopes equal, intercepts different / 斜率相等, 截距不同 a₁b₂ = a₂b₁, b₁c₂ ≠ b₂c₁ No intersection (parallel) / 无交点 (平行)
Slopes equal, intercepts equal / 斜率相等, 截距相等 a₁/a₂ = b₁/b₂ = c₁/c₂ Infinitely many points (coincident) / 无穷多交点 (重合)

These criteria are easily remembered by thinking about the ratio of coefficients. In vector terms, parallel lines have direction vectors that are scalar multiples of each other, while skew lines (topic in 3D) break this mould entirely.

通过思考系数的比例,这些准则很容易记住。用向量术语来说,平行直线的方向向量彼此成标量倍数,而三维中的异面直线则完全打破了这种模式。


5. Representing Lines in Three Dimensions | 三维空间中的直线表示

In three-dimensional space, a line cannot be described by a single linear equation; instead, we use parametric form or symmetric equations. The parametric vector equation is r = a + λ b, where a is a point on the line, b is a non-zero direction vector, and λ is a scalar parameter. This gives three component equations: x = a₁ + λ b₁, y = a₂ + λ b₂, z = a₃ + λ b₃.

在三维空间中,直线无法用单一的线性方程描述;取而代之的是参数式或对称式。参数向量方程为 r = a + λ b,其中 a 是直线上的一点,b 是非零方向向量,λ 为标量参数。这给出了三个分量方程:x = a₁ + λ b₁,y = a₂ + λ b₂,z = a₃ + λ b₃。

For example, the line passing through (1, -2, 4) with direction vector (3, 0, -1) is written as r = (1, -2, 4) + λ (3, 0, -1). Its symmetric form is (x – 1)/3 = (z – 4)/(-1) and y = -2 (note y is constant because the y-component of direction is zero). This representation is essential before we can examine intersections in 3D.

例如,过点 (1, -2, 4) 且方向向量为 (3, 0, -1) 的直线可写作 r = (1, -2, 4) + λ (3, 0, -1)。其对称式为 (x – 1)/3 = (z – 4)/(-1),且 y = -2(注意 y 为常数,因为方向向量的 y 分量为零)。在考察三维交线之前,这种表示法必不可少。


6. Intersection of Two Lines in 3D | 三维中两条直线的交点

Finding the intersection of two lines in 3D is more subtle because lines can be skew—non-parallel yet non-intersecting. Given two lines in parametric form, L₁: r = a + λ d₁ and L₂: r = b + μ d₂, an intersection exists if there exist scalar values λ and μ such that a + λ d₁ = b + μ d₂. This yields three equations in two unknowns. For a consistent solution, the third equation must be satisfied automatically after solving two of them.

求三维中两条直线的交点更为微妙,因为直线可能异面——既不平行也不相交。给定两条参数形式的直线 L₁: r = a + λ d₁ 和 L₂: r = b + μ d₂,如果存在标量 λ 和 μ 使得 a + λ d₁ = b + μ d₂,则交点存在。这将产生三个方程求解两个未知数。要得到一致解,在求解其中两个方程之后,第三个方程必须自动满足。

Typically, one solves for λ and μ from two component equations (e.g., x and y) and then substitutes into the third (z) to check consistency. If the check passes, the point of intersection is found; otherwise, the lines are either parallel or skew. This systematic approach is central to vector geometry problems in the IB syllabus.

通常,从两个分量方程(例如 x 和 y)中解出 λ 和 μ,然后代入第三个分量方程(z)检验一致性。如果检验通过,则得到交点;否则,直线要么平行,要么异面。这种系统方法是 IB 课程中向量几何问题的核心。


7. Determining Relationships: Intersecting, Parallel, or Skew | 判断三维直线关系:相交、平行或异面

To classify two lines in 3D, first check if their direction vectors are parallel (d₁ = k d₂ for some scalar k). If they are parallel, the lines may be distinct (no intersection) or coincident (infinite intersections). If direction vectors are not parallel, solve two component equations simultaneously. If a unique (λ, μ) pair satisfies all three equations, the lines intersect. If no such pair exists, the lines are skew.

要分类三维中的两条直线,首先检查它们的方向向量是否平行(对于某标量 k 有 d₁ = k d₂)。如果平行,直线可能不重合(无交点)或重合(无穷交点)。如果方向向量不平行,则联立求解两个分量方程。如果存在唯一数对 (λ, μ) 满足全部三个方程,则直线相交。如果不存在这样的数对,则直线异面。

An alternative test for skew lines: If the scalar triple product (b – a) · (d₁ × d₂) ≠ 0, then the lines are skew. This is a concise condition derived from the determinant of the matrix formed by d₁, d₂, and the vector joining the two lines. Many IB problems combine this test with finding the shortest distance between skew lines.

判断异面直线的另一种检验方法:如果标量三重积 (b – a) · (d₁ × d₂) ≠ 0,则直线异面。这是由 d₁、d₂ 和连接两直线的向量所构成矩阵的行列式导出的简洁条件。许多 IB 问题将这一检验与求异面直线间最短距离结合起来。


8. Worked Example: Finding an Intersection in 3D | 实例:求三维直线的交点

Consider L₁: r = (1, 2, 3) + λ (2, -1, 1) and L₂: r = (5, 1, 7) + μ (-1, 2, 0). The direction vectors (2, -1, 1) and (-1, 2, 0) are not multiples, so the lines are not parallel. Set up: 1 + 2λ = 5 – μ, 2 – λ = 1 + 2μ, 3 + λ = 7 + 0μ. From the first two equations: 2λ + μ = 4 and -λ – 2μ = -1 ⇒ λ + 2μ = 1. Solving gives λ = 3, μ = -2. Check the third equation: LHS = 3 + 3 = 6, RHS = 7, so 6 ≠ 7. The system is inconsistent, therefore the lines are skew.

考虑 L₁: r = (1, 2, 3) + λ (2, -1, 1) 和 L₂: r = (5, 1, 7) + μ (-1, 2, 0)。方向向量 (2, -1, 1) 和 (-1, 2, 0) 不成比例,因此直线不平行。建立方程:1 + 2λ = 5 – μ,2 – λ = 1 + 2μ,3 + λ = 7 + 0μ。由前两个方程得:2λ + μ = 4 和 -λ – 2μ = -1 ⇒ λ + 2μ = 1。解得 λ = 3,μ = -2。检验第三个方程:左边 = 3 + 3 = 6,右边 = 7,6 ≠ 7。方程组不一致,故直线异面。

Now change L₂ slightly to L₂: r = (5, 1, 6) + μ (-1, 2, 0). The z-equation becomes 3 + λ = 6 + 0μ. Using the same λ = 3, μ = -2, we get LHS = 6, RHS = 6. Thus the lines intersect at r = (1, 2, 3) + 3(2, -1, 1) = (7, -1, 6). This example illustrates how a single coordinate change can make lines intersect or become skew.

现在微调 L₂ 为 L₂: r = (5, 1, 6) + μ (-1, 2, 0)。z 方程变为 3 + λ = 6 + 0μ。使用同样的 λ = 3,μ = -2,得到左边 = 6,右边 = 6。因此直线相交于点 r = (1, 2, 3) + 3(2, -1, 1) = (7, -1, 6)。这个例子说明单个坐标的改变即可让直线相交或异面。


9. Applications and Common Pitfalls | 应用与常见误区

Intersecting lines appear in physics when computing trajectories, in computer graphics for ray tracing, and in optimisation problems. A frequent mistake is assuming that two lines in 3D always intersect if their direction vectors are not parallel. Students must remember the possibility of skew lines and always verify the third component. Another pitfall is mishandling the parameters λ and μ—they are independent and must be treated as two distinct unknowns.

相交直线在物理中计算轨迹时、在计算机图形学的光线追踪中以及优化问题中均有出现。一个常见错误是假设三维中方向向量不平行的直线总是相交。学生必须记住异面直线的可能性,并总是核验第三个分量。另一个误区是混淆参数 λ 和 μ——它们相互独立,必须作为两个不同的未知数处理。

When lines are parallel, check for coincidence by verifying whether the position vector of one line satisfies the other’s equation. In 2D, this is straightforward; in 3D, one must also confirm that the entire line lies on the other, which requires more careful algebra. Using the consistency method described earlier prevents costly errors in exams.

当直线平行时,通过验证一条直线的位置向量是否满足另一条直线的方程来检查重合。在二维中这很简单;在三维中,还必须确认整条直线都在另一条上,这需要更仔细的代数运算。使用前述的一致性方法可避免考试中的严重错误。


10. Summary and Key Takeaways | 总结与要点提炼

Mastering intersecting lines involves being comfortable with multiple representations, using determinants or vector methods, and systematically solving systems. In 2D, the determinant condition neatly separates intersecting, parallel, and coincident cases. In 3D, the parametric approach combined with consistency checking is the reliable route, supplemented by the scalar triple product for skew lines. Practice with varied examples develops the intuition needed to tackle IB exam questions efficiently.

掌握相交直线需要熟悉多种表示法,运用行列式或向量方法,并系统地求解方程组。在二维中,行列式条件干净利落地区分相交、平行和重合的情况。在三维中,参数法结合一致性检验是可靠的途径,辅以标量三重积判断异面直线。通过多样化的实例练习,可以培养高效应对 IB 考题所需的直觉。

Published by TutorHao | Mathematics Revision Series | aleveler.com

Find IB Maths Textbooks on eBay UK

New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.

Browse on eBay UK →

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version