📚 PDF资源导航

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

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

This article provides a detailed walkthrough of a typical GCSE Edexcel Further Mathematics unit test, covering key topics such as algebra, functions, matrices, calculus, vectors, sequences, and trigonometry. Each section highlights common question types, step-by-step solutions, and frequent pitfalls to help you secure top marks.

本文详细解析了一份典型的 GCSE Edexcel 进阶数学单元测试卷,涵盖代数、函数、矩阵、微积分、向量、数列和三角学等核心主题。每个部分突出常见题型、分步解答以及常见错误,帮助你在考试中稳拿高分。

1. Simplifying Algebraic Fractions | 代数分式的化简

One question asked you to simplify the expression (x² − 4) / (x² − x − 6). Many students forget to factorise fully or lose marks by not stating the excluded values.

一道考题要求化简表达式 (x² − 4) / (x² − x − 6)。很多学生忘记进行彻底因式分解,或者因为没有注明分母不能为零的取值而丢分。

First, factorise the numerator: x² − 4 is a difference of two squares, so it becomes (x − 2)(x + 2).

首先,对分子进行因式分解:x² − 4 是平方差,因此可化为 (x − 2)(x + 2)。

Next, factorise the denominator: x² − x − 6. Find two numbers that multiply to -6 and add to -1, which are -3 and +2, giving (x − 3)(x + 2).

接着,对分母因式分解:x² − x − 6。找出乘积为 -6 且和为 -1 的两个数,即 -3 和 +2,所以分母为 (x − 3)(x + 2)。

(x² − 4) / (x² − x − 6) = (x − 2)(x + 2) / [(x − 3)(x + 2)] = (x − 2) / (x − 3)

The common factor (x + 2) cancels, but we must note that x ≠ −2 and x ≠ 3 to avoid division by zero in the original expression.

公因子 (x + 2) 可以约去,但必须注明 x ≠ −2 且 x ≠ 3,以免在原表达式中出现除数为零的情况。

A common error is to cancel (x + 2) without considering the domain, or to incorrectly factorise the denominator as (x + 3)(x − 2).

一个常见错误是直接约去 (x + 2) 却不考虑定义域,或者错误地将分母分解为 (x + 3)(x − 2)。


2. Functions and Inverse Functions | 函数与反函数

The test included a question: Given f(x) = 3x − 5, find f⁻¹(x) and state its domain. The straightforward process involves swapping x and y and solving for y.

试卷中有这样一道题:已知 f(x) = 3x − 5,求 f⁻¹(x) 并说明其定义域。标准过程是交换 x 和 y,然后解出 y。

Write y = 3x − 5. Swap x and y to obtain x = 3y − 5, then solve: y = (x + 5)/3. Thus f⁻¹(x) = (x + 5)/3.

令 y = 3x − 5,交换 x 和 y 得到 x = 3y − 5,然后解得 y = (x + 5)/3。因此 f⁻¹(x) = (x + 5)/3。

Since the original function is linear and defined for all real numbers, the inverse has domain of all real numbers, x ∈ ℝ. Do not restrict the domain arbitrarily.

由于原函数是线性的,对所有实数有定义,因此反函数的定义域为全体实数 x ∈ ℝ。不要随意添加限制条件。

Students often forget the swap step and try to solve for x directly, ending with an expression that is not the inverse. Another pitfall is misapplying the inverse notation as 1/f(x).

学生经常忘记交换变量这一步,试图直接对 x 求解,得到的表达式并非反函数。另一个常见错误是把逆符号 f⁻¹(x) 误解为 1/f(x)。


3. Matrix Multiplication and Inverse | 矩阵乘法与逆矩阵

The exam featured two matrices: A = [2 1; 3 4] and B = [1 0; 2 −1]. Part (a) required the product AB, and part (b) asked for the determinant of A and its inverse.

考题给出两个矩阵:A = [2 1; 3 4],B = [1 0; 2 −1]。第 (a) 部分要求计算乘积 AB,第 (b) 部分要求计算 A 的行列式及其逆矩阵。

To multiply AB, compute each entry using row-by-column:

