📚 PDF资源导航

High-Scoring Techniques for the June 2019 AS Further Mathematics Unit 1 Exam | 2019年6月AS进阶数学单元一考试高分技巧

📚 High-Scoring Techniques for the June 2019 AS Further Mathematics Unit 1 Exam | 2019年6月AS进阶数学单元一考试高分技巧

The AS Further Mathematics Unit 1 paper from June 2019 is a classic examination that tests core pure mathematical concepts such as complex numbers, matrix algebra, summation of series, proof by induction, and numerical methods. Many candidates find this paper challenging not because the individual topics are deeply complex, but because the questions often combine multiple skills in a single problem. Securing a high score requires more than just recalling formulas—it demands strategic thinking, meticulous algebraic manipulation, and the ability to spot underlying patterns quickly. In this article, we break down the key techniques that appeared in the June 2019 paper and explain how to approach each section with precision and confidence, helping you avoid common pitfalls and maximize your marks.

2019年6月的AS进阶数学单元一试卷是一份经典的考题,涵盖了复数、矩阵代数、级数求和、数学归纳法证明以及数值方法等核心纯数学概念。许多考生觉得这份试卷颇具挑战性,并非因为每个单独的知识点有多深奥,而是因为题目常常将多种技能融合在一个问题里。要取得高分,不仅需要熟记公式,更需要策略性思维、细致的代数操作以及快速洞察内在模式的能力。在本文中,我们将逐一剖析2019年6月真题中出现的关键技巧,讲解如何精准、自信地应对每一类题目,帮助你避开常见失分点,实现分数最大化。


1. Mastering Complex Number Algebra and Argand Diagrams | 掌握复数代数与Argand图

Complex number manipulation was at the heart of the June 2019 exam. A typical question required candidates to simplify a rational expression such as (3+4i)/(1−2i) and then identify the real and imaginary parts. The bulletproof strategy is to multiply both numerator and denominator by the complex conjugate of the denominator. For (3+4i)/(1−2i), the conjugate of 1−2i is 1+2i. Multiplying gives ((3+4i)(1+2i))/((1−2i)(1+2i)) = (3 + 6i + 4i + 8i²)/(1 − 4i²). Since i² = −1, this simplifies to (3 + 10i − 8)/(1 + 4) = (−5 + 10i)/5 = −1 + 2i. Many students lost marks by stopping here without explicitly stating the real part as −1 and the imaginary part as 2. Always present the final answer in clear a + bi form and label the parts if requested.

复数运算是2019年6月考试的核心内容。一道典型题目要求化简形如(3+4i)/(1−2i)的有理式,并指出实部和虚部。万无一失的策略是将分子分母同时乘以分母的共轭复数。以(3+4i)/(1−2i)为例,分母1−2i的共轭是1+2i。相乘得到((3+4i)(1+2i))/((1−2i)(1+2i)) = (3 + 6i + 4i + 8i²)/(1 − 4i²)。由于i² = −1,进一步化简为(3 + 10i − 8)/(1 + 4) = (−5 + 10i)/5 = −1 + 2i。很多学生在此处失分,因为他们没有明确写出实部为−1和虚部为2。务必以清晰的a + bi形式呈现最终答案,并根据题目要求分别标出实部和虚部。

When a question involves an Argand diagram, precision in plotting and interpreting the modulus and argument is essential. In the 2019 paper, candidates were asked to mark the roots of a quadratic equation with complex coefficients on the Argand plane. A common error is to confuse the argument with the angle a vector makes with the negative real axis. Always measure the argument from the positive real axis, and express it in radians unless degrees are specified. Remember that the modulus |z| is the distance from the origin, √(x² + y²), and the argument θ satisfies tanθ = y/x after accounting for the quadrant. For a complex number in the second quadrant, the argument is π − arctan(|y|/|x|).

