📚 PDF资源导航

FM01 International Further Mathematics AS Jan 2023 Paper: Key Topic Review | 国际进阶数学AS(FM01)2023年1月卷知识点精讲

📚 FM01 International Further Mathematics AS Jan 2023 Paper: Key Topic Review | 国际进阶数学AS(FM01)2023年1月卷知识点精讲

This article provides a thorough review of the core topics appearing in the International Further Mathematics AS (FM01) January 2023 paper. Mastering complex numbers, matrices, series, induction and polynomial roots is essential for success. We break down each concept with examples and explanations.

本文全面回顾了2023年1月国际进阶数学AS(FM01)试卷中的核心考点。掌握复数、矩阵、级数、数学归纳法和多项式根是成功的关键。每个概念都配有示例和详细解释。


1. Complex Numbers: Basic Operations and Argand Diagram | 复数:基本运算与Argand图

A complex number is written as z = a + bi, where a and b are real and i² = −1. Addition is performed component‑wise: (a+bi)+(c+di) = (a+c)+(b+d)i.

复数写作 z = a + bi,a、b 为实数且 i² = −1。加法按实部和虚部分别进行:(a+bi)+(c+di) = (a+c)+(b+d)i。

Multiplication uses the distributive law and i² = −1: (a+bi)(c+di) = ac + adi + bci + bdi² = (ac−bd) + (ad+bc)i.

乘法使用分配律并利用 i² = −1:(a+bi)(c+di) = ac + adi + bci + bdi² = (ac−bd)+(ad+bc)i。

The Argand diagram represents a complex number as the point (a,b) on an x‑y plane, with the real part on the horizontal axis and the imaginary part on the vertical axis. The modulus |z| = √(a²+b²) gives the distance from the origin, and the argument θ = arctan(b/a) (adjusted for quadrant) gives the angle from the positive real axis.

Argand图将复数表示为平面上点 (a,b),实轴为横轴,虚轴为纵轴。模 |z| = √(a²+b²) 是到原点的距离,辐角 θ = arctan(b/a)(需根据象限调整)是从正实轴起算的角度。


2. Modulus, Argument and Polar Form | 模、辐角与极坐标形式

The polar form expresses a complex number in terms of modulus r and argument θ: z = r(cosθ + i sinθ). Using Euler’s formula this becomes z = r eiθ.

极坐标形式用模 r 和辐角 θ 表示复数:z = r(cosθ + i sinθ),利用欧拉公式也可写为 z = r eiθ。

Multiplication in polar form is elegant: z₁z₂ = r₁r₂[cos(θ₁+θ₂) + i sin(θ₁+θ₂)]. Division becomes z₁/z₂ = (r₁/r₂)[cos(θ₁−θ₂) + i sin(θ₁−θ₂)].

极坐标形式下乘法简洁:z₁z₂ = r₁r₂[cos(θ₁+θ₂)+ i sin(θ₁+θ₂)]。除法:z₁/z₂ = (r₁/r₂)[cos(θ₁−θ₂)+ i sin(θ₁−θ₂)]。

This representation is particularly useful when working with powers (de Moivre) and roots of complex numbers.

这种表示在计算幂次(棣莫弗定理)和复根时尤其有用。


3. Complex Conjugate and Division | 共轭复数与除法

The complex conjugate of z = a+bi is z* = a−bi. Fundamental properties include: (z*)* = z, z+z* = 2a (a pure real number), and z−z* = 2bi (a pure imaginary number).

共轭复数定义为 z* = a−bi。基本性质包括:(z*)*=z,z+z*=2a(纯实数),z−z*=2bi(纯虚数)。

The product zz* = a²+b² = |z|² is real. This is used in division: multiply numerator and denominator by the conjugate of the denominator.

乘积 zz* = a²+b² = |z|² 为实数,这是除法的核心:将分子分母同乘分母的共轭复数。

(a+bi) / (c+di) = (a+bi)(c−di) / (c²+d²)

Conjugates distribute over sums and products: (z₁+z₂)* = z₁*+z₂*, (z₁z₂)* = z₁*z₂*.

共轭运算对加减与乘法分配:(z₁+z₂)*=z₁*+z₂*,(z₁z₂)*=z₁*z₂*。


4. Solving Polynomials with Complex Roots | 含复数根的多项式求解

For a polynomial with real coefficients, non‑real complex roots always occur in conjugate pairs. Thus if z = α+βi is a root, then z* = α−βi is also a root.

对于实系数多项式,非实复根必然以共轭对出现。若 z = α+βi 为根,则 z* = α−βi 也为根。

Given one complex root, you can construct a quadratic factor with real coefficients: (x−z)(x−z*) = x² − 2Re(z)x + |z|².

已知一个复根,可构造实系数二次因式:(x−z)(x−z*) = x² − 2Re(z)x + |z|²。

For example, if a cubic equation has root 2+i, then 2−i is automatically a root. The third root can be found using factor theorem and polynomial division.

例如,若三次方程有一个根为 2+i,则 2−i 自然也是根。利用因式定理和多项式除法可找出第三个根。


5. Mathematical Induction for Series | 级数的数学归纳法

Mathematical induction is a standard method to prove statements for all positive integers n. The proof consists of three steps:

数学归纳法是证明对所有正整数 n 成立的命题的标准方法,包含三个步骤:

(i) Base case: Show the statement is true for n = 1. (ii) Inductive hypothesis: Assume the statement holds for n = k. (iii) Inductive step: Using the hypothesis, prove the statement for n = k+1.

(i) 基础情形:验证 n=1 时命题成立。(ii) 归纳假设:假定命题对 n=k 成立。(iii) 归纳递推:利用该假设证明 n=k+1 时命题也成立。

This technique is frequently applied to summation formulas such as ∑_{r=1}^{n} r = n(n+1)/2 or ∑_{r=1}^{n} r² = n(n+1)(2n+1)/6.

该技巧常用于求和公式的证明,如 ∑_{r=1}^{n} r = n(n+1)/2 或 ∑_{r=1}^{n} r² = n(n+1)(2n+1)/6。

In the inductive step, you add the (k+1)‑th term to the assumed formula for k and simplify to obtain the target expression for k+1.

在递推步骤中,将第 k+1 项加入到假设的 k 项公式中,化简后得到 k+1 的目标表达式。


6. Summation of Finite Series | 有限级数求和

Important standard summation results must be memorised:

以下重要标准求和结果需熟记:

∑_{r=1}^{n} r = n(n+1)/2

∑_{r=1}^{n} r² = n(n+1)(2n+1)/6

∑_{r=1}^{n} r³ = n²(n+1)²/4

A general linear combination can be handled by splitting: ∑(ar²+br+c) = a∑r² + b∑r + c∑1, where ∑_{r=1}^{n} 1 = n.

一般线性组合可以拆分处理:∑(ar²+br+c) = a∑r² + b∑r + cn,因为常数的求和就是项数 n。

Many exam questions require expressing a given series in terms of these standard sums.

许多考题要求将给定级数用这些标准结果表示,再进行计算。


7. Matrices: Multiplication

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