Planes in 3D: Vector, Parametric, and Cartesian Equations | IB数学:平面的方程表示

📚 Planes in 3D: Vector, Parametric, and Cartesian Equations | IB数学:平面的方程表示

In IB Mathematics Analysis and Approaches HL, the study of planes in three-dimensional space is a cornerstone of vector geometry. A solid grasp of the vector equation, parametric form, and Cartesian equation of a plane enables students to solve problems involving intersections, angles, and distances with confidence. This article presents a systematic breakdown of every essential concept, equation form, and exam strategy you need to master planes in 3D.

在IB数学分析与方法高阶课程中,三维空间中平面的研究是向量几何的基石。牢固掌握平面的向量方程、参数形式和笛卡尔方程,能够帮助你自信地解决涉及交点、夹角和距离的问题。本文系统梳理了掌握三维平面所需的每一个核心概念、方程形式和考试策略。


1. The Vector Equation of a Plane | 平面的向量方程

A plane in 3D space is completely determined by a point on the plane and two non-parallel direction vectors lying in the plane. Given a position vector a of a point A on the plane, and two non-parallel direction vectors b and c in the plane, the vector equation of the plane is:

三维空间中的一个平面可以由平面上的一个点以及两个不平行方向向量完全确定。设平面上一点A的位置向量为a,平面内两个不平行的方向向量为bc,则平面的向量方程为:

r = a + λb + μc, where λ, μ ∈ ℝ

Here, r is the position vector of any point P on the plane, and λ and μ are real parameters. As λ and μ vary over all real numbers, the vector r traces out every point on the plane. It is crucial that b and c are not parallel, otherwise the equation would describe only a line.

其中r为平面上任意一点P的位置向量,λ和μ为实数参数。当λ和μ在所有实数范围内变化时,向量r遍历平面上的每一个点。关键在于bc不平行,否则方程只能描述一条直线。

Example: The plane through A(1, 2, 3) with direction vectors b = (1, −1, 0) and c = (2, 1, 1) has vector equation:

示例:过点A(1, 2, 3),方向向量为 b = (1, −1, 0) 和 c = (2, 1, 1) 的平面,其向量方程为:

r = (1, 2, 3) + λ(1, −1, 0) + μ(2, 1, 1)

This is the most flexible representation of a plane, and it is the starting point for deriving both the parametric form and the Cartesian equation.

这是平面最灵活的表示形式,也是推导参数形式和笛卡尔方程的起点。


2. Parametric Equations of a Plane | 平面的参数方程

By writing the vector equation in component form, we obtain the parametric equations of the plane. If r = (x, y, z), a = (a₁, a₂, a₃), b = (b₁, b₂, b₃), and c = (c₁, c₂, c₃), then:

将向量方程写成分量形式,即可得到平面的参数方程。若 r = (x, y, z),a = (a₁, a₂, a₃),b = (b₁, b₂, b₃),c = (c₁, c₂, c₃),则:

x = a₁ + λb₁ + μc₁
y = a₂ + λb₂ + μc₂
z = a₃ + λb₃ + μc₃

Each value of the pair (λ, μ) gives a unique point on the plane. Unlike the equation of a line, which has one parameter, a plane requires two independent parameters. This is a key distinguishing feature in IB exam questions that ask you to convert between forms.

每一对参数值(λ, μ)都对应平面上的唯一一点。与直线方程只有一个参数不同,平面需要两个独立参数。这是IB考试中要求在形式间转换时的一个关键区别特征。

Example: From the previous example, the parametric equations are:

示例:由上面的例子,参数方程为:

x = 1 + λ + 2μ,   y = 2 − λ + μ,   z = 3 + μ

These equations are useful for checking whether a given point lies on the plane: substitute the coordinates and solve for λ and μ. If a consistent solution exists, the point is on the plane.

这些方程可用于检验给定点是否在平面上:代入坐标并求解λ和μ。若存在一致的解,则该点在平面上。


3. The Cartesian Equation of a Plane | 平面的笛卡尔方程

The Cartesian (or scalar) equation of a plane is the most compact representation. It has the general form:

平面的笛卡尔(或标量)方程是最紧凑的表示形式,其一般形式为:

ax + by + cz = d