当题目涉及Argand图时,精确绘制点以及正确理解模与辐角至关重要。在2019年的试卷中,考生被要求将一个带有复系数的二次方程的根标在Argand平面上。常见的错误是把辐角与向量与负实轴所成的角混淆。务必始终从正实轴开始测量辐角,并且除非指定角度,否则以弧度表示。记住,模|z|是从原点到复数的距离,即√(x² + y²),而辐角θ满足tanθ = y/x,且需要根据象限进行调整。对于第二象限的复数,辐角为π − arctan(|y|/|x|)。


2. Efficient Matrix Operations and Geometric Transformations | 高效矩阵运算与几何变换

Matrix questions in the June 2019 Unit 1 paper tested both algebraic computation and geometric interpretation. A classic task was to find the image of a given point under successive transformations represented by matrices A and B. First, determine the combined transformation matrix: if A is applied first and then B, the overall matrix is BA. Multiplying BA by the position vector gives the image. Many candidates incorrectly multiplied AB instead, which reverses the order. Always read the question carefully: “transformation A followed by B” means the matrix of A acts first, so the composite is BA. Practise multiplying matrices quickly and checking dimensions to avoid arithmetic slip-ups.

2019年6月单元一试卷中的矩阵问题既考查代数计算,也考查几何解释。一项经典任务是找出给定点在矩阵A和B表示的连续变换下的像。首先确定组合变换矩阵:如果先施行变换A再施行B,总变换矩阵是BA。将BA乘以位置向量即得到像。许多考生错误地使用了AB相乘,颠倒了顺序。务必仔细审题:“变换A followed by B”意味着A的矩阵先作用,所以复合矩阵为BA。练习快速乘法并检查维度,避免算术失误。

Another high-mark topic was using the determinant to deduce area scale factors of transformations. If a triangle with area 5 square units is transformed by matrix M, the area of the image is |det(M)| × 5. The 2019 question required candidates to find the determinant of a 2×2 matrix, then compute the area of the transformed shape. A frequent mistake is forgetting the absolute value—area must be positive. Also, remember that if det(M) = 0, the transformation collapses the shape onto a line or point, so the area becomes zero. Show your substitution step clearly, for instance, for M = [[a,b],[c,d]], det(M) = ad − bc.

另一个高分主题是利用行列式推导变换的面积比例因子。如果一个面积为5平方单位的三角形经过矩阵M变换,其像的面积是|det(M)| × 5。2019年的题目要求考生计算一个2×2矩阵的行列式,然后求出变换后图形的面积。一个常见错误是忘记取绝对值——面积必须为正。此外,要记住如果det(M) = 0,变换将图形压缩到一条直线或一个点上,因此面积变为零。清晰展示代入步骤,例如对于M = [[a,b],[c,d]],det(M) = ad − bc。


3. Summing Series with Standard Formulae | 利用标准公式进行级数求和

The 2019 paper included a question on evaluating sums of polynomial series using the standard results for ∑r, ∑r², and ∑r³. These are ∑r from r=1 to n = n(n+1)/2, ∑r² = n(n+1)(2n+1)/6, and ∑r³ = n²(n+1)²/4. A more demanding task was to sum a series like ∑(r+2)(r−3) from r=1 to n. The efficient approach is to expand the brackets first: (r+2)(r−3) = r² − r − 6. Then split the sum: ∑r² − ∑r − 6∑1. Substitute the standard results carefully, ensuring you apply the limits correctly. When n appears in the final expression, simplify to a fully factorised form, e.g., (1/6)n(n−1)(2n+5). In the exam, many candidates lost marks by not fully factorising or by making sign errors when substituting ∑r into a negative term.

2019年试卷中包含一道利用标准公式∑r、∑r²和∑r³求多项式级数和的题目。标准公式为:从r=1到n的∑r = n(n+1)/2,∑r² = n(n+1)(2n+1)/6,∑r³ = n²(n+1)²/4。一个更具挑战性的任务是求级数∑(r+2)(r−3)从r=1到n的和。高效的方法是先展开括号:(r+2)(r−3) = r² − r − 6。然后拆分求和:∑r² − ∑r − 6∑1。仔细代入标准结果,确保正确应用求和限。当最终表达式中含有n时,化简为完全因式分解的形式,例如(1/6)n(n−1)(2n+5)。在考试中,很多考生因未完全分解或因在代入负项的∑r时出现符号错误而失分。

