📚 PDF资源导航

Unit Vectors and Basis Vectors in IB Mathematics | IB数学:单位向量与基向量

📚 Unit Vectors and Basis Vectors in IB Mathematics | IB数学:单位向量与基向量

Unit vectors and basis vectors are two of the most important building blocks in the IB Mathematics syllabus. They appear throughout topics such as vectors, lines and planes, kinematics, and even in applications of dot and cross products. Understanding these concepts clearly will help you solve vector problems quickly and accurately.

单位向量与基向量是 IB 数学课程中最重要的基础概念之一。它们贯穿向量、直线与平面、运动学以及点积与叉积等众多考点。清晰掌握这些概念,能够帮助你快速、准确地解决各类向量题目。


1. What Is a Unit Vector? | 什么是单位向量

A unit vector is a vector that has a magnitude (length) of exactly 1. It is used to describe a direction without any information about distance. Every nonzero vector can be converted into a unit vector that points in the same direction.

单位向量是模(长度)恰好为 1 的向量。它用来描述方向,而不包含距离信息。任何一个非零向量都可以转化为指向同一方向的单位向量。

If we write a general vector as v, then the unit vector in the direction of v is usually written with a hat, such as or u. The definition is based on dividing the original vector by its own magnitude.

如果我们将一个一般向量记为 v,那么与 v 同方向的单位向量通常带有尖帽,例如 u。其定义基于将原向量除以自身的模。

v̂ = v / |v| , where |v| ≠ 0

For example, if v = (3, 4), then |v| = √(3² + 4²) = 5, so the unit vector is (3/5, 4/5). The direction is exactly the same, but the length is now 1.

例如,若 v = (3, 4),则 |v| = √(3² + 4²) = 5,因此单位向量为 (3/5, 4/5)。方向完全相同,但长度变为 1。


2. Notation and Representation | 符号与表示方法

In IB Mathematics, vectors may be written in several ways: as bold letters, as underlined letters, or as column matrices. In 2D, a vector can be written as v = (x, y) or as a column vector with x above y.

在 IB 数学中,向量的写法有几种:加粗字母、下划线字母或列矩阵。在二维中,向量可以写为 v = (x, y),也可以写为上 x 下 y 的列向量。

A unit vector is often denoted by a lowercase letter with a hat, for example î or û. The hat symbol indicates that the magnitude is exactly 1.

单位向量通常用小写字母加尖帽表示,例如 îû。尖帽符号表示该向量的模恰好为 1。

  • Position vector of point A: written as a or \(\overrightarrow{OA}\)

    点 A 的位置向量:记作 a 或 \(\overrightarrow{OA}\),但在本文章中我们统一使用 a

  • Unit vector in the direction of v: written as or u

    v 同方向的单位向量:记作 u

  • Standard unit vectors: i = (1, 0), j = (0, 1) in 2D; add k = (0, 0, 1) in 3D

    标准单位向量:二维中 i = (1, 0)、j = (0, 1);三维中再加上 k = (0, 0, 1)。

Always check whether the IB question uses component form or unit vector notation. You may need to convert between them.

始终检查 IB 题目使用的是分量形式还是单位向量记号。你可能需要在两者之间进行转换。


3. Finding the Unit Vector of a Given Vector | 求已知向量的单位向量

The formula for finding a unit vector in the direction of a given vector is straightforward.

求与已知向量同方向的单位向量的公式非常简单直接。

v̂ = v / |v| = (v₁ / |v|, v₂ / |v|) in 2D

v̂ = v / |v| = (v₁ / |v|, v₂ / |v|, v₃ / |v|) in 3D

For a 3D vector v = (v₁, v₂, v₃), the magnitude is:

对于三维向量 v = (v₁, v₂, v₃),其模为:

|v| = √(v₁² + v₂² + v₃²)

Then divide each component by this magnitude. Notice that the unit vector has no units and its magnitude is always 1.

然后将每个分量除以这个模。注意,单位向量没有单位,且其模始终为 1。

  • If v = (6, 0, 8), then |v| = √(36 + 0 + 64) = 10

    v = (6, 0, 8),则 |v| = √(36 + 0 + 64) = 10

  • So = (6/10, 0/10, 8/10) = (3/5, 0, 4/5)

    因此 = (6/10, 0/10, 8/10) = (3/5, 0, 4/5)

Always simplify the fractions if required, and remember that dividing by zero is not allowed. The zero vector has no direction, so it has no unit vector.

如果题目要求,应化简分数;同时记住不能除以零。零向量没有方向,因此不存在单位向量。


4. Basis Vectors: The Standard Basis i, j, k | 基向量:标准基 i、j、k

A basis of a vector space is a set of vectors that is linearly independent and spans the space. In 2D, the most common basis is the set of two standard unit vectors i and j.

向量空间的一组基是线性无关且能张成该空间的一组向量。在二维中,最常见的基是两个标准单位向量 ij

