📚 PDF资源导航

A-Level Further Maths June 2018 Paper 2: Question Analysis | A-Level进阶数学2018年6月卷二题型解析

📚 A-Level Further Maths June 2018 Paper 2: Question Analysis | A-Level进阶数学2018年6月卷二题型解析

The June 2018 Edexcel A-Level Further Mathematics Paper 2 is a demanding assessment that tests advanced pure topics, including complex numbers, matrices, polar coordinates, hyperbolic functions, differential equations, series, vectors and numerical methods. This article breaks down every question type, highlights common errors and offers clear strategies to help you secure top marks.

2018年6月爱德思A-Level进阶数学卷二是一份高难度试卷,涵盖复数、矩阵、极坐标、双曲函数、微分方程、级数、向量和数值方法等高级纯数主题。本文逐类解析题型,指出常见错误并提供清晰策略,助你稳夺高分。


1. Complex Numbers: Modulus-Argument Form and De Moivre | 复数:模-辐角形式与棣莫弗定理

The opening complex numbers question often required expressing a number in the form a + bi, then calculating its modulus r = √(a² + b²) and argument θ = arctan(b/a), with careful attention paid to the correct quadrant. Students who forgot to adjust the arctan result for quadrants II or III lost easy marks.

复数开篇题通常要求将复数写成 a + bi 的形式,再计算其模 r = √(a² + b²) 和辐角 θ = arctan(b/a),并特别注意正确的象限。忘记根据第二或第三象限调整反正切结果的同学会白白丢分。

Multiplication and division become straightforward in polar form: z₁z₂ = r₁r₂ [cos(θ₁+θ₂) + i sin(θ₁+θ₂)] and similarly for division. Many candidates used the shorthand r₁r₂ exp(i(θ₁+θ₂)), which speeds up calculations when applying De Moivre’s theorem.

在极坐标形式下,乘除运算变得简单:z₁z₂ = r₁r₂ [cos(θ₁+θ₂) + i sin(θ₁+θ₂)],除法情况类似。许多考生采用简写 r₁r₂ exp(i(θ₁+θ₂)),在运用棣莫弗定理时可以加快计算。