A hidden challenge was knowing how to handle series that do not start at r=1. For example, if the question asks for the sum from r=5 to n of (2r+1), do not directly apply the formula with n. Instead, compute the sum from 1 to n and subtract the sum from 1 to 4. This method avoids re-deriving the limits and reduces careless mistakes. Write the working as ∑_{r=5}^{n} f(r) = ∑_{r=1}^{n} f(r) − ∑_{r=1}^{4} f(r). The 2019 paper tested this explicitly, and those who attempted to insert (n−4) directly into a modified formula often got the wrong constant term.

一个隐藏的难点是懂得如何处理不从r=1开始的级数。例如,若题目要求从r=5到n对(2r+1)求和,不要直接将n代入公式。而是先求出从1到n的和,再减去从1到4的和。这种方法避免了重新推导求和限,减少了粗心错误。将运算步骤写为∑_{r=5}^{n} f(r) = ∑_{r=1}^{n} f(r) − ∑_{r=1}^{4} f(r)。2019年试卷对此进行了明确的考查,那些试图直接将(n−4)代入修改后公式的考生往往会得到错误的常数项。


4. Proof by Induction: Structuring Your Argument | 数学归纳法:架构你的论证

A standard proof by induction appeared in the June 2019 paper, typically involving a summation identity like Σ r(r+1) = n(n+1)(n+2)/3 or a divisibility statement. The marking scheme heavily rewards a clear logical structure: basis step, inductive hypothesis, inductive step, and conclusion. In the basis step, show the statement is true for n = 1 by evaluating both sides independently and stating they are equal. For the inductive hypothesis, write “Assume true for n = k” and write the exact equality you are assuming. In the inductive step, start with the expression for n = k+1, separate the last term, and apply the hypothesis. Many students stumble because they treat the induction step as a derivation rather than a proof: they manipulate the target expression and lose direction. Instead, always begin with the left-hand side for n = k+1, use the hypothesis, and then algebraically convert it to the right-hand side form for n = k+1.

2019年6月的试卷中出现了一道标准的数学归纳法证明题,通常涉及求和恒等式,如Σ r(r+1) = n(n+1)(n+2)/3,或者整除性命题。评分标准非常看重清晰的逻辑结构:基步、归纳假设、归纳步和结论。在基步中,通过单独计算等式两边并说明它们相等,来证明n = 1时命题成立。在归纳假设中,写下“假设n = k时命题为真”,并准确写出所假设的等式。在归纳步中,从n = k+1的表达式出发,分离出最后一项,然后应用假设。很多学生会栽跟头,因为他们将归纳步当作推导而非证明:他们随意变换目标表达式,失去了方向。正确做法是,始终从n = k+1的左边开始,运用归纳假设,然后通过代数运算将其转化为n = k+1的右边形式。

When proving divisibility, for instance that f(n) = 3²ⁿ + 7 is divisible by 8 for all positive integers n, the crucial step is to show f(k+1) − f(k) is a multiple of 8, or to express f(k+1) in terms of f(k). For f(k+1) = 3²⁽ᵏ⁺¹⁾ + 7 = 9·3²ᵏ + 7 = (8+1)·3²ᵏ + 7 = 8·3²ᵏ + (3²ᵏ + 7) = 8·3²ᵏ + f(k). Since the first term is a multiple of 8 and f(k) is assumed divisible by 8, the sum is divisible by 8. Clearly showing this algebraic manipulation earns full marks. In the 2019 paper, candidates who omitted the statement “f(k) is divisible by 8” in the hypothesis lost a mark for an incomplete argument.

