📚 FM05 International Further Mathematics A: January 2023 Question Paper Walkthrough | FM05 2023年1月国际进阶数学A试卷题型全解析
The January 2023 FM05 (Further Pure Mathematics 2) paper for International A Level Further Mathematics A covers all core FP2 topics: complex numbers, matrices, polar coordinates, hyperbolic functions, further calculus, series, and differential equations. This walkthrough breaks down each main question type, highlights the essential methods, and offers step‑by‑step strategies to help you master the techniques required for high marks.
2023年1月的FM05(进阶纯数学2)试卷涵盖了IAL进阶数学A中所有FP2核心主题:复数、矩阵、极坐标、双曲函数、进一步微积分、级数与微分方程。本文全面拆解每一类典型题型,提炼关键方法,并提供分步策略,帮助你牢固掌握夺取高分的技巧。
1. Complex Numbers & De Moivre’s Theorem | 复数与棣莫弗定理
A significant question routinely asks you to use de Moivre’s theorem to compute powers or roots of complex numbers. In the January 2023 paper, one part required evaluating (1 + i√3)6. First, express the complex number in modulus‑argument form: r = √(1² + (√3)²) = 2, argument θ = tan⁻¹(√3/1) = π/3. Thus z = 2(cos(π/3) + i sin(π/3)). By de Moivre, z6 = 26(cos(6·π/3) + i sin(6·π/3)) = 64(cos 2π + i sin 2π) = 64.
试卷中经常出现要求使用棣莫弗定理计算复数幂或方根的题目。2023年1月卷有一问需要求 (1 + i√3)6。首先将复数写成模‑辐角形式:模 r = √(1² + (√3)²) = 2,辐角 θ = tan⁻¹(√3/1) = π/3。于是 z = 2(cos(π/3) + i sin(π/3))。由棣莫弗定理,z6 = 26(cos(6·π/3) + i sin(6·π/3)) = 64(cos 2π + i sin 2π) = 64。
Another common task is solving equations such as z5 = 32i. Write 32i in polar form: modulus 32, argument π/2 + 2kπ. Then z = 321/5[cos((π/2 + 2kπ)/5) + i sin((π/2 + 2kπ)/5)] for k = 0,1,2,3,4. The five roots lie on a circle of radius 2, equally spaced by 2π/5.
另一常见题型是解方程,如 z5 = 32i。将 32i 写成极形式:模为32,辐角为 π/2 + 2kπ。那么 z = 321/5[cos((π/2 + 2kπ)/5) + i sin((π/2 + 2kπ)/5)],其中 k = 0,1,2,3,4。五个根位于半径为2的圆上,彼此间隔 2π/5。
2. Complex Loci | 复平面上的轨迹
The paper included a loci problem: |z – 3| = 2|z + i|. To find the Cartesian equation, put z = x + iy. Then |(x – 3) + iy| = 2|x + i(y + 1)|. Square both sides: (x – 3)² + y² = 4[x² + (y + 1)²]. Expand and simplify to get 3x² + 3y² + 6x + 8y – 5 = 0, which represents a circle. Completing the square reveals its centre and radius.
试卷包含一道轨迹题:|z – 3| = 2|z + i|。为求得笛卡儿方程,设 z = x + iy,则 |(x – 3) + iy| = 2|x + i(y + 1)|。两边平方:(x – 3)² + y² = 4[x² + (y + 1)²]。展开并化简得到 3x² + 3y² + 6x + 8y – 5 = 0,表示一个圆。配方即可找出圆心和半径。
Another classic locus is arg((z – 1)/(z + 1)) = π/4, which gives an arc of a circle passing through the points 1 and -1, excluding the endpoints. Always remember to sketch the region and state restrictions.
另一经典轨迹是 arg((z – 1)/(z + 1)) = π/4,它给出经过点 1 与 -1 的一段圆弧(不含端点)。务必画出草图并注明限制条件。
3. Matrices: Eigenvalues & Eigenvectors | 矩阵的特征值与特征向量
A 3×3 matrix A was given, and candidates had to find its eigenvalues. For A = [[2,1,1],[1,2,1],[1,1,2]], solve det(A – λI) = 0: |[2-λ,1,1],[1,2-λ,1],[1,1,2-λ]| = 0. Expanding leads to the characteristic equation (4-λ)(1-λ)² = 0, so eigenvalues are λ = 4 (once) and λ = 1 (repeated).
试卷给出了一个3×3矩阵 A,考生需找出其特征值。例如 A = [[2,1,1],[1,2,1],[1,1,2]],求解 det(A – λI) = 0:行列式 |[2-λ,1,1],[1,2-λ,1],[1,1,2-λ]| = 0。展开得特征方程 (4-λ)(1-λ)² = 0,因此特征值为 λ = 4(单重)和 λ = 1(二重)。
For each eigenvalue, substitute back into (A – λI)x = 0 to find the eigenvectors. For λ = 4, solve (A – 4I)x = 0, giving x = t(1,1,1). For λ = 1, the eigenspace is two‑dimensional: any vector orthogonal to (1,1,1), such as (1,-1,0) and (1,0,-1). Always verify linear independence.
对每个特征值,回代 (A – λI)x = 0 求特征向量。对于 λ = 4,解 (A – 4I)x = 0,得 x = t(1,1,1)。对于 λ = 1,特征空间为二维:正交于 (1,1,1) 的任何向量,例如 (1,-1,0) 与 (1,0,-1)。务必验证向量线性无关。
4. Diagonalising Matrices | 矩阵对角化
The next step often asks for a matrix P such that P⁻¹AP is diagonal. Take the eigenvectors as columns: P = [[1,1,1],[1,-1,0],[1,0,-1]]. Then D = P⁻¹AP = diag(4,1,1). This diagonalisation is useful for computing powers Aⁿ = PDⁿP⁻¹, which could appear in later parts.
后续常要求构造矩阵 P 使得 P⁻¹AP 为对角阵。以特征向量为列:P = [[1,1,1],[1,-1,0],[1,0,-1]]。则 D = P⁻¹AP = diag(4,1,1)。这种对角化可用于计算 A 的乘方 Aⁿ = PDⁿP⁻¹,可能在后继问题中出现。
Remember: if the matrix is symmetric (like this one), the eigenvectors are orthogonal, and you can normalise them to get an orthogonal matrix Q with Q⁻¹ = QT. That wasn’t required here, but it’s a neat check.
记住:若矩阵对称(如此例),特征向量彼此正交,你可以将它们标准化得到正交矩阵 Q 满足 Q⁻¹ = QT。本题虽未要求,但可作为检验。
5. Polar Coordinates: Area & Tangents | 极坐标:面积与切线
A polar curve r = a(1 + cos θ) (a > 0) appeared, and part of the question asked for the area enclosed by the curve. Use Area = ½ ∫ r² dθ from 0 to 2π. Because of symmetry, double the integral from 0 to π: A = 2 × ½ ∫₀π a²(1 + cos θ)² dθ = a² ∫₀π (1 + 2cos θ + cos²θ) dθ. Replace cos²θ with (1 + cos 2θ)/2 and integrate to obtain 3πa²/2.
试卷出现了极坐标曲线 r = a(1 + cos θ) (a > 0),要求计算曲线所围面积。使用面积公式 A = ½ ∫ r² dθ 从 0 到 2π。利用对称性,可将 0 到 π 的积分乘以2:A = 2 × ½ ∫₀π a²(1 + cos θ)² dθ = a² ∫₀π (1 + 2cos θ + cos²θ) dθ。将 cos²θ 替换为 (1 + cos 2θ)/2 再积分,得 3πa²/2。
Another part required finding the equation of the tangent at a given point, often using dy/dx = (dr/dθ sin θ + r cos θ)/(dr/dθ cos θ – r sin θ). Substituting the polar coordinates of the point gives the gradient of the tangent. For a cardioid, symmetry about the initial line often saves work.
另一部分常要求求出给定点处的切线方程,通常利用公式 dy/dx = (dr/dθ sin θ + r cos θ)/(dr/dθ cos θ – r sin θ)。将点的极坐标值代入即得切线斜率。对心脏线,利用关于极轴的对称性可减少计算量。
6. Hyperbolic Functions: Definitions & Identities | 双曲函数:定义与恒等式
Questions on hyperbolic functions typically begin by testing definitions: sinh x = (ex – e-x)/2, cosh x = (ex + e-x)/2, tanh x = sinh x / cosh x. In the FM05 paper, you might have been asked to prove cosh²x – sinh²x = 1 or to simplify expressions like sinh(ln 3). Direct substitution: sinh(ln 3) = (eln 3 – e-ln 3)/2 = (3 – 1/3)/2 = 4/3.
双曲函数题通常先考查定义:sinh x = (ex – e-x)/2,cosh x = (ex + e-x)/2,tanh x = sinh x / cosh x。FM05卷中可能要求证明 cosh²x – sinh²x = 1,或化简如 sinh(ln 3)。直接代值:sinh(ln 3) = (eln 3 – e-ln 3)/2 = (3 – 1/3)/2 = 4/3。
Inverse hyperbolic functions are also common. For example, solve cosh x = 5. Write (ex + e-x)/2 = 5, multiply by ex to get a quadratic in ex: e2x – 10ex + 1 = 0. Solve to find ex = 5 ± √24, bearing in mind x ≥ 0 for the principal value. Hence x = ln(5 + √24) = arcosh 5.
反双曲函数也常见。例如,解 cosh x = 5。写出 (ex + e-x)/2 = 5,两边乘以 ex 得关于 ex 的二次方程:e2x – 10ex + 1 = 0。解得 ex = 5 ± √24,并考虑到主值要求 x ≥ 0,故 x = ln(5 + √24) = arcosh 5。
7. Calculus of Hyperbolic Functions | 双曲函数的微积分
You must be fluent with derivatives: d/dx (sinh x) = cosh x, d/dx (cosh x) = sinh x, d/dx (tanh x) = sech²x. Integrals mirror these: ∫ sinh x dx = cosh x + C, ∫ cosh x dx = sinh x + C. The paper might include a definite integral such as ∫₀ln 2 sinh 2x dx = [ ½ cosh 2x ]₀ln 2 = ½(cosh(2 ln 2) – 1). Compute cosh(2 ln 2) = (e2 ln 2 + e-2 ln 2)/2 = (4 + 1/4)/2 = 17/8, so the integral yields ½(17/8 – 1) = 9/16.
你必须熟练掌握导数:d/dx (sinh x) = cosh x,d/dx (cosh x) = sinh x,d/dx (tanh x) = sech²x。积分与导数相对应:∫ sinh x dx = cosh x + C,∫ cosh x dx = sinh x + C。试卷可能包含诸如 ∫₀ln 2 sinh 2x dx 的定积分,计算为 [ ½ cosh 2x ]₀ln 2 = ½(cosh(2 ln 2) – 1)。cosh(2 ln 2) = (e2 ln 2 + e-2 ln 2)/2 = (4 + 1/4)/2 = 17/8,因此积分结果为 ½(17/8 – 1) = 9/16。
Inverse hyperbolic derivatives also feature: d/dx (arsinh x) = 1/√(x²+1), d/dx (arcosh x) = 1/√(x²-1) (x>1). These often appear in integration problems where completing the square under a square root leads to a standard arcsinh form.
反双曲函数的导数也会出现:d/dx (arsinh x) = 1/√(x²+1),d/dx (arcosh x) = 1/√(x²-1) (x>1)。这些常出现在积分题中,平方根内配方后化为 standard arcsinh 形式。
8. Reduction Formulae | 递推公式
A reduction formula question could involve In = ∫₀1 xn ex dx. Use integration by parts with u = xn, dv = ex dx. Then In = [xn ex]₀1 – n ∫₀1 xn-1 ex dx = e – n In-1. This connects In to In-1, making it easy to evaluate e.g. I3 once I0 is known.
递推公式题可能涉及 In = ∫₀1 xn ex dx。运用分部积分法,设 u = xn,dv = ex dx,则 In = [xn ex]₀1 – n ∫₀1 xn-1 ex dx = e – n In-1。该式将 In 与 In-1 关联,只要知道 I0 就能轻易算出 I3 等。
Another classic reduction formula arises with trigonometric powers: ∫ sinn
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