📚 PDF资源导航

Year 11 AQA Further Maths: Unit Test Mock Paper Analysis | AQA 进阶数学:单元测试模拟卷解析

📚 Year 11 AQA Further Maths: Unit Test Mock Paper Analysis | AQA 进阶数学:单元测试模拟卷解析

This article provides a detailed analysis of a typical AQA Further Maths unit test mock paper for Year 11. We break down common question types, highlight typical student mistakes, and demonstrate efficient solution strategies. Use this as a revision aid to boost your confidence for the actual exam.

本文详细解析一份典型的 AQA 进阶数学 Year 11 单元测试模拟卷。我们将分解常见题型,指出学生的典型错误,并展示高效的解题策略。将此作为复习辅助,提升您对真实考试的信心。


1. Algebraic Fractions and Simplification | 代数分式与化简

In question 1 of the mock paper, students are asked to simplify the expression (x² – 9)/(x² + x – 12). Many realise that factorising is necessary but forget to state restrictions on the variable.

模拟卷第一题要求学生化简表达式 (x² – 9)/(x² + x – 12)。许多学生意识到需要因式分解,但忘记说明变量的限制条件。

Always factorise numerator and denominator first: numerator is (x – 3)(x + 3); denominator factorises to (x + 4)(x – 3). The common factor (x – 3) cancels, leaving (x + 3)/(x + 4), provided x ≠ 3 and x ≠ -4. The mark scheme often penalises omission of the x ≠ 3 condition because the original fraction is undefined at x = 3.

务必先对分子和分母进行因式分解:分子为 (x – 3)(x + 3);分母分解为 (x + 4)(x – 3)。公因子 (x – 3) 约去,得到 (x + 3)/(x + 4),前提是 x ≠ 3 且 x ≠ -4。评分方案通常会因遗漏 x ≠ 3 这一条件而扣分,因为原分式在 x = 3 处无定义。

A second part asks to solve (2x)/(x+1) = 1 + 1/(x+1). A frequent error is to multiply through by (x+1) without considering x = -1, leading to an extraneous solution that must be rejected. After cross-multiplying, you obtain 2x = x + 1 + 1, giving x = 2, which is valid since x ≠ -1.

第二部分要求解方程 (2x)/(x+1) = 1 + 1/(x+1)。常见错误是不考虑 x = -1 就直接两边乘 (x+1),导致产生增根而必须舍去。正确做法是两边同乘 (x+1) 得 2x = x + 1 + 1,解得 x = 2,因为 x ≠ -1,此解有效。


2. Matrices and Transformations | 矩阵与变换

The mock paper includes a question on matrix multiplication and transformation geometry. Part (a) gives A = [2 1; 0 3] and B = [1 -1; 2 0], requiring the product AB. Students often multiply in the wrong order or misalign rows and columns.

模拟卷中有一道关于矩阵乘法和变换几何的题目。题目给出 A = [2 1; 0 3],B = [1 -1; 2 0],要求计算乘积 AB。学生经常弄错乘法顺序或行列对齐出错。

To compute AB, take the first row of A and first column of B: 2×1 + 1×2 = 4. First row, second column: 2×(-1) + 1×0 = -2. Second row, first column: 0×1 + 3×2 = 6. Second row, second column: 0×(-1) + 3×0 = 0. So AB = [4 -2; 6 0]. Always remember that matrix multiplication is not commutative.

计算 AB 时,用 A 的第一行与 B 的第一列:2×1 + 1×2 = 4。第一行第二列:2×(-1) + 1×0 = -2。第二行第一列:0×1 + 3×2 = 6。第二行第二列:0×(-1) + 3×0 = 0。因此 AB = [4 -2; 6 0]。始终牢记矩阵乘法不满足交换律。

Part (b) interprets this product as a combined transformation. The matrix AB represents the transformation B followed by A. Many learners confuse the order, thinking AB applies A then B. Understanding the composition of transformations is critical, especially when dealing with rotations and reflections.

