📚 In-Depth Analysis of Past Papers for Year 11 Eduqas Further Mathematics | 历年真题深度解析:Eduqas Year 11 进阶数学
Past papers are the ultimate revision tool for Further Mathematics at Year 11 level. This article takes a deep dive into typical Eduqas exam questions, breaking down key concepts, common pitfalls, and strategic approaches that will boost your confidence and marks. By working through these carefully selected examples across algebra, coordinates, trigonometry, vectors, matrices, calculus and more, you will sharpen your problem-solving skills and understand exactly what examiners are looking for.
历年真题是Year 11进阶数学最权威的复习资源。本文深入解析Eduqas考试中的典型题目,剖析核心概念、常见错误和应对策略,帮助你提升信心与分数。通过这些精选的代数、坐标几何、三角、向量、矩阵和微积分等例题,你将磨练解题技巧,精准把握得分要点。
1. Simplifying Algebraic Fractions | 代数分式的化简
A common question asks you to simplify an expression like (x² − 9) / (x² − 5x + 6) ÷ (x + 3) / (x − 2). The key is to factorise all quadratics first and then rewrite division as multiplication by the reciprocal.
一道常见真题要求化简类似 (x² − 9) / (x² − 5x + 6) ÷ (x + 3) / (x − 2) 的式子。关键是先将所有二次式因式分解,再将除法转化为乘以倒数。
Factorising gives (x − 3)(x + 3) / [(x − 2)(x − 3)] × (x − 2) / (x + 3). Cancel the common factors (x − 3) and (x + 3), and also (x − 2). The result is simply 1, provided x ≠ ±3, 2.
因式分解得 (x − 3)(x + 3) / [(x − 2)(x − 3)] × (x − 2) / (x + 3)。约去公因式 (x − 3) 与 (x + 3),以及 (x − 2)。最终化简结果为 1,其中 x ≠ ±3 或 2。
Examiners often trap students who forget to state the restrictions on x. Always note the values that would make any denominator zero in the original expression, as leaving them out can cost a mark.
考官常设陷阱:忘记说明x的限制条件。务必标注原表达式中会使分母为零的x值,遗漏可能丢分。
2. The Discriminant and Quadratic Equations | 判别式与二次方程
Eduqas frequently tests understanding of the discriminant (b² − 4ac). For example: ‘Find the range of values of k for which the equation 2x² + kx + 3 = 0 has no real roots.’ The condition for no real roots is discriminant < 0.
Eduqas经常考查判别式 (b² − 4ac)。例如:‘求k的取值范围,使方程 2x² + kx + 3 = 0 无实根。’条件为判别式 < 0。
Here a = 2, b = k, c = 3. So b² − 4ac = k² − 24. Set k² − 24 < 0, giving k² < 24. Thus −√24 < k < √24, or −2√6 < k < 2√6. Be careful to express the final answer in simplest surd form.
此处 a = 2, b = k, c = 3。因此 b² − 4ac = k² − 24。令 k² − 24 < 0,得 k² < 24。解为 −√24 < k < √24,或 −2√6 < k < 2√6。注意最终答案要用最简根式表示。
A common mistake is solving k² < 24 as k < √24 or k < −√24, which is incorrect. Always use the two-sided inequality for a squared term. Also, many candidates lose marks by writing √24 instead of 2√6.
常见错误是将 k² < 24 错解为 k < √24 或 k < −√24。含有平方项的不等式必须写成双边形式。此外,不化简 √24 为 2√6 也会扣分。
3. Solving Linear and Quadratic Inequalities | 解线性与二次不等式
A typical past-paper problem: “Solve |2x − 1| ≤ 5 and show your solution on a number line.” Splitting into two inequalities gives −5 ≤ 2x − 1 ≤ 5. Add 1 throughout: −4 ≤ 2x ≤ 6, then divide by 2 to get −2 ≤ x ≤ 3.
一道典型真题:‘解 |2x − 1| ≤ 5 并在数轴上表示。’拆分为 −5 ≤ 2x − 1 ≤ 5。各项加1得 −4 ≤ 2x ≤ 6,再除以2得 −2 ≤ x ≤ 3。
When solving quadratic inequalities, such as x² − x − 6 > 0, first factorise to (x − 3)(x + 2) > 0. Determine critical values x = 3 and x = −2. The sign of the product is positive when x < −2 or x > 3. Use a sketch graph or a sign table to avoid guessing the wrong regions.
解二次不等式如 x² − x − 6 > 0 时,先因式分解为 (x − 3)(x + 2) > 0。确定临界值 x = 3 和 x = −2。当 x < −2 或 x > 3 时乘积为正。要借助草图或符号表,避免猜错区间。
In exams, students often write x > 3 and x < −2 as −2 < x < 3 by mistake. Always test a value between the critical numbers to confirm the inequality direction.
考试中,常有学生误将 x < −2 或 x > 3 写成 −2 < x < 3。务必在临界值之间取一个测试值,验证不等号方向是否正确。
4. Coordinate Geometry: Lines and Circles | 坐标几何:直线与圆
Past questions often require finding the equation of a perpendicular line. For instance: “Line L has equation 3x − 4y = 12. Find the equation of the line through (2, −1) that is perpendicular to L.” First, rearrange L to y = (3/4)x − 3, so its gradient is 3/4.
真题常要求求出垂线方程。例如:‘直线 L 的方程为 3x − 4y = 12,求经过点 (2, −1) 且与 L 垂直的直线方程。’先将 L 改写为 y = (3/4)x − 3,得斜率为 3/4。
The perpendicular gradient is the negative reciprocal: −4/3. Using the point-slope form: y + 1 = −(4/3)(x − 2). Multiply by 3: 3y + 3 = −4x + 8, so 4x + 3y = 5.
垂线的斜率为负倒数:−4/3。利用点斜式:y + 1 = −(4/3)(x − 2)。乘以 3 得 3y + 3 = −4x + 8,整理为 4x + 3y = 5。
For circle geometry, a typical problem asks for the centre and radius given x² + y² − 6x + 8y = 0. Complete the square: (x − 3)² − 9 + (y + 4)² − 16 = 0, so (x − 3)² + (y + 4)² = 25. Centre (3, −4), radius 5.
圆坐标几何的典型题:已知 x² + y² − 6x + 8y = 0,求圆心和半径。配方得 (x − 3)² − 9 + (y + 4)² − 16 = 0,即 (x − 3)² + (y + 4)² = 25。圆心 (3, −4),半径 5。
Avoid sign errors when completing the square, especially with the y-term. Double-check that the constant matches the original equation.
配方时尤其注意y项的符号,最后要回代验证常数项与原方程一致。
5. Trigonometric Identities and Equations | 三角恒等式与方程
Exam questions often start with proving an identity, such as (sin θ + cos θ)² ≡ 1 + sin 2θ. Expand the left side to sin²θ + 2 sin θ cos θ + cos²θ. Use sin²θ + cos²θ = 1 and sin 2θ = 2 sin θ cos θ to obtain the right side.
考试常先要求证明恒等式,如 (sin θ + cos θ)² ≡ 1 + sin 2θ。左边展开得 sin²θ + 2 sin θ cos θ + cos²θ,利用 sin²θ + cos²θ = 1 和 sin 2θ = 2 sin θ cos θ,即得右边。
Next, they might ask: “Hence solve (sin θ + cos θ)² = 1.5 for 0° ≤ θ ≤ 360°.” Set 1 + sin 2θ = 1.5, so sin 2θ = 0.5. Solve 2θ = 30°, 150°, 390°, 510°, giving θ = 15°, 75°, 195°, 255°.
接下来可能要求:‘由此解方程 (sin θ + cos θ)² = 1.5,0° ≤ θ ≤ 360°。’代入得 1 + sin 2θ = 1.5,即 sin 2θ = 0.5。解得 2θ = 30°, 150°, 390°, 510°,因此 θ = 15°, 75°, 195°, 255°。
Remember to double the domain for 2θ (0° to 720°) and then halve the solutions. Missing the extra rotations is a very common error. Also, always check that final θ values lie within the given interval.
务必先将 θ 的范围加倍为 2θ (0° 至 720°) 再求解,然后除2。漏掉额外区间的解是特别常见的错误。最后要确认所有 θ 值都在原给定范围内。
6. Vector Geometry | 向量几何
Eduqas papers love vector ratio problems. For example: “In triangle OAB, OA = a and OB = b. Point C lies on AB such that AC : CB = 2 : 1. Express OC in terms of a and b.” The path is OC = OA + AC = a + (2/3) AB = a + (2/3)(b − a) = (1/3)a + (2/3)b.
Eduqas偏爱向量比例题。例如:‘在三角形 OAB 中,OA = a,OB = b。点 C 在 AB 上,满足 AC : CB = 2 : 1。用 a 和 b 表示 OC。’路径为 OC = OA + AC = a + (2/3) AB = a + (2/3)(b − a) = (1/3)a + (2/3)b。
Alternatively, use OC = OB + BC = b + (1/3) BA = b + (1/3)(a − b) = (1/3)a + (2/3)b, confirming the result.
也可用另一路径:OC = OB + BC = b + (1/3) BA = b + (1/3)(a − b) = (1/3)a + (2/3)b,结果一致。
Many candidates incorrectly write AC = (2/3) OA or mix up the direction. Always express the fraction of the full vector along that segment, e.g., AC = (2/3) AB, not (2/3) a.
很多考生会错写成 AC = (2/3) OA,或搞混方向。务必记住分数是整段向量的比例,如 AC = (2/3) AB,而非 (2/3) a。
7. Matrix Operations and Transformations | 矩阵运算与变换
A standard question gives A = [[2, 1], [3, 4]] and asks to find A⁻¹ and then use it to solve the simultaneous equations 2x + y = 5, 3x + 4y = 6. First, det A = (2)(4) − (1)(3) = 8 − 3 = 5. So A⁻¹ = (1/5) [[4, −1], [−3, 2]].
标准真题给出矩阵 A = [[2, 1], [3, 4]],要求求逆矩阵 A⁻¹,并用它解方程组 2x + y = 5, 3x + 4y = 6。首先,det A = (2)(4) − (1)(3) = 5。因此 A⁻¹ = (1/5) [[4, −1], [−3, 2]]。
Write the equations in matrix form A [[x], [y]] = [[5], [6]]. Multiply both sides on the left by A⁻¹: [[x], [y]] = (1/5) [[4, −1], [−3, 2]] [[5], [6]] = (1/5) [[20 − 6], [−15 + 12]] = (1/5) [[14], [−3]], so x = 2.8, y = −0.6.
将方程组写为矩阵形式 A [[x], [y]] = [[5], [6]]。两边左乘 A⁻¹:[[x], [y]] = (1/5) [[4, −1], [−3, 2]] [[5], [6]] = (1/5) [[20 − 6], [−15 + 12]] = (1/5) [[14], [−3]],得 x = 2.8, y = −0.6。
When applying the inverse matrix, ensure the multiplication order is correct. Also, memorise the transformation matrices: [[0, −1], [1, 0]] for 90° rotation, [[−1, 0], [0, 1]] for reflection in the y-axis, etc.
使用逆矩阵时要注意乘法顺序。此外,熟记变换矩阵:[[0, −1], [1, 0]] 表示逆时针旋转90°,[[−1, 0], [0, 1]] 表示对y轴反射等。
8. Introduction to Calculus: Differentiation and Integration | 微积分入门:微分与积分
Differentiation is almost always tested. For example: “Differentiate y = 5x⁴ − 3x² + 7x − 9, and find the gradient of the curve at x = 1.” Using the power rule, dy/dx = 20x³ − 6x + 7. At x = 1, gradient = 20 − 6 + 7 = 21.
微分几乎必考。例如:‘对 y = 5x⁴ − 3x² + 7x − 9 求导,并求曲线在 x = 1 处的梯度。’使用幂法则,dy/dx = 20x³ − 6x + 7。代入 x = 1,梯度为 21。
Integration appears as the reverse process. Example: “Find the equation of the curve that passes through (2, 10) and has gradient function dy/dx = 3x² − 4x + 1.” Integrate to get y = x³ − 2x² + x + C. Substitute (2,10): 10 = 8 − 8 + 2 + C → C = 8. So y = x³ − 2x² + x + 8.
积分以逆运算出现。例如:‘一曲线经过点 (2, 10),其梯度函数为 dy/dx = 3x² − 4x + 1,求曲线方程。’积分得 y = x³ − 2x² + x + C。代入点 (2,10):10 = 8 − 8 + 2 + C,得 C = 8。故 y = x³ − 2x² + x + 8。
Losing the constant of integration or making a sign mistake in the power when integrating (e.g., x² becoming x³/3) costs easy marks. Always check by differentiating your answer to see if you recover the given dy/dx.
漏掉积分常数,或积分时算错指数(如 x² 积分得 x³/3)会白白丢分。建议将自己的答案求导,验证是否还原成已知的 dy/dx。
9. Sequences and Summation | 序列与求和
A classic question provides the nth term: uₙ = 4n − 3. You may be asked to prove it is arithmetic or to find the sum of the first 20 terms. The first term u₁ = 1, common difference d = 4. Using Sₙ = n/2 [2a + (n − 1)d], S₂₀ = 20/2 [2(1) + 19(4)] = 10[2 + 76] = 780.
经典题给出通项 uₙ = 4n − 3,要求证明该数列为等差数列,或求前20项和。首项 u₁ = 1,公差 d = 4。利用 Sₙ = n/2 [2a + (n − 1)d],S₂₀ = 20/2 [2(1) + 19×4] = 10 × 78 = 780。
For quadratic sequences, such as those defined by uₙ = n² + 2n + 5, a past problem might ask for the sum of the first 10 terms using Σ notation. Split the sum: Σn² + 2Σn + Σ5. Use standard formulas: Σn² = n(n+1)(2n+1)/6, Σn = n(n+1)/2. For n=10, Σn² = 385, Σn = 55, Σ5 = 50. Total = 385 + 110 + 50 = 545.
对于二次型序列,如 uₙ = n² + 2n + 5,真题可能要求利用 Σ 符号求前10项和。拆分为 Σn² + 2Σn + Σ5。代入标准公式:Σn² = n(n+1)(2n+1)/6,Σn = n(n+1)/2。n=10 时,Σn² = 385,Σn = 55,Σ5 = 50。总和 = 385 + 110 + 50 = 545。
Do not confuse the sum formula for an arithmetic sequence with that for Σn². Also, when the nth term is given as a quadratic expression, never treat the sequence as arithmetic – always use summation formulas.
注意不要混淆等差数列求和公式与 Σn² 公式。当通项为二次式时,绝不能当作等差数列来处理,一定要用求和公式。
10. Functions and Composite Functions | 函数与复合函数
Functions frequently appear: f(x) = 2x − 3, g(x) = x². Find fg(x) and gf(x), and solve fg(x) = gf(x). fg(x) = f(x²) = 2x² − 3. gf(x) = g(2x − 3) = (2x − 3)² = 4x² − 12x + 9. Set 2x² − 3 = 4x² − 12x + 9, giving 0 = 2x² − 12x + 12, simplify to x² − 6x + 6 = 0. Use the quadratic formula: x = [6 ± √(36 − 24)]/2 = 3 ± √3.
函数题很常见:f(x) = 2x − 3, g(x) = x²。求 fg(x) 和 gf(x),并解 fg(x) = gf(x)。fg(x) = f(x²) = 2x² − 3。gf(x) = g(2x − 3) = (2x − 3)² = 4x² − 12x + 9。令 2x² − 3 = 4x² − 12x + 9,得 0 = 2x² − 12x + 12,化简为 x² − 6x + 6 = 0。用求根公式得 x = [6 ± √(36 − 24)]/2 = 3 ± √3。
Inverse functions are another key area. For f(x) = (3x + 2)/(x − 1), find f⁻¹(x). Swap x and y: x = (3y + 2)/(y − 1). Multiply out and rearrange: xy − x = 3y + 2 → xy − 3y = x + 2 → y(x − 3) = x + 2 → y = (x + 2)/(x − 3).
反函数也是重点。如 f(x) = (3x + 2)/(x − 1),求 f⁻¹(x)。交换 x 和 y:x = (3y + 2)/(y − 1)。乘开整理:xy − x = 3y + 2 → xy − 3y = x + 2 → y(x − 3) = x + 2 → y = (x + 2)/(x − 3)。
The most frequent error with composite functions is applying them in the wrong order – fg(x) means do g first, then f. For inverses, always state the domain restriction (here x ≠ 3).
复合函数最常见的错误是弄错顺序——fg(x) 表示先 g 后 f。求反函数时,务必注明定义域限制(此处 x ≠ 3)。
Published by TutorHao | Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导