📚 PDF资源导航

9665-FM02 International AS Further Mathematics Mark Scheme 2017 v2: Core Topics Explained | 9665-FM02国际AS进阶数学2017 v2评分方案核心考点详解

📚 9665-FM02 International AS Further Mathematics Mark Scheme 2017 v2: Core Topics Explained | 9665-FM02国际AS进阶数学2017 v2评分方案核心考点详解

This article breaks down the key topics assessed in the Edexcel International AS Further Mathematics Unit 2 (FM02) from the 2017 examination series, guided by the official mark scheme. We revisit the essential techniques for complex numbers, series, matrices, Maclaurin expansions, hyperbolic functions, differential equations, polynomial roots and proof by induction — all through clear explanations and worked examples that reflect the style of the paper.

本文以官方评分方案为线索,深入解析了2017年爱德思国际AS进阶数学单元2(FM02)的考查要点。我们将重温复数、级数、矩阵、麦克劳林展开、双曲函数、微分方程、多项式根以及归纳法证明的核心技巧,并结合反映试卷风格的例题,帮助你彻底掌握这些必考内容。


1. Complex Numbers in Exponential Form and De Moivre’s Theorem | 复数的指数形式与棣莫弗定理

A key skill in FM02 is switching between Cartesian, polar and exponential forms. The fundamental identity is eⁱθ = cosθ + i sinθ, which leads directly to De Moivre’s theorem: (r eⁱθ)ⁿ = rⁿ eⁱⁿθ = rⁿ (cos nθ + i sin nθ). The 2017 mark scheme rewards accurate conversion of a complex number into exponential form and the correct use of this theorem for high powers or finding multiple roots.

FM02的核心技能之一是在直角坐标、极坐标和指数形式之间进行转换。基本恒等式 eⁱθ = cosθ + i sinθ 直接引出了棣莫弗定理:(r eⁱθ)ⁿ = rⁿ eⁱⁿθ = rⁿ (cos nθ + i sin nθ)。2017年的评分方案要求考生能将复数准确转化为指数形式,并能正确运用这一定理求高次幂或多个根。

Typical question types include evaluating (1 + i)¹⁰ or solving z⁴ = −16. Using the exponential form, (1 + i) becomes √2 eⁱπ/⁴, so the tenth power is (√2)¹⁰ eⁱⁱ⁰π/⁴ = 32 eⁱ⁵π/² = 32 eⁱπ/² = 32i. For roots, write −16 as 16 eⁱπ, then the four fourth roots are 2 eⁱ(π + 2kπ)/⁴ for k = 0, 1, 2, 3.

典型问题包括计算 (1 + i)¹⁰ 或求解方程 z⁴ = −16。利用指数形式,(1 + i) 表示为 √2 eⁱπ/⁴,其十次方为 (√2)¹⁰ eⁱⁱ⁰π/⁴ = 32 eⁱ⁵π/² = 32 eⁱπ/² = 32i。对于根的情况,将 −16 写作 16 eⁱπ,则四个四次方根为 2 eⁱ(π + 2kπ)/⁴,其中 k = 0, 1, 2, 3。

eⁱθ = cosθ + i sinθ,   (r eⁱθ)ⁿ = rⁿ eⁱⁿθ


2. Summation of Series Using Standard Results | 利用标准结果求级数和

The mark scheme expects candidates to manipulate sums involving r, r² and r³ fluently. The standard formulas are Σr = ½n(n+1), Σr² = ⅙n(n+1)(2n+1) and Σr³ = ¼n²(n+1)². In the 2017 paper, questions often combine these with algebraic expansion, requiring you to express a given sum, such as Σ(2r−1)² or Σr(r+1)(r+3), as a linear combination of Σr³, Σr², Σr and Σ1.

评分方案要求考生能熟练处理涉及 r、r² 和 r³ 的求和。标准公式为 Σr = ½n(n+1),Σr² = ⅙n(n+1)(2n+1) 以及 Σr³ = ¼n²(n+1)²。在2017年试卷中,问题通常将这些公式与代数展开相结合,要求你将给定的和式(如 Σ(2r−1)² 或 Σr(r+1)(r+3))表示为 Σr³、Σr²、Σr 和 Σ1 的线性组合。

For example, to find Σ(2r−1)², first expand: (2r−1)² = 4r² − 4r + 1. Then separate the sum: 4Σr² − 4Σr + Σ1. Substitute the standard formulas: 4[⅙n(n+1)(2n+1)] − 4[½n(n+1)] + n, then simplify to a single fraction.

