📚 PDF资源导航

IB CIE Mathematics: Matrices Key Points | IB CIE 数学:矩阵 考点精讲

📚 IB CIE Mathematics: Matrices Key Points | IB CIE 数学:矩阵 考点精讲

Matrices form a core component of the IB and CIE A-level Mathematics syllabus, providing a structured way to handle systems of equations, transformations, and algebraic structures. A clear grasp of matrix operations, determinants, inverses, and their geometric interpretations is essential for success in both pure mathematics and applied topics. This article systematically unpacks the key concepts you need to master, with worked examples and exam‑focused tips.

矩阵是 IB 和 CIE A-level 数学课程的核心内容,为处理方程组、变换和代数结构提供了系统的方法。扎实掌握矩阵的运算、行列式、逆矩阵及其几何意义,对纯数学和应用数学的学习至关重要。本文系统梳理了必须掌握的关键概念,配有示例和应试技巧,帮助同学们精准备考。

1. Matrix Terminology and Order | 矩阵术语与阶数

A matrix is a rectangular array of numbers arranged in rows and columns. The order (or dimension) of a matrix is given by m × n, where m is the number of rows and n is the number of columns. Individual entries are referred to by their position, e.g. a23 denotes the element in the 2nd row and 3rd column.

矩阵是一个由数字排列成的矩形阵列。阶数(或维度)用 m × n 表示,其中 m 为行数,n 为列数。单个元素由其位置指代,例如 a₂₃ 表示第 2 行第 3 列的元素。

2 -1 5
0 3 4

This is a 2 × 3 matrix. Two matrices are equal if they have the same order and corresponding entries are equal.

这是一个 2 × 3 矩阵。两个矩阵相等当且仅当它们阶数相同且对应元素相等。


2. Addition and Subtraction of Matrices | 矩阵的加法与减法

Two matrices can be added or subtracted only if they have exactly the same order. The operation is performed element‑wise. If A = (aij) and B = (bij), then A + B = (aij + bij).

只有当两个矩阵阶数完全相同时,才能进行加法或减法运算,运算逐元素进行。若 A = (aᵢⱼ) 且 B = (bᵢⱼ),则 A + B = (aᵢⱼ + bᵢⱼ)。

Matrix addition is commutative and associative: A + B = B + A; (A + B) + C = A + (B + C). The negative of a matrix is obtained by changing the sign of every element.

矩阵加法满足交换律和结合律:A + B = B + A;(A + B) + C = A + (B + C)。矩阵的负矩阵由每个元素变号得到。


3. Scalar Multiplication | 标量乘法

To multiply a matrix by a scalar k, multiply every element of the matrix by k. This operation is distributive over matrix addition: k(A + B) = kA + kB. It also obeys (k + l)A = kA + lA and (kl)A = k(lA).

将一个矩阵乘以标量 k 时,需将矩阵的每个元素都乘以 k。该运算对矩阵加法满足分配律:k(A + B) = kA + kB。同时也满足 (k + l)A = kA + lA 和 (kl)A = k(lA)。


4. Matrix Multiplication | 矩阵乘法

Two matrices can be multiplied if the number of columns in the first matrix equals the number of rows in the second. If A is m × n and B is n × p, the product AB is an m × p matrix. The entry in the i‑th row and j‑th column of AB is the dot product of the i‑th row of A and the j‑th column of B.

当第一个矩阵的列数等于第二个矩阵的行数时,两个矩阵方可相乘。若 A 为 m × n,B 为 n × p,则乘积 AB 是 m × p 矩阵。AB 中第 i 行第 j 列的元素是 A 的第 i 行与 B 的第 j 列的点积。

(AB)ij = Σ aik bkj (k = 1 to n)

Important: Matrix multiplication is not commutative in general, i.e. AB ≠ BA. The identity matrix I (ones on the main diagonal, zeros elsewhere) satisfies AI = IA = A for square matrices. Multiplication is associative and distributive over addition.