i = (1, 0), j = (0, 1) in 2D

i = (1, 0, 0), j = (0, 1, 0), k = (0, 0, 1) in 3D

These vectors are perpendicular to each other, and each has length 1. They form an orthonormal basis. Any vector in the plane can be written uniquely as a combination of i and j.

这些向量彼此垂直,且长度均为 1,构成一组标准正交基。平面中的任何向量都可以唯一地写成 ij 的组合。

For example, the vector (4, -3) can be written as 4i – 3j. In 3D, the vector (2, 5, -1) is 2i + 5jk.

例如,向量 (4, -3) 可以写成 4i – 3j。在三维中,向量 (2, 5, -1) 就是 2i + 5jk


5. Expressing Vectors as Linear Combinations | 将向量表示为线性组合

When we write a vector as a linear combination of basis vectors, we are expressing it in terms of its components along each basis direction.

当我们把向量写成基向量的线性组合时,实际上是将它分解为沿各个基方向的分量。

In 2D, any vector v = (a, b) can be written as:

在二维中,任何向量 v = (a, b) 都可以写为:

v = a i + b j

In 3D, any vector v = (a, b, c) can be written as:

在三维中,任何向量 v = (a, b, c) 都可以写为:

v = a i + b j + c k

The numbers a, b, and c are called the components of v with respect to the basis {i, j, k}. They are unique because the basis is linearly independent.

a、b、c 称为向量 v 在基 {i, j, k} 下的分量。由于基是线性无关的,所以这些分量是唯一的。

For example, if v = 3i – 2j + 7k, then the component form is (3, -2, 7). Conversion between component form and basis form is often tested in paper 1 and paper 2.

例如,若 v = 3i – 2j + 7k,则分量形式为 (3, -2, 7)。分量形式与基形式之间的转换是卷一和卷二中的常见考点。


6. Position Vectors and Basis Vectors | 位置向量与基向量

A position vector is a vector that starts at the origin and ends at a given point. It completely describes the location of that point relative to the origin.

位置向量是从原点出发、指向某个确定点的向量。它完整地描述了这个点相对于原点的位置。

If point P has coordinates (x, y, z), then its position vector is:

若点 P 的坐标为 (x, y, z),则其位置向量为:

p = x i + y j + z k = (x, y, z)

Basis vectors are extremely useful when working with position vectors because they let us separate coordinates into independent directions. For two points A and B with position vectors a and b, the displacement vector from A to B is:

基向量在处理位置向量时非常有用,因为它们将坐标分解到相互独立的方向上。对于位置向量为 ab 的两点 A 和 B,从 A 到 B 的位移向量为:

AB = b – a

This displacement can then be used to find distances, midpoints, and equations of lines.

这个位移向量可以进一步用于求距离、中点以及直线方程。


7. What Makes a Set of Vectors a Basis? | 什么是一组向量构成基的条件

Not every set of vectors can be a basis. For a set of vectors to form a basis, two main conditions must be satisfied.

并不是任意一组向量都能构成基。一组向量要构成基,必须满足两个主要条件。

  • Linear independence: no vector in the set can be written as a linear combination of the others.

    线性无关:该组中没有任何一个向量可以写成其余向量的线性组合。

  • Spanning: every vector in the space can be expressed as a linear combination of the set.

    张成空间:空间中的每一个向量都可以表示为这组向量的线性组合。

In 2D, any two non-parallel nonzero vectors form a basis. In 3D, any three non-coplanar vectors form a basis.

在二维中,任意两个不平行且非零的向量构成一组基。在三维中,任意三个不共面的向量构成一组基。

For example, the vectors u = (1, 2) and v = (3, -1) are not multiples of each other, so they form a basis for the 2D plane.

例如,向量 u = (1, 2) 和 v = (3, -1) 不是彼此的倍数,因此它们构成二维平面的一组基。


8. Checking Whether Vectors Form a Basis | 判断向量是否构成基

In IB Mathematics, you may be asked to determine whether two or three vectors form a basis. For 2D vectors, the simplest method is to check whether they are parallel.

在 IB 数学中,你可能会被要求判断两个或三个向量是否构成基。对于二维向量,最简便的方法是检查它们是否平行。

If a = (a₁, a₂) and b = (b₁, b₂), then they are parallel if:

a = (a₁, a₂)、b = (b₁, b₂),则它们平行当且仅当:

a₁ / b₁ = a₂ / b₂ , or a₁ b₂ – a₂ b₁ = 0

If the determinant a₁b₂ – a₂b₁ is not zero, then the vectors are not parallel and therefore form a basis for 2D space.

如果行列式 a₁b₂ – a₂b₁ 不等于 0,则两个向量不平行,因此构成二维空间的一组基。

For 3D vectors, we check whether they are coplanar. This is often done using the scalar triple product.