De Moivre’s theorem (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ was tested explicitly in solving equations of the form zⁿ = w. The classic approach is to express w in modulus-argument form, apply the nth root and then find all distinct solutions spaced by 2π/n around the circle.

棣莫弗定理 (cos θ + i sin θ)ⁿ = cos nθ + i sin nθ 在解 zⁿ = w 型方程时被直接考查。经典解法是将 w 写成模-辐角形式,取 n 次根,再找出所有在圆周上间距为 2π/n 的不同解。


2. Matrices and Linear Transformations | 矩阵与线性变换

Matrix multiplication, inverses and determinants were examined through transformation questions. A typical task involved finding the image of a given vector under a combination of transformations, requiring careful order: if T₁ then T₂, the combined matrix is T₂T₁.

矩阵乘法、逆矩阵和行列式通过变换问题加以考查。典型任务是求某向量在复合变换下的像,必须注意顺序:若先 T₁ 后 T₂,则合并矩阵为 T₂T₁。

Inverse matrices were evaluated either using the formula (1/det) adj for 2×2 or 3×3 matrices or by the augmented matrix method. Many students struggled with the adjugate of a 3×3 matrix; a systematic cofactor approach is essential.

逆矩阵的计算要么用 (1/det) adj 公式处理 2×2 或 3×3 矩阵,要么通过增广矩阵法求解。不少学生对 3×3 矩阵的伴随阵感到困难,系统的余子式方法是关键。

Some questions asked to deduce the geometrical transformation represented by a matrix, such as rotation by 45° about the origin or reflection in the line y = x. Recognising standard matrices saved precious time.

部分问题要求推断矩阵所代表的几何变换,例如绕原点旋转 45° 或关于直线 y = x 的反射。识别标准矩阵可以节省宝贵时间。


3. Polar Coordinates: Area and Tangents | 极坐标:面积与切线

The polar coordinates section focused on sketching curves like r = a(1 + cos θ) and calculating the area enclosed by a polar curve using A = ½ ∫ r² dθ from α to β. Accurate limit selection was vital; a diagram always helped.

极坐标部分重点在于绘制 r = a(1 + cos θ) 等曲线,并用 A = ½ ∫ r² dθ (从 α 到 β) 计算曲线所围面积。正确选择积分限至关重要;画图永远有帮助。

Finding tangents parallel to the initial line or perpendicular to it used the formula dy/dx = (r’ sin θ + r cos θ)/(r’ cos θ – r sin θ). Candidates often forgot to set the correct derivative to zero or to solve simultaneously with the polar equation.

求平行于极轴或垂直于极轴的切线需使用公式 dy/dx = (r’ sin θ + r cos θ)/(r’ cos θ – r sin θ)。考生常忘记令相应导数为零,或忘记与极坐标方程联立求解。

Converting between polar and Cartesian forms was a recurring sub-skill, especially to identify hidden symmetries or to simplify area integrals.

极坐标与笛卡尔坐标之间的转换是反复出现的子技能,尤其用于发现隐藏的对称性或简化面积积分。


4. Hyperbolic Functions: Identities and Equations | 双曲函数:恒等式与方程

Hyperbolic functions (sinh, cosh, tanh) and their inverses appeared both in identity questions and in solving equations like a cosh x + b sinh x = c. The identity cosh² x – sinh² x = 1 is the cornerstone; its analogue, Osborne’s rule, helps convert trigonometric identities into hyperbolic ones by changing the sign of sin² terms.

双曲函数 (sinh、cosh、tanh) 及其反函数既出现在恒等式证明题中,也出现在 a cosh x + b sinh x = c 型方程的求解中。恒等式 cosh² x – sinh² x = 1 是基石;其类比奥斯本规则通过改变 sin² 项的符号,帮助将三角恒等式转化为双曲恒等式。

Solving equations often reduced to a quadratic in e^x after substituting the exponential definitions: cosh x = (e^x + e^-x)/2, sinh x = (e^x – e^-x)/2. An alternative method, using the t-formula for hyperbolic functions, was less common but power-saving for certain problems.

解方程时,代入指数定义 cosh x = (e^x + e⁻ˣ)/2, sinh x = (e^x – e⁻ˣ)/2 后常化为 e^x 的二次方程。另一种思路是使用双曲函数的 t 公式,虽不常见但针对特定问题颇省事。

Graphs of inverse hyperbolic functions and their domains were tested via multiple-choice style reasoning; recognising that arsinh x = ln(x + √(x²+1)) gave a direct path to differentiation and integration.

反双曲函数的图像及其定义域通过类似选择题的形式加以考查;识记 arsinh x = ln(x + √(x²+1)) 为求导和积分提供了直接路径。


5. Differential Equations: Integrating Factors and Particular Solutions | 微分方程:积分因子与特解

First-order linear differential equations of the form dy/dx + P(x) y = Q(x) were dominant. The integrating factor IF = exp(∫ P dx) was computed, followed by exactness, with the final step giving the general solution y IF = ∫ Q IF dx + C.

一阶线性微分方程 dy/dx + P(x) y = Q(x) 占据主导地位。先计算积分因子 IF = exp(∫ P dx),随后利用恰当性,最后得到通解 y IF = ∫ Q IF dx + C。

Particular solutions were found by applying an initial condition, often linked to a real-world context like cooling or population growth. A common slip was failing to substitute the condition into the combined y IF expression before solving for C.

通过代入初始条件求特解,常与冷却或人口增长等实际背景结合。常见失误是求 C 前未将条件代入到 y IF 组合表达式中。

Separation of variables also appeared in simple cases; recognising when the equation is separable remains a fundamental skill. Always check for singular solutions that might be lost when dividing by a function of y.

分离变量法也在简单题型中出现;识别方程何时可分离仍然是一项基本功。务必检查因除以 y 的函数而可能丢失的奇解。


6. Series and Proof by Induction | 级数与数学归纳法证明

Series questions demanded evaluating finite sums like Σ r(r+1) or using standard results for Σ r, Σ r², Σ r³. Manipulating the sum into known forms and then substituting limits was the standard route.

级数问题要求计算诸如 Σ r(r+1) 的有限和,或使用 Σ r、Σ r²、Σ r³ 的标准结果。将和式化为已知形式再代入上、下限是标准方法。

Proof by induction was a hallmark. The four-step structure – basis, assumption, inductive step, conclusion – was strictly examined. For divisibility problems, adding a trick such as subtracting a multiple of the assumption was the key.

数学归纳法证明是标志性题型。四步结构——奠基、假设、归纳步、结论——被严格考查。对于整除性问题,关键技巧是加减一个假设的倍数。

Maclaurin series expansions were tested up to a given term; combining standard series like e^x, sin x, ln(1+x) via substitution or multiplication appeared. Table-type summaries aid quick recall:

麦克劳林级数展开考到指定项;通过代换或乘法组合 e^x、sin x、ln(1+x) 等标准级数是常见题型。表格式总结有助于快速回忆:

eˣ = 1 + x + x²/2! + x³/3! + … sin x = x – x³/3! + x⁵/5! – …
cos x = 1 – x²/2! + x⁴/4! – … ln(1+x) = x – x²/2 + x³/3 – … (|x|<1)

7. Vectors: Planes, Lines and Distances | 向量:平面、直线与距离

Vector questions combined lines and planes. A line was given in parametric form r = a + λb, and a plane in scalar product form r · n = d. Finding intersection required substituting the line equation into the plane equation and solving for λ.

向量题目综合考查直线与平面。直线以参数形式 r = a + λb 给出,平面以点积形式 r · n = d 给出。求交点需将直线方程代入平面方程并解出 λ。

The shortest distance from a point to a plane was calculated using |(p – a) · n̂| where n̂ is the unit normal. For distance from a point to a line, the cross product formula |(p – a) × b| / |b| was required.

点到平面的最短距离用 |(p – a) · n̂| 计算,其中 n̂ 为单位法向量。点到直线的距离则需使用叉乘公式 |(p – a) × b| / |b|。

Angle between two planes equals the angle between their normals; angle between line and plane is 90° minus the angle between the line’s direction vector and the plane’s normal – a subtlety that frequently tripped candidates.

两平面的夹角等于其法向量的夹角;直线与平面的夹角为 90° 减去方向向量与法向量夹角——这一细微之处常使考生出错。


8. Numerical Methods: Root-Finding and Quadrature | 数值方法:求根与数值积分

The Newton-Raphson method x_(n+1) = x_n – f(x_n)/f'(x_n) was used to refine a root to a required accuracy. Candidates needed to show the iteration clearly, maintain at least four decimal places, and demonstrate a sign change to justify convergence.

牛顿-拉弗森法 x_(n+1) = x_n – f(x_n)/f'(x_n) 用于将根精确到指定精度。考生需清晰展示迭代步骤,保留至少四位小数,并通过符号变化说明收敛性。

The trapezium rule and, for some variant papers, the midpoint rule were applied to approximate definite integrals. The formula for n strips of width h: ∫ f(x)dx ≈ h/2 [y₀ + 2(y₁+…+y_(n-1)) + y_n] was the foundation.

梯形法则以及部分试卷中的中点法则被用于近似定积分。n 个宽度为 h 的梯形公式为 ∫ f(x)dx ≈ h/2 [y₀ + 2(y₁+…+y_(n-1)) + y_n],这是基础。

Possible over- or under-estimation was discussed in context of convex/concave functions. A quick sketch of the curve helped determine whether the trapezium rule gave an upper or lower bound.

在凸函数/凹函数背景下讨论了可能的过高或过低估计。快速绘制曲线草图有助于判断梯形法则给出的是上界还是下界。

Interval bisection and linear interpolation sometimes appeared as alternatives for locating initial root approximations before Newton-Raphson; the change-of-sign method underpinned them all.

区间二分法和线性插值有时作为牛顿法之前定位初始根的替代方法;它们的核心都是符号变化法。


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