📚 PDF资源导航

AS Further Mathematics Unit 2 (June 2019) Key Concepts Review | AS 进阶数学 Unit 2 (2019年6月)知识点精讲

📚 AS Further Mathematics Unit 2 (June 2019) Key Concepts Review | AS 进阶数学 Unit 2 (2019年6月)知识点精讲

This article breaks down the essential topics examined in the June 2019 AS Further Mathematics Unit 2 paper. Whether you are revising complex numbers, matrix algebra, or proof by induction, the explanations below reflect the style and depth required by the specification. Each core idea is presented in a concise English–Chinese bilingual pairing to help you grasp both the language and the mathematics.

本文精讲 2019 年 6 月 AS 进阶数学 Unit 2 试卷的核心知识点。无论你正在复习复数、矩阵代数还是归纳法证明,下面的讲解都紧扣考纲要求。每个关键概念以英文-中文对照的形式呈现,帮助你同时掌握术语与数学本身。


1. Complex Numbers | 复数

A complex number is written as z = a + bi, where a, b ∈ ℝ and i² = −1. The real part is Re(z) = a, and the imaginary part is Im(z) = b.

复数写作 z = a + bi,其中 a、b 为实数且 i² = −1。实部为 Re(z)=a,虚部为 Im(z)=b。

Addition and subtraction are performed component‑wise: (a + bi) ± (c + di) = (a ± c) + (b ± d)i.

加减运算按分量进行:(a + bi) ± (c + di) = (a ± c) + (b ± d)i。

Multiplication uses the distributive law and the fact i² = −1, e.g. (a+bi)(c+di) = (ac − bd) + (ad + bc)i.

乘法利用分配律及 i² = −1,如 (a+bi)(c+di) = (ac − bd) + (ad + bc)i。

The complex conjugate of z = a + bi is z* = a − bi. Note that z·z* = a² + b² is always real and non‑negative.

z = a + bi 的共轭复数为 z* = a − bi。注意 z·z* = a² + b² 恒为实数且非负。

Division is carried out by multiplying numerator and denominator by the conjugate of the denominator, giving a real denominator.

除法通过将分子分母同乘以分母的共轭实现,从而得到实分母。


2. Argand Diagram and Modulus–Argument Form | 阿尔冈图与模-辐角形式

A complex number z = x + yi can be represented by the point (x, y) on an Argand diagram. Its modulus is |z| = √(x² + y²), giving the distance from the origin.

复数 z = x + yi 可用阿尔冈图上的点 (x, y) 表示。其模为 |z| = √(x² + y²),即到原点的距离。

The argument arg(z) is the angle θ measured from the positive real axis, usually taken in (−π, π] or [0, 2π). tan θ = y/x (with quadrant checks).

辐角 arg(z) 是从正实轴起算的角 θ,通常取 (−π, π] 或 [0, 2π)。tan θ = y/x(需判断象限)。

The modulus–argument form is z = r(cos θ + i sin θ), often abbreviated as r cis θ. This is particularly useful for multiplication and division.

模-辐角形式为 z = r(cos θ + i sin θ),常简记作 r cis θ。此形式对乘除运算尤其方便。

Multiplying two complex numbers: multiply their moduli and add their arguments. Dividing: divide moduli and subtract arguments.

两复数相乘:模相乘,辐角相加。相除:模相除,辐角相减。


3. Roots of Polynomials | 多项式的根

For a quadratic equation ax² + bx + c = 0 with roots α and β, the sum α+β = −b/a and the product αβ = c/a.

对于二次方程 ax² + bx + c = 0 的二根 α、β,有根之和 α+β = −b/a,根之积 αβ = c/a。

These relations allow you to form new equations whose roots are symmetric functions of α and β, e.g. α²+β² = (α+β)² − 2αβ.

利用这些关系可构造以 α、β 的对称式为新根的新方程,例如 α²+β² = (α+β)² − 2αβ。

For a cubic x³ + px² + qx + r = 0 with roots α, β, γ: Σα = −p, Σαβ = q, αβγ = −r.

对于三次方程 x³ + px² + qx + r = 0,三根 α、β、γ 满足 Σα = −p,Σαβ = q,αβγ = −r。

You are often asked to find the value of an expression like Σα² or Σ(αβ)². Always express it in terms of the symmetric sums.

常要求计算如 Σα² 或 Σ(αβ)² 的值,务必用对称和表示。


4. Matrices: Operations and Multiplication | 矩阵运算与乘法

