📚 Exercise 22E.1: Mastering Vector Operations in 3D | 练习22E.1:精通三维向量运算
Vectors are fundamental to IB Mathematics Analysis & Approaches HL, and Exercise 22E.1 provides a structured workout on vector addition, magnitude, dot product, angle between vectors, and perpendicular unit vectors. This article walks through a typical 3D problem with clear steps, helping you consolidate core vector skills that frequently appear in Paper 1 and Paper 2.
向量是IB数学分析与方法HL的基础内容,练习22E.1针对向量加法、模、点积、夹角以及垂直单位向量进行了系统训练。本文通过一个典型的三维问题,逐步解析每一步,帮助你巩固这些常在试卷一和试卷二中出现的核心向量技能。
1. Problem Statement and Given Information | 题目陈述与已知条件
Consider two vectors in three-dimensional space: a = 2i – j + 3k and b = i + 4j – 2k. You are asked to find (a) a + b, (b) the magnitude of a, (c) the dot product a·b, (d) the angle θ between a and b, and (e) a unit vector perpendicular to both a and b.
已知三维空间两个向量:a = 2i – j + 3k,b = i + 4j – 2k。要求计算 (a) a + b,(b) a 的模,(c) 点积 a·b,(d) a 与 b 之间的夹角θ,以及 (e) 一个同时垂直于 a 和 b 的单位向量。
2. Understanding Component Form | 理解分量形式
Write each vector in column form if it helps: a = [2, -1, 3] and b = [1, 4, -2]. The unit vectors i, j, k correspond to the x, y, z directions. This exercise tests your ability to manipulate these components algebraically and geometrically.
如果需要,可以将每个向量写成列向量形式:a = [2, -1, 3],b = [1, 4, -2]。单位向量 i, j, k 分别对应 x, y, z 方向。这个练习考察你通过代数和几何方式处理这些分量的能力。
3. Part (a): Vector Addition | 第(a)部分:向量加法
Add the corresponding components: a + b = (2+1)i + (-1+4)j + (3 + (-2))k. This simplifies to 3i + 3j + 1k, or simply 3i + 3j + k.
将对应分量相加:a + b = (2+1)i + (-1+4)j + (3 + (-2))k。化简得到 3i + 3j + 1k,即 3i + 3j + k。
a + b = 3i + 3j + k
4. Part (b): Magnitude of Vector a | 第(b)部分:向量a的模
The magnitude |a| is found using the formula √(x² + y² + z²). Substitute the components of a: √(2² + (-1)² + 3²) = √(4 + 1 + 9) = √14. Thus |a| = √14.
模 |a| 可用公式 √(x² + y² + z²) 求得。代入 a 的分量:√(2² + (-1)² + 3²) = √(4 + 1 + 9) = √14。因此 |a| = √14。
|a| = √14
5. Part (c): Dot Product a · b | 第(c)部分:点积 a · b
The dot product is the sum of products of matching components: 2*1 + (-1)*4 + 3*(-2) = 2 – 4 – 6 = -8. The result is a scalar; a negative value indicates the angle between the vectors is obtuse.
点积是对应分量乘积之和:2*1 + (-1)*4 + 3*(-2) = 2 – 4 – 6 = -8。结果是一个标量;负值表明两向量之间的夹角为钝角。
a · b = -8
6. Part (d): Angle Between a and b | 第(d)部分:a与b的夹角
Using the formula cos θ = (a·b) / (|a| |b|), first compute |b| = √(1² + 4² + (-2)²) = √(1+16+4) = √21. Then cos θ = -8 / (√14 * √21) = -8 / √294. Simplify √294 = √(49*6) = 7√6. So cos θ = -8/(7√6). Rationalising the denominator gives cos θ = -8√6 / 42 = -4√6 / 21. Then θ = arccos(-4√6/21), which is approximately 117°.
利用公式 cos θ = (a·b) / (|a| |b|),先计算 |b| = √(1² + 4² + (-2)²) = √(1+16+4) = √21。然后 cos θ = -8 / (√14 * √21) = -8 / √294。化简 √294 = √(49*6) = 7√6,所以 cos θ = -8/(7√6)。分母有理化得到 cos θ = -8√6 / 42 = -4√6 / 21。因此 θ = arccos(-4√6/21),约等于 117°。
cos θ = -4√6 / 21, θ ≈ 117.2°
7. Part (e): Unit Vector Perpendicular to a and b | 第(e)部分:垂直于a和b的单位向量
A vector perpendicular to both a and b is given by their cross product a × b. Compute the determinant: i( (-1)(-2) – 3*4 ) – j( 2*(-2) – 3*1 ) + k( 2*4 – (-1)*1 ) = i(2 – 12) – j(-4 – 3) + k(8 + 1) = -10i + 7j + 9k. So a × b = -10i + 7j + 9k.
同时垂直于 a 和 b 的向量由它们的叉积 a × b 给出。计算行列式:i( (-1)(-2) – 3*4 ) – j( 2*(-2) – 3*1 ) + k( 2*4 – (-1)*1 ) = i(2 – 12) – j(-4 – 3) + k(8 + 1) = -10i + 7j + 9k。所以 a × b = -10i + 7j + 9k。
a × b = -10i + 7j + 9k
Now find the magnitude: |a × b| = √((-10)² + 7² + 9²) = √(100 + 49 + 81) = √230. A unit vector is the vector divided by its magnitude: (1/√230)(-10i + 7j + 9k). The opposite direction vector (1/√230)(10i – 7j – 9k) is also a valid unit perpendicular vector.
现在计算叉积的模:|a × b| = √((-10)² + 7² + 9²) = √(100 + 49 + 81) = √230。单位向量等于原向量除以其模:(1/√230)(-10i + 7j + 9k)。相反方向的向量 (1/√230)(10i – 7j – 9k) 也是一个合法的垂直单位向量。
Unit vector = ±(1/√230)(-10i + 7j + 9k)
8. Verification Using Dot and Cross Checks | 利用点积与叉积进行验证
Verify the dot product of the unit vector with both a and b is zero. For example, take the first unit vector u = (1/√230)(-10i + 7j + 9k). Then a·u = (1/√230)[2*(-10) + (-1)*7 + 3*9] = (1/√230)(-20 – 7 + 27) = 0. Similarly b·u = 0. This confirms orthogonality.
验证单位向量与 a 和 b 的点积均为零。例如取第一个单位向量 u = (1/√230)(-10i + 7j + 9k),则 a·u = (1/√230)[2*(-10) + (-1)*7 + 3*9] = (1/√230)(-20 – 7 + 27) = 0。同理 b·u = 0。这证实了正交性。
9. Common Mistakes to Avoid | 常见错误及如何避免
One frequent error is misapplying the cross product sign for j component: remember it is negative (i, -j, k). Another is forgetting to rationalise or simplify the magnitude in the angle calculation. Always double-check the components before arithmetic, especially signs.
一个常见错误是叉积中 j 分量的符号弄错:记住其符号为负(即 i, -j, k)。另一个错误是在夹角计算中忘记化简模或有理化。总是在运算前仔细检查各分量,特别是正负号。
Also, when stating the final unit vector, many students forget to include both directions or do not explicitly write ‘±’. The cross product direction follows the right-hand rule, but the question asks for ‘a’ unit perpendicular vector, so either sign is acceptable unless specified.
此外,在写出最终单位向量时,许多学生忘记包含两个方向,或未明确写出“±”。叉积方向由右手定则确定,但题目要求的是“一个”垂直单位向量,因此只要方向明确,正负均可接受,除非有特别指明。
10. Applications in IB Exam Questions | 在IB考题中的应用
Operations like these appear in vector geometry problems: distances from points to lines, areas of parallelograms (magnitude of cross product), and finding equations of planes. The angle formula is also key in proving orthogonality or acute/obtuse angles between lines.
这类运算常出现在向量几何问题中:点到直线的距离、平行四边形面积(叉积的模)以及平面方程的求解。夹角公式在证明正交性或者直线间的锐角/钝角时也至关重要。
In Paper 2, you may be asked to find a vector equation of a line using a given point and direction vector derived from a cross product. Mastering Exercise 22E.1 lays the groundwork for confidently solving such multi-step problems.
在试卷二中,你可能需要利用给定点和通过叉积求得的方向向量来写出直线的向量方程。掌握练习22E.1为信心十足地解答这类多步问题奠定了基础。
11. Connecting the Dots: Scalar and Vector Products | 点积与叉积的融会贯通
The dot product provides information about lengths and angles (scalar projection), while the cross product yields a vector orthogonal to the plane containing a and b. Their geometric interpretations are central to IB HL Mathematics, and this exercise rehearses both in one coherent problem.
点积提供长度和角度信息(标量投影),而叉积则给出垂直于 a 和 b 所在平面的向量。它们的几何意义是IB HL数学的核心,这个练习以一个连贯的问题同时训练了这两种运算。
12. Summary and Study Tips | 总结与学习建议
Exercise 22E.1 is a compact review of essential vector operations. After solving, redraw the vectors and check results against a mental 3D picture. Practice similar problems with randomly generated components to build speed and accuracy, as these skills are assumed in later topics like planes and kinematics.
练习22E.1是对基础向量运算的浓缩复习。解题后,可重新画出向量草图,并在头脑中与三维图像进行比对。用随机生成的分量练习类似问题,以提高速度和准确性,因为这些技能在后续的平面、运动学等专题中是默认掌握的。
For exam success, internalise the component-wise approach and remember that cross product steps must be executed with meticulous attention to signs. Revisiting this exercise before your test is a smart way to reinforce fundamental vector fluency.
想在考试中取得成功,就要内化分步运算的方法,并记住叉积步骤需格外留意符号。考前重温这个练习是强化基本向量运算熟练度的聪明做法。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导