第 (b) 部分将此乘积解释为复合变换。矩阵 AB 表示先进行变换 B,再进行变换 A。许多学生混淆顺序,误以为 AB 是先做 A 再做 B。理解变换的复合至关重要,尤其在涉及旋转和反射时。


3. Differentiation Fundamentals | 微分基础

Question 3 tests basic differentiation. It asks for the derivative of y = 3x⁴ – 5x² + 2x – 7 and then the gradient of the curve at x = 2. A typical slip occurs when differentiating the constant term or mishandling negative indices if fractions were involved.

第三题考查基本微分。要求求 y = 3x⁴ – 5x² + 2x – 7 的导数,并计算曲线在 x = 2 处的梯度。常见失误出现在对常数项求导或当涉及分式时错误处理负指数。

Using the power rule: dy/dx = 12x³ – 10x + 2. Substitute x = 2 to get gradient: 12(8) – 10(2) + 2 = 96 – 20 + 2 = 78. The constant -7 differentiates to zero. Students may forget that the derivative of 2x is 2, not zero.

应用幂法则:dy/dx = 12x³ – 10x + 2。代入 x = 2 得梯度:12(8) – 10(2) + 2 = 96 – 20 + 2 = 78。常数 -7 的导数为 0。学生可能会忘记 2x 的导数是 2,而不是 0。

An extension part gives y = 4/√x and expects rewriting as 4x^(-1/2) before differentiating. The derivative is -2x^(-3/2) or -2/(x√x). Careless manipulation of fractional powers is a frequent source of error.

拓展部分给出 y = 4/√x,要求先改写成 4x^(-1/2) 再求导。导数为 -2x^(-3/2) 或 -2/(x√x)。对分数指数幂处理不细致是常见的出错来源。


4. Coordinate Geometry and Circles | 坐标几何与圆

A coordinate geometry problem presents two points A(1, 2) and B(7, 8) and asks for the equation of the perpendicular bisector. Many candidates find the midpoint correctly but stumble on the slope of the perpendicular line.

一道坐标几何题给出点 A(1, 2) 和 B(7, 8),要求写出垂直平分线的方程。许多考生能正确求出中点,但在求垂直直线的斜率时遇到困难。

The midpoint M is ((1+7)/2, (2+8)/2) = (4, 5). The gradient of AB is (8-2)/(7-1) = 6/6 = 1. Hence the perpendicular gradient is -1. The line passes through (4, 5): equation is y – 5 = -1(x – 4) → y = -x + 9.

中点 M 为 ((1+7)/2, (2+8)/2) = (4, 5)。AB 的斜率为 (8-2)/(7-1) = 6/6 = 1。因此垂直直线的斜率为 -1。该线过 (4, 5):方程为 y – 5 = -1(x – 4) → y = -x + 9。

The mock paper also includes finding the equation of a circle given the endpoints of a diameter. With the same A and B as diameter endpoints, the centre is M(4, 5). The radius is half the distance AB: √((7-1)² + (8-2)²)/2 = √72/2 = 3√2. Equation: (x – 4)² + (y – 5)² = 18. Not rationalising the radius or squaring incorrectly leads to lost marks.

模拟卷还包含已知直径端点求圆的方程。以 A 和 B 为直径端点,圆心为 M(4, 5)。半径是 AB 距离的一半:√((7-1)² + (8-2)²)/2 = √72/2 = 3√2。方程为 (x – 4)² + (y – 5)² = 18。没有将半径有理化或平方错误都会导致失分。


5. Trigonometric Equations and Identities | 三角方程与恒等式

Question 5 involves solving 2sinθ = 1 for 0° ≤ θ ≤ 360°. While primary solutions are straightforward, students frequently omit the second solution or give answers in radians when degrees are required. The mock paper expects exact values.

第五题涉及在 0° ≤ θ ≤ 360° 范围内求解 2sinθ = 1。虽然主解很简单,但学生常常遗漏第二个解,或在要求角度制时却给出了弧度制答案。模拟卷要求精确值。

