📚 IB Mathematics: Exploring Angles and Intersections Between Lines and Planes | IB数学:直线与平面夹角及交点探究
In three-dimensional geometry, lines and planes are fundamental objects. Understanding how to calculate the angle between a line and a plane, and how to find their intersection, is a core skill in IB Mathematics Analysis and Approaches Higher Level.
在三维几何中,直线与平面是基本对象。掌握计算直线与平面夹角的方法,以及求它们交点的技巧,是IB数学分析与方法高级水平的核心技能。
1. Lines and Planes in Three-Dimensional Space | 三维空间中的直线与平面
A line in space can be described by a fixed point and a direction vector. A plane can be described by a fixed point and two non-parallel direction vectors, or more conveniently by a normal vector.
空间中的直线可以由一个定点和一个方向向量描述。平面可以由一个定点和两个不平行方向向量描述,或者更简洁地用法向量描述。
Using vectors allows us to solve geometric problems algebraically, which is exactly what the IB course expects in the Vector Geometry chapter.
使用向量可以让我们用代数方法解决几何问题,这正是IB课程中向量几何章节所要求的。
2. Direction Vectors and Normal Vectors | 方向向量与法向量
For a line, the direction vector d = (d₁, d₂, d₃) gives the line’s orientation. Any scalar multiple of d represents the same direction.
对于直线,方向向量 d = (d₁, d₂, d₃) 给出了直线的方向。d 的任意非零倍数仍表示同一方向。
For a plane, a normal vector n = (n₁, n₂, n₃) is perpendicular to every vector that lies in the plane. Finding n is essential for angle and distance calculations.
对于平面,法向量 n = (n₁, n₂, n₃) 垂直于平面内的所有向量。求得法向量是计算夹角和距离的关键。
3. Parametric Equations of a Line | 直线的参数方程
A line passing through point A with position vector a and direction vector d can be written as r = a + λd, where λ is a real parameter.
过点A(位置向量为 a)且方向向量为 d 的直线可写成 r = a + λd,其中 λ 为实数参数。
In coordinates, if a = (x₀, y₀, z₀) and d = (l, m, n), then x = x₀ + λl, y = y₀ + λm, z = z₀ + λn.
在坐标形式中,若 a = (x₀, y₀, z₀),d = (l, m, n),则 x = x₀ + λl,y = y₀ + λm,z = z₀ + λn。
4. Equation of a Plane | 平面方程
A plane with normal vector n = (a, b, c) and passing through point (x₀, y₀, z₀) satisfies the equation a(x − x₀) + b(y − y₀) + c(z − z₀) = 0.
法向量为 n = (a, b, c) 且过点 (x₀, y₀, z₀) 的平面满足方程 a(x − x₀) + b(y − y₀) + c(z − z₀) = 0。
This can be simplified to ax + by + cz = d, where d = n · a₀. In vector form, r · n = d.
该式可化简为 ax + by + cz = d,其中 d = n · a₀。向量形式为 r · n = d。
5. Angle Between a Line and a Plane | 直线与平面的夹角
The angle θ between a line and a plane is defined as the acute angle between the line and its orthogonal projection onto the plane.
直线与平面的夹角 θ 定义为直线与其在平面上的正投影所成的锐角。
If d is the direction vector of the line and n is the normal vector of the plane, then the angle satisfies:
若 d 是直线的方向向量,n 是平面的法向量,则夹角满足:
sin θ = |d · n| / (|d||n|)
The absolute value ensures that θ is always between 0° and 90°, regardless of which direction vector is chosen.
取绝对值可保证 θ 始终在 0° 到 90° 之间,无论选择哪个方向向量。
6. Derivation of the Angle Formula | 夹角公式的推导
The angle between the line direction d and the plane normal n is φ. Since n is perpendicular to the plane, the angle between d and the plane is 90° − φ.
直线方向 d 与平面法向量 n 的夹角为 φ。因为 n 垂直于平面,所以 d 与平面的夹角为 90° − φ。
Using the dot product, cos φ = |d · n| / (|d||n|). Therefore sin θ = sin(90° − φ) = cos φ.
利用点积,cos φ = |d · n| / (|d||n|)。因此 sin θ = sin(90° − φ) = cos φ。
This gives the formula directly and explains why sine is used rather than cosine.
这直接给出了公式,也解释了为什么使用正弦而不是余弦。
7. Special Cases: Parallel and Perpendicular | 特殊情况:平行与垂直
If the line is parallel to the plane, then d · n = 0. This gives sin θ = 0, so θ = 0°.
若直线与平面平行,则 d · n = 0。于是 sin θ = 0,因此 θ = 0°。
If the line is perpendicular to the plane, then d is parallel to n. The angle is 90°, and d × n = 0.
若直线与平面垂直,则 d 与 n 平行。夹角为 90°,且 d × n = 0。
Recognising these cases quickly can save time in multiple-choice and short-response questions.
在选择题和简答题中,快速识别这些特殊情况可以节省时间。
8. Finding the Intersection Point | 求交点
To find where a line r = a + λd meets a plane r · n = d₀, substitute the parametric form into the plane equation:
要求直线 r = a + λd 与平面 r · n = d₀ 的交点,将参数形式代入平面方程:
(a + λd) · n = d₀
Solving for λ gives λ = (d₀ − a · n) / (d · n), provided d · n ≠ 0.
解得 λ = (d₀ − a · n) / (d · n),前提是 d · n ≠ 0。
Substitute λ back into the line equation to get the coordinates of the intersection point.
将 λ 代回直线方程,即可得到交点的坐标。
9. Line Lying in a Plane | 直线在平面上的情形
If d · n = 0 and a · n = d₀, then every point on the line satisfies the plane equation, meaning the whole line lies in the plane.
若 d · n = 0 且 a · n = d₀,则直线上每个点都满足平面方程,这意味着整条直线位于该平面内。
In this case there are infinitely many intersection points. This is different from the parallel but distinct case, where there are no intersections.
此时有无数个交点。这与平行但不重合的情形不同,后者没有交点。
Always check both conditions before concluding that a line is parallel to a plane.
在判断直线与平面平行之前,务必同时检查这两个条件。
10. Distance from a Point to a Plane | 点到平面的距离
Although not the main focus, the distance formula is closely related to intersections. The distance from point P to a plane r · n = d₀ is:
虽然这不是本节重点,但距离公式与交点联系紧密。点 P 到平面 r · n = d₀ 的距离为:
Distance = |(p · n − d₀)| / |n|
This formula is useful when checking whether a point lies on the plane or when solving optimisation problems in 3D.
该公式可用于判断点是否在平面上,或解决三维空间中的优化问题。
11. Worked Example | 典型例题
Let L: r = (1, 2, 3) + λ(2, −1, 2) and plane Π: 3x − 2y + z = 5. Find the angle between L and Π.
设直线 L: r = (1, 2, 3) + λ(2, −1, 2),平面 Π: 3x − 2y + z = 5。求 L 与 Π 的夹角。
Here d = (2, −1, 2) and n = (3, −2, 1). Their dot product is d · n = 6 + 2 + 2 = 10.
这里 d = (2, −1, 2),n = (3, −2, 1)。它们的点积为 d · n = 6 + 2 + 2 = 10。
|d| = √(4 + 1 + 4) = 3 and |n| = √(9 + 4 + 1) = √14. Therefore sin θ = 10 / (3√14).
|d| = √(4 + 1 + 4) = 3,|n| = √(9 + 4 + 1) = √14。因此 sin θ = 10 / (3√14)。
Taking arcsine gives θ ≈ 63.4° (to one decimal place).
取反正弦得 θ ≈ 63.4°(精确到一位小数)。
To find the intersection, substitute L into Π: 3(1 + 2λ) − 2(2 − λ) + (3 + 2λ) = 5. This simplifies to 3 + 6λ − 4 + 2λ + 3 + 2λ = 5, so 10λ + 2 = 5, hence λ = 0.3.
求交点时,将 L 代入 Π:3(1 + 2λ) − 2(2 − λ) + (3 + 2λ) = 5。化简得 3 + 6λ − 4 + 2λ + 3 + 2λ = 5,即 10λ + 2 = 5,因此 λ = 0.3。
The intersection point is (1 + 0.6, 2 − 0.3, 3 + 0.6) = (1.6, 1.7, 3.6).
交点坐标为 (1 + 0.6, 2 − 0.3, 3 + 0.6) = (1.6, 1.7, 3.6)。
12. Common Pitfalls and Exam Tips | 常见错误与考试建议
Do not use cos θ for line-plane angles. The correct formula uses sin θ because of the normal vector.
不要对直线与平面夹角使用 cos θ。由于法向量的存在,正确公式使用 sin θ。
Always use the absolute value of the dot product. If you omit it, you might get an obtuse angle instead of the required acute one.
务必使用点积的绝对值。如果忽略绝对值,可能得到钝角而题目要求的是锐角。
When solving for λ, check whether d · n = 0. If it is zero, the line is parallel or lies in the plane, so there is no unique intersection.
求解 λ 时,先检查 d · n 是否为零。若为零,则直线平行于平面或位于平面内,因此没有唯一交点。
In IB exams, always show the substitution step clearly. Many marks are awarded for method, not just the final answer.
在IB考试中,务必清楚地写出代入步骤。许多分数是方法分,而不仅仅是最终答案。
Finally, remember that angles can be given in degrees or radians. Convert carefully according to the question’s GDC settings.
最后,注意角度可以用度数或弧度表示。根据题目中图形计算机的设置,仔细进行转换。
Published by TutorHao | IB 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