where a, b, c, d are constants, and (a, b, c) is the normal vector to the plane. The normal vector is perpendicular to every vector lying in the plane. To convert from the vector equation, we compute the cross product of the two direction vectors:

其中a、b、c、d为常数,(a, b, c)是平面的法向量。法向量垂直于平面内的每一个向量。要从向量方程转换,需要计算两个方向向量的叉积:

n = b × c = (b₂c₃ − b₃c₂, b₃c₁ − b₁c₃, b₁c₂ − b₂c₁)

The normal vector gives the coefficients a, b, c in the Cartesian equation. To find d, substitute the coordinates of the known point A:

法向量给出了笛卡尔方程中的系数a、b、c。要确定d,只需代入已知点A的坐标:

d = a·n = a₁a + a₂b + a₃c

Example: For the plane in the previous sections, n = (1, −1, 0) × (2, 1, 1) = (−1, −1, 3). Thus the Cartesian equation is −x − y + 3z = d. Substituting A(1, 2, 3): d = −1 − 2 + 9 = 6. So −x − y + 3z = 6, or equivalently x + y − 3z = −6.

示例:对于前面各节的平面,n = (1, −1, 0) × (2, 1, 1) = (−1, −1, 3)。因此笛卡尔方程为−x − y + 3z = d。代入A(1, 2, 3):d = −1 − 2 + 9 = 6。故−x − y + 3z = 6,等价于x + y − 3z = −6。

Multiplying the entire equation by a non-zero constant produces the same plane. Therefore, when comparing planes, always check whether one Cartesian equation is a scalar multiple of another.

将整个方程乘以非零常数仍表示同一平面。因此,比较两个平面时,始终检查一个笛卡尔方程是否是另一个的标量倍数。


4. The Normal Vector and Its Role | 法向量及其作用

The normal vector n = (a, b, c) is perpendicular to the plane. It is the single most important object in the Cartesian equation because it encodes the orientation of the plane. Any vector lying in the plane, such as a direction vector of any line contained in the plane, satisfies n · v = 0.

法向量n = (a, b, c)垂直于平面。它是笛卡尔方程中最重要的对象,因为它编码了平面的朝向。平面内任何向量(例如平面内任意直线的方向向量)都满足 n · v = 0。

To find the normal vector from the vector equation, compute the cross product of the two direction vectors. The order matters: b × c is the negative of c × b, so both give valid normals pointing in opposite directions. Either one leads to an equivalent Cartesian equation.

要从向量方程求法向量,需计算两个方向向量的叉积。顺序很重要:b × c 与 c × b 互为相反向量,两者都是合法的法向量,只是方向相反。任取其一都会得到等价的笛卡尔方程。

Given form How to find normal n
Vector: r = a + λb + μc n = b × c
Cartesian: ax + by + cz = d n = (a, b, c) (read directly)
Three points P, Q, R n = (Q − P) × (R − P)

The table above summarises the three most common situations where you need the normal vector. In each case, the normal is orthogonal to the plane, and it is used immediately for the Cartesian equation, angle calculations, and distance problems.

上表总结了最常见的三种需要法向量的情况。在每种情况下,法向量都正交于平面,并直接用于笛卡尔方程、角度计算和距离问题。


5. Finding the Equation of a Plane from Three Points | 由三个点求平面方程

Three non-collinear points uniquely determine a plane. Given points A, B, C, we first form two direction vectors:

三个不共线的点唯一确定一个平面。给定点A、B、C,首先构造两个方向向量:

v₁ = B − A,   v₂ = C − A

Then the normal is n = v₁ × v₂, and the Cartesian equation is n · (r − A) = 0. Expanding gives ax + by + cz = d. Let us work through a full example.

然后法向量为 n = v₁ × v₂,笛卡尔方程为 n · (r − A) = 0。展开后得到 ax + by + cz = d。我们来看一个完整示例。

Example: Find the equation of the plane through A(1, 0, 0), B(0, 1, 0), C(0, 0, 1).

示例:求过点A(1, 0, 0)、B(0, 1, 0)、C(0, 0, 1) 的平面方程。

Step 1: v₁ = B − A = (−1, 1, 0), v₂ = C − A = (−1, 0, 1). Step 2: n = v₁ × v₂ = (1, 1, 1). Step 3: Equation x + y + z = d. Substitute A: d = 1. Therefore the plane is x + y + z = 1.