在证明整除性时,例如要证f(n) = 3²ⁿ + 7对所有正整数n可被8整除,关键步骤是证明f(k+1) − f(k)是8的倍数,或者将f(k+1)用f(k)表示出来。f(k+1) = 3²⁽ᵏ⁺¹⁾ + 7 = 9·3²ᵏ + 7 = (8+1)·3²ᵏ + 7 = 8·3²ᵏ + (3²ᵏ + 7) = 8·3²ᵏ + f(k)。由于第一项是8的倍数,而假设f(k)能被8整除,所以总和也能被8整除。清晰展示这一代数变形可获得满分。在2019年试卷中,那些在假设中遗漏了“f(k)能被8整除”这句话的考生,因论证不完整而丢分。


5. Numerical Methods: Newton-Raphson with Care | 数值方法:谨慎使用牛顿-拉夫逊法

The Newton-Raphson iteration, xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ), was tested in the 2019 paper with a transcendental equation such as x − 3 sin x = 0. To secure all marks, you must first identify f(x) correctly. If the equation is rearranged to x − 3 sin x = 0, then f(x) = x − 3 sin x, and f'(x) = 1 − 3 cos x. A devastating error is to differentiate sin x incorrectly, especially when the coefficient is not 1. Always double-check the derivative and ensure the calculator is in radian mode. When performing the iteration, show the substitution step for each iteration clearly: x₁ = 2.5, then x₂ = 2.5 − (2.5 − 3 sin 2.5)/(1 − 3 cos 2.5). Write down the unrounded x₂ before giving the required accuracy. Repeating to the specified decimal places is essential; typically you continue until two successive approximations agree to the required degree of accuracy.

2019年试卷考查了牛顿-拉夫逊迭代公式xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ),针对一个超越方程如x − 3 sin x = 0。要确保拿到所有分数,首先必须正确确定f(x)。如果方程变形为x − 3 sin x = 0,则f(x) = x − 3 sin x,f'(x) = 1 − 3 cos x。一个灾难性的错误是对sin x求导时出错,尤其是当系数不为1时。务必反复检查导数,并确保计算器处于弧度模式。进行迭代时,每一步都要清晰展示代入过程:x₁ = 2.5,然后x₂ = 2.5 − (2.5 − 3 sin 2.5)/(1 − 3 cos 2.5)。先给出未舍入的x₂值,再按题目精确度要求写出结果。按指定小数位反复迭代至关重要;通常需要持续到两次相邻近似值在要求的精度内一致。

A further twist involved justifying the location of a root within an interval. The question might ask to show that the root lies between a and b by evaluating f(a) and f(b) and noting a sign change. For f(x) = x − 3 sin x, compute f(2.2) and f(2.3) (or similar) and observe the signs. In the June 2019 paper, some candidates incorrectly assumed a sign change guarantees a root, but they did not state that f is continuous over the interval. Always mention continuity: “Since f is continuous on [a,b] and f(a) and f(b) have opposite signs, there is at least one root in [a,b].” This small addition secures the final mark.

另一个考点是如何证明根存在于某区间内。题目可能要求通过计算f(a)和f(b)并观察符号变化来证明根位于a和b之间。对于f(x) = x − 3 sin x,计算f(2.2)和f(2.3)(或类似值)并查看符号。在2019年6月试卷中,一些考生错误地认为只要符号发生变化就能保证有根,但没有说明f在该区间上是连续的。务必提及连续性:“由于f在[a,b]上连续,且f(a)与f(b)异号,因此在[a,b]内至少存在一个根。”这个小小的补充能确保你拿到那最后一分。


6. Roots and Coefficients of Quadratic Equations | 二次方程的根与系数关系

Questions linking the sum and product of roots (α+β = −b/a, αβ = c/a) appeared in a slightly disguised form in the 2019 paper. You might be given that α and β are roots of x² + 4x + 7 = 0 and asked to find an equation whose roots are 2α+1 and 2β+1. Rather than solving for α and β explicitly (which would involve complex numbers and messy algebra), use the symmetry of roots. First calculate the sum of the new roots: (2α+1)+(2β+1) = 2(α+β)+2 = 2(−4)+2 = −6. Then the product: (2α+1)(2β+1) = 4αβ + 2(α+β) + 1 = 4(7) + 2(−4) + 1 = 28 − 8 + 1 = 21. The new equation is x² − (sum)x + product = 0, i.e., x² + 6x + 21 = 0. Always check your signs: the coefficient of x is the negative of the sum.