A 2×2 matrix is written as A = [a b; c d]. Addition and subtraction are element‑wise.

2×2 矩阵写作 A = [a b; c d]。加减法逐元素进行。

Matrix multiplication BA is defined only if the number of columns of the left matrix equals the number of rows of the right matrix. For 2×2 matrices, the product is:

矩阵乘法 BA 仅当左矩阵的列数等于右矩阵的行数时有定义。对于 2×2 矩阵,乘积为:

AB = [a b; c d] [e f; g h] = [ae+bg af+bh; ce+dg cf+dh]

AB = [a b; c d] [e f; g h] = [ae+bg af+bh; ce+dg cf+dh](中文解释:对应行列法则)

Matrix multiplication is not commutative: in general AB ≠ BA.

矩阵乘法一般不满足交换律:通常 AB ≠ BA。

The identity matrix I = [1 0; 0 1] satisfies AI = IA = A for any conformable matrix A.

单位矩阵 I = [1 0; 0 1] 使 AI = IA = A 对任何可乘矩阵成立。


5. Determinants and Inverse of 2×2 Matrices | 2×2 矩阵的行列式与逆

The determinant of A = [a b; c d] is det(A) = ad − bc. It is a scalar that gives the area scale factor of the associated linear transformation.

矩阵 A = [a b; c d] 的行列式为 det(A) = ad − bc,它是关联线性变换的面积缩放因子。

If det(A) ≠ 0, the matrix is invertible and its inverse is A⁻¹ = (1/det(A)) [d −b; −c a].

若 det(A) ≠ 0,矩阵可逆,其逆矩阵为 A⁻¹ = (1/det(A)) [d −b; −c a]

Properties: det(AB) = det(A)·det(B); det(A⁻¹) = 1/det(A); det(Aᵀ) = det(A).

性质:det(AB) = det(A)·det(B);det(A⁻¹) = 1/det(A);det(Aᵀ) = det(A)。

In questions, you may need to solve matrix equations of the form AX = B ⇒ X = A⁻¹B, remembering to multiply on the correct side.

解题中可能需求解 AX = B 形式的矩阵方程,得 X = A⁻¹B,注意左乘顺序。


6. Linear Transformations in the Plane | 平面线性变换

A 2×2 matrix M represents a linear transformation of the plane: M sends the vector (x, y)ᵀ to M(x, y)ᵀ.

每个 2×2 矩阵 M 代表平面的一个线性变换:M 将向量 (x, y)ᵀ 映为 M(x, y)ᵀ。

Common transformations: rotation by θ given by [cos θ −sin θ; sin θ cos θ]; reflection in the line y = (tan θ)x uses [cos 2θ sin 2θ; sin 2θ −cos 2θ].

常见变换:旋转 θ 角的矩阵为 [cos θ −sin θ; sin θ cos θ];关于直线 y = (tan θ)x 的反射矩阵为 [cos 2θ sin 2θ; sin 2θ −cos 2θ]

Enlargement (scaling) by factor k parallel to both axes: [k 0; 0 k]. Shear parallel to the x‑axis by factor s: [1 s; 0 1].

缩放因子 k 的均匀缩放:[k 0; 0 k]。平行于 x 轴、因子 s 的剪切:[1 s; 0 1]

Combining transformations corresponds to multiplying their matrices, with the first transformation being right‑most. This is a crucial exam point.

组合变换相当于矩阵相乘,最先进行的变换对应于最右侧的矩阵。这是考试重点。


7. Series and Summation Notation | 级数与求和记号

The sum of the first n natural numbers: Σᵢ₌₁ⁿ i = n(n+1)/2. Sum of squares: Σ i² = n(n+1)(2n+1)/6. Sum of cubes: Σ i³ = n²(n+1)²/4.

前 n 个自然数的和:Σᵢ₌₁ⁿ i = n(n+1)/2。平方和:Σ i² = n(n+1)(2n+1)/6。立方和:Σ i³ = n²(n+1)²/4。

These standard results are the building blocks for polynomial summations. Always rewrite the summand as a combination of i, i², i³ before using the formulas.

这些标准结果是多项式求和的基石。务必先将求项写作 i、i²、i³ 的组合,再套用公式。

For arithmetic series: uₙ = a + (n−1)d, Sₙ = n/2 [2a + (n−1)d]. For geometric series: uₙ = arⁿ⁻¹, Sₙ = a(1−rⁿ)/(1−r) for r ≠ 1.