第一步:v₁ = B − A = (−1, 1, 0),v₂ = C − A = (−1, 0, 1)。第二步:n = v₁ × v₂ = (1, 1, 1)。第三步:方程 x + y + z = d,代入A得d = 1。因此该平面为 x + y + z = 1。

Always verify that the three points are non-collinear: if v₁ × v₂ = 0, then the points lie on the same line and infinitely many planes pass through them.

始终验证三个点不共线:若v₁ × v₂ = 0,则三点在同一直线上,此时有无数个平面经过它们。


6. The Angle Between Two Planes | 两平面的夹角

The angle between two planes is defined as the acute angle between their normal vectors. If the planes have normals n₁ and n₂, then:

两个平面的夹角定义为它们法向量之间的锐角。若两平面的法向量为n₁和n₂,则:

cos θ = |n₁ · n₂| / (|n₁||n₂|)

The absolute value ensures that θ is between 0° and 90°. If n₁ · n₂ = 0, the planes are perpendicular. If the normals are parallel, the planes are parallel.

取绝对值保证θ在0°到90°之间。若n₁ · n₂ = 0,则两平面垂直。若法向量平行,则两平面平行。

Example: Find the angle between the planes x + y + z = 1 and x − y + z = 0.

示例:求平面 x + y + z = 1 与 x − y + z = 0 的夹角。

n₁ = (1, 1, 1), n₂ = (1, −1, 1). n₁ · n₂ = 1 − 1 + 1 = 1. |n₁| = √3, |n₂| = √3. Therefore cos θ = 1/3, so θ ≈ 70.5°.

n₁ = (1, 1, 1),n₂ = (1, −1, 1)。n₁ · n₂ = 1 − 1 + 1 = 1。|n₁| = √3,|n₂| = √3。因此 cos θ = 1/3,故θ ≈ 70.5°。

Notice that the angle between planes is not the angle between the direction vectors in the planes; it is always defined through normals. This is a common exam pitfall.

注意两平面的夹角不是平面内方向向量的夹角,而是始终通过法向量来定义。这是考试中常见的误区。


7. Distance from a Point to a Plane | 点到平面的距离

The perpendicular distance from a point P(x₀, y₀, z₀) to a plane ax + by + cz = d is given by:

点P(x₀, y₀, z₀) 到平面 ax + by + cz = d 的垂直距离为:

D = |ax₀ + by₀ + cz₀ − d| / √(a² + b² + c²)

This formula is derived from the projection of the vector from a known point on the plane to P onto the normal vector. The absolute value ensures a positive distance.

该公式由平面上已知点到P的向量在法向量上的投影推导而来。绝对值保证距离为正。

Example: Find the distance from P(2, 1, −1) to the plane x + 2y − 2z = 3.

示例:求点P(2, 1, −1) 到平面 x + 2y − 2z = 3 的距离。

Here a = 1, b = 2, c = −2, d = 3. The numerator is |2 + 2 + 2 − 3| = 3. The denominator is √(1 + 4 + 4) = 3. Therefore D = 1.

这里a = 1,b = 2,c = −2,d = 3。分子为|2 + 2 + 2 − 3| = 3。分母为√(1 + 4 + 4) = 3。因此D = 1。

For the distance from the origin, simply set P = (0, 0, 0), giving |−d|/√(a² + b² + c²). This special case appears frequently in optimisation problems.

若求原点到平面的距离,令P = (0, 0, 0),得到|−d|/√(a² + b² + c²)。这一特殊情况经常出现在最优化问题中。


8. Intersection of a Line and a Plane | 直线与平面的交点

To find the point where a line r = p + tq intersects a plane ax + by + cz = d, substitute the line’s parametric equations into the plane equation and solve for the parameter t. The unique value of t gives the intersection point.

要求直线 r = p + tq 与平面 ax + by + cz = d 的交点,只需将直线的参数方程代入平面方程,解出参数t即可。唯一的t值对应唯一的交点。

Three cases can occur:

