📚 Year 10 WJEC Further Mathematics: Mock Unit Test Analysis | WJEC 进阶数学十年级单元测试模拟卷解析
In this article, we break down a full-length mock unit test designed for Year 10 students following the WJEC Further Mathematics specification. Each section targets a key topic, presenting a typical exam-style question and a step-by-step solution, so you can sharpen your problem-solving skills and build confidence ahead of the real assessment.
本文深入剖析一套为 WJEC 进阶数学十年级学生设计的完整单元测试模拟卷。每个章节针对一个核心主题,给出典型考题及逐步解析,帮助你在真实考试前磨练解题技巧、树立信心。
1. Algebraic Manipulation and Surds | 代数运算与根式
Simplify the expression (√50 + √18) / (√2). First, break each surd into its simplest radical form: √50 = √(25 × 2) = 5√2, and √18 = √(9 × 2) = 3√2. The numerator becomes 5√2 + 3√2 = 8√2. Dividing by √2 yields 8.
化简表达式 (√50 + √18) / (√2)。首先将每个根式化为最简二次根式:√50 = 5√2,√18 = 3√2。分子变为 8√2,除以 √2 得到 8。
A common pitfall is adding the radicands directly — remember that √a + √b is not equal to √(a + b). Always simplify each surd individually and collect like terms. This question tests your fluency in manipulating surds and recognising perfect-square factors.
常见错误是直接将被开方数相加——切记 √a + √b 不等于 √(a + b)。务必先单独化简每一个根式,再合并同类项。此题考查根式运算的熟练程度以及识别完全平方因子的能力。
2. Quadratic Functions and the Discriminant | 二次函数与判别式
Given f(x) = 2x² + kx + 8, find the range of values for k such that the equation f(x) = 0 has no real roots. The discriminant D = b² − 4ac. Here a = 2, b = k, c = 8, so D = k² − 4×2×8 = k² − 64. For no real roots, we require D < 0, i.e. k² − 64 < 0. Factorising gives (k − 8)(k + 8) < 0, which implies −8 < k < 8.
设 f(x) = 2x² + kx + 8,求使方程 f(x) = 0 无实根的 k 的取值范围。判别式 D = b² − 4ac。此处 a = 2, b = k, c = 8,故 D = k² − 64。无实根要求 D < 0,即 k² − 64 < 0。因式分解得 (k − 8)(k + 8) < 0,解得 −8 < k < 8。
Understanding the relationship between the discriminant and the nature of roots is fundamental. Note that the inequality solution requires a sketch or sign analysis — many lose marks by stating ‘k < 8 and k > −8′ without combining them correctly.
理解判别式与根的性质之间的关系是基础。注意解二次不等式需要图像或符号分析——很多学生因为将条件表述为“k < 8 且 k > −8”而未正确合并区间而失分。
3. Coordinate Geometry of Circles | 圆的坐标几何
A circle has equation x² + y² − 4x + 10y + 4 = 0. Find the centre and radius. Complete the square for the x and y terms: (x² − 4x) → (x − 2)² − 4; (y² + 10y) → (y + 5)² − 25. Substitute back: (x − 2)² − 4 + (y + 5)² − 25 + 4 = 0, so (x − 2)² + (y + 5)² = 25. Hence centre (2, −5) and radius √25 = 5.
已知圆的方程为 x² + y² − 4x + 10y + 4 = 0,求圆心和半径。对 x 项和 y 项分别配方:(x² − 4x) → (x − 2)² − 4;(y² + 10y) → (y + 5)² − 25。代回原式得 (x − 2)² + (y + 5)² = 25。因此圆心为 (2, −5),半径为 √25 = 5。
In exam conditions, watch for the sign of the y-coordinate: y + 5 corresponds to centre y-coordinate −5. Also, always check that the constant term is correctly moved to the RHS before finalising the radius.
考试时务必注意纵坐标的符号:y + 5 对应圆心纵坐标 −5。同时在确定半径前,务必检查常数项是否正确移到等号右侧。
4. Polynomials and the Factor Theorem | 多项式与因式定理
Show that (x − 2) is a factor of p(x) = 2x³ − 3x² − 11x + 6, and hence factorise p(x) completely. Using the Factor Theorem, evaluate p(2) = 2(2)³ − 3(2)² − 11(2) + 6 = 16 − 12 − 22 + 6 = −12? That gives −12, not 0 — wait, recalculate: 2×8 = 16, 3×4 = 12, 11×2 = 22. 16 − 12 = 4, 4 − 22 = −18, −18 + 6 = −12. That suggests (x − 2) is not a factor. The correct factor should be (x + 2) perhaps? The example will use a valid polynomial. Let’s change to p(x) = 2x³ − 3x² − 3x + 2, testing (x − 1): p(1) = 2 − 3 − 3 + 2 = −2? Not zero. Let’s construct a polynomial where (x − 2) works: e.g., p(x) = 2x³ − 5x² + x + 2? p(2) = 16 − 20 + 2 + 2 = 0. So p(x) = 2x³ − 5x² + x + 2. Use synthetic division or long division: divide by (x − 2) to get 2x² − x − 1, then factorise further: (2x + 1)(x − 1). Thus p(x) = (x − 2)(2x + 1)(x − 1).
证明 (x − 2) 是 p(x) = 2x³ − 5x² + x + 2 的因式,并完全分解多项式。利用因式定理,计算 p(2) = 2(2)³ − 5(2)² + 2 + 2 = 16 − 20 + 2 + 2 = 0,故 (x − 2) 为因式。通过长除法或综合除法得到商式为 2x² − x − 1,再分解为 (2x + 1)(x − 1)。因此 p(x) = (x − 2)(2x + 1)(x − 1)。
Marks are often awarded for the correct application of the Factor Theorem, the division process, and the final factorised form. Always check your quadratic factorisation by expanding mentally.
考试中,正确运用因式定理、完成除法和写出最终分解式通常各部分都有分值。务必在心算展开验证二次因式分解是否正确。
5. Binomial Expansion | 二项式展开
Expand (3 − 2x)³ up to the term in x³. Using the binomial theorem: (a + b)ⁿ with a = 3, b = −2x, n = 4? Wait, n = 3. Actually (a + b)³ = a³ + 3a²b + 3ab² + b³. So (3 − 2x)³ = 3³ + 3×3²×(−2x) + 3×3×(−2x)² + (−2x)³ = 27 − 54x + 3×3×4x² − 8x³ = 27 − 54x + 36x² − 8x³. Be careful with the signs.
将 (3 − 2x)³ 展开至 x³ 项。应用二项式定理:(a + b)³ = a³ + 3a²b + 3ab² + b³,此处 a = 3, b = −2x。故 (3 − 2x)³ = 27 + 3×9×(−2x) + 3×3×(4x²) + (−8x³) = 27 − 54x + 36x² − 8x³。注意符号处理。
When expanding, systematic application of Pascal’s triangle or the formula avoids errors. Pay extra attention to the negative coefficient of x — it’s a common source of sign mistakes.
展开时,系统性地使用杨辉三角(帕斯卡三角)或公式可避免错误。对 x 的负系数要格外小心,这是符号出错的常见来源。
6. Trigonometry – Radians and Equations | 三角学——弧度与方程
Solve the equation sin θ = √3/2 for 0 ≤ θ ≤ 2π, giving answers in radians. The principal solution is θ = π/3 (since sin π/3 = √3/2). Using the symmetry property sin θ = sin(π − θ), the second solution in the given interval is π − π/3 = 2π/3. No other solutions exist within 0 to 2π. Thus θ = π/3, 2π/3.
解方程 sin θ = √3/2,其中 0 ≤ θ ≤ 2π,答案用弧度表示。主解为 θ = π/3(因为 sin π/3 = √3/2)。利用对称性 sin θ = sin(π − θ),区间内的第二个解为 π − π/3 = 2π/3。在 0 至 2π 之间没有其他解。故 θ = π/3, 2π/3。
Switching between degrees and radians is essential in WJEC further maths. Always check the specified domain and include all solutions, marking your CAST diagram or graph sketch to avoid missing the second value.
在 WJEC 进阶数学中,角度制与弧度制之间的转换至关重要。务必检查指定定义域并写出所有解,绘制 CAST 图或函数草图可避免遗漏第二个解。
7. Differentiation from First Principles | 从第一性原理求导
Using first principles, find the derivative of f(x) = x² − 3x. The definition: f'(x) = limit as h→0 of [f(x + h) − f(x)] / h. Compute f(x + h) = (x + h)² − 3(x + h) = x² + 2xh + h² − 3x − 3h. Subtract f(x) to get 2xh + h² − 3h. Divide by h: 2x + h − 3. As h → 0, the limit is 2x − 3.
利用第一性原理求 f(x) = x² − 3x 的导数。定义式为 f'(x) = lim_{h→0} [f(x + h) − f(x)] / h。计算 f(x + h) = (x + h)² − 3(x + h) = x² + 2xh + h² − 3x − 3h,减去 f(x) 得 2xh + h² − 3h。除以 h 得 2x + h − 3。当 h → 0 时,极限为 2x − 3。
Many candidates lose marks by mis-expanding (x + h)² or forgetting to subtract the original function fully. Write each algebraic step clearly; examiners reward meticulous working.
很多考生因错误展开 (x + h)² 或未完全减去原函数而失分。每一步代数操作都要书写清晰,阅卷人看重严谨的推导过程。
8. Vectors in 2D | 二维向量
Given vectors a = 2i − j and b = −i + 3j, find |3a + 2b|. First compute 3a = 6i − 3j, 2b = −2i + 6j. Their sum is (6 − 2)i + (−3 + 6)j = 4i + 3j. The magnitude is √(4² + 3²) = √(16 + 9) = √25 = 5. This question blends vector arithmetic and magnitude calculation.
已知向量 a = 2i − j,b = −i + 3j,求 |3a + 2b|。先计算 3a = 6i − 3j,2b = −2i + 6j,其和为 4i + 3j。模长为 √(4² + 3²) = √25 = 5。此题融合了向量代数与模长计算。
Remember that the magnitude of a vector is a scalar, always non-negative. When adding vectors, combine the i and j components separately. Drawing a simple right‑angled triangle can help visualise the resultant vector.
记住向量的模是一个标量,总是非负的。向量加法应分别合并 i 分量和 j 分量。画出简单的直角三角形有助于可视化合向量。
9. Matrices and Transformations | 矩阵与变换
A transformation is defined by the matrix M = [2 0; 0 −1]. Describe fully the transformation and find the image of the point (3, 4). The matrix represents a stretch parallel to the x‑axis by scale factor 2, and a reflection in the x‑axis (or stretch parallel to y‑axis by factor −1). Applying M to (3, 4): [2×3 + 0×4; 0×3 −1×4] = [6; −4], so the image is (6, −4).
某变换由矩阵 M = [2 0; 0 −1] 定义。完整描述该变换并求点 (3, 4) 的像。该矩阵表示沿 x 轴方向伸缩因子为 2 的拉伸,以及关于 x 轴的反射(或沿 y 轴方向伸缩因子为 −1)。乘得 (6, −4),故像点为 (6, −4)。
Recognising simple 2×2 matrices as famous transformations (rotations, reflections, stretches) helps in both directions — given a transformation, write its matrix, and vice versa. Pay attention to the order of operations when combining transformations.
将简单 2×2 矩阵识别为常见变换(旋转、反射、拉伸)有助于双向推理——既可据变换写出矩阵,也可据矩阵描述变换。组合变换时注意操作的先后顺序。
10. Sequences and Series – Arithmetic Progression | 数列与级数——等差数列
The 5th term of an arithmetic progression is 18 and the 12th term is 46. Find the first term a and common difference d. Using the nth term formula uₙ = a + (n−1)d: u₅ = a + 4d = 18; u₁₂ = a + 11d = 46. Subtract the first equation from the second: (a + 11d) − (a + 4d) = 46 − 18 → 7d = 28 → d = 4. Substitute back: a + 4×4 = 18 → a = 2. The series starts 2, 6, 10, 14, 18, …
等差数列的第 5 项为 18,第 12 项为 46。求首项 a 和公差 d。由通项公式 uₙ = a + (n−1)d 得 a + 4d = 18 和 a + 11d = 46。两式相减得 7d = 28,故 d = 4。代回得 a = 2。该数列开头为 2, 6, 10, 14, 18, …
This type of simultaneous-equation problem appears frequently. After finding a and d, you can answer further parts such as ‘find the sum of the first 20 terms’ using the sum formula Sₙ = n/2[2a + (n−1)d].
这种解方程组求首项和公差的问题十分常见。求得 a 和 d 后,还可运用求和公式 Sₙ = n/2[2a + (n−1)d] 回答“求前 20 项之和”等后续问题。
11. Indices and Logarithmic Thinking | 指数与对数思维
Solve 5²ˣ⁻¹ = 125. Recognise 125 as a power of 5: 125 = 5³. The equation becomes 5²ˣ⁻¹ = 5³. Equate exponents: 2x − 1 = 3 → 2x = 4 → x = 2. For WJEC further maths, you may also encounter basic log problems like ‘evaluate log₂32’, which directly asks: 2 to what power gives 32? log₂32 = 5.
解方程 5²ˣ⁻¹ = 125。将 125 看作 5 的幂:125 = 5³。方程化为 5²ˣ⁻¹ = 5³,比较指数得 2x − 1 = 3,解得 x = 2。在 WJEC 进阶数学中,还会遇到如“计算 log₂32”的基础对数题,即问 2 的几次方等于 32?log₂32 = 5。
Equating exponents is valid because the exponential function is one‑to‑one. Always rewrite both sides to the same base where possible. Begin practising logarithmic language early to prepare for Year 11 complexity.
由于指数函数是单射的,可以令指数相等。尽可能将等式两边化为同底数之幂。尽早熟悉对数语言有助于应对十一年级更复杂的内容。
12. Mock Test Strategy and Common Pitfalls | 模拟测试策略与常见失分点
Before the unit test, simulate exam conditions — time yourself strictly, use a black pen, and attempt all questions. Start with the topics you find easiest to bank marks quickly. Show all working, because method marks in WJEC further mathematics can accumulate even if the final answer is wrong. Avoid scribbling out incorrect attempts; a neat cross‑through and re‑written solution is perfectly acceptable.
单元测试前,务必模拟考试情境——严格计时、使用黑色笔、尝试完成所有题目。从你认为最简单的主题入手,快速锁定分数。展示全部解题过程,因为在 WJEC 进阶数学中,即便最终答案错误,方法分依然可以累积。不要涂改错误尝试,用一条横线划掉,并在旁边重写解答即可。
Revise key formulae like the discriminant, binomial coefficients, area of sector ½r²θ (when using radians), and exact trigonometric values. Create a one‑page summary sheet to review on the morning of the test. Finally, read each question twice — underlining command words such as ‘hence’, ‘state’, or ‘fully factorise’ — to ensure you respond exactly to the demand.
复习关键公式,如判别式、二项式系数、扇形面积 ½r²θ(使用弧度时)以及精确三角函数值。制作一页摘要,测试当天早晨温习。最后,每题读两遍,划出指令词如“hence”“state”或“fully factorise”,确保答题切中要求。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导