等差数列:uₙ = a + (n−1)d,Sₙ = n/2 [2a + (n−1)d]。等比数列:uₙ = arⁿ⁻¹,Sₙ = a(1−rⁿ)/(1−r)(r ≠ 1)。

Infinite geometric series converges to a/(1−r) when |r| < 1. This often appears in the context of sequences defined by recurrence.

当 |r| < 1 时,无穷等比级数收敛于 a/(1−r),常在递推数列的语境中出现。


8. Proof by Mathematical Induction | 数学归纳法证明

Induction is used to prove statements P(n) for all positive integers n. The structure has four steps: basis case, assumption, inductive step, and conclusion.

归纳法用于证明对所有正整数 n 成立的命题 P(n)。结构分四步:基础情形、归纳假设、归纳步骤、结论。

Step 1: Show that P(1) (or the smallest value) is true. Step 2: Assume P(k) is true for some arbitrary k ≥ 1.

第 1 步:验证 P(1)(或最小 n 值)为真。第 2 步:假设对某个任意 k ≥ 1,P(k) 为真。

Step 3: Prove that P(k+1) is true using the assumption P(k). This usually involves algebraic manipulation of sums or divisibility statements.

第 3 步:利用 P(k) 为真的假设证明 P(k+1) 为真。通常涉及对求和式或整除性的代数处理。

Divisibility proofs: show that a certain expression is a multiple of a given number. For example, prove 3²ⁿ−1 is divisible by 8.

整除性证明:需证明某表达式为给定数的倍数。例如证明 3²ⁿ−1 能被 8 整除。

In the June 2019 paper, induction questions often test summation formulas or matrix powers. Be careful to show clear logical flow.

2019 年 6 月试卷中,归纳法常考查求和公式或矩阵的幂。务必展示清晰的逻辑脉络。


9. Method of Differences | 差分法

The method of differences is used to sum series where the terms can be written as f(r) − f(r+1) or similar telescoping forms.

差分法用于求通项可写作 f(r) − f(r+1) 或类似可消项形式的级数和。

Example: Σᵣ₌₁ⁿ 1/(r(r+1)) = Σ (1/r − 1/(r+1)) = 1 − 1/(n+1). Most terms cancel in pairs.

例如:Σᵣ₌₁ⁿ 1/(r(r+1)) = Σ (1/r − 1/(r+1)) = 1 − 1/(n+1)。大多数项成对消去。

Partial fractions are often needed to split the term into a difference. Write the fraction as A/r + B/(r+1), solve for A and B.

通常需要先拆分为部分分式,写成 A/r + B/(r+1),再求出 A、B。

In exam conditions, carefully write out the first few and last few terms to demonstrate the cancelling pattern.

考试中应仔细写出前几项与后几项,清晰展示消去模式。


10. Exam Strategy for June 2019 | 2019 年 6 月应试策略

Read the question carefully: for matrix transformations, check whether the order of multiplication matches the order of operations. Many marks are lost by multiplying matrices in the wrong sequence.

仔细审题:矩阵变换题中,检查乘法顺序是否与操作顺序一致。很多考生因乘序错误而丢分。

When using complex conjugates to divide, always show the multiplication by the conjugate explicitly. This demonstrates understanding and secures method marks.

用共轭复数做除法时,务必明确写出乘上共轭的过程,既展示理解又能拿方法分。

In roots of polynomials, if a substitution like y = 2x + 1 is given, reverse‑substitute x = (y−1)/2 into the original equation. Do not try to manipulate the roots numerically.

多项式根的问题中,若给出 y = 2x + 1 的替换,应将 x = (y−1)/2 反代回原方程,不要直接对根做数值运算。

For induction, always write the conclusion statement: ‘Since P(1) is true and P(k) ⇒ P(k+1), by induction P(n) is true for all n ∈ ℕ.’ The conclusion alone often earns a mark.

归纳法题一定要写出结论语句:“因为 P(1) 成立且 P(k) ⇒ P(k+1),由归纳法,P(n) 对所有正整数 n 成立。”该句子本身常值 1 分。

Check algebraic simplification thoroughly. In series questions a sign error or mis‑factorisation can turn a correct method into a wrong answer.

彻底检查代数化简。级数问题中一个符号错误或因式分解失误可能使正确方法变成错误答案。

Many Unit 2 problems combine two topics, such as complex numbers and Argand geometry, or matrices and determinants. Practice linking concepts.

许多 Unit 2 题目组合了两个专题,如复数与阿尔冈几何,或矩阵与行列式。练习时注意融会贯通。

Published by TutorHao | AS Further 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