可能出现三种情形:

  • Exactly one solution: the line meets the plane at a single point.
  • No solution: the line is parallel to the plane and not contained in it.
  • Infinitely many solutions: the line lies entirely in the plane.
  • 唯一解:直线与平面交于一点。
  • 无解:直线与平面平行且不在平面内。
  • 无穷多解:直线完全位于平面内。

Example: Find the intersection of r = (1, 2, 3) + t(2, −1, 1) with the plane x + y + z = 6.

示例:求直线 r = (1, 2, 3) + t(2, −1, 1) 与平面 x + y + z = 6 的交点。

Substitute: (1 + 2t) + (2 − t) + (3 + t) = 6 → 6 + 2t = 6 → t = 0. The intersection point is (1, 2, 3).

代入:(1 + 2t) + (2 − t) + (3 + t) = 6 → 6 + 2t = 6 → t = 0。交点为 (1, 2, 3)。

When the coefficient of t simplifies to zero, examine the constant term: if the equation becomes 0 = 0, the line lies in the plane; if it becomes 0 = k ≠ 0, there is no intersection.

当t的系数化简为零时,检查常数项:若方程化为0 = 0,则直线在平面内;若化为0 = k ≠ 0,则无交点。


9. Intersection of Two Planes | 两平面的交线

Two non-parallel planes intersect in a straight line. To find this line, solve the two Cartesian equations simultaneously. The solution will have one free parameter, say z = t, and can be written in vector form.

两个不平行平面相交于一条直线。要求这条交线,联立两个笛卡尔方程求解。解中会有一个自由参数,例如令z = t,然后写成向量形式。

Example: Find the line of intersection of x + y + z = 1 and x − y + z = 0.

示例:求平面 x + y + z = 1 与 x − y + z = 0 的交线。

Add the equations: 2x + 2z = 1 → x = ½ − z. From the first equation, y = 1 − x − z = 1 − (½ − z) − z = ½. Let z = t, then:

两式相加:2x + 2z = 1 → x = ½ − z。由第一个方程,y = 1 − x − z = 1 − (½ − z) − z = ½。令z = t,则:

r = (½, ½, 0) + t(−1, 0, 1)

The direction vector of the intersection line is perpendicular to both normals, i.e. n₁ × n₂. Indeed, (−1, 0, 1) is parallel to (1, 1, 1) × (1, −1, 1) = (2, 0, −2).

交线的方向向量同时垂直于两个法向量,即 n₁ × n₂。事实上,(−1, 0, 1) 与 (1, 1, 1) × (1, −1, 1) = (2, 0, −2) 平行。

If the planes are parallel, they either have no intersection or coincide. This can be checked by testing whether one normal is a scalar multiple of the other, and then comparing the constant terms.

若两平面平行,则它们要么没有交点,要么完全重合。可通过检查一个法向量是否为另一个的标量倍数来判断,然后比较常数项。


10. Intersection of Three Planes | 三个平面的交点

Three planes can intersect in a single point, a line, or not at all. Solving the system of three Cartesian equations gives the complete picture. For a unique point of intersection, the coefficient matrix must have rank 3.

三个平面可能交于一点、一条直线,或完全没有公共交点。联立三个笛卡尔方程即可得出完整结论。若存在唯一交点,系数矩阵的秩必须为3。

a₁x + b₁y + c₁z = d₁
a₂x + b₂y + c₂z = d₂
a₃x + b₃y + c₃z = d₃

Use row reduction (Gaussian elimination) to determine the number of solutions. A single solution means the three planes meet at one point; a line of solutions means they share a common line; no solution indicates either a prism configuration (three parallel intersection lines) or at least two parallel planes.

使用行化简(高斯消元法)确定解的数量。唯一解意味着三个平面交于一点;解为一条直线意味着三者共有一条交线;无解则可能是棱柱构型(三条平行交线)或至少有两个平面平行。

A useful geometric check: if the normals are not linearly independent (i.e. one normal is a linear combination of the other two), the configuration is degenerate — the planes may form a sheaf (all sharing a common line) or be parallel in some arrangement.

一个有用的几何检验:若法向量线性相关(即一个法向量是另外两个的线性组合),则构型是退化的——三个平面可能形成共轴束(均共享同一直线)或以某种方式平行。


11. Applications and Exam-Style Tips | 应用与考试技巧