计算 AB 时,按照行乘列的规则计算每个元素:

AB =
(2×1 + 1×2) (2×0 + 1×(−1))
(3×1 + 4×2) (3×0 + 4×(−1))

Result: AB = [4 −1; 11 −4].

结果为:AB = [4 −1; 11 −4]。

For the determinant of A: det A = (2)(4) − (1)(3) = 8 − 3 = 5. The inverse is (1/det A) × adjugate: A⁻¹ = (1/5) × [4 −1; −3 2] = [4/5 −1/5; −3/5 2/5].

A 的行列式为 det A = (2)(4) − (1)(3) = 8 − 3 = 5。逆矩阵为 (1/det A) 乘伴随矩阵:A⁻¹ = (1/5) × [4 −1; −3 2] = [4/5 −1/5; −3/5 2/5]。

Many students incorrectly compute the product by multiplying corresponding entries, or forget the sign change in the adjugate when forming the inverse. Always verify by checking A A⁻¹ = I.

很多学生错误地按对应元素相乘,或者在构建逆矩阵的伴随矩阵时忘记变号。务必通过验证 A A⁻¹ = I 来确认结果。


4. Differentiation from First Principles | 从第一原理求导

A classic question: Using first principles, differentiate f(x) = x² + 3x. This tests understanding of the limit definition of the derivative.

一道经典题目:利用第一原理求 f(x) = x² + 3x 的导数。这道题考查对导数极限定义的理解。

Start with the definition: f'(x) = lim(h→0) [f(x+h) − f(x)] / h.

从定义开始:f'(x) = lim(h→0) [f(x+h) − f(x)] / h。

First, compute f(x+h) = (x+h)² + 3(x+h) = x² + 2xh + h² + 3x + 3h.

首先,计算 f(x+h) = (x+h)² + 3(x+h) = x² + 2xh + h² + 3x + 3h。

Subtract f(x) = x² + 3x: the difference is 2xh + h² + 3h. Divide by h: (2xh + h² + 3h)/h = 2x + h + 3.

减去 f(x) = x² + 3x,得到差值为 2xh + h² + 3h。除以 h:(2xh + h² + 3h)/h = 2x + h + 3。

Take the limit as h → 0, giving f'(x) = 2x + 3. Students often expand (x+h)² incorrectly or forget to cancel h properly.

取 h → 0 时的极限,得到 f'(x) = 2x + 3。学生经常在展开 (x+h)² 时出错,或者没有正确约去 h。


5. Finding Stationary Points and Classifying | 求驻点并分类

Given the curve y = x³ − 3x² − 9x + 5, find the coordinates of the stationary points and determine their nature. This question checks both differentiation and second derivative skills.

给定曲线 y = x³ − 3x² − 9x + 5,求驻点坐标并判断其性质。这道题同时考查求导和二阶导数的技能。

Differentiate: dy/dx = 3x² − 6x − 9. Set equal to zero: 3x² − 6x − 9 = 0 → x² − 2x − 3 = 0 → (x − 3)(x + 1) = 0. So x = 3 or x = −1.

求导:dy/dx = 3x² − 6x − 9。令其为零:3x² − 6x − 9 = 0 → x² − 2x − 3 = 0 → (x − 3)(x + 1) = 0。因此 x = 3 或 x = −1。

Find y-coordinates: at x = 3, y = 27 − 27 − 27 + 5 = −22; at x = −1, y = −1 − 3 + 9 + 5 = 10. Points: (3, −22) and (−1, 10).

求对应的 y 坐标:当 x = 3 时,y = 27 − 27 − 27 + 5 = −22;当 x = −1 时,y = −1 − 3 + 9 + 5 = 10。得到两个点:(3, −22) 和 (−1, 10)。

For the nature, find d²y/dx² = 6x − 6. At x = 3, d²y/dx² = 12 > 0 → minimum. At x = −1, d²y/dx² = −12 < 0 → maximum.

为判断性质,求二阶导数 d²y/dx² = 6x − 6。当 x = 3 时,d²y/dx² = 12 > 0 → 极小点;当 x = −1 时,d²y/dx² = −12 < 0 → 极大点。