2019年试卷中以略微隐晦的形式考查了根的和与积(α+β = −b/a,αβ = c/a)的关联题。题目可能会给出α和β是方程x² + 4x + 7 = 0的根,要求找出根为2α+1和2β+1的方程。与其显式解出α和β(这会涉及复数和繁琐的代数),不如利用根的对称性。先计算新根的和:(2α+1)+(2β+1) = 2(α+β)+2 = 2(−4)+2 = −6。再求积:(2α+1)(2β+1) = 4αβ + 2(α+β) + 1 = 4(7) + 2(−4) + 1 = 28 − 8 + 1 = 21。新方程为x² − (和)x + 积 = 0,即x² + 6x + 21 = 0。务必检查符号:x的系数是根的和的相反数。

When the roots are given in reciprocal form, such as 1/α and 1/β, the same method works beautifully. The sum is (1/α)+(1/β) = (α+β)/(αβ), and the product is 1/(αβ). In the exam, a surprising number of candidates rewrote the equation in terms of 1/x and then cross-multiplied, which sometimes led to algebraic dead ends. Stick to the coefficient relations—they are faster and less error-prone. Also, be ready to use the identity α²+β² = (α+β)² − 2αβ, which was tested indirectly in a question requiring the value of α/β + β/α.

当根以倒数形式给出时,例如1/α和1/β,同样的方法同样行得通。根之和为(1/α)+(1/β) = (α+β)/(αβ),根之积为1/(αβ)。在考试中,令人惊讶的是不少考生将方程改写为关于1/x的形式,然后交叉相乘,有时这会陷入代数死胡同。坚持使用系数关系——这样更快且不易出错。同时,要准备好使用恒等式α²+β² = (α+β)² − 2αβ,这在2019年一道要求计算α/β + β/α的题目中被间接考查了。


7. Inequalities and Discriminant Analysis | 不等式与判别式分析

A typical high-mark question required proving that a given expression is always positive, using the discriminant. For example, show that x² + 6x + 11 > 0 for all real x. The standard method is to complete the square or examine the discriminant. For the quadratic ax²+bx+c with a>0, if the discriminant Δ = b²−4ac is negative, then the quadratic has no real roots and is always positive. Here Δ = 36 − 44 = −8 < 0, and since a = 1 > 0, the function is always above the x-axis. Yet some candidates incorrectly stated that a negative discriminant meant the quadratic is negative, confusing the sign of a. Always link the sign of a and Δ: a > 0 and Δ < 0 imply the quadratic is always positive; a < 0 and Δ < 0 imply always negative.

一道典型的高分题目要求利用判别式证明给定表达式恒为正。例如,证明对于所有实数x,有x² + 6x + 11 > 0。标准方法是配平方或考察判别式。对于二次式ax²+bx+c且a>0,若判别式Δ = b²−4ac为负,则该二次式无实根且恒为正。本例中Δ = 36 − 44 = −8 < 0,且a = 1 > 0,因此函数图像始终在x轴上方。然而,有些考生错误地声称负判别式意味着二次式恒为负,混淆了a的符号。务必始终联系a与Δ的符号:a > 0且Δ < 0表示二次式恒为正;a < 0且Δ < 0表示恒为负。

Another inequality task involved solving a rational inequality such as (x−2)/(x+3) ≥ 1. A common pitfall was to multiply both sides by (x+3) without considering its sign. The safe approach is to bring all terms to one side: (x−2)/(x+3) − 1 ≥ 0 ⇒ (x−2 − (x+3))/(x+3) ≥ 0 ⇒ (−5)/(x+3) ≥ 0. This simplifies to 5/(x+3) ≤ 0, which implies x+3 < 0, so x < −3. Always check the boundary: at x = −3 the expression is undefined, so it is not included. The 2019 paper demanded strict attention to open and closed intervals; failure to exclude the asymptote typically cost a mark.