例如,求 Σ(2r−1)²,首先展开:(2r−1)² = 4r² − 4r + 1。然后拆分求和:4Σr² − 4Σr + Σ1。代入标准公式:4[⅙n(n+1)(2n+1)] − 4[½n(n+1)] + n,再简化为一个分式。

Σr = ½n(n+1)     Σr² = ⅙n(n+1)(2n+1)     Σr³ = ¼n²(n+1)²


3. Matrix Algebra: Inverses, Determinants and Solving Equations | 矩阵代数:逆矩阵、行列式与解方程组

In FM02, you must compute the determinant and inverse of a 2×2 or 3×3 matrix, and apply them to solve systems of linear equations. The 2017 mark scheme shows that steps such as finding the cofactor matrix and writing the inverse as 1/det × adjugate are carefully awarded. For a matrix A, if det(A) ≠ 0, the unique solution to A x = b is x = A⁻¹ b.

在FM02中,你需要计算2×2或3×3矩阵的行列式和逆矩阵,并将其应用于求解线性方程组。2017年的评分方案表明,求伴随矩阵以及将逆矩阵表示为 1/det × 伴随矩阵的每一步都会得到详细给分。对于矩阵 A,如果 det(A) ≠ 0,则方程组 A x = b 的唯一解为 x = A⁻¹ b。

A common exam task gives a matrix with an unknown constant, asking for the condition for invertibility or for the value that makes the system consistent. You may also need to interpret geometrically: when det = 0, the equations represent planes that either have no unique intersection or are dependent.

常见的考题会给出一个含有未知常数的矩阵,要求找出可逆的条件,或找出使方程组有解(一致)的常数值。你可能还需要进行几何解释:当 det = 0 时,这些方程代表了没有唯一交点或互相依赖的平面。

For a 2×2 matrix [[a,b],[c,d]] det = ad − bc,   A⁻¹ = 1/(ad−bc) [[d,−b],[−c,a]]
For a 3×3 general case det = a(ei−fh) − b(di−fg) + c(dh−eg)

4. Maclaurin Series Expansions | 麦克劳林级数展开

The Maclaurin series is a polynomial approximation of a function near x = 0, given by f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … . The 2017 FM02 paper often asks for the expansion of composite functions like eˣ sin x or ln(1+sin x) up to the term in x³. Candidates must differentiate confidently and evaluate derivatives at zero.

麦克劳林级数是函数在 x = 0 附近的多项式近似,其形式为 f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … 。2017年FM02试卷常常要求对复合函数(如 eˣ sin x 或 ln(1+sin x))进行展开,直到 x³ 项。考生需要熟练求导并计算在零点的导数值。

A typical approach for a product like eˣ sin x is to find the series for eˣ (1 + x + x²/2 + x³/6) and sin x (x − x³/6) and multiply them, retaining terms up to x³. For a composition, you can either differentiate directly or substitute known expansions and simplify.

对于如 eˣ sin x 的乘积,一个典型方法是分别找出 eˣ 的级数 (1 + x + x²/2 + x³/6) 和 sin x 的级数 (x − x³/6),然后将它们相乘,并保留到 x³ 的项。对于复合函数,可以直接求导,也可以代入已知展开式并化简。

f(x) ≈ f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3!


5. Hyperbolic Functions: Definitions and Identities | 双曲函数:定义与恒等式

The hyperbolic functions cosh x, sinh x and tanh x are defined via exponentials: cosh x = (eˣ + e⁻ˣ)/2, sinh x = (eˣ − e⁻ˣ)/2. The mark scheme rewards fluent manipulation of identities such as cosh²x − sinh²x = 1, and derivative results like d/dx(cosh x) = sinh x. Questions may involve solving equations like 5 sinh x + 3 cosh x = 4 by converting to exponentials.

双曲函数 cosh x、sinh x 和 tanh x 通过指数函数定义:cosh x = (eˣ + e⁻ˣ)/2,sinh x = (eˣ − e⁻ˣ)/2。评分方案奖励熟练运用恒等式(如 cosh²x − sinh²x = 1)以及导数结果(如 d/dx(cosh x) = sinh x)的能力。问题可能涉及通过转换为指数形式来求解如 5 sinh x + 3 cosh x = 4 的方程。

Sometimes you need to prove identities analogous to trigonometric ones, for example sinh 2x = 2 sinh x cosh x, or express inverse hyperbolic functions in logarithmic form. The 2017 paper might give a parametric curve defined with hyperbolic functions and ask for the Cartesian equation using the identity.