From sinθ = 1/2, the principal angle is 30°. The sine function is also positive in the second quadrant, giving θ = 180° – 30° = 150°. Answers: 30°, 150°. A common mistake is to add 180° instead of using the correct quadrant rule.

由 sinθ = 1/2,基本角为 30°。正弦函数在第二象限亦为正,故 θ = 180° – 30° = 150°。答案为 30°、150°。常见错误是直接加 180° 而没有正确使用象限规则。

A second part presents the identity (sinθ + cosθ)² + (sinθ – cosθ)² = 2. Expanding gives sin²θ + 2sinθcosθ + cos²θ + sin²θ – 2sinθcosθ + cos²θ = 2(sin²θ + cos²θ) = 2. Students may struggle to recognise that the cross terms cancel. Questions that ask ‘prove the identity’ require showing each step clearly.

第二部分给出恒等式 (sinθ + cosθ)² + (sinθ – cosθ)² = 2。展开得 sin²θ + 2sinθcosθ + cos²θ + sin²θ – 2sinθcosθ + cos²θ = 2(sin²θ + cos²θ) = 2。学生可能难以意识到交叉项会抵消。要求“证明恒等式”的题目需要清晰地展示每一步。


6. Sequences and the nth Term | 数列与通项

This section examines a quadratic sequence: 3, 10, 21, 36, 55, … The task is to find an expression for the nth term. Candidates often compute the second difference correctly but then mismatch coefficients when forming the quadratic expression.

本节考查二次数列:3, 10, 21, 36, 55, …。任务是为第 n 项找到一个表达式。考生通常能正确计算出二阶差分,但在构造二次表达式时系数匹配出错。

The first differences are 7, 11, 15, 19; the second difference is constant 4. So the n² coefficient is 4/2 = 2. The nth term takes the form 2n² + bn + c. Substitute n = 1: 2 + b + c = 3 → b + c = 1. For n = 2: 8 + 2b + c = 10 → 2b + c = 2. Solving gives b = 1, c = 0. Thus nth term = 2n² + n. Testing n = 3: 2×9 + 3 = 21, correct.

一阶差分为 7, 11, 15, 19;二阶差分为常数 4。所以 n² 的系数为 4/2 = 2。第 n 项形式为 2n² + bn + c。代入 n = 1:2 + b + c = 3 → b + c = 1。n = 2:8 + 2b + c = 10 → 2b + c = 2。解得 b = 1,c = 0。因此第 n 项为 2n² + n。检验 n = 3:2×9 + 3 = 21,正确。

Another frequent error is assuming the sequence is arithmetic after just the first two terms. The jump from 3 to 10 might look like +7, but the differences change, which is the key indicator of a quadratic pattern. Always check the second difference before deciding the type.

另一个常见错误是仅看前两项就假设该数列是等差数列。从 3 到 10 看似加了 7,但差值会变,这正是二次规律的关键标志。在判定数列类型之前,务必先检查二阶差分。


7. Function Notation and Composite Functions | 函数记法与复合函数

Question 7 defines f(x) = 2x – 3 and g(x) = x² + 1. Part (a) requires fg(x) and gf(x). A significant number of students confuse the order: fg means apply g first then f, so fg(x) = f(x² + 1) = 2(x² + 1) – 3 = 2x² – 1. gf(x) means apply f first: g(2x – 3) = (2x – 3)² + 1 = 4x² – 12x + 10.

第七题定义 f(x) = 2x – 3 和 g(x) = x² + 1。第 (a) 部分需要求 fg(x) 和 gf(x)。相当多的学生混淆顺序:fg 表示先执行 g 再执行 f,所以 fg(x) = f(x² + 1) = 2(x² + 1) – 3 = 2x² – 1。gf(x) 表示先执行 f:g(2x – 3) = (2x – 3)² + 1 = 4x² – 12x + 10。

Part (b) asks to solve fg(x) = gf(x). Set 2x² – 1 = 4x² – 12x + 10 → 0 = 2x² – 12x + 11 → 2x² – 12x + 11 = 0. Using the quadratic formula: x = [12 ± √(144 – 88)] / 4 = [12 ± √56] / 4 = [12 ± 2√14] / 4 = (6 ± √14)/2. Leaving the answer in simplest surd form is essential.