对于三维向量,我们需要检查它们是否共面。通常使用混合积(标量三重积)来判断。

a · (b × c) ≠ 0

If the scalar triple product is nonzero, the three vectors are not coplanar and form a basis for 3D space.

如果混合积不为零,则三个向量不共面,因此构成三维空间的一组基。


9. Application: Direction Cosines with Unit Vectors | 应用:单位向量与方向余弦

A unit vector is especially useful when describing the direction of a line or of a vector in 3D. The direction cosines are the cosines of the angles between the vector and the coordinate axes.

单位向量在描述三维中直线或向量的方向时特别有用。方向余弦是向量与坐标轴之间夹角的余弦值。

If a unit vector is u = (l, m, n), where l = u₁, m = u₂, n = u₃ in component form, then:

若单位向量为 u = (l, m, n),其中 l = u₁、m = u₂、n = u₃,则:

l = cos α, m = cos β, n = cos γ

Here α, β, γ are the angles that u makes with the x-, y-, and z-axes respectively. Since u is a unit vector, the direction cosines satisfy:

其中 α、β、γ 分别表示 u 与 x 轴、y 轴、z 轴之间的夹角。由于 u 是单位向量,方向余弦满足:

l² + m² + n² = 1

For example, if a vector has direction cosines (√3/2, 1/2, 0), then the unit vector in that direction is (√3/2, 1/2, 0).

例如,如果一个向量的方向余弦为 (√3/2, 1/2, 0),那么该方向上的单位向量就是 (√3/2, 1/2, 0)。


10. Application: Dot Product and Projection with Unit Vectors | 应用:点积与单位向量投影

Unit vectors simplify the dot product formula. When you calculate the dot product of two normalized vectors, the result is simply the cosine of the angle between them.

单位向量可以简化点积公式。当你计算两个单位向量的点积时,结果就是它们夹角的余弦值。

u · v = |u| |v| cos θ

If u and v are both unit vectors, then |u| = |v| = 1, so:

uv 都是单位向量,则 |u| = |v| = 1,因此:

u · v = cos θ

The scalar projection of vector a onto the direction of unit vector is simply a · . This is why unit vectors are so useful in projection and component problems.

向量 a 在单位向量 方向上的标量投影就是 a · 。这就是为什么单位向量在投影问题与分解问题中如此有用。

For example, the projection of a = (4, 3) onto the direction = (1/√2, 1/√2) is:

例如,a = (4, 3) 在方向 = (1/√2, 1/√2) 上的投影为:

(4, 3) · (1/√2, 1/√2) = (4 + 3) / √2 = 7 / √2


11. Common Mistakes and Exam Tips | 常见错误与考场技巧

Students often lose marks on unit vector and basis vector questions because of small errors. Here are the most common mistakes to avoid.

同学们在单位向量与基向量题目中常因小错误而丢分。以下是最常见的错误及避免方法。

  • Forgetting to divide all components by the magnitude when finding a unit vector.

    求单位向量时忘记将所有分量除以模。

  • Using the zero vector in a unit vector formula. The zero vector has no direction.

    在单位向量公式中使用零向量。零向量没有方向。

  • Confusing i, j, k with coordinates. They are vectors, not merely labels.

    混淆 ijk 与坐标。它们是向量,而不仅仅是标记。

  • Checking linear independence incorrectly. In 2D, two vectors are dependent if one is a scalar multiple of the other.

    错误地判断线性无关。在二维中,若一个向量是另一个向量的标量倍,则它们线性相关。

Exam tip: always write your final unit vector in exact form where possible. Fractions and surds are usually preferred over decimals.

考场技巧:最终的单位向量应尽量写成精确形式。通常优先使用分数和根式,而不是小数。


12. Conclusion and Final Checklist | 总结与最终检查清单

Unit vectors and basis vectors are not just abstract definitions; they are practical tools that appear throughout the IB Mathematics analysis and approaches course. From finding directions to writing equations of lines, from checking independence to computing projections, these concepts are essential.

单位向量与基向量不只是抽象定义,而是贯穿 IB 数学分析与方法课程的实际工具。从求方向到写直线方程,从判断线性无关到计算投影,这些概念都至关重要。

Concept Key Formula
Unit vector v̂ = v / |v|
Magnitude of v |v| = √(v₁² + v₂² + v₃²)
Standard basis i, j, k
Linear independence in 2D a₁b₂ – a₂b₁ ≠ 0
Direction cosines l² + m² + n² = 1

Before you move on to the next question, ask yourself: have I checked the magnitude? Is my answer in the correct form? Do my basis vectors satisfy linear independence? With practice, unit vectors and basis vectors will become one of the easiest parts of the vector topic.

在继续做下一道题之前,不妨问自己:我检查过模了吗?我的答案形式正确吗?我的基向量是否满足线性无关?通过练习,单位向量与基向量将成为向量部分中最容易拿分的内容之一。

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