注意:矩阵乘法一般不满足交换律,即 AB ≠ BA。单位矩阵 I(主对角线为 1,其余为 0 的方阵)满足 AI = IA = A。乘法满足结合律和对加法的分配律。

  • Even if both AB and BA are defined, they may have different orders or different entries.

    即使 AB 和 BA 均有定义,它们的阶数或元素也可能不同。

  • The zero matrix O (all entries zero) satisfies AO = O and OA = O, provided the orders match.

    零矩阵 O(所有元素为零)在阶数匹配的前提下满足 AO = O 和 OA = O。


5. Determinant of a 2 × 2 Matrix | 2 × 2 矩阵的行列式

For a 2 × 2 matrix A = [a b; c d] (where the square brackets denote the rows [a b] and [c d]), the determinant is defined as det(A) = ad − bc. The determinant is a scalar value that indicates whether the matrix is invertible and, geometrically, represents the area scaling factor of the transformation described by A.

对于 2 × 2 矩阵 A = [a b; c d](方括号表示行 [a b] 与 [c d]),行列式定义为 det(A) = ad − bc。行列式是一个标量,它反映矩阵是否可逆,并在几何上表示由 A 描述的变换对面积的缩放因子。

det(A) = |A| = ad − bc

If det(A) = 0, the matrix is singular and has no inverse. If det(A) ≠ 0, the matrix is non‑singular and invertible.

若 det(A) = 0,矩阵为奇异矩阵,不存在逆矩阵;若 det(A) ≠ 0,矩阵为非奇异矩阵,可逆。

For a 3 × 3 matrix, the determinant can be found by expansion along a row or column. Although the IB syllabus focuses primarily on 2 × 2 determinants, CIE may require the determinant of a 3 × 3 matrix. The calculation follows the pattern of minors and cofactors.

对于 3 × 3 矩阵,行列式可通过按行或按列展开来计算。尽管 IB 大纲主要聚焦 2 × 2 行列式,CIE 可能要求计算 3 × 3 矩阵的行列式,其计算遵循余子式和代数余子式的规则。


6. Inverse of a 2 × 2 Matrix | 2 × 2 矩阵的逆矩阵

The inverse of a square 2 × 2 matrix A, denoted A⁻¹, exists only if det(A) ≠ 0. It is given by:

2 × 2 方阵 A 的逆矩阵,记作 A⁻¹,仅当 det(A) ≠ 0 时存在。其公式为:

A⁻¹ = 1 / det(A) × [ d −b; −c a ]

This swaps the elements a and d, changes the signs of b and c, and divides by the determinant. The inverse satisfies AA⁻¹ = A⁻¹A = I.

公式交换了元素 a 和 d,改变 b 和 c 的符号,并除以行列式。逆矩阵满足 AA⁻¹ = A⁻¹A = I。

Verification: Multiply A by A⁻¹ to confirm the identity matrix is obtained.

验证:将 A 与 A⁻¹ 相乘,确认得到单位矩阵。


7. Solving Simultaneous Equations Using Inverse Matrices | 利用逆矩阵解联立方程组

Systems of linear equations can be represented in matrix form as AX = B, where A is the coefficient matrix, X is the column vector of unknowns, and B is the constant column vector. If A is invertible, the unique solution is X = A⁻¹B.

线性方程组可用矩阵形式表示为 AX = B,其中 A 为系数矩阵,X 为未知量列向量,B 为常数项列向量。若 A 可逆,则方程组的唯一解为 X = A⁻¹B。

For two equations in x and y:

以 x 和 y 为未知量的两个方程:


ax + by = e
cx + dy = f → [a b; c d] [x; y] = [e; f]

Then [x; y] = (1/(ad−bc)) [d −b; −c a] [e; f]. This method is efficient and avoids elimination errors. Always check the determinant first: if det(A) = 0, the system either has no unique solution (inconsistent or dependent).