另一个不等式题是求解如(x−2)/(x+3) ≥ 1的有理不等式。常见的陷阱是不考虑(x+3)的符号就直接两边乘以(x+3)。稳妥的做法是将所有项移到一边:(x−2)/(x+3) − 1 ≥ 0 ⇒ (x−2 − (x+3))/(x+3) ≥ 0 ⇒ (−5)/(x+3) ≥ 0。这简化为5/(x+3) ≤ 0,从而推出x+3 < 0,因此x < −3。务必检查边界:在x = −3处表达式无定义,所以不应包含该点。2019年试卷非常强调对开区间和闭区间的精确处理;未排除渐近线通常会丢掉一分。


8. Coordinate Geometry with Parametric Equations | 参数方程与坐标几何

A deceptively simple parametric question in the 2019 exam required finding the equation of the tangent to a curve defined by x = t², y = 4t at a specific point. First, find the point by substituting the given parameter value, say t = 2: P(4, 8). The gradient dy/dx is obtained via (dy/dt)/(dx/dt) = 4/(2t) = 2/t, so at t = 2, the gradient is 1. Then use y − y₁ = m(x − x₁). Many candidates mis-evaluated dx/dt as t instead of 2t, starting a cascade of errors. When the parameter is not given directly but a point gives t, solve for t from x = t², remember t can be negative; always check the y-coordinate consistency to pick the correct sign.

2019年考试中有一道看似简单的参数方程题,要求找出曲线x = t², y = 4t在特定点的切线方程。首先通过代入给定的参数值,比如t = 2,得到点P(4, 8)。斜率dy/dx可通过(dy/dt)/(dx/dt) = 4/(2t) = 2/t求得,所以在t = 2时,斜率为1。然后使用点斜式y − y₁ = m(x − x₁)。许多考生错误地将dx/dt算作t而不是2t,引发一连串错误。当参数不直接给出而是通过点求t时,由x = t²解t,要注意t可能为负;始终检查y坐标的一致性以选择正确的符号。

Converting parametric equations to a Cartesian form was also tested. Given x = 3 cosθ, y = 4 sinθ, the aim is to eliminate θ. Using cos²θ + sin²θ ≡ 1, write (x/3)² + (y/4)² = 1, yielding an ellipse equation. The 2019 paper asked for the domain and range of the resulting Cartesian curve. A common oversight was writing the domain for x merely as −3 ≤ x ≤ 3 without checking the original parameter’s restriction. If θ is restricted to 0 ≤ θ ≤ π, then cosθ ranges from 1 to −1, giving x from 3 to −3, i.e., −3 ≤ x ≤ 3. But y = 4 sinθ for θ in [0,π] gives sinθ ≥ 0, so y ranges from 0 to 4. Missing this range restriction lost a mark. Always annotate your solution with the effect of parameter bounds.

将参数方程转化为笛卡尔形式也是考查点。给定x = 3 cosθ, y = 4 sinθ,目标是消去θ。利用cos²θ + sin²θ ≡ 1,写出(x/3)² + (y/4)² = 1,得到椭圆方程。2019年试卷要求给出所得笛卡尔曲线的定义域和值域。常见的疏漏是在未检查原始参数限制的情况下将x的定义域仅写为 −3 ≤ x ≤ 3。如果θ限制在0 ≤ θ ≤ π,那么cosθ从1到−1,x则从3到−3,即−3 ≤ x ≤ 3。但y = 4 sinθ在θ∈[0,π]时sinθ ≥ 0,所以y的范围是0到4。漏掉这个值域限制会丢分。务必在解答中注明参数范围的影响。


9. Inverse Trigonometric Functions and Equations | 反三角函数与方程Published by TutorHao | AS Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

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