第 (b) 部分要求解 fg(x) = gf(x)。令 2x² – 1 = 4x² – 12x + 10 → 0 = 2x² – 12x + 11 → 2x² – 12x + 11 = 0。使用求根公式:x = [12 ± √(144 – 88)] / 4 = [12 ± √56] / 4 = [12 ± 2√14] / 4 = (6 ± √14)/2。将答案保留为最简根式形式至关重要。

The concept of domain and range is also tested subtly: the question may ask for which values of x the composite function is valid. For fg(x), the domain is all real numbers because g(x) is defined for all x and the output feeds into a linear function. However, if a denominator or square root appeared, restrictions would apply.

定义域和值域的概念也被隐性考查:题目可能会问复合函数在哪些 x 值上有效。对于 fg(x),定义域为全体实数,因为 g(x) 对所有 x 有定义且其输出代入线性函数。然而,如果出现分母或平方根,则存在限制。


8. Inequalities and Regions on Graphs | 不等式与图像区域

The mock paper features a graphical inequality problem: shade the region satisfying y ≤ x + 2, y > -x, and x < 3. Many students struggle with the strict inequality (dashed line) and determining the correct side of each line. A common error is to shade the unwanted regions rather than the feasible region.

模拟卷中有一道图像不等式问题:标出满足 y ≤ x + 2、y > -x 和 x < 3 的区域。许多学生对严格不等式(虚线)以及判定每条线的正确一侧感到困难。常见错误是涂黑了不要的区域而非可行区域。

Draw the line y = x + 2 as a solid line (since ≤). Test origin (0,0): 0 ≤ 0+2 is true, so shade below the line. For y > -x, draw a dashed line through the origin with gradient -1. Test (0,1): 1 > 0 is true, so shade above that line. For x < 3, draw a dashed vertical line at x = 3 and shade the left side. The feasible region is the intersection of the three half-planes. Mark the region clearly and label if required.

画出直线 y = x + 2 为实线(因为 ≤)。用原点 (0,0) 检验:0 ≤ 0+2 成立,因此涂黑直线下方。对于 y > -x,通过原点画斜率为 -1 的虚线。用 (0,1) 检验:1 > 0 成立,因此涂黑该直线上方。对于 x < 3,在 x = 3 处画垂向虚线,涂黑左侧。可行区域是三个半平面的交集。清晰地标示区域,如有要求则写上标签。

Some questions ask to find the integer points inside the region. After shading, list coordinates such as (0,1), (1,0), (2,1) that satisfy all constraints. Accuracy in plotting is crucial because a slight slip can lead to missing boundary points.

有些题目要求找出区域内的整点。涂黑后,列出满足所有约束的坐标,如 (0,1)、(1,0)、(2,1)。作图的准确性至关重要,因为稍有偏差就可能导致遗漏边界点。


9. Vectors in Two Dimensions | 二维向量

Vectors appear in a problem about a triangle OAB where O is the origin, A = 2i + 3j and B = 5i + j. Part (a) asks for the vector AB and its magnitude. Students occasionally subtract in the wrong order, giving BA instead of AB.

向量出现在一个关于三角形 OAB 的问题中,其中 O 为原点,A = 2i + 3j,B = 5i + j。第 (a) 部分要求向量 AB 及其模长。学生有时减法顺序出错,得到 BA 而非 AB。

AB = B – A = (5 – 2)i + (1 – 3)j = 3i – 2j. Magnitude |AB| = √(3² + (-2)²) = √13. Leaving the answer as √13 is fine; no decimal approximation is needed unless specified.

AB = B – A = (5 – 2)i + (1 – 3)j = 3i – 2j。模长 |AB| = √(3² + (-2)²) = √13。保留结果为 √13 即可;除非有特别说明,否则无需化为小数近似值。