Planes appear throughout the IB HL vector geometry section, and exam questions often combine several ideas. Here are the most common question types and how to approach them strategically.

平面在IB高阶向量几何部分贯穿始终,考试题目往往综合多个知识点。以下是最常见的题型及应对策略。

Question type Recommended strategy
Convert vector to Cartesian Compute n = b × c, then use a point to find d.
Find angle between planes Use the dot product of normals with absolute value.
Distance from point to plane Apply the distance formula directly, ensure the equation is normalised.
Line-plane intersection Substitute parametric line equations into the Cartesian plane equation.
Plane through three points Take two direction vectors, cross product for n, then solve for d.

Always show the cross product computation explicitly in your work, because method marks are awarded even if the final numeric answer is slightly off. Double-check that direction vectors are non-parallel before using the vector equation.

在解答中务必显式写出叉积计算过程,因为即使最终数值略有偏差,方法分仍然可以获得。使用向量方程前务必检查两个方向向量不平行。

When a plane contains the z-axis, its equation has the form ax + by = 0, with no z term. Similarly, a plane parallel to a coordinate plane has an equation with only one variable, such as z = k. Recognising these special forms saves time.

当平面包含z轴时,其方程形式为ax + by = 0,没有z项。类似地,平行于坐标面的平面方程只含一个变量,如z = k。识别这些特殊形式可以节省时间。


12. Common Pitfalls and How to Avoid Them | 常见错误与应对方法

Several mistakes recur in plane geometry questions. Being aware of them will help you avoid losing marks on exam day.

平面几何题中一些错误反复出现。了解这些错误有助于你在考场上避免失分。

  • Using parallel direction vectors: If b and c are parallel, the vector equation describes a line, not a plane. Always verify with b × c ≠ 0.
  • Forgetting the absolute value in angle and distance formulas: The angle between planes is acute; distance is always positive. Omitting | | changes the answer.
  • Confusing “angle between planes” with “angle between direction vectors”: Use normals, not in-plane vectors.
  • Sign errors in cross products: Recalculate carefully; swap or misordering components is easy.
  • Assuming three planes always meet at a point: Perform row reduction to check for parallel or coincident planes.
  • 使用了平行的方向向量:若b和c平行,则向量方程描述的是直线而非平面。务必验证b × c ≠ 0。
  • 在角度和距离公式中遗漏绝对值:两平面夹角为锐角;距离总为正。漏掉| |会改变答案。
  • 混淆“两平面夹角”与“方向向量夹角”:应使用法向量,而不是平面内的向量。
  • 叉积计算中的符号错误:仔细重算;交换或错排分量很容易出错。
  • 假设三个平面总是交于一点:应通过行化简检查是否存在平行或重合平面。

Additionally, when converting between forms, always check that the Cartesian equation you obtain satisfies all given points. Substituting every known point is a fast verification method that catches most algebraic slips.

此外,在形式间转换时,始终验证得到的笛卡尔方程满足所有给定点。代入每个已知点是快速的验证方法,能捕捉大多数代数失误。


Conclusion | 结论

Mastering the plane’s vector, parametric, and Cartesian equations is essential for IB Mathematics HL success. The key is to understand how the normal vector connects all three forms: it is obtained from the cross product of direction vectors, read directly from the Cartesian equation, and used as the basis for angle and distance calculations. Practice converting between forms fluently, and remember the geometric meaning behind each equation.

掌握平面的向量、参数和笛卡尔方程是IB数学HL成功的关键。核心在于理解法向量如何连接这三种形式:它由方向向量的叉积得到,可直接从笛卡尔方程中读出,并作为角度与距离计算的基础。熟练练习形式间的转换,并记住每个方程背后的几何意义。

With consistent practice, plane geometry becomes one of the most rewarding topics in the vector syllabus. The algebraic routines are systematic, and the geometric interpretations provide deep intuition. Use the formulas in this article as a reference, and you will be well prepared for any plane-related exam question.

通过持续练习,平面几何将成为向量大纲中最有收获的主题之一。代数步骤有规律可循,几何解释则提供深刻直觉。以上文公式为参考,你将充分准备好应对任何与平面相关的考试题目。

Published by TutorHao | IB Mathematics Revision Series | aleveler.com

更多咨询请联系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