📚 IB Maths: Matrix Essentials | IB 数学:矩阵 考点精讲
Mastering matrices is essential for success in IB Mathematics, especially for Analysis & Approaches (AA) and Applications & Interpretation (AI) Higher Level. This guide breaks down every key concept you need to know, from basic operations to geometric transformations and eigenvalues, ensuring you can tackle exam questions with confidence.
掌握矩阵是 IB 数学取得高分的关键,特别是对于分析与方法 (AA) 以及应用与解释 (AI) 高级课程。本指南逐一梳理你需要掌握的每一个核心概念,从基本运算到几何变换和特征值,确保你能自信地应对考试题目。
1. What is a Matrix? | 什么是矩阵?
A matrix is a rectangular array of numbers arranged in rows and columns. The order of a matrix is m × n, where m is the number of rows and n is the number of columns. Each entry is identified by its row and column position, e.g. a23 is the element in the 2nd row, 3rd column.
矩阵是一个按行和列排列的矩形数字阵列。矩阵的阶数表示为 m × n,其中 m 为行数,n 为列数。每个元素通过其所在的行和列位置来标识,例如 a23 表示第 2 行第 3 列的元素。
- Zero matrix: all entries are 0. 零矩阵:所有元素均为 0。
- Identity matrix I: a square matrix with 1s on the main diagonal and 0s elsewhere. 单位矩阵 I:主对角线元素为 1,其余为 0 的方阵。
- Square matrix: m = n. 方阵:行数等于列数。
2. Matrix Operations | 矩阵运算
Matrices of the same order can be added or subtracted by adding or subtracting corresponding entries. Scalar multiplication multiplies every entry by the scalar. These operations are straightforward but must respect the dimensions.
相同阶数的矩阵可以通过对应元素相加或相减来进行加减运算。标量乘法是将矩阵中的每个元素乘以该标量。这些运算很简单,但必须注意矩阵的维度匹配。
If A = [aij] and B = [bij], then A ± B = [aij ± bij]
若 A = [aij] 且 B = [bij],则 A ± B = [aij ± bij]
Matrix addition is commutative and associative. Scalar multiplication is distributive. Always check the order before performing addition/subtraction.
矩阵加法满足交换律和结合律。标量乘法满足分配律。在进行加减运算前务必检查矩阵阶数是否一致。
3. Matrix Multiplication | 矩阵乘法
For two matrices A (m × n) and B (n × p), the product C = AB is an m × p matrix where the element cij is the dot product of the i-th row of A and the j-th column of B. The number of columns in A must equal the number of rows in B.
对于矩阵 A (m × n) 和 B (n × p),乘积 C = AB 是一个 m × p 矩阵,其中元素 cij 是 A 的第 i 行与 B 的第 j 列的点积。A 的列数必须等于 B 的行数。
cij = Σk=1n aik bkj
Matrix multiplication is not commutative: in general, AB ≠ BA. However, it is associative: (AB)C = A(BC), and distributive: A(B+C) = AB + AC.
矩阵乘法不满足交换律:通常 AB ≠ BA。但它满足结合律:(AB)C = A(BC),以及分配律:A(B+C) = AB + AC。
In IB exams, you will often multiply 2×2 matrices or use the concept for transformations. Always check the order before multiplying.
在 IB 考试中,常常需要计算 2×2 矩阵的乘法,或将该概念用于变换。乘法前务必检查行列数是否匹配。
4. Determinant and Inverse | 行列式与逆矩阵
The determinant of a 2×2 matrix A = [[a, b], [c, d]] is det(A) = ad − bc. For a matrix to have an inverse, the determinant must be non-zero. A matrix with det=0 is called singular.
2×2 矩阵 A = [[a, b], [c, d]] 的行列式为 det(A) = ad − bc。矩阵可逆当且仅当行列式不为零。行列式为零的矩阵称为奇异矩阵。
The inverse of a 2×2 matrix is given by:
2×2 矩阵的逆矩阵公式:
A⁻¹ = (1/det(A)) [[d, −b], [−c, a]]
For 3×3 matrices, the determinant can be found by Sarrus’ rule or cofactor expansion. The inverse involves the matrix of cofactors and its transpose (adjugate).
对于 3×3 矩阵,行列式可通过萨鲁斯法则或余子式展开求得。逆矩阵涉及余子式矩阵及其转置(伴随矩阵)。
Key property: AA⁻¹ = A⁻¹A = I. The inverse is used to solve matrix equations and linear systems.
关键性质:AA⁻¹ = A⁻¹A = I。逆矩阵用于求解矩阵方程和线性方程组。
5. Solving Linear Systems | 解线性方程组
A system of linear equations can be written in matrix form as AX = B, where A is the coefficient matrix, X is the column vector of variables, and B is the constant vector. If A is invertible, the solution is X = A⁻¹B.
线性方程组可写成矩阵形式 AX = B,其中 A 是系数矩阵,X 是变量列向量,B 是常数向量。若 A 可逆,则解为 X = A⁻¹B。
Example: 2x + 3y = 5, 4x − y = 1 → A = [[2, 3], [4, −1]], B = [[5], [1]].
示例:2x + 3y = 5, 4x − y = 1 → A = [[2, 3], [4, −1]], B = [[5], [1]]。
Always check det(A) ≠ 0 before using the inverse method. For singular systems, there may be no solution or infinitely many solutions.
在使用逆矩阵方法前务必检查 det(A) ≠ 0。对于奇异矩阵,方程组可能无解或有无穷多解。
6. Gaussian Elimination | 高斯消元法
Gaussian elimination is a systematic method to solve systems of equations by transforming the augmented matrix [A|B] into row-echelon form using elementary row operations: (i) swap rows, (ii) multiply a row by a non-zero scalar, (iii) add a multiple of one row to another.
高斯消元法是一种系统化求解方程组的方法,通过对增广矩阵 [A|B] 进行初等行变换,将其化为行阶梯形。初等行变换包括:(i) 交换两行,(ii) 某行乘非零常数,(iii) 某行的倍数加到另一行。
The goal is to create leading 1s and zeros below them, then back-substitute to find solutions. Gaussian elimination works even when the matrix is singular, revealing whether no solution or infinite solutions exist.
目标是产生前导 1 及其下方的零,然后通过回代求解。高斯消元法即使在矩阵奇异时也能使用,可揭示是否无解或有无穷多解。
IB students must be comfortable with this method for 2×2 and 3×3 systems, showing all steps clearly.
IB 学生必须熟练掌握此方法,用以求解 2×2 和 3×3 方程组,并清晰展示所有步骤。
7. Matrix Transformations in Geometry | 几何中的矩阵变换
In the plane, a 2×2 matrix can represent a linear transformation that maps a point (x, y) to a new point (x’, y’) by matrix multiplication: [[x’], [y’]] = M [[x], [y]]. Common transformations include:
在平面上,2×2 矩阵可通过矩阵乘法表示一个线性变换,将点 (x, y) 映射到新点 (x’, y’):[[x’], [y’]] = M [[x], [y]]。常见变换包括:
| Transformation 变换 | Matrix M |
| Reflection in x-axis 关于 x 轴反射 | [[1, 0], [0, −1]] |
| Reflection in y-axis 关于 y 轴反射 | [[−1, 0], [0, 1]] |
| Reflection in line y = x | [[0, 1], [1, 0]] |
| Rotation by θ anticlockwise 逆时针旋转 θ | [[cosθ, −sinθ], [sinθ, cosθ]] |
| Stretch factor k parallel to x-axis 平行于 x 轴拉伸因子 k | [[k, 0], [0, 1]] |
| Shear parallel to x-axis, factor k 平行于 x 轴剪切因子 k | [[1, k], [0, 1]] |
To find the image of a shape, apply the transformation matrix to the position vectors of its vertices. The determinant of M tells you the area scale factor: |det(M)| = area of image / area of original.
要找到一个图形的像,将变换矩阵应用于其顶点的位置向量。M 的行列式给出了面积缩放因子:|det(M)| = 像的面积 / 原面积。
8. Composite Transformations | 复合变换
When two transformations are applied in succession, the overall transformation is represented by the product of their matrices, applied right to left. If transformation A is followed by B, the combined matrix is BA.
当连续施加两个变换时,整体变换由它们矩阵的乘积表示,从右向左应用。若先施加变换 A 再施加 B,则复合矩阵为 BA。
Be careful: matrix multiplication is not commutative, so the order matters. For example, a rotation followed by a reflection is generally different from a reflection followed by the same rotation.
注意:矩阵乘法不满足交换律,因此顺序至关重要。例如,旋转后再反射通常与先反射后旋转不同。
In IB exam questions, you may be asked to find the single matrix that represents a sequence of geometric transformations, or to decompose a given matrix into standard transformations.
在 IB 考题中,你可能需要求出一个表示一系列几何变换的单一矩阵,或将给定矩阵分解为标准变换。
9. Eigenvalues and Eigenvectors | 特征值与特征向量
For an n×n square matrix A, a non-zero vector v is an eigenvector if Av = λv for some scalar λ, called the eigenvalue. To find eigenvalues, solve the characteristic equation det(A − λI) = 0.
对于 n×n 方阵 A,若存在非零向量 v 使得 Av = λv,则 v 是特征向量,λ 是特征值。求解特征值需解特征方程 det(A − λI) = 0。
Eigenvalues and eigenvectors are used to diagonalise matrices, analyse linear transformations, and solve systems of differential equations. In IB, this topic appears mainly in AA HL.
特征值和特征向量用于矩阵对角化、分析线性变换以及求解微分方程组。在 IB 中,该主题主要出现在 AA HL 课程。
Key properties:
- The sum of eigenvalues equals the trace of A. 特征值之和等于 A 的迹。
- The product of eigenvalues equals the determinant of A. 特征值之积等于 A 的行列式。
- Eigenvectors corresponding to distinct eigenvalues are linearly independent. 不同特征值对应的特征向量线性无关。
To verify: (A − λI)v = 0 gives a homogeneous system; solve for the components of v.
验证方法:(A − λI)v = 0 给出齐次方程组;求解 v 的分量。
10. Common Pitfalls & Exam Tips | 常见错误与考试技巧
Dimension mismatch: Always check the order before adding or multiplying matrices. 维度不匹配:在加减或乘法前务必检查矩阵阶数。
Commutativity error: Assume AB ≠ BA unless proved otherwise. 交换律错误:除非证明,否则应假设 AB ≠ BA。
Determinant zero: Remember that a singular matrix has no inverse and the corresponding system may have no unique solution. 行列式为零:记住奇异矩阵没有逆矩阵,对应方程组可能没有唯一解。
Order of transformations: Apply matrices from right to left. 变换顺序:矩阵从右向左应用。
Area scale factor: Use |det| for the area scale factor, not the magnitude of the matrix. 面积缩放因子:使用 |det| 作为面积缩放因子,而非矩阵的模。
Using calculator: The IB permits graphic display calculators; learn to input matrices and perform operations quickly, but always show the steps in your written solution. 使用计算器:IB 允许使用图形计算器;学会快速输入矩阵并执行运算,但在书面解答中务必展示步骤。
Practise past paper questions under timed conditions to build speed and accuracy.
在规定时间内练习历年真题,以提高速度和准确性。
Published by TutorHao | 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