📚 Mastering NSAA 2016 Section 1: Further Mathematics Problem Analysis | 掌握 NSAA 2016 S1:进阶数学问题解析
The NSAA 2016 Section 1 question paper is a rich source of problems that blend core A-level material with the depth expected in Further Mathematics. This article walks through a selection of the more advanced mathematical questions, dissecting the reasoning and techniques required to solve them efficiently under timed conditions.
NSAA 2016 Section 1 试卷融合了核心 A-level 内容与进阶数学的深度,是锻炼思维的绝佳材料。本文挑选其中若干进阶数学风格的问题,逐一拆解所需的推理过程与解题技巧,帮助你在限时环境中高效作答。
1. Complex Numbers and De Moivre | 复数与棣莫弗定理
A typical NSAA 2016 problem asked for all complex solutions to z³ = –8i. Expressing –8i in polar form gives 8[cos(–½π) + i sin(–½π)]. By De Moivre’s theorem the cube roots are zₖ = 2[cos(–π/6 + 2kπ/3) + i sin(–π/6 + 2kπ/3)] for k = 0, 1, 2.
NSAA 2016 中一道典型题目要求找出 z³ = –8i 的所有复数解。将 –8i 写成极坐标形式 8[cos(–½π) + i sin(–½π)]。根据棣莫弗定理,立方根为 zₖ = 2[cos(–π/6 + 2kπ/3) + i sin(–π/6 + 2kπ/3)],其中 k = 0, 1, 2。
Evaluating for each k yields the three distinct roots: z₀ = √3 – i, z₁ = 2i, and z₂ = –√3 – i. These are equally spaced around the circle of radius 2 in the complex plane. A common error is forgetting to add 2kπ before dividing by the root index; the problem tests precise handling of the argument.
代入各 k 值得到三个互异根:z₀ = √3 – i,z₁ = 2i,z₂ = –√3 – i。它们在复平面上均匀分布在半径为 2 的圆周上。常见的错误是在除以根指数之前忘记加上 2kπ,此题考察对辐角的严谨处理。
2. Matrix Transformations and Area Scale Factor | 矩阵变换与面积比例因子
A question examines the linear transformation defined by M = [2 1; 1 3]. The determinant det(M) = (2)(3) – (1)(1) = 5 gives the area scale factor. Thus any shape is mapped to an image whose area is multiplied by 5.
一道题目考察由矩阵 M = [2 1; 1 3] 定义的线性变换。行列式 det(M) = (2)(3) – (1)(1) = 5 给出了面积缩放因子。因此任何图形被映射后面积变为原来的 5 倍。
To find the image of the unit square with vertices (0,0), (1,0), (0,1), (1,1), apply M to each point. The images are (0,0), (2,1), (1,3) and (3,4). The shape becomes a parallelogram whose area indeed equals |det(M)|×original area = 5. Further Mathematics candidates must also be able to determine whether the transformation preserves orientation (it does, since det > 0) and to interpret eigenvalues for stretch directions.
为求单位正方形(顶点为 (0,0), (1,0), (0,1), (1,1))的像,将 M 作用在每个点上,得到 (0,0), (2,1), (1,3), (3,4)。图形变成一个平行四边形,其面积确为 |det(M)|×原面积 = 5。进阶数学的考生还需能判断变换是否保持定向(此处行列式大于 0,故保持),并能通过特征值解释拉伸方向。
3. First-Order Differential Equations: Integrating Factor | 一阶微分方程:积分因子
Consider the initial value problem dy/dx + 2y = eˣ, with y(0) = 1. The integrating factor is μ(x) = e^{∫2 dx} = e²ˣ. Multiplying both sides gives d/dx (y e²ˣ) = e³ˣ.
考虑初值问题 dy/dx + 2y = eˣ,y(0) = 1。积分因子为 μ(x) = e^{∫2 dx} = e²ˣ。两边同乘后得到 d/dx (y e²ˣ) = e³ˣ。
Integrate: y e²ˣ = ∫ e³ˣ dx = ⅓ e³ˣ + C. Applying the initial condition gives y(0) = 1 ⇒ 1 = ⅓ + C, so C = ⅔. Hence y = ⅓ eˣ + ⅔ e⁻²ˣ. This exponential mixture appears frequently in NSAA questions that bridge pure and applied contexts.
积分:y e²ˣ = ∫ e³ˣ dx = ⅓ e³ˣ + C。代入初始条件 y(0) = 1,得 1 = ⅓ + C,故 C = ⅔。于是 y = ⅓ eˣ + ⅔ e⁻²ˣ。这种指数组合在 NSAA 连接纯数与应用的题目中频繁出现。
4. Maclaurin Series Expansions | 麦克劳林级数展开
A problem required the Maclaurin series of ln(1 + sin x) up to the x³ term. Start with the standard expansion sin x = x – x³/6 + O(x⁵). Substituting into ln(1 + u) = u – u²/2 + u³/3 – … where u = sin x, and keeping terms up to x³ gives ln(1+sin x) = (x – x³/6) – ½(x – x³/6)² + ⅓(x – x³/6)³.
某题要求写出 ln(1 + sin x) 的麦克劳林级数至 x³ 项。首先利用标准展开 sin x = x – x³/6 + O(x⁵)。代入 ln(1 + u) = u – u²/2 + u³/3 – …,其中 u = sin x,并保留至 x³ 项,得到 ln(1+sin x) = (x – x³/6) – ½(x – x³/6)² + ⅓(x – x³/6)³。
Careful algebra yields: (x – x³/6) – ½(x² – x⁴/3 + …) + ⅓(x³ – …) = x – ½ x² + ( –1/6 + 1/3 ) x³ = x – ½ x² + ⅙ x³. The result tests both series composition and truncation discipline—a classic Further Maths skill.
仔细化简得到:(x – x³/6) – ½(x² – x⁴/3 + …) + ⅓(x³ – …) = x – ½ x² + ( –1/6 + 1/3 ) x³ = x – ½ x² + ⅙ x³。这一结果既考察级数的复合,也考察截断的规范——是经典的进阶数学技能。
5. Hyperbolic Functions: Solving Equations | 双曲函数:解方程
In one question, candidates were asked to solve 2 cosh x – 3 sinh x = 1. Using the definitions cosh x = (eˣ + e⁻ˣ)/2, sinh x = (eˣ – e⁻ˣ)/2 transforms the equation into (eˣ + e⁻ˣ) – (3/2)(eˣ – e⁻ˣ) = 1.
一道题目要求解 2 cosh x – 3 sinh x = 1。利用定义 cosh x = (eˣ + e⁻ˣ)/2,sinh x = (eˣ – e⁻ˣ)/2,方程化为 (eˣ + e⁻ˣ) – (3/2)(eˣ – e⁻ˣ) = 1。
Multiply by 2: 2eˣ + 2e⁻ˣ – 3eˣ + 3e⁻ˣ = 2 ⇒ –eˣ + 5e⁻ˣ = 2. Substitute u = eˣ gives –u + 5/u = 2 ⇒ multiply by u: –u² + 5 = 2u ⇒ u² + 2u – 5 = 0. Solving the quadratic yields u = –1 ± √6. Since u = eˣ > 0, we take u = √6 – 1, so x = ln(√6 – 1). This demonstrates how hyperbolic equations reduce to quadratics in exponentials.
两边乘以 2:2eˣ + 2e⁻ˣ – 3eˣ + 3e⁻ˣ = 2 ⇒ –eˣ + 5e⁻ˣ = 2。令 u = eˣ 得 –u + 5/u = 2 ⇒ 乘 u:–u² + 5 = 2u ⇒ u² + 2u – 5 = 0。解二次方程得 u = –1 ± √6。由于 u = eˣ > 0,取 u = √6 – 1,故 x = ln(√6 – 1)。这表明双曲方程如何转化为指数上的二次方程。
6. Polar Coordinates: Enclosed Area | 极坐标:封闭面积
A 2016 NSAA item asked for the total area enclosed by the cardioid r = 2(1 + cos θ). The area formula for a polar curve is A = ½ ∫₀²π r² dθ. Computing r² = 4(1 + 2 cos θ + cos²θ) = 4 + 8 cos θ + 4 cos²θ.
NSAA 2016 的一道题要求计算心形线 r = 2(1 + cos θ) 所围总面积。极坐标下的面积公式为 A = ½ ∫₀²π r² dθ。计算 r² = 4(1 + 2 cos θ + cos²θ) = 4 + 8 cos θ + 4 cos²θ。
Using the identity cos²θ = (1 + cos 2θ)/2, the integral becomes A = ½ ∫₀²π [4 + 8 cos θ + 2 + 2 cos 2θ] dθ = ½ ∫₀²π (6 + 8 cos θ + 2 cos 2θ) dθ. The integrals of cos θ and cos 2θ over a full period vanish, leaving A = ½ × (6 × 2π) = 6π. The answer emphasises the symmetry and periodicity tricks that save time.
利用恒等式 cos²θ = (1 + cos 2θ)/2,积分化为 A = ½ ∫₀²π [4 + 8 cos θ + 2 + 2 cos 2θ] dθ = ½ ∫₀²π (6 + 8 cos θ + 2 cos 2θ) dθ。cos θ 和 cos 2θ 在一个完整周期上的积分为零,故 A = ½ × (6 × 2π) = 6π。这一答案突显了利用对称性和周期性节省时间的技巧。
7. Integration by Substitution and Trigonometric Identities | 换元积分与三角恒等式
Evaluate ∫ dx / √(4 – x²). The standard approach is to use the substitution x = 2 sin u, dx = 2 cos u du, turning the integrand into ∫ (2 cos u du) / √(4 – 4 sin²u) = ∫ (2 cos u)/(2 cos u) du = ∫ du = u + C = arcsin(x/2) + C.
计算 ∫ dx / √(4 – x²)。标准方法是令 x = 2 sin u, dx = 2 cos u du,将被积式化为 ∫ (2 cos u du) / √(4 – 4 sin²u) = ∫ (2 cos u)/(2 cos u) du = ∫ du = u + C = arcsin(x/2) + C。
In the NSAA this might appear embedded in a mechanics or area problem. Recognising the derivative of arcsin immediately avoids lengthy manipulation. Further Mathematics students should also be comfortable with the alternative form using the substitution x = 2 tanh u for integrals involving √(4 + x²) or √(x² – 4).
在 NSAA 中,此类积分可能嵌套在力学或面积问题内。若能立即识别出 arcsin 的导数,便可避免冗长的运算。进阶数学学生还应熟悉针对 √(4 + x²) 或 √(x² – 4) 的替代代换,例如 x = 2 tanh u。
8. Vectors: Shortest Distance from Point to Line | 向量:点到直线的最短距离
Find the distance from point P(1, 2, 3) to the line L: r = (1, 0, 1) + λ(2, 1, 2). Let A = (1,0,1) on the line. Vector AP = (0, 2, 2). The direction vector d = (2, 1, 2). The perpendicular distance is |AP × d| / |d|.
求点 P(1, 2, 3) 到直线 L: r = (1, 0, 1) + λ(2, 1, 2) 的距离。取线上一点 A = (1,0,1)。向量 AP = (0, 2, 2)。方向向量 d = (2, 1, 2)。垂直距离为 |AP × d| / |d|。
Compute the cross product: AP × d = (0,2,2) × (2,1,2) = ( (2×2 – 2×1), (2×2 – 0×2), (0×1 – 2×2) ) = (4 – 2, 4 – 0, 0 – 4) = (2, 4, –4). Its magnitude is √(4 + 16 + 16) = √36 = 6. |d| = √(4+1+4) = √9 = 3. Hence distance = 6/3 = 2 units. This geometric interpretation is a recurring NSAA topic.
计算叉积:AP × d = (0,2,2) × (2,1,2) = ( (2×2 – 2×1), (2×2 – 0×2), (0×1 – 2×2) ) = (4 – 2, 4 – 0, 0 – 4) = (2, 4, –4)。其模长为 √(4 + 16 + 16) = √36 = 6。|d| = √(4+1+4) = √9 = 3。因此距离 = 6/3 = 2 单位。这种几何解释是 NSAA 反复考察的主题。
9. Probability Generating Functions | 概率生成函数
For a binomial random variable X ~ B(n, p), the probability generating function (PGF) is G(t) = (q + pt)ⁿ where q = 1 – p. The mean is given by G'(1). Compute G'(t) = n p (q + pt)ⁿ⁻¹, so E(X) = G'(1) = n p (q + p)ⁿ⁻¹ = n p.
对于二项随机变量 X ~ B(n, p),其概率生成函数 (PGF) 为 G(t) = (q + pt)ⁿ,其中 q = 1 – p。均值由 G'(1) 给出。计算 G'(t) = n p (q + pt)ⁿ⁻¹,故 E(X) = G'(1) = n p (q + p)ⁿ⁻¹ = n p。
Variance requires the second factorial moment. G”(t) = n(n – 1) p² (q + pt)ⁿ⁻². Then E(X(X – 1)) = G”(1) = n(n – 1) p². Hence Var(X) = E(X(X – 1)) + E(X) – [E(X)]² = n(n – 1) p² + n p – n² p² = n p(1 – p) = n p q. This concise derivation mirrors a section of the NSAA where generating functions are used to link probability and series.
方差需要用到二阶阶乘矩。G”(t) = n(n – 1) p² (q + pt)ⁿ⁻²。于是 E(X(X – 1)) = G”(1) = n(n – 1) p²。因此 Var(X) = E(X(X – 1)) + E(X) – [E(X)]² = n(n – 1) p² + n p – n² p² = n p(1 – p) = n p q。这一简洁推导对应 NSAA 中利用生成函数联系概率与级数的部分。
These nine examples illustrate the breadth of Further Mathematics skills assessable within a single NSAA Section 1 paper. Mastering such techniques builds both speed and confidence for any quantitative admissions test.
以上九个例子展现了在 NSAA Section 1 一张试卷内所能考察的进阶数学技能之广。掌握这些方法,能为任何量化入学考试带来速度与信心。
Published by TutorHao | Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导