A common mistake is to stop after finding x-values, or to mix up the sign of the second derivative and misclassify the points.

常见的错误是在求出 x 值后就停住,或者混淆二阶导数的符号而导致点的类型判断错误。


6. Integration – Indefinite and Definite | 积分 – 不定积分与定积分

The paper contained: (a) Find ∫(6x² − 4x + 2)dx; (b) Evaluate ∫₁³(2x + 1)dx. These test basic integration rules and application of limits.

试卷中有两道题:(a) 求 ∫(6x² − 4x + 2)dx;(b) 计算定积分 ∫₁³(2x + 1)dx。考查基本积分法则以及代入上下限的方法。

For part (a), integrate term by term: ∫6x² dx = 6 × (x³/3) = 2x³; ∫−4x dx = −4 × (x²/2) = −2x²; ∫2 dx = 2x. So the integral is 2x³ − 2x² + 2x + C. Do not forget the constant of integration.

第 (a) 题逐项积分:∫6x² dx = 6 × (x³/3) = 2x³;∫−4x dx = −4 × (x²/2) = −2x²;∫2 dx = 2x。因此积分结果为 2x³ − 2x² + 2x + C。千万不要忘记加上积分常数。

For part (b), first find the indefinite integral: ∫(2x + 1)dx = x² + x. Then substitute limits: [x² + x] from 1 to 3 = (9 + 3) − (1 + 1) = 12 − 2 = 10.

第 (b) 题先求不定积分:∫(2x + 1)dx = x² + x。然后代入上下限:[x² + x] 从 1 到 3 = (9 + 3) − (1 + 1) = 12 − 2 = 10。

A frequent slip is to forget to evaluate both limits or to incorrectly subtract the lower limit. Also, when integrating, students sometimes integrate 2x as 2x²/2 = x² but mistakenly write 2x².

常见的疏忽是只代入上限而忘记减去下限,或在下限代入时出错。在积分过程中,有时学生能得出 2x 积分为 x²,却错误地写成 2x²。


7. Vectors: Position, Magnitude and Direction | 向量:位置向量、模长与方向

A question involved two points A(2, 5) and B(8, 1). It asked for the vector AB, its magnitude, and the unit vector in the direction of AB.

有一道题给出两点 A(2, 5) 和 B(8, 1),要求写出向量 AB、其模长以及沿 AB 方向的单位向量。

Vector AB = (8 − 2)i + (1 − 5)j = 6i − 4j. Always subtract the coordinates of A from B.

向量 AB = (8 − 2)i + (1 − 5)j = 6i − 4j。记住用 B 的坐标减去 A 的坐标。

Magnitude |AB| = √(6² + (−4)²) = √(36 + 16) = √52 = 2√13. Leave in surd form unless instructed otherwise.

模长 |AB| = √(6² + (−4)²) = √(36 + 16) = √52 = 2√13。除非题目另有要求,否则保留带根号的形式。

The unit vector is (6i − 4j) / (2√13) = (3/√13)i − (2/√13)j. Rationalising the denominator is good practice but not always mandatory at this level.

单位向量为 (6i − 4j) / (2√13) = (3/√13)i − (2/√13)j。虽然并非强制,但将分母有理化是一种好的习惯。

Common mistakes: reversing the subtraction order (A-B), forgetting to square both components, or writing the unit vector without dividing both components.

常见错误:颠倒相减的顺序 (A-B)、忘记对两个分量同时平方,或者写单位向量时没有将两个分量都除以模长。


8. Arithmetic and Geometric Sequences | 等差与等比数列

The test included separate problems on sequences: an arithmetic sequence with first term 7 and common difference −3, and a geometric sequence 3, 6, 12, … asking for the 10th term and sum of the first 8 terms.

试卷分别考查了数列问题:一个首项为 7、公差为 −3 的等差数列,以及一个等比数列 3, 6, 12, … 要求其第 10 项和前 8 项的和。