则 [x; y] = (1/(ad−bc)) [d −b; −c a] [e; f]。该方法高效,可避免消元法中的失误。务必先检查行列式:若 det(A) = 0,方程组要么无唯一解(矛盾),要么有无穷多解(相关)。

For larger systems, CIE candidates should be able to find the solution using the inverse of a 3 × 3 matrix, provided the matrix is non‑singular.

对于更大规模的方程组,CIE 考生应能使用 3 × 3 矩阵的逆矩阵求其解,前提是矩阵非奇异。


8. Geometric Transformations Using 2 × 2 Matrices | 利用 2 × 2 矩阵进行几何变换

A 2 × 2 matrix can represent a linear transformation of the plane. The columns of the matrix are the images of the unit vectors (1,0) and (0,1) under the transformation.

一个 2 × 2 矩阵可以表示平面上的线性变换。矩阵的列分别是单位向量 (1,0) 和 (0,1) 在该变换下的像。

Transformation (变换) Matrix (矩阵)
Reflection in x‑axis (关于 x 轴反射) [1 0; 0 −1]
Reflection in y‑axis (关于 y 轴反射) [−1 0; 0 1]
Reflection in line y = x (关于直线 y = x 反射) [0 1; 1 0]
Rotation through angle θ about origin (绕原点旋转 θ) [cos θ −sin θ; sin θ cos θ]
Enlargement scale factor k (缩放因子 k) [k 0; 0 k]
Stretch parallel to x‑axis factor k (沿 x 轴拉伸因子 k) [k 0; 0 1]

The determinant of the transformation matrix gives the area scale factor. A negative determinant indicates that orientation is reversed. Combining transformations corresponds to matrix multiplication in order from right to left: if transformation A is followed by B, the overall matrix is BA.

变换矩阵的行列式给出面积缩放因子。行列式为负表明定向发生反转。复合变换对应从右到左的矩阵乘法:若先进行变换 A 再进行变换 B,则总矩阵为 BA。

To find the image of a point (x, y), multiply the transformation matrix by the column vector [x; y].

要找到点 (x, y) 的像,只需用变换矩阵乘以列向量 [x; y]。


9. Matrix Algebra Properties and Singular Matrices | 矩阵代数性质与奇异矩阵

Matrix algebra obeys many rules familiar from real numbers, but with crucial exceptions. Understanding these properties is vital for simplifying expressions and avoiding common pitfalls.

矩阵代数遵循许多类似于实数运算的规则,但有关键的例外。理解这些性质对化简表达式、避免常见错误至关重要。

  • Associativity of multiplication: (AB)C = A(BC). (乘法结合律)

  • Distributivity: A(B + C) = AB + AC and (A + B)C = AC + BC. (分配律)

  • Non‑commutativity: In general, AB ≠ BA. (一般不满足交换律)

  • Products with identity: AI = IA = A. (与单位矩阵相乘)

  • Transpose: (AB)ᵀ = Bᵀ Aᵀ. The transpose of a matrix is obtained by swapping rows and columns. (转置:将行与列互换)

A matrix is singular if its determinant is zero. Singular matrices do not have an inverse and represent transformations that collapse the plane into a line or a point, reducing its dimension. For example, [1 2; 2 4] has determinant 0 and maps all points onto a line.

行列式为零的矩阵是奇异矩阵。奇异矩阵没有逆,它所代表的变换会将平面降维映射到一条直线或一个点上。例如,[1 2; 2 4] 的行列式为 0,它将所有点映射到一条直线上。

When solving equations, if you encounter a coefficient matrix with zero determinant, the system either has no solutions or infinitely many. Use other methods (elimination, consistency check) to interpret the result.

在求解方程组时,若遇到系数矩阵行列式为零的情况,该方程组要么无解,要么有无穷多解。此时应通过其他方法(消元法、相容性检验)来判定结果。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

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