📚 NSAA 2017 Section 1 Mathematics: Advanced Topics and Solutions | NSAA 2017 S1 数学进阶考点与真题解析
The NSAA 2017 Section 1 challenges students with a fast-paced blend of pure and applied mathematics, demanding fluency in algebra, functions, calculus, vectors, and beyond. This article unpacks the advanced mathematical skills tested, using selected exam-style questions and bilingual walkthroughs to sharpen your problem-solving technique.
NSAA 2017 第一部分将纯数学与应用数学融合在快节奏的试题中,要求考生熟练运用代数、函数、微积分、向量等进阶内容。本文拆解其中涉及的进阶数学考点,通过精选真题风格的题目和中英双语解析,帮助提高解题能力。
1. Algebraic Manipulation and Equations | 代数运算与方程
Many NSAA questions begin with manipulating exponential expressions and quadratic forms. Consider this typical problem: solve 2²ˣ⁺¹ = 8ˣ⁻² for x. Notice that 8 can be expressed as 2³, so the equation becomes 2²ˣ⁺¹ = 2³⁽ˣ⁻²⁾. Equating exponents gives 2x + 1 = 3x – 6, hence x = 7.
很多 NSAA 题目从指数表达式和二次型的代数运算切入。例如这道典型题:求解满足 2²ˣ⁺¹ = 8ˣ⁻² 的 x。注意到 8 可以写成 2³,于是方程化为 2²ˣ⁺¹ = 2³⁽ˣ⁻²⁾。令指数相等得 2x + 1 = 3x – 6,解得 x = 7。
| A) 5 | B) 7 | C) 9 | D) 11 |
Beyond exponentials, discriminant analysis often appears. For instance, determine the range of k such that x² + kx + 9 = 0 has no real roots. The discriminant Δ = k² – 36 must be negative, so k² < 36, giving -6 < k < 6. Recognising this instantly saves time under exam pressure.
除指数外,判别式分析也经常出现。例如,求使 x² + kx + 9 = 0 无实数根的 k 的取值范围。判别式 Δ = k² – 36 必须为负,因此 k² < 36,即 -6 < k < 6。考试中快速识别这类模式能节省宝贵时间。
2. Functions and Graphs | 函数与图像
A classic NSAA task involves finding the inverse of a rational function. Take f(x) = (2x – 1)/(x + 3). Write y = (2x – 1)/(x + 3), swap x and y to get x = (2y – 1)/(y + 3), then solve for y. Multiply both sides: x(y + 3) = 2y – 1 → xy + 3x = 2y – 1 → xy – 2y = -3x – 1 → y(x – 2) = -3x – 1, so f⁻¹(x) = (3x + 1)/(2 – x), with domain x ≠ 2.
NSAA 常考查有理函数的反函数。例如 f(x) = (2x – 1)/(x + 3),设 y = (2x – 1)/(x + 3),交换 x 与 y 得 x = (2y – 1)/(y + 3),然后解出 y。两边乘开:x(y + 3) = 2y – 1 → xy + 3x = 2y – 1 → xy – 2y = -3x – 1 → y(x – 2) = -3x – 1,因此 f⁻¹(x) = (3x + 1)/(2 – x),定义域为 x ≠ 2。
Transformations of graphs are also tested. Given y = f(x), sketching y = 2f(x – 1) + 3 requires a horizontal shift right by 1, a vertical stretch by factor 2, and a vertical shift up by 3. Practising these sequence of mappings ensures you never lose marks on composition or transformation items.
函数图像变换也是考点。给定 y = f(x),绘制 y = 2f(x – 1) + 3 需要先将图像向右平移 1 个单位,再沿竖直方向拉伸至 2 倍,最后向上平移 3 个单位。熟练掌握变换顺序,能确保在复合函数或图像变换题中不丢分。
3. Sequences and Series | 数列与级数
The sum of the first n terms of an arithmetic series is given by Sₙ = 3n² – n. Find the common difference. The nth term aₙ = Sₙ – Sₙ₋₁ = (3n² – n) – [3(n-1)² – (n-1)] = 6n – 4. Hence the common difference d = aₙ – aₙ₋₁ = 6, a constant. This direct method avoids recalling separate formulas for a and d.
已知一个等差数列的前 n 项和为 Sₙ = 3n² – n,求公差。第 n 项 aₙ = Sₙ – Sₙ₋₁ = (3n² – n) – [3(n-1)² – (n-1)] = 6n – 4。因此公差 d = aₙ – aₙ₋₁ = 6,为常数。这种直接求法比分别记忆首项和公差公式更可靠。
Geometric series questions often ask for infinite sums. For example, evaluate the sum 1 + 1/2 + 1/4 + 1/8 + … . The first term a = 1, common ratio r = 1/2, and since |r| < 1, the sum to infinity is a/(1 - r) = 1/(1 - 1/2) = 2. Watch out for hidden geometric series disguised by algebraic manipulation.
等比级数题常要求计算无穷和。例如求 1 + 1/2 + 1/4 + 1/8 + … 的和。首项 a = 1,公比 r = 1/2,由于 |r| < 1,无穷和为 a/(1 - r) = 1/(1 - 1/2) = 2。要留意那些通过代数变型隐藏的等比级数。
4. Trigonometry and Identities | 三角恒等式与方程
Prove that (1 – cos 2θ)/sin 2θ = tan θ. Using double-angle identities: 1 – cos 2θ = 1 – (1 – 2 sin²θ) = 2 sin²θ, and sin 2θ = 2 sin θ cos θ. The ratio becomes (2 sin²θ)/(2 sin θ cos θ) = sin θ / cos θ = tan θ. Such proofs reinforce fluency with Pythagorean and double-angle forms.
证明 (1 – cos 2θ)/sin 2θ = tan θ。利用倍角公式:1 – cos 2θ = 1 – (1 – 2 sin²θ) = 2 sin²θ,sin 2θ = 2 sin θ cos θ。比值化为 (2 sin²θ)/(2 sin θ cos θ) = sin θ / cos θ = tan θ。这类证明能巩固勾股恒等式和倍角公式的运用。
Solving trigonometric equations within a given interval is a staple. Solve 2 sin θ cos θ = sin θ for 0 ≤ θ < π. This simplifies to sin θ (2 cos θ - 1) = 0, giving sin θ = 0 ⇒ θ = 0, or cos θ = 1/2 ⇒ θ = π/3. Always check the interval to avoid extraneous solutions.
在给定区间内解三角方程是常见题型。求在 0 ≤ θ < π 内满足 2 sin θ cos θ = sin θ 的解。方程化为 sin θ (2 cos θ - 1) = 0,得 sin θ = 0 ⇒ θ = 0,或 cos θ = 1/2 ⇒ θ = π/3。务必检查区间,避免多余解。
5. Calculus: Differentiation and Integration | 微积分:求导与积分
A typical NSAA differentiator uses the product rule. If y = x² sin x, then dy/dx = 2x sin x + x² cos x. Remember the mantra: ‘first times derivative of second plus second times derivative of first’. Applying the chain rule for composite functions, like sin(2x+1), is equally important.
典型的 NSAA 求导题会用到乘法法则。若 y = x² sin x,则 dy/dx = 2x sin x + x² cos x。牢记口诀:“前乘后的导数加后乘前的导数”。而对于 sin(2x+1) 这类复合函数,链式法则同样不可或缺。
Integration often tests definite integrals with a change of limits. Evaluate ∫₀π/2 sin 2x dx. Use the antiderivative: -½ cos 2x. Evaluating from 0 to π/2 gives -½ [cos π – cos 0] = -½ [(-1) – 1] = 1. Recognising the factor ½ from substitution avoids errors.
积分题常考查带换限的定积分。计算 ∫₀π/2 sin 2x dx。原函数为 -½ cos 2x。代入上下限得 -½ [cos π – cos 0] = -½ [(-1) – 1] = 1。预先识别代换带来的系数 ½ 能有效避免错误。
6. Vectors and Geometry | 向量与几何
Given vectors a = 2i + j – 2k and b = -i + 3j + k, compute a·b and the angle between them. a·b = (2)(-1) + (1)(3) + (-2)(1) = -2 + 3 – 2 = -1. The magnitudes are |a| = √(4+1+4) = 3, |b| = √(1+9+1) = √11. Thus cos θ = -1/(3√11), so θ ≈ 95.6°.
已知向量 a = 2i + j – 2k 和 b = -i + 3j + k,求 a·b 及夹角。点积 a·b = (2)(-1) + (1)(3) + (-2)(1) = -2 + 3 – 2 = -1。模长分别为 |a| = √(4+1+4) = 3,|b| = √(1+9+1) = √11。于是 cos θ = -1/(3√11),θ ≈ 95.6°。
Vector equations of lines often appear. For a line passing through (1,2,3) with direction vector 2i – j + 4k, the parametric form is r = (1 + 2t)i + (2 – t)j + (3 + 4t)k. Be comfortable converting between vector, parametric, and Cartesian forms.
空间直线的向量方程也经常出现。过点 (1,2,3) 且方向向量为 2i – j + 4k 的直线参数方程为 r = (1 + 2t)i + (2 – t)j + (3 + 4t)k。要熟练在向量式、参数式与笛卡儿式之间转换。
7. Complex Numbers | 复数
Solve the quadratic equation z² + 4z + 13 = 0 over the complex numbers. Using the quadratic formula: z = [-4 ± √(16 – 52)]/2 = [-4 ± √(-36)]/2 = -2 ± 3i. The square root of a negative number yields the imaginary unit i; always express the answer in a + bi form.
在复数范围内解二次方程 z² + 4z + 13 = 0。由求根公式:z = [-4 ± √(16 – 52)]/2 = [-4 ± √(-36)]/2 = -2 ± 3i。负数的平方根产生了虚数单位 i,答案务必写成 a + bi 的形式。
Furthermore, finding modulus and argument is key. For z = -2 + 3i, |z| = √(4 + 9) = √13, and arg(z) = π – arctan(3/2). Complex number geometry – addition as vector translation, multiplication as rotation and scaling – underpins many application questions.
此外,计算模与辐角也是重点。对于 z = -2 + 3i,|z| = √(4 + 9) = √13,辐角 arg(z) = π – arctan(3/2)。复数几何意义(加法对应向量平移,乘法对应旋转与伸缩)是很多应用题的根基。
8. Probability and Statistics | 概率与统计
A bag contains 3 red and 5 blue balls. Two balls are drawn without replacement. Find the probability both are red. The total number of ways to choose 2 from 8 is ⁸C₂ = 28, and the number of favourable ways is ³C₂ = 3. Hence P(both red) = 3/28. Alternatively, multiply consecutive probabilities: (3/8) × (2/7) = 6/56 = 3/28.
袋中有 3 个红球和 5 个蓝球,不放回地抽取两个球,求都是红球的概率。从 8 个中选 2 个的总方式数为 ⁸C₂ = 28,有利方式数为 ³C₂ = 3,因此概率为 3/28。也可逐次相乘:(3/8) × (2/7) = 6/56 = 3/28。
Tree diagrams and conditional probability are also tested. If we ask for the probability the second ball is blue given the first was red, it’s simply 5/7. These problems reward clear, step-by-step organisation rather than memorisation.
树状图和条件概率也常出现。若求在第一个球为红色的条件下第二个球是蓝色的概率,结果就是 5/7。这类题目青睐清晰的逐步推导,而非死记公式。
9. Logarithmic and Exponential Functions | 指数与对数函数
Solve log₂ (x + 1) + log₂ (x – 1) = 3. Combine the logs: log₂ [(x + 1)(x – 1)] = 3 → log₂ (x² – 1) = 3. Thus x² – 1 = 2³ = 8 → x² = 9 → x = 3 or x = -3. The domain requires x + 1 > 0 and x – 1 > 0, so x > 1. Hence the only valid solution is x = 3.
解方程 log₂ (x + 1) + log₂ (x – 1) = 3。合并对数:log₂ [(x + 1)(x – 1)] = 3 → log₂ (x² – 1) = 3。因此 x² – 1 = 2³ = 8 → x² = 9 → x = 3 或 x = -3。定义域要求 x + 1 > 0 且 x – 1 > 0,即 x > 1,故唯一合理解为 x = 3。
Exponential growth and decay models may appear in context. For example, a population doubles every 5 hours, modelled by P = P₀ · 2t/5. Solving for time when P = 3P₀ gives 2t/5 = 3 → t = 5 log₂ 3. Such contextual questions combine logs with real-world interpretation.
指数增长和衰减模型也可能在应用题中出现。如每 5 小时翻倍的公式 P = P₀ · 2t/5。求达到 3 倍的时间需解 2t/5 = 3 → t = 5 log₂ 3。此类情境题将对数与实际含义相结合。
10. Coordinate Geometry | 坐标几何
Find the equation of the tangent to the circle x² + y² = 25 at the point (3, 4). The gradient of the radius to (3,4) is 4/3, so the tangent (perpendicular) has gradient -3/4. Using y – 4 = -3/4 (x – 3) gives 3x + 4y = 25. Alternatively, use
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课程辅导,国外大学本科硕士研究生博士课程论文辅导