📚 IB Mathematics: The Angle Between a Line and a Plane & the Angle Between Two Planes | IB数学:直线与平面、两平面的夹角
In the IB Mathematics AA HL and AI HL courses, vector geometry is a core topic, and one of the most consistently examined skills is the calculation of the angle between a line and a plane, as well as the angle between two planes. These types of questions appear in Paper 2 as extended-response items and in Paper 1 as shorter problems. A clear understanding of the underlying vector definitions allows you to solve these problems quickly and accurately, without relying on memorised shortcuts.
在 IB 数学 AA HL 和 AI HL 课程中,向量几何是核心内容,而最常考查的技能之一就是计算直线与平面的夹角,以及两平面之间的夹角。这类题目既会出现在 Paper 2 的拓展题中,也会以较短的题目形式出现在 Paper 1 中。透彻理解这些角度背后的向量定义,能够帮助你快速准确地解题,而不必依赖死记硬背。
1. Core Vectors: Direction and Normal | 核心向量:方向向量与法向量
A line in three-dimensional space is normally described by a fixed point A and a direction vector d. The direction vector indicates the line’s direction, and any point on the line can be expressed as r = a + t d, where t is a real parameter. The parameter t may be positive, negative, or zero, which allows the line to extend infinitely in both directions.
三维空间中的直线通常由一个固定点 A 和一个方向向量 d 来描述。方向向量表示直线的方向,直线上任意一点都可以写成 r = a + t d,其中 t 是实参数。参数 t 可以为正、为负或为零,因此直线可以向两个方向无限延伸。
A plane is defined by a fixed point B and a normal vector n, which is perpendicular to every vector that lies in the plane. This gives the vector equation (r − b) ⋅ n = 0, which can be rewritten as r ⋅ n = d, where d = b ⋅ n is a scalar constant. The normal vector is the single most important vector when measuring angles involving a plane.
平面由一个固定点 B 和一个法向量 n 确定,法向量垂直于平面内的所有向量。由此得到向量方程 (r − b) ⋅ n = 0,可改写为 r ⋅ n = d,其中 d = b ⋅ n 是一个标量常数。在计算与平面有关的角度时,法向量是最重要的向量。
2. Equations of a Line and a Plane | 直线与平面的方程
For a line passing through A(a₁, a₂, a₃) with direction vector d = (d₁, d₂, d₃), the vector equation is r = (a₁, a₂, a₃) + t(d₁, d₂, d₃). Expanding into coordinates gives the parametric equations x = a₁ + t d₁, y = a₂ + t d₂, z = a₃ + t d₃. These are useful when substituting the line into a plane equation.
对于过点 A(a₁, a₂, a₃)、方向向量为 d = (d₁, d₂, d₃) 的直线,其向量方程为 r = (a₁, a₂, a₃) + t(d₁, d₂, d₃)。将其展开可得参数方程 x = a₁ + t d₁,y = a₂ + t d₂,z = a₃ + t d₃。在将直线代入平面方程时,这种形式非常有用。
A plane with normal vector n = (a, b, c) has Cartesian equation ax + by + cz = d. To find d, substitute the coordinates of any point known to lie on the plane. The same equation can be written in vector form as r ⋅ n = d. In IB problems, the normal vector is almost always read directly from the coefficients of x, y, and z.
法向量为 n = (a, b, c) 的平面,其直角坐标方程为 ax + by + cz = d。要求出 d,只需将平面上任意已知点的坐标代入即可。该方程也可以写成向量形式 r ⋅ n = d。在 IB 题目中,法向量通常可以直接从 x、y、z 的系数读出。
3. Angle Between a Line and a Plane: Definition | 直线与平面的夹角:定义
The angle between a line and a plane is defined as the acute angle between the line and its orthogonal projection onto the plane. This is not the angle between the line and the normal vector; it is the complement of that angle. Imagine a sun casting the shadow of the line onto the plane: the angle between the line and its shadow is the angle we want.
直线与平面的夹角定义为直线与它在平面上的正交投影之间的锐角。这并不是直线与法向量之间的夹角,而是那个角的余角。想象阳光将直线投影到平面上:直线与其影子之间的夹角,正是我们要求的角。
If θ is the angle between the line and the plane, and φ is the angle between the direction vector d and the normal vector n, then θ = 90° − φ. Because sin(90° − φ) = cos φ, we obtain the standard formula for the line-plane angle.
设直线与平面的夹角为 θ,方向向量 d 与法向量 n 的夹角为 φ,则 θ = 90° − φ。因为 sin(90° − φ) = cos φ,所以我们得到直线与平面夹角的标准公式。
sin θ = |d ⋅ n| / (|d| |n|)
The absolute value is essential because it ensures that θ is always reported as an acute angle between 0° and 90°. In many exam questions, students mistakenly use cos θ instead of sin θ, which produces the angle between the line and the normal rather than the angle between the line and the plane.
绝对值至关重要,因为它确保 θ 总是以 0° 到 90° 之间的锐角给出。许多考生在考试中误用 cos θ 而不是 sin θ,那样求出的其实是直线与法向量之间的夹角,而不是直线与平面之间的夹角。
4. Worked Example: Line and Plane | 例题:直线与平面
Consider the line L: r = (1, 2, 3) + t(2, −1, 2) and the plane π: 3x − 4y + z = 5. Find the angle between L and π.
已知直线 L: r = (1, 2, 3) + t(2, −1, 2),平面 π: 3x − 4y + z = 5。求直线 L 与平面 π 的夹角。
From the line, the direction vector is d = (2, −1, 2). From the plane, the normal vector is n = (3, −4, 1). Compute the dot product: d ⋅ n = 2(3) + (−1)(−4) + 2(1) = 6 + 4 + 2 = 12. The magnitudes are |d| = √(4 + 1 + 4) = 3 and |n| = √(9 + 16 + 1) = √26.
由直线可得方向向量 d = (2, −1, 2)。由平面可得法向量 n = (3, −4, 1)。计算点积:d ⋅ n = 2(3) + (−1)(−4) + 2(1) = 6 + 4 + 2 = 12。模长分别为 |d| = √(4 + 1 + 4) = 3,|n| = √(9 + 16 + 1) = √26。
sin θ = |12| / (3√26) = 4 / √26 ≈ 0.7845
Therefore θ = arcsin(0.7845) ≈ 51.7°. The line cuts through the plane at an acute angle of about 51.7°. Notice that the answer is independent of the point (1, 2, 3) on the line; only the direction vector and the normal vector matter.
因此 θ = arcsin(0.7845) ≈ 51.7°。直线以约 51.7° 的锐角穿过平面。注意,答案与直线上的点 (1, 2, 3) 无关;只有方向向量和法向量起作用。
5. Special Cases: Parallel and Perpendicular | 特殊情况:平行与垂直
Two important special cases appear frequently in IB exam questions. If the line is parallel to the plane, the direction vector d is perpendicular to the normal vector n, so d ⋅ n = 0. Substituting into the formula gives sin θ = 0, hence θ = 0°. This makes sense because the line and its projection lie in the same direction.
有两种重要的特殊情况在 IB 考试中经常出现。若直线与平面平行,则方向向量 d 垂直于法向量 n,因此 d ⋅ n = 0。代入公式得 sin θ = 0,即 θ = 0°。这是合理的,因为直线与其投影方向相同。
If the line is perpendicular to the plane, the direction vector d is parallel to the normal vector n, meaning d = λ n for some scalar λ. The dot product becomes |d ⋅ n| = |d| |n|, so sin θ = 1 and θ = 90°. This is a useful quick check before performing a full calculation.
若直线垂直于平面,则方向向量 d 与法向量 n 平行,即存在实数 λ 使 d = λ n。此时 |d ⋅ n| = |d| |n|,所以 sin θ = 1,θ = 90°。在完整计算之前,这可以作为一种快速检验手段。
6. Angle Between Two Planes: Definition | 两平面的夹角:定义
The angle between two planes is defined as the acute angle between their normal vectors. This is because each normal is perpendicular to the corresponding plane, and the angle between the two planes equals the angle between their normals. If we imagine opening a book, the angle between the two pages is the same as the angle between the two pages’ normal vectors.
两平面的夹角定义为它们各自法向量之间的锐角。这是因为每个法向量都垂直于对应的平面,而两个平面之间的夹角等于它们法向量之间的夹角。想象打开一本书,两个书页之间的夹角就等于两个书页法向量之间的夹角。
For two planes with normal vectors n₁ and n₂, the formula is given by the cosine of the angle between the normals. As with the line-plane case, the absolute value ensures that we report the acute angle between the two planes, not its supplement.
对于两个法向量分别为 n₁ 和 n₂ 的平面,其夹角公式由法向量之间夹角的余弦给出。与直线和平面时的情况一样,取绝对值确保我们求出的是两平面之间的锐角,而不是补角。
cos θ = |n₁ ⋅ n₂| / (|n₁| |n₂|)
It is important to remember that the angle between two planes uses cosine, while the angle between a line and a plane uses sine. Mixing these two formulas is one of the most common errors in the vector geometry section of IB Mathematics.
需要特别注意,两平面的夹角公式使用余弦,而直线与平面的夹角公式使用正弦。混淆这两个公式是 IB 数学向量几何部分最常见的错误之一。
7. Worked Example: Two Planes | 例题:两平面
Let plane π₁ have equation r ⋅ (2, −1, 3) = 6 and plane π₂ have equation r ⋅ (1, 2, −2) = 4. Find the acute angle between the two planes.
设平面 π₁ 的方程为 r ⋅ (2, −1, 3) = 6,平面 π₂ 的方程为 r ⋅ (1, 2, −2) = 4。求这两个平面之间的锐角。
The normals are n₁ = (2, −1, 3) and n₂ = (1, 2, −2). Their dot product is n₁ ⋅ n₂ = 2(1) + (−1)(2) + 3(−2) = 2 − 2 − 6 = −6. The magnitudes are |n₁| = √(4 + 1 + 9) = √14 and |n₂| = √(1 + 4 + 4) = 3.
两个平面的法向量分别为 n₁ = (2, −1, 3) 和 n₂ = (1, 2, −2)。它们的点积为 n₁ ⋅ n₂ = 2(1) + (−1)(2) + 3(−2) = 2 − 2 − 6 = −6。模长分别为 |n₁| = √(4 + 1 + 9) = √14,|n₂| = √(1 + 4 + 4) = 3。
cos θ = |−6| / (√14 × 3) = 2 / √14 ≈ 0.5345
Therefore θ = arccos(0.5345) ≈ 57.7°. Notice that if we had omitted the absolute value, cos θ would be −0.5345, giving an obtuse angle of about 122.3°. The acute angle we want is exactly the supplement of that value, so always take the absolute value.
因此 θ = arccos(0.5345) ≈ 57.7°。注意,如果不取绝对值,cos θ = −0.5345,会得到钝角约 122.3°。我们想要的是锐角,它恰好是那个钝角的补角,所以一定要取绝对值。
8. Conditions for Parallel and Perpendicular | 平行与垂直的条件
Using the same normal vectors, we can quickly determine the relative position of two planes. If the normals are scalar multiples of each other, the planes are parallel and never intersect. If the normals are not parallel, the planes intersect along a straight line, and the angle between the planes can be found using the cosine formula.
利用法向量,我们可以快速判断两个平面的位置关系。如果两个法向量互为倍数,则两平面平行且不相交。如果两个法向量不平行,则两平面相交于一条直线,两平面的夹角可通过余弦公式求得。
-
Line parallel to plane: d ⋅ n = 0, so the line never meets the plane.
直线与平面平行:d ⋅ n = 0,直线与平面无交点。
-
Line perpendicular to plane: d = λ n, so d × n = 0.
直线与平面垂直:d = λ n,因此 d × n = 0。
-
Two planes parallel: n₁ = λ n₂, so n₁ × n₂ = 0.
两平面平行:n₁ = λ n₂,因此 n₁ × n₂ = 0。
-
Two planes perpendicular: n₁ ⋅ n₂ = 0.
两平面垂直:n₁ ⋅ n₂ = 0。
These conditions are extremely useful for checking answers and for solving multi-part questions. For example, if a question asks whether a line is perpendicular to a plane, simply compare d and n instead of performing a full trigonometric calculation.
这些条件在检查答案和解答多步题目时非常有用。例如,若题目要求判断直线是否垂直于平面,只需比较 d 和 n,而不必进行完整的三角计算。
9. Converting Between Plane Forms | 平面方程形式之间的转换
Some problems provide a plane in vector form such as r = a + s u + t v, where u and v are direction vectors within the plane. To find the normal vector, compute the cross product n = u × v. This normal can then be used in either the Cartesian equation or the angle formulas.
有些题目给出的平面向量形式为 r = a + s u + t v,其中 u 和 v 是平面内的方向向量。要求法向量,只需计算叉积 n = u × v。这个法向量可以用于直角坐标方程或夹角公式。
Once n = (a, b, c) is known, the Cartesian equation is ax + by + cz = d, and d is found by substituting the fixed point a. Always check that the final Cartesian equation is consistent with the original vector form by testing one or two known points.
一旦求得 n = (a, b, c),直角坐标方程即为 ax + by + cz = d,将固定点 a 代入即可求出 d。记得通过代入一个或两个已知点来检验最终的直角坐标方程是否与原向量形式一致。
10. Common Mistakes and Exam Advice | 常见错误与考试建议
Many students lose marks on this topic because they confuse the line-plane formula with the plane-plane formula. The line-plane formula uses sine, while the plane-plane formula uses cosine. Writing the formula clearly before substituting values can prevent this confusion.
很多学生在这一主题失分,是因为混淆了直线与平面公式和平面与平面公式。直线与平面公式使用正弦,而平面与平面公式使用余弦。在代入数值之前先把公式写清楚,可以有效避免混淆。
-
Forgetting the absolute value: without it, the angle may be obtuse, which is not the convention accepted by the IB marking scheme.
忘记取绝对值:不取绝对值可能得到钝角,这不符合 IB 评分标准中的约定。
-
Reading the normal vector from a plane equation with coefficients not aligned with x, y, z: always write ax + by + cz = d first.
没有先将平面方程整理为 ax + by + cz = d 就直接读法向量:应先将各项按 x、y、z 对齐。
-
Using a point on the plane instead of the normal vector: angle calculations depend only on directions, not on positions.
用平面上的点代替法向量:角度计算只取决于方向,与位置无关。
-
Rounding too early: keep exact values until the final step, then round to three significant figures as required.
过早四舍五入:在最后一步之前应保留精确值,最后再按题目要求保留三位有效数字。
In examination conditions, always sketch a small diagram showing the direction vector, the normal vector, and the plane. This makes it obvious that the line-plane angle is the complement of the d-n angle, and it reduces the risk of applying the wrong formula.
在考试条件下,先画一个简图,标出方向向量、法向量和平面。这样会清楚显示直线与平面的夹角是 d 和 n 夹角的余角,从而降低使用错误公式的风险。
11. Practice Questions | 练习题目
Question 1: The line L has equation r = (0, 1, 2) + t(1, 1, −1). The plane π has equation x + 2y + z = 4. Find the angle between L and π.
练习 1:直线 L 的方程为 r = (0, 1, 2) + t(1, 1, −1),平面 π 的方程为 x + 2y + z = 4。求 L 与 π 的夹角。
Solution: d = (1, 1, −1), n = (1, 2, 1). d ⋅ n = 1 + 2 − 1 = 2. |d| = √3, |n| = √
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