Arithmetic: nth term = a + (n−1)d. For the 10th term: 7 + 9×(−3) = 7 − 27 = −20. Many forget to use (n−1) and just add d n times.

等差数列:第 n 项 = a + (n−1)d。第 10 项为 7 + 9×(−3) = 7 − 27 = −20。很多学生忘记使用 n−1,而直接加上 n 次公差。

Geometric: common ratio r = 6/3 = 2. nth term = arⁿ⁻¹. The 10th term is 3 × 2⁹ = 3 × 512 = 1536. Sum of first n terms Sₙ = a(rⁿ − 1)/(r − 1).

等比数列:公比 r = 6/3 = 2。第 n 项 = arⁿ⁻¹。第 10 项为 3 × 2⁹ = 3 × 512 = 1536。前 n 项和 Sₙ = a(rⁿ − 1)/(r − 1)。

Sum of first 8 terms: S₈ = 3(2⁸ − 1)/(2 − 1) = 3(256 − 1) = 3 × 255 = 765. Ensure the correct exponent for the sum: it is rⁿ, not rⁿ⁻¹.

前 8 项和:S₈ = 3(2⁸ − 1)/(2 − 1) = 3(256 − 1) = 3 × 255 = 765。务必注意求和公式中的指数是 rⁿ,而不是 rⁿ⁻¹。


9. Solving Trigonometric Equations | 解三角方程

Solve 2 sin θ = 1 for 0° ≤ θ ≤ 360°. This tests knowledge of exact trigonometric values and the CAST diagram or graph method.

求在 0° ≤ θ ≤ 360° 范围内方程 2 sin θ = 1 的解。这道题考查特殊角的三角精确值以及 CAST 图或图像法。

First, isolate sin θ: sin θ = 1/2. The principal solution is θ = 30°. Since sine is positive in the first and second quadrants, the second solution is 180° − 30° = 150°.

首先,得到 sin θ = 1/2。主解为 θ = 30°。由于正弦在第一和第二象限为正,第二个解为 180° − 30° = 150°。

Always give final answers in the required range and check for additional solutions within 360°.

务必在题目要求的角度范围内给出最终答案,并检查 360° 内是否还有其他解。

A more complex equation might be cos 2θ = 0.5. Then you solve for 2θ first (e.g., 2θ = 60°, 300°, 420°, 660°…), then divide by 2 to find θ. Many candidates forget to adjust the range for the double angle.

更复杂的方程如 cos 2θ = 0.5,则需要先解出 2θ(例如 2θ = 60°, 300°, 420°, 660°…),然后除以 2 得到 θ。很多考生忘记将范围相应地扩大到 2θ 的范围。


10. Inequalities and Set Notation | 不等式与集合表示法

The final question asked to solve the inequality x² − 5x + 6 ≤ 0 and express the solution in set notation. It links quadratic factorisation with interval description.

最后一道题要求解不等式 x² − 5x + 6 ≤ 0,并用集合记号表示解集。这道题把二次因式分解与区间表示联系起来。

Factorise: (x − 2)(x − 3) ≤ 0. The critical values are x = 2 and x = 3. Sketching a parabola or using a sign table shows the expression is ≤ 0 between the roots.

因式分解:(x − 2)(x − 3) ≤ 0。关键值为 x = 2 和 x = 3。通过画抛物线草图或使用符号表可知,表达式在两根之间 ≤ 0。

Thus the solution is 2 ≤ x ≤ 3. In set notation: {x : 2 ≤ x ≤ 3} or using interval notation [2, 3]. Edexcel expects correct use of curly brackets and the colon.

因此解为 2 ≤ x ≤ 3。用集合记号表示为 {x : 2 ≤ x ≤ 3},或用区间表示法 [2, 3]。Edexcel 要求正确使用花括号和冒号。

A typical error is to write x ≤ 2 and x ≥ 3, which would be for ≥ 0. Another is to miss the equality under the inequality sign when writing the final set.

一个典型错误是写成 x ≤ 2 且 x ≥ 3,那是解 ≥ 0 的情况。另一个错误是,在书写最终集合时遗漏了不等号下的等号。


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