📚 ENGAA 2016 Section 1 Maths Answer Key: Further Maths Techniques | ENGAA 2016 第一部分数学答案与进阶数学技巧解析
The ENGAA 2016 Section 1 paper includes a set of challenging mathematics multiple‑choice questions that test core A‑level skills. Students who have studied Further Mathematics can often shortcut these problems using matrices, complex numbers, differential equations, and hyperbolic functions. This article provides the complete answer key for the maths portion and then walks through selected questions, showing how advanced techniques make the solutions faster and more elegant.
ENGAA 2016 第一部分包含一系列考查A‑level数学核心知识的选择题。学过进阶数学的同学可以运用矩阵、复数、微分方程和双曲函数等工具更高效地解题。本文首先给出数学部分的完整答案速查表,然后精选若干题目,展示如何用进阶数学技巧得出更优美的解答。
1. Answer Key Overview | 答案速查表
The table below lists the answers for the 20 mathematics questions in ENGAA 2016 Section 1. Use it to quickly check your work before diving into the detailed explanations that follow.
下表列出了 ENGAA 2016 第一部分 20 道数学题的答案。你可先快速核对,再阅读后文的详细解析。
| Question | Answer |
|---|---|
| 1 | B |
| 2 | A |
| 3 | D |
| 4 | C |
| 5 | C |
| 6 | D |
| 7 | A |
| 8 | B |
| 9 | D |
| 10 | C |
| 11 | B |
| 12 | A |
| 13 | C |
| 14 | D |
| 15 | B |
| 16 | A |
| 17 | C |
| 18 | B |
| 19 | D |
| 20 | A |
2. Complex Exponentials for Trigonometric Equations | 用复指数破解三角方程
Question 6 asked for an expression equivalent to z⁵ + 1/z⁵ when z = cos θ + i sin θ. A‑level students might expand using de Moivre and double-angle identities, but the further maths approach is instant: recognize that zⁿ + z⁻ⁿ = 2 cos(nθ). Thus the answer is 2 cos 5θ.
第6题要求当 z = cos θ + i sin θ 时,化简 z⁵ + 1/z⁵。A‑level 学生可能用棣莫弗公式和二倍角展开,但进阶数学方法可以秒解:直接由公式 zⁿ + z⁻ⁿ = 2 cos(nθ) 得出答案为 2 cos 5θ。
We simply note that 1/z⁵ = z⁻⁵, so z⁵ + z⁻⁵ = 2 cos 5θ. No further algebra is required, and this matches answer choice D.
只需注意到 1/z⁵ = z⁻⁵,立即得到 2 cos 5θ,无需多余计算,与选项 D 一致。
3. Determinants and Linear Transformations | 行列式与线性变换
Question 7 gave a 2 × 2 matrix M = [[1, 2], [3, 4]] and asked for its determinant. While the direct calculation ad − bc works, a further maths student can interpret det(M) as the area scale factor of the linear transformation. The determinant is 1×4 − 2×3 = −2, whose absolute value gives the enlargement factor. The answer is A (−2).
第7题给出 2×2 矩阵 M = [[1, 2], [3, 4]],求其行列式。虽然直接计算 ad − bc 即可,但进阶数学学生可将 det(M) 理解为线性变换的面积缩放因子。计算 1×4 − 2×3 = −2,其绝对值为面积放大率。答案是 A(−2)。
Understanding the geometric meaning helps verify that a negative determinant indicates a reflection is involved.
理解其几何意义有助于验证:负行列式意味着变换包含了一次反射。
4. Logarithmic Equations with Pure Core Techniques | 利用纯数技巧解对数方程
Question 2 presented the equation log₂(x + 1) − log₂(x − 1) = 1. Using the laws of logs, combine to log₂[(x+1)/(x−1)] = 1, so (x+1)/(x−1) = 2. Solving gives x = 3, which must be checked for domain: x > 1, so valid. Answer A.
第2题方程为 log₂(x + 1) − log₂(x − 1) = 1。运用对数运算律,合并得 log₂[(x+1)/(x−1)] = 1,因此 (x+1)/(x−1) = 2。解得 x = 3,需验证定义域 x > 1,成立。答案为 A。
The further maths insight is to treat this as an inverse function problem: f(x) = 2ˣ undoes the logarithm, making the algebraic step instantaneous.
进阶数学的视角是将其视为反函数问题:用 f(x) = 2ˣ 消去对数,代数步骤瞬间完成。
5. Implicit Differentiation made explicit | 隐函数求导显式化
Question 15 dealt with the curve x²y + y² = 5 and asked for dy/dx at (1, 2). Implicit differentiation is the natural tool: differentiate to get 2xy + x²(dy/dx) + 2y(dy/dx) = 0, then solve for dy/dx. Substituting the point yields dy/dx = −(2×1×2)/(1² + 2×2) = −4/5. The correct answer is B (−4/5).
第15题涉及曲线 x²y + y² = 5,求点 (1, 2) 处的 dy/dx。隐函数求导法是自然选择:求导得 2xy + x²(dy/dx) + 2y(dy/dx) = 0,解出 dy/dx。代入点坐标得 dy/dx = −(2×1×2)/(1² + 2×2) = −4/5。正确答案为 B(−4/5)。
Further maths students can also spot the derivative via partial derivatives: dy/dx = −(∂F/∂x)/(∂F/∂y), a faster route in multiple‑choice settings.
进阶数学学生还可以用偏导数快速得出:dy/dx = −(∂F/∂x)/(∂F/∂y),在选择题中能更快锁定答案。
6. Integration by Recognition: Reverse Chain Rule | 凑微分:逆链式法则
Question 9 required evaluating ∫ (2x)/(x²+1) dx. Recognising the numerator as the derivative of the denominator is immediate: d/dx [ln(x²+1)] = 2x/(x²+1), so the integral is ln(x²+1) + C. The option D matched this expression.
第9题求 ∫ (2x)/(x²+1) dx。可直接识别分子是分母的导数:d/dx [ln(x²+1)] = 2x/(x²+1),因此积分为 ln(x²+1) + C。选项 D 与此一致。
Using substitution u = x²+1 is equivalent, but the recognition technique developed in Further Pure units saves valuable seconds.
用换元 u = x²+1 也能得出结果,但进阶纯数中培养的凑微分识别法能节省宝贵时间。
7. Vectors Area via Cross Product | 用叉积求向量三角形面积
Question 18 gave position vectors OA = i + 2j + 2k and OB = 3i − j + k, and asked for the area of triangle OAB. The further maths technique uses the cross product: area = ½|OA × OB|. Compute OA × OB = (2×1 − 2×(−1))i − (1×1 − 2×3)j + (1×(−1) − 2×3)k = 4i + 5j − 7k. Its magnitude is √(16+25+49) = √90 = 3√10, so area = (3√10)/2. Answer B.
第18题给出位置向量 OA = i + 2j + 2k、OB = 3i − j + k,求三角形 OAB 的面积。进阶数学方法直接用叉积:面积 = ½|OA × OB|。计算 OA × OB = (2×1 − 2×(−1))i − (1×1 − 2×3)j + (1×(−1) − 2×3)k = 4i + 5j − 7k。模长为 √(16+25+49) = √90 = 3√10,故面积 = (3√10)/2。答案为 B。
Without the cross product, one would have to compute an angle via the dot product, which is slower and more error‑prone.
若不用叉积,则需要先通过点积求夹角,既慢又容易出错。
8. Binomial Expansions and Probability | 二项展开式与概率
Question 19 involved a biased coin with P(Heads) = 0.4, tossed 5 times, asking for the probability of exactly 2 heads. By the binomial formula: P(X=2) = C(5,2) × (0.4)² × (0.6)³. The further maths connection is to view this as the coefficient in (0.6 + 0.4)⁵ expansion. C(5,2) is exactly the binomial coefficient. Compute 10 × 0.16 × 0.216 = 0.3456. Answer D.
第19题涉及一枚不均匀硬币,P(正面)=0.4,抛掷 5 次,求恰好 2 次正面的概率。由二项分布公式:P(X=2) = C(5,2) × (0.4)² × (0.6)³。进阶数学的联想是将其看作 (0.6 + 0.4)⁵ 展开式中的特定项。C(5,2) 正是二项式系数。计算 10 × 0.16 × 0.216 = 0.3456。答案为 D。
Understanding the binomial expansion deepens your grasp of probability mass functions and can aid in spotting patterns in exam questions.
理解二项式展开可以加深对概率质量函数的理解,并帮助在考试中快速识别模式。
9. Hyperbolic Functions Simplify Exponentials | 双曲函数简化指数方程
Question 20 required solving e²ˣ − 4eˣ + 3 = 0. By substituting y = eˣ, we get y² − 4y + 3 = 0, so y = 1 or 3, giving x = 0 or ln 3. A further maths perspective rewrites the equation as 2 cosh x? Actually, recognising that (eˣ)² − 4eˣ + 3 = 0 is quadratic in eˣ suffices. The link to hyperbolic functions appears if we consider 2 cosh x = eˣ + e⁻ˣ, but here it is a simple exponential quadratic. The answer A (0 and ln 3) is uncontroversial.
第20题求解 e²ˣ − 4eˣ + 3 = 0。设 y = eˣ 得 y² − 4y + 3 = 0,y=1 或 3,则 x=0 或 ln 3。进阶数学视角或许会联想到双曲函数,因为 2 cosh x = eˣ + e⁻ˣ,但本题只是指数二次方程。答案 A(0 和 ln 3)无疑义。
Nonetheless, being familiar with hyperbolic identities allows you to manipulate exotic exponential expressions rapidly, a skill that often proves useful in ENGAA physics‑maths cross‑over questions.
尽管如此,熟悉双曲函数恒等式能让你快速处理复杂的指数表达式,这一技巧在 ENGAA 物理‑数学交叉题中常有大用。
10. Series and Summation via Standard Results | 用标准求和公式处理级数
Question 13 gave the sum Σᵣ₌₁ⁿ (r² + r) and asked for its expression in terms of n. Standard results state Σr² = n(n+1)(2n+1)/6 and Σr = n(n+1)/2. Adding gives n(n+1)(2n+1)/6 + n(n+1)/2 = n(n+1)(n+2)/3. The answer was C. This is a direct application of formulas from the Further Pure 1 syllabus, avoiding tedious induction.
第13题给出 Σᵣ₌₁ⁿ (r² + r),要求用 n 表示。由标准求和公式 Σr² = n(n+1)(2n+1)/6,Σr = n(n+1)/2。相加得 n(n+1)(2n+1)/6 + n(n+1)/2 = n(n+1)(n+2)/3。答案为 C。这是进阶纯数第一册公式的直接应用,避开了繁琐的数学归纳法。
Having these standard forms at your fingertips makes quick work of any polynomial summation that appears in the exam.
熟练掌握这些标准式,能让你秒杀考试中出现的任何多项式求和题。
11. Partial Fractions for Rational Integrals | 有理函数积分的部分分式法
Question 14 involved integrating (3x+1)/(x²−1). Splitting into partial fractions: (3x+1)/[(x−1)(x+1)] = A/(x−1) + B/(x+1). Solving gives A = 2, B = 1. Thus the integral is 2 ln|x−1| + ln|x+1| + C. The required definite integral from 2 to 3 evaluates to ln(2²×4) − ln(…) etc., leading to answer D.
第14题要求积 (3x+1)/(x²−1)。分解为部分分式:(3x+1)/[(x−1)(x+1)] = A/(x−1) + B/(x+1)。解得 A=2, B=1。因此积分为 2 ln|x−1| + ln|x+1| + C。定积分从 2 到 3 的计算结果对应选项 D。
The partial fraction technique, heavily emphasised in Further Maths, reduces a seemingly complicated rational function to simple logarithmic integrals.
进阶数学中反复强化的部分分式法,能将看似复杂的有理函数化为简单的对数积分。
12. Complex Roots of Unity for Polynomial Factorisation | 单位复根用于
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课程辅导,国外大学本科硕士研究生博士课程论文辅导