有时你需要证明类似于三角恒等式的双曲恒等式,例如 sinh 2x = 2 sinh x cosh x,或者将对数形式的反双曲函数表示出来。2017年试卷可能会给出一条用双曲函数定义的参数曲线,并要求利用恒等式求出其直角坐标方程。

cosh²x − sinh²x = 1     tanh x = sinh x / cosh x


6. First and Second Order Differential Equations | 一阶与二阶微分方程

FM02 covers first-order equations with separable variables, integrating factors, and second-order linear equations with constant coefficients. The 2017 mark scheme emphasises the correct structure: for an equation like dy/dx + P(x)y = Q(x), the integrating factor is e^∫P dx. For second-order equations ay” + by’ + cy = f(x), the general solution is the complementary function plus a particular integral.

FM02涵盖可分离变量的一阶方程、积分因子法以及常系数二阶线性方程。2017年的评分方案强调正确的结构:对于形如 dy/dx + P(x)y = Q(x) 的方程,积分因子为 e^∫P dx。对于二阶方程 ay” + by’ + cy = f(x),通解为余函数加上特解。

For the particular integral, if f(x) is a polynomial, exponential or trigonometric function, you try a similar form with undetermined coefficients. The mark scheme pays attention to the handling of cases where the trial function is already part of the complementary function — here you multiply by x to avoid duplication.

对于特解,如果 f(x) 是多项式、指数函数或三角函数,你可以采用含有待定系数的相似形式进行尝试。评分方案特别关注当试解函数已经是余函数一部分时的处理——此时需乘以 x 以避免重复。

Integrating factor: e^∫P(x) dx     General solution: y = yc + yp


7. Roots of Polynomials and Complex Equations | 多项式和复数方程的根

Building on complex numbers, you are expected to find all roots of polynomial equations with real coefficients, and use relationships between roots. The 2017 paper includes problems where given one complex root, you deduce the conjugate is also a root, then factorise the quartic or cubic. Knowing that the sum of roots = −b/a and product = −d/a (for a cubic) helps verify solutions.

在复数的基础上,你需要求出具有实系数的多项式方程的所有根,并利用根与系数之间的关系。2017年试卷中有这样一类问题:给出一个复数根,要求推出其共轭也是根,然后对四次或三次方程进行因式分解。对于三次方程,知道根之和 = −b/a 以及根之积 = −d/a 有助于验证解。

The mark scheme also tests the ability to solve equations like z⁵ = 32i and plot the roots on an Argand diagram. Using De Moivre’s theorem, you find one root and then add multiples of 2π/5 to the argument. The roots lie on a circle and form a regular pentagon.

评分方案还考查求解诸如 z⁵ = 32i 的方程并在阿尔冈图上标出根的能力。利用棣莫弗定理,你可以找到一个根,然后每次将幅角增加 2π/5。这些根位于一个圆上并构成正五边形。


8. Proof by Induction for Series and Matrices | 级数与矩阵的归纳法证明

Proof by induction is a staple of FM02. The mark scheme allocates marks for a clear base case, the inductive hypothesis and the inductive step. Common statements include proving Σr² = ⅙n(n+1)(2n+1) or that a matrix power has a specific form. In 2017, a typical question could ask to prove that Aⁿ = [[2ⁿ, n2ⁿ⁻¹],[0, 2ⁿ]] for a given A.

归纳法证明是FM02的基本内容。评分方案对明确的基本情况、归纳假设和归纳步骤给予评分。常见的命题包括证明 Σr² = ⅙n(n+1)(2n+1),或者证明某个矩阵的幂具有特定形式。在2017年,一道典型题目可能要求证明对于给定的矩阵 A,Aⁿ = [[2ⁿ, n2ⁿ⁻¹],[0, 2ⁿ]]。

The inductive step for matrices requires multiplying A^(k+1) = A × A^k, using the assumed form for A^k, and performing the multiplication carefully to reach the required formula for k+1. For summation, you add the (k+1)th term to the assumed sum for k and simplify to the target expression.

矩阵的归纳步骤需要计算 A^(k+1) = A × A^k,代入假设的 A^k 形式,并仔细进行乘法运算,以得到 k+1 时所需的公式。对于求和,你需要将第 (k+1) 项加入假设的 k 项和,并简化得到目标表达式。

Base case → Hypothesis for n = k → Prove for n = k+1


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