📚 AS AQA Further Maths: In-depth Past Paper Analysis | AS AQA 进阶数学:历年真题深度解析
The AS AQA Further Maths exam is known not just for testing advanced content, but for consistently demanding clear logical reasoning and precise application of techniques under time pressure. Whether you are aiming for a top grade or simply trying to build confidence, a careful study of past papers is the most direct path to understanding what examiners truly look for. This article digs deep into real questions from recent series, uncovers recurrent themes, and provides bilingual commentary to help you refine both your mathematical and exam strategy skills.
AS AQA 进阶数学考试不仅考察高阶内容,更一贯要求学生在时间压力下展现清晰的逻辑推理与精准的技巧运用。无论你的目标是冲刺最高等级还是建立信心,认真研读历年真题都是理解考官真实意图的最直接途径。本文深度剖析近年真题,揭示高频考点,并以中英双语解析,帮助你同步提升数学能力与应试策略。
1. Complex Numbers in Polynomial Equations | 多项式方程中的复数
A staple of AQA papers involves solving cubic or quartic equations where at least one complex root is given. In the 2022 Pure paper, candidates had to find the remaining roots of \(z^3 – 5z^2 + 17z – 13 = 0\) knowing that \(z = 2 – 3i\) is one root. Many students lost marks not because they couldn’t use the complex conjugate root theorem, but because they mishandled the factorisation step. Always remember that if a polynomial has real coefficients, complex roots occur in conjugate pairs, so you immediately know another root is \(2 + 3i\).
AQA 试卷中常见一类题:求解三次或四次方程,且已知至少一个复数根。2022 年纯数卷中,考生需找出 \(z^3 – 5z^2 + 17z – 13 = 0\) 的剩余根,已知 \(z = 2 – 3i\) 为一个根。许多学生失分并非因为不会使用共轭复根定理,而是因式分解步骤出错。务必记住,若多项式系数为实数,复根必成共轭对出现,因此你立即得知另一根为 \(2 + 3i\)。
The efficient path is to form the quadratic factor \([z – (2 – 3i)][z – (2 + 3i)] = z^2 – 4z + 13\), then carry out polynomial division or equate coefficients to obtain the remaining linear factor. Examiner reports frequently observe that arithmetic slips in long division waste precious minutes. Practice dividing polynomials with complex coefficients until you can spot the real root by inspection from the constant term.
高效解法是先构造二次因式 \([z – (2 – 3i)][z – (2 + 3i)] = z^2 – 4z + 13\),然后进行多项式除法或比较系数得到剩下的线性因式。考官报告多次指出,长除法中的算术失误浪费了宝贵时间。建议反复练习带复数系数的多项式除法,直至你能直接从常数项观察出实根。
2. Summation of Series by Standard Results | 利用标准结果求和
Questions on summing series like \(\displaystyle \sum_{r=1}^{n} r(r+3)\) appear almost every year, typically in the Pure section. The 2023 paper featured \(\displaystyle \sum_{r=1}^{n} (r+2)(r-1)\). Instead of expanding and then splitting into separate sums, many candidates attempted to apply standard formulas incorrectly because they did not thoroughly simplify the general term first. The key is to expand fully: \((r+2)(r-1) = r^2 + r – 2\). Then, use \(\sum r^2 = \frac{1}{6}n(n+1)(2n+1)\), \(\sum r = \frac{1}{2}n(n+1)\), and \(\sum 1 = n\). This methodical approach prevents sign errors and ensures the final expression is in a factorised form, which often gains the final A1 mark.
几乎每年都会出现级数求和题,如 \(\displaystyle \sum_{r=1}^{n} r(r+3)\),通常位于纯数部分。2023 年试卷考查了 \(\displaystyle \sum_{r=1}^{n} (r+2)(r-1)\)。许多考生未能先彻底化简通项,导致错误套用标准公式。关键一步是完全展开:\((r+2)(r-1) = r^2 + r – 2\)。随后使用 \(\sum r^2 = \frac{1}{6}n(n+1)(2n+1)\)、\(\sum r = \frac{1}{2}n(n+1)\) 及 \(\sum 1 = n\)。这种条理清晰的方法可避免符号错误,并确保最终表达式为因式分解形式,这常常是拿到最后一分 A1 的关键。
In 2024 mocks, a twist appeared: finding \(\sum_{r=5}^{n} (r^2 – 3r)\). Here, the lower limit isn’t 1, so you must either adjust the standard formulas by subtracting the sum from 1 to 4, or shift the index. Examiners credit both methods, but index shifting often confuses weaker students, so the subtraction method is safer. Always write out the first few terms to check your setup before rushing into algebra.
2024 年模拟题中出现了一个变体:求 \(\sum_{r=5}^{n} (r^2 – 3r)\)。这里下限不是 1,因此你必须调整标准公式,减去从 1 到 4 的和,或者进行下标平移。考官对两种方法都认可,但下标平移常让基础薄弱的学生困惑,因此减法更稳妥。务必在匆忙展开代数之前写出前几项检验你的设定。
3. Matrices: Invariant Points and Lines | 矩阵:不变点与不变线
Matrices often carry substantial weight in AS Further Maths, and AQA regularly tests the concepts of invariant points and invariant lines under a linear transformation. A classic from the 2021 series gave a matrix \(M = \begin{pmatrix} 4 & -1 \\ 2 & 1 \end{pmatrix}\) and asked for lines of invariant points. Too many candidates set up \(M\binom{x}{y} = \binom{x}{y}\) and solved the resulting system, only to find \(x = y = 0\), wrongly concluding there were none. In fact, the equation gives \(4x – y = x\) and \(2x + y = y\), which reduces to \(3x – y = 0\) and \(2x = 0\), so indeed only the origin satisfies both — meaning there is no line of invariant points. However, they then incorrectly dismissed invariant lines entirely.
矩阵在 AS 进阶数学中占比较大,AQA 定期考察线性变换下的不变点与不变线概念。2021 年的一道经典题给出矩阵 \(M = \begin{pmatrix} 4 & -1 \\ 2 & 1 \end{pmatrix}\),要求找出不变点构成的线。太多考生设 \(M\binom{x}{y} = \binom{x}{y}\) 并求解方程组,却只得到 \(x = y = 0\),错误地推断没有不变点。实际上,方程给出 \(4x – y = x\) 和 \(2x + y = y\),化简为 \(3x – y = 0\) 和 \(2x = 0\),确实仅原点满足两方程——意味着不存在不变点线。但随后他们又错误地否定了所有不变线。
For invariant lines, you must consider lines through the origin of the form \(y = mx\), where points on the line map to other points on the same line, not necessarily to themselves. Set \(M\binom{x}{mx} = \binom{x’}{mx’}\). This yields equations from which \(m\) satisfies a quadratic. In the 2021 problem, careful algebra gave \(2x = x’\) and then the slope condition produced \(2m^2 – 3m – 2 = 0\), leading to \(m = -\frac{1}{2}\) and \(m = 2\). Many lost marks by forgetting to also consider invariant lines of the form \(x = 0\) separately, which in this case was not invariant, but the explicit check earns method marks.
对于不变线,你必须考虑过原点的直线 \(y = mx\),线上点映射到同一直线上的其他点,而非自身。设 \(M\binom{x}{mx} = \binom{x’}{mx’}\)。由此得到方程,\(m\) 满足一个二次方程。在 2021 年题目中,仔细代数运算得 \(2x = x’\),然后斜率条件产生 \(2m^2 – 3m – 2 = 0\),解出 \(m = -\frac{1}{2}\) 和 \(m = 2\)。许多学生因忘记单独考虑形如 \(x = 0\) 的不变线而失分,尽管此题中该线并非不变,但明确检验能拿到方法分。
4. Roots of Polynomials and Symmetric Functions | 多项式根与对称函数
Relations between roots and coefficients is an area where AQA frequently blends routine manipulation with subtle conceptual gaps. For a cubic \(x^3 + px^2 + qx + r = 0\) with roots \(\alpha, \beta, \gamma\), you might be asked for \(\alpha^2 + \beta^2 + \gamma^2\) or \(\alpha^3 + \beta^3 + \gamma^3\). In a 2022 question, many students successfully used \(\sum \alpha^2 = (\sum \alpha)^2 – 2\sum \alpha\beta\), but struggled to find \(\sum \alpha^3\). The neat trick is to note that since each root satisfies \(\alpha^3 = -p\alpha^2 – q\alpha – r\), summing over all three roots gives \(\sum \alpha^3 = -p\sum \alpha^2 – q\sum \alpha – 3r\). This approach avoids messy expansion of symmetric polynomials and is heavily favoured in mark schemes.
根与系数的关系是 AQA 将常规操作与细微概念漏洞相结合的常见考点。对于有根 \(\alpha, \beta, \gamma\) 的三次方程 \(x^3 + px^2 + qx + r = 0\),可能要求计算 \(\alpha^2 + \beta^2 + \gamma^2\) 或 \(\alpha^3 + \beta^3 + \gamma^3\)。2022 年一题中,许多学生成功使用 \(\sum \alpha^2 = (\sum \alpha)^2 – 2\sum \alpha\beta\),但在求 \(\sum \alpha^3\) 时遇到困难。巧妙的技巧是,注意到每个根满足 \(\alpha^3 = -p\alpha^2 – q\alpha – r\),对三个根求和得 \(\sum \alpha^3 = -p\sum \alpha^2 – q\sum \alpha – 3r\)。这种方法避免了对称多项式的繁琐展开,深受评分方案青睐。
Another common pitfall is when the roots are related by a linear transformation, e.g., new roots are \(\alpha – 2, \beta – 2, \gamma – 2\). You can substitute \(y = x – 2\) into the original polynomial to find the new equation, but many incorrectly try to directly manipulate sums. The substitution method is foolproof and explicitly rewarded. Practise going both ways: given new roots in terms of old, find the new equation; and reversely, use symmetric sums to evaluate expressions like \(\frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma}\) without solving the cubic.
另一个常见陷阱是根存在线性变换关系,例如新根为 \(\alpha – 2, \beta – 2, \gamma – 2\)。你可以将 \(y = x – 2\) 代入原多项式求得新方程,但许多人错误地直接处理求和。代入法万无一失且明确得分。需练习双向操作:已知旧根表示新根,求新方程;以及反向使用对称和计算形如 \(\frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma}\) 的表达式,而无需求解三次方程。
5. Proof by Induction with Divisibility | 数学归纳法证明整除性
Induction proofs involving divisibility appear reliably in AQA AS papers. The 2023 series asked to prove that \(8^n – 3^n\) is divisible by 5 for all positive integers \(n\). The majority of candidates set up the base case and assumption correctly, but the inductive step caused a split between those who confidently added and subtracted terms, and those who got lost in algebraic manipulation. The core technique is to write \(8^{k+1} – 3^{k+1} = 8 \cdot 8^k – 3 \cdot 3^k\), then express it as \(8(8^k – 3^k) + 5 \cdot 3^k\). Using the inductive hypothesis, the first term is divisible by 5, and the second term clearly contains a factor of 5, completing the proof. This “add clever zero” or “rearrange to expose assumption” strategy is exactly what markers expect.
涉及整除性的归纳证明题可靠地出现在 AQA AS 试卷中。2023 年卷要求证明对所有正整数 \(n\),\(8^n – 3^n\) 可被 5 整除。大多数考生正确设定了基础情况和假设,但归纳步骤中,一些人自信地加减项,另一些人则迷失在代数操作中。核心技巧是写下 \(8^{k+1} – 3^{k+1} = 8 \cdot 8^k – 3 \cdot 3^k\),然后将其表示为 \(8(8^k – 3^k) + 5 \cdot 3^k\)。利用归纳假设,第一项可被 5 整除,第二项明显含有因子 5,证明完成。这种”加巧妙的零”或”重组以显露假设”的策略正是阅卷人期待的。
However, induction can also be combined with matrices or sequences. A less common but examinable variation is proving a closed form for a sequence defined by a recurrence. Here, the inductive step often requires substituting the assumed formula for \(u_k\) into the recurrence to prove the formula for \(u_{k+1}\). Many students overlook the need to state the conclusion clearly, such as “Therefore the statement is true for \(n = k + 1\), and by mathematical induction, it is true for all \(n\)”. Omitting this final sentence can cost the last A1 mark.
然而,归纳法也可能与矩阵或数列结合。一个不太常见但可考的变体是证明由递推关系定义的数列的封闭形式。此时,归纳步骤常需将假设的 \(u_k\) 公式代入递推关系以证明 \(u_{k+1}\) 的公式。许多学生忽略清晰陈述结论的必要性,例如”因此命题对 \(n = k + 1\) 成立,由数学归纳法,对所有 \(n\) 成立”。遗漏此最后一句可能导致丢失最后的 A1 分。
6. Hyperbolic Functions Identities and Equations | 双曲函数恒等式与方程
Hyperbolic functions enter the AS syllabus in the Pure section and are often tested through identities or equation solving. A 2021 question gave \(2\sinh x \cosh x = 1\) and asked to find \(x\) in logarithmic form. Many students spotted the double-angle identity \(\sinh 2x = 2\sinh x \cosh x\) and solved \(\sinh 2x = 1\), yielding \(2x = \mathrm{arsinh}(1) = \ln(1 + \sqrt{2})\), then \(x = \frac{1}{2}\ln(1 + \sqrt{2})\). However, a significant number used exponential definitions: \(\sinh x = \frac{e^x – e^{-x}}{2}\), \(\cosh x = \frac{e^x + e^{-x}}{2}\), leading to a quadratic in \(e^{2x}\). This is perfectly valid but frequently resulted in algebraic errors when simplifying. The identity route is faster and less error-prone.
双曲函数进入 AS 纯数考纲,常通过恒等式或解方程考察。2021 年一题给出 \(2\sinh x \cosh x = 1\),要求以对数形式求 \(x\)。许多学生发现倍角恒等式 \(\sinh 2x = 2\sinh x \cosh x\),解 \(\sinh 2x = 1\),得 \(2x = \mathrm{arsinh}(1) = \ln(1 + \sqrt{2})\),进而 \(x = \frac{1}{2}\ln(1 + \sqrt{2})\)。然而,大量学生使用指数定义:\(\sinh x = \frac{e^x – e^{-x}}{2}\)、\(\cosh x = \frac{e^x + e^{-x}}{2}\),化为关于 \(e^{2x}\) 的二次方程。这完全有效,但化简时常导致代数错误。恒等式路径更快且不易出错。
Another typical task is proving hyperbolic identities, analogous to trigonometric ones but with sign differences. For instance, proving \(\cosh^2 x – \sinh^2 x = 1\) from definitions is straightforward, but exam questions often require Osborn’s rule to adapt trig identities. In a 2023 question, candidates needed to express \(\cosh 3x\) in terms of \(\cosh x\). Using the trig counterpart \(\cos 3\theta = 4\cos^3 \theta – 3\cos \theta\), Osborn’s rule states you change the sign of any term containing a product of two sines — but careful handling shows \(\cosh 3x = 4\cosh^3 x – 3\cosh x\), exactly matching the trig form. Many incorrectly introduced sign changes, costing marks.
另一典型任务是证明双曲恒等式,类似于三角恒等式但符号存在差异。例如,从定义证明 \(\cosh^2 x – \sinh^2 x = 1\) 很简单,但考试题常要求利用奥斯本规则改编三角恒等式。2023 年一题中,考生需用 \(\cosh x\) 表示 \(\cosh 3x\)。利用三角对应式 \(\cos 3\theta = 4\cos^3 \theta – 3\cos \theta\),奥斯本规则指出需改变含两个正弦乘积项的符号——但细心处理表明 \(\cosh 3x = 4\cosh^3 x – 3\cosh x\),完全匹配三角形式。许多人错误地引入符号变化,白白丢分。
7. Differential Equations in Applied Contexts | 应用情境中的微分方程
In the Mechanics and Statistics branches, first-order differential equations often model real-world situations like cooling, population growth, or motion with resistance. A memorable 2022 applied question involved a car of mass 800 kg moving with a resistive force proportional to velocity: \(R = kv\). The equation of motion was \(800\frac{dv}{dt} = 200 – 4v\). Many struggled not with the calculus but with linking the net force to acceleration correctly. The solution was \(v(t) = 50(1 – e^{-0.005t})\) after integrating factor. Even students who solved the DE perfectly lost marks by failing to interpret asymptotic behaviour or find terminal velocity correctly. Always read the final part: “State the limiting value of v” requires simply identifying \(v \to 50\) as \(t \to \infty\).
在力学和统计分支中,一阶微分方程常模拟现实情境,如冷却、种群增长或带阻力的运动。2022 年一道令人印象深刻的应用题涉及一辆质量 800 kg 的汽车,阻力与速度成正比:\(R = kv\)。运动方程为 \(800\frac{dv}{dt} = 200 – 4v\)。许多学生挣扎的并非微积分,而是正确将合外力与加速度联系起来。使用积分因子后解为 \(v(t) = 50(1 – e^{-0.005t})\)。即使完美解出微分方程的学生,也因未能解释渐近行为或正确求出终端速度而失分。务必阅读最后一部分:”陈述 v 的极限值”仅需指出当 \(t \to \infty\) 时 \(v \to 50\)。
Separation of variables is another key technique. A common error is mishandling absolute values when integrating \(1/x\) forms. For example, in a cooling problem, \(\frac{dT}{dt} = -k(T – 20)\) leads to \(\ln|T – 20| = -kt + C\). Since temperature \(T\) is always above 20 in the given context, the absolute value can be dropped safely, but you must state that reasoning. Examiners have noted that blindly writing \(T – 20\) without justification sometimes loses a mark. Also, ensure you use initial conditions to find the particular solution, and not just give the general solution.
分离变量法是另一关键技术。常见错误是在积分 \(1/x\) 形式时处理绝对值不当。例如,冷却问题中 \(\frac{dT}{dt} = -k(T – 20)\) 导出 \(\ln|T – 20| = -kt + C\)。因给定情境中温度 \(T\) 始终高于 20,绝对值可安全去掉,但你必须陈述该理由。考官指出,不加说明地直接写 \(T – 20\) 有时会失分。此外,确保使用初始条件求特解,而不仅是给出通解。
8. Vectors: Intersections and Angles in 3D | 向量:三维空间中的交点与夹角
Vector questions on AS AQA papers frequently ask for the intersection of two lines or a line and a plane, and then for the angle between them. A 2023 3D vector problem gave two lines \(L_1: \mathbf{r} = \begin{pmatrix}1 \\ 2 \\ -1\end{pmatrix} + \lambda \begin{pmatrix}2 \\ -1 \\ 3\end{pmatrix}\) and \(L_2: \mathbf{r} = \begin{pmatrix}3 \\ 0 \\ 5\end{pmatrix} + \mu \begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix}\). Candidates had to determine if they intersect and find the acute angle. For intersection, equating components gives three equations in two unknowns; many found \(\lambda\) and \(\mu\) from the first two, but forgot to check consistency with the third, falsely concluding intersection. The lines were actually skew, and the correct answer was that they do not intersect.
AS AQA 试卷中的向量题常要求求两直线或直线与平面的交点,随后求它们之间的夹角。2023 年一道三维向量题给出两直线 \(L_1: \mathbf{r} = \begin{pmatrix}1 \\ 2 \\ -1\end{pmatrix} + \lambda \begin{pmatrix}2 \\ -1 \\ 3\end{pmatrix}\) 和 \(L_2: \mathbf{r} = \begin{pmatrix}3 \\ 0 \\ 5\end{pmatrix} + \mu \begin{pmatrix}1 \\ 1 \\ 1\end{pmatrix}\)。考生需判断它们是否相交并求锐角。对于相交,令各分量相等得到三个方程含两个未知数;许多人从前两个方程求出 \(\lambda\) 和 \(\mu\),却忘记代入第三个方程检验一致性,错误得出相交。实际上两直线是异面的,正确答案是它们不相交。
To find the angle between two lines, use the direction vectors: \(\cos \theta = \frac{\mathbf{d}_1 \cdot \mathbf{d}_2}{|\mathbf{d}_1||\mathbf{d}_2|}\). Even when lines don’t intersect, the angle is defined via their direction vectors. In this case, dot product is \(2\cdot1 + (-1)\cdot1 + 3\cdot1 = 4\), magnitudes \(\sqrt{14}\) and \(\sqrt{3}\), giving \(\theta = \cos^{-1}\left(\frac{4}{\sqrt{42}}\right)\). The mark scheme awards follow-through if you earlier incorrectly found intersection but correctly computed the angle. However, the conceptual slip of not checking the third equation is serious and repeats in many sessions.
求两直线夹角,使用方向向量:\(\cos \theta = \frac{\mathbf{d}_1 \cdot \mathbf{d}_2}{|\mathbf{d}_1||\mathbf{d}_2|}\)。即使直线不相交,夹角仍通过方向向量定义。此题中,点积为 \(2\cdot1 + (-1)\cdot1 + 3\cdot1 = 4\),模为 \(\sqrt{14}\) 和 \(\sqrt{3}\),得 \(\theta = \cos^{-1}\left(\frac{4}{\sqrt{42}}\right)\)。评分方案允许后续给分,如果你之前错误判断相交但正确计算了夹角。然而,未检验第三个方程的概念性错误十分严重,并在多期考试中反复出现。
9. Binomial Distribution Hypothesis Testing | 二项分布假设检验
The statistics component of AS Further Maths includes hypothesis testing with the binomial distribution, often requiring understanding of critical regions and p-values. A 2021 question stated: a manufacturer claims 80% of batteries last over 100 hours; a sample of 20 batteries finds 13 last over 100 hours; test at the 5% significance level. Many students set up \(H_0: p = 0.8\), \(H_1: p < 0.8\) (one-tailed) correctly. Under the null, the test statistic \(X \sim B(20, 0.8)\). The observed value is 13. Finding the p-value: \(P(X \le 13) = 1 - P(X \ge 14) = 1 - 0.9133 = 0.0867\). Since 0.0867 > 0.05, we do not reject \(H_0\). So sample evidence does not support the claim that proportion is less than 80%.
AS 进阶数学的统计部分包括二项分布假设检验,常要求理解拒绝域和 p 值。2021 年一题陈述:某厂商声称 80% 的电池续航超过 100 小时;随机抽取 20 节电池,13 节超过 100 小时;在 5% 显著性水平下检验。许多学生正确设立 \(H_0: p = 0.8\),\(H_1: p < 0.8\)(单尾)。在原假设下,检验统计量 \(X \sim B(20, 0.8)\)。观测值为 13。计算 p 值:\(P(X \le 13) = 1 - P(X \ge 14) = 1 - 0.9133 = 0.0867\)。由于 0.0867 > 0.05,我们不拒绝 \(H_0\)。因此样本证据不支持比例低于 80% 的说法。
A tricky variation occurs with two-tailed tests or when finding the critical region. For the same scenario but with \(H_1: p \ne 0.8\), you would halve the significance level. Many candidates forget that the critical region consists of both tails. They correctly find \(P(X \le c_1) \le 0.025\) and \(P(X \ge c_2) \le 0.025\), but then sometimes misinterpret their conclusion. Writing a clear contextualised conclusion is vital: “There is insufficient evidence to reject the manufacturer’s claim at the 5% level.”
一个棘手的变体出现在双尾检验或需找出拒绝域时。相同情境但 \(H_1: p \ne 0.8\),则需将显著性水平对半分。许多考生忘记拒绝域由双尾组成。他们正确找出 \(P(X \le c_1) \le 0.025\) 和 \(P(X \ge c_2) \le 0.025\),但有时会误解结论。写出清晰的上下文结论至关重要:”在 5% 显著性水平下,没有充分证据拒绝厂商的说法。”
10. Graph Sketching and Transformations of Rational Functions | 有理函数的图像绘制与变换
Curve sketching is not just an isolated topic; it appears intertwined with inequalities and calculus. AQA frequently asks for the graph of \(y = \frac{ax + b}{cx + d}\), identifying asymptotes and intercepts. In 2022, a question required sketching \(y = \frac{2x – 1}{x + 3}\), solving \(\frac{2x – 1}{x + 3} > 2\) and verifying a minimum point via differentiation. Many candidates drew the graph correctly with vertical asymptote \(x = -3\) and horizontal asymptote \(y = 2\), but then struggled to solve the inequality algebraically. Instead of multiplying by \((x+3)^2\) to preserve inequality direction, they incorrectly cross-multiplied and lost solutions.
图像绘制并非孤立主题,它常与不等式和微积分交织出现。AQA 频繁要求绘制 \(y = \frac{ax + b}{cx + d}\) 的图像,识别渐近线和截距。2022 年一题要求绘制 \(y = \frac{2x – 1}{x + 3}\),解 \(\frac{2x – 1}{x + 3} > 2\) 并通过微分验证极小值点。许多考生正确绘出图像,垂直渐近线 \(x = -3\),水平渐近线 \(y = 2\),但随后代数解不等式时遇到困难。他们未通过乘以 \((x+3)^2\) 保持不等式方向,而是错误地进行交叉相乘,导致漏解。
The safe method: bring all terms to one side: \(\frac{2x – 1}{x + 3} – 2 > 0\), combine into a single fraction: \(\frac{-7}{x + 3} > 0\). Since the numerator is negative, the inequality holds when the denominator is also negative, i.e., \(x + 3 < 0\), giving \(x < -3\). The graphical interpretation confirms this — the curve lies above \(y = 2\) for \(x < -3\). Many past candidates lost marks by not linking the algebraic solution to their graph, which is explicitly asked for in the command "Hence, or otherwise".
稳妥方法:将所有项移到一边:\(\frac{2x – 1}{x + 3} – 2 > 0\),合并为单一分式:\(\frac{-7}{x + 3} > 0\)。因分子为负,不等式成立当且仅当分母也为负,即 \(x + 3 < 0\),得 \(x < -3\)。图像解释与此一致——曲线在 \(x < -3\) 时位于 \(y = 2\) 上方。许多往届考生因未将代数解与图像关联而失分,而题目通常明确要求"因此,或用其他方法"。
11. Numerical Methods: Newton-Raphson and Iteration | 数值方法:牛顿-拉弗森法与迭代法
Despite being a small topic, numerical methods questions can discriminate between grades. The 2023 paper included an iteration formula \(x_{n+1} = \frac{1}{3}\left(x_n^3 + 2\right)\) to find a root near \(x_1 = 1.5\). Most students performed three iterations correctly, but then were asked to explain why this iteration converges. The correct reasoning involves the gradient of \(g(x) = \frac{1}{3}(x^3 + 2)\) near the root: if \(|g'(x)| < 1\), the iteration converges. Computing \(g'(x) = x^2\), near root \(x \approx 1.52\), \(g'(1.52) \approx 2.31 > 1\), so actually this iteration diverges! Many candidates blindly stated convergence, losing marks. The lesson: always check derivative condition.
数值方法虽是小专题,却能在等级间拉开差距。2023 年卷包含迭代公式 \(x_{n+1} = \frac{1}{3}\left(x_n^3 + 2\right)\),寻找 \(x_1 = 1.5\) 附近的根。多数学生正确执行三次迭代,但随后被要求解释为何此迭代收敛。正确的推理涉及 \(g(x) = \frac{1}{3}(x^3 + 2)\) 在根附近的导数:若 \(|g'(x)| < 1\),迭代收敛。计算 \(g'(x) = x^2\),在根 \(x \approx 1.52\) 附近,\(g'(1.52) \approx 2.31 > 1\),故实际上此迭代发散!许多考生盲目声称收敛,导致失分。教训:务必检验导数条件。
Newton-Raphson method also appears: \(x_{n+1} = x_n – \frac{f(x_n)}{f'(x_n)}\). A common error is incorrect differentiation of the function, especially when it involves products or exponentials. For \(f(x) = x e^x – 2\), the derivative is \(f'(x) = e^x(x + 1)\), but many wrote \(e^x\) or \(x e^x\). Such a slip makes the entire iteration wrong, costing all accuracy marks. Always double-check your derivative before plugging in numbers, and show all steps clearly, so even if an arithmetic mistake occurs later, method marks can be retained.
牛顿-拉弗森法同样会出现:\(x_{n+1} = x_n – \frac{f(x_n)}{f'(x_n)}\)。常见错误是函数求导不正确,尤其是含乘积或指数时。对 \(f(x) = x e^x – 2\),导数为 \(f'(x) = e^x(x + 1)\),但许多人写成 \(e^x\) 或 \(x e^x\)。这一失误导致整个迭代错误,扣光所有准确性分。代入数值前务必复查导数,并清晰展示所有步骤,这样即使后续发生算术错误,仍可保留方法分。
12. Modelling with Discrete Random Variables | 离散随机变量建模
The Statistics section increasingly includes questions where you must construct a probability distribution table from a word problem and then compute expectation and variance. A 2022 question described a game: a fair die is rolled; if it shows 1 or 2, you win £5; if 3 or 4, you win £2; if 5 or 6, you lose £4. Many students set up the outcomes correctly but then forgot that the variable is “profit”, meaning the £4 loss is -4. They wrote P(X = -4) = 2/6 = 1/3, P(X = 2) = 1/3, P(X = 5) = 1/3. E(X) = 5*(1/3) + 2*(1/3) + (-4)*(1/3) = 1. So expected profit is £1 per game.
统计部分日益增多此类题目:需根据文字题构建概率分布表,随后计算期望与方差。2022 年一题描述了一个游戏:掷一枚公平骰子;若出现 1 或 2,赢 £5;若 3 或 4,赢 £2;若 5 或 6,输 £4。许多学生正确设定结果,但忘记变量是”利润”,即 £4 亏损为 -4。他们写 P(X = -4) = 2/6 = 1/3,P(X = 2) = 1/3,P(X = 5) = 1/3。E(X) = 5*(1/3) + 2*(1/3) + (-4)*(1/3) = 1。因此每局期望利润为 £1。
Then they often ask for Var(X). The formula Var(X) = E(X²) – [E(X)]² is fundamental. Compute E(X²) = 25*(1/3) + 4*(1/3) + 16*(
Published by TutorHao | AS 进阶数学 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导