Part (b) introduces point C lying on AB such that AC : CB = 2 : 1. Many candidates know the section formula but mix up internal division. The position vector of C = (1×A + 2×B) / 3 if AC:CB = 2:1? Wait: AC:CB = 2:1 implies AC = 2 parts, CB = 1 part, so C divides AB in the ratio 2:1 starting from A. Thus C = (1×A + 2×B)/(2+1)? Actually, for internal division in ratio m:n from A to B, the point is (nA + mB)/(m+n) where m corresponds to the segment near B? Standard formula: If point P divides AB in ratio λ:μ (AP:PB), P = (μA + λB)/(λ+μ). Here AP:PB = 2:1, so λ=2, μ=1, so C = (1×A + 2×B)/3 = (A + 2B)/3 = ((2i+3j) + (10i+2j))/3 = (12i + 5j)/3 = 4i + (5/3)j. Triple-check the arithmetic: 2+10=12, 3+2=5, so (12/3)i + (5/3)j = 4i + 5/3 j. This is a classic application that tests both vector algebra and ratio understanding.

第 (b) 部分引入点 C,位于 AB 上且满足 AC : CB = 2 : 1。许多考生知道定比分点公式,但混淆内分的分子。若 AC:CB = 2:1,即 AC 占 2 份,CB 占 1 份,C 内分 AB 从 A 到 B 比例为 2:1。使用公式:若点 P 分 AB 满足 AP:PB = λ:μ,则 P = (μA + λB)/(λ+μ)。此处 AP:PB = 2:1,λ=2,μ=1,故 C = (1×A + 2×B)/3 = (A + 2B)/3 = ((2i+3j) + (10i+2j))/3 = (12i + 5j)/3 = 4i + (5/3)j。再次核对计算:2+10=12,3+2=5,得 (12/3)i + (5/3)j = 4i + 5/3 j。这是对向量代数和比值理解的经典考查。


10. Binomial Expansion and Surds | 二项式展开与根式

The final question combines binomial expansion with surds. Expand (2 + √3)³ using the binomial theorem or by repeated multiplication. Many students make careless errors when simplifying products like 2√3 × √3. The binomial coefficients for power 3 are 1, 3, 3, 1.

最后一题将二项式展开与根式结合。用二项式定理或逐次乘法展开 (2 + √3)³。许多学生在化简类似 2√3 × √3 的乘积时犯粗心错误。三次幂的二项式系数为 1、3、3、1。

(2 + √3)³ = 2³ + 3×2²×(√3) + 3×2×(√3)² + (√3)³ = 8 + 12√3 + 3×2×3 + 3√3 = 8 + 12√3 + 18 + 3√3 = 26 + 15√3. Note that (√3)² = 3 and (√3)³ = 3√3. The final answer must be in the form a + b√3.

(2 + √3)³ = 2³ + 3×2²×(√3) + 3×2×(√3)² + (√3)³ = 8 + 12√3 + 3×2×3 + 3√3 = 8 + 12√3 + 18 + 3√3 = 26 + 15√3。注意 (√3)² = 3,(√3)³ = 3√3。最终答案必须为 a + b√3 的形式。

A follow-up question asks to rationalise the denominator of 1/(2 + √3). Multiply numerator and denominator by the conjugate (2 – √3): denominator becomes (2)² – (√3)² = 4 – 3 = 1. So the expression simplifies to 2 – √3. Students who forget the conjugate or mishandle signs will lose easy marks.

后续问题要求有理化分母 1/(2 + √3)。分子分母同乘共轭式 (2 – √3):分母变为 (2)² – (√3)² = 4 – 3 = 1。因此表达式简化为 2 – √3。忘记共轭式或处理符号出错的学生将丢失简单分数。

This unit test mock paper analysis shows that success in AQA Further Maths depends not only on knowing methods but also on meticulous attention to detail. Practise writing clear steps, checking domain restrictions, and simplifying surds and fractions fully.

这份单元测试模拟卷解析表明,AQA 进阶数学的成功不仅在于掌握方法,还在于对细节的细致关注。练习写出清晰的步骤,检查定义域限制,并彻底化简根式和分式。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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