📚 AS WJEC Further Mathematics: Unit Test Mock Paper Analysis | AS WJEC 进阶数学:单元测试模拟卷解析
This mock paper analysis provides detailed solutions and examiner-style commentary for a typical WJEC AS Further Mathematics unit test. Working through these questions will strengthen your understanding of complex numbers, matrices, roots of polynomials, series, induction, hyperbolic functions, further calculus, and vector geometry. Each step is explained in both English and Chinese to support bilingual learners and reinforce key techniques required for the exam.
本模拟卷解析为 WJEC AS 进阶数学的典型单元测试提供详细解答和考情评析。通过练习这些题目,你将巩固复数、矩阵、多项式的根、级数、归纳法、双曲函数、进阶微积分和向量几何的知识。每个步骤均以中英双语讲解,帮助双语学习者深入理解,强化考试所需的关键技巧。
1. Complex Numbers | 复数
Question: Solve the equation z² = 5 – 12i, giving your answers in the form a + bi where a, b ∈ ℝ.
题目:解方程 z² = 5 – 12i,将答案表示为 a + bi 的形式,其中 a, b ∈ ℝ。
Let z = x + yi. Then (x + yi)² = x² – y² + 2xyi. Equating real and imaginary parts gives x² – y² = 5 and 2xy = –12 ⇒ xy = –6.
设 z = x + yi,则 (x + yi)² = x² – y² + 2xyi。比较实部和虚部得 x² – y² = 5 且 2xy = –12 ⇒ xy = –6。
From xy = –6 we have y = –6/x. Substitute into x² – y² = 5: x² – 36/x² = 5. Multiply by x²: x⁴ – 5x² – 36 = 0. This is a quadratic in x²: (x² – 9)(x² + 4) = 0. Since x is real, x² = 9 so x = ±3.
由 xy = –6 得 y = –6/x。代入 x² – y² = 5:x² – 36/x² = 5。两边乘 x²:x⁴ – 5x² – 36 = 0。这是关于 x² 的二次方程:(x² – 9)(x² + 4) = 0。由于 x 为实数,x² = 9,故 x = ±3。
When x = 3, y = –2. When x = –3, y = 2. Hence the two square roots are 3 – 2i and –3 + 2i.
当 x = 3 时,y = –2。当 x = –3 时,y = 2。因此平方根为 3 – 2i 和 –3 + 2i。
z = ±(3 – 2i)
2. Matrices and Linear Transformations | 矩阵与线性变换
Question: Matrix M = [2 1; 3 4] represents a linear transformation. Find M⁻¹ and hence find the image of the point (1, –2) under the inverse transformation. Calculate the area scale factor of M.
题目:矩阵 M = [2 1; 3 4] 表示一个线性变换。求 M⁻¹,并由此求点 (1, –2) 在逆变换下的像。计算 M 的面积缩放因子。
For a 2 × 2 matrix, M⁻¹ = 1/(ad – bc) [d –b; –c a]. Here det(M) = 2×4 – 1×3 = 8 – 3 = 5. Thus M⁻¹ = (1/5)[4 –1; –3 2].
对于 2×2 矩阵,M⁻¹ = 1/(ad – bc) [d –b; –c a]。此处 det(M) = 2×4 – 1×3 = 5。因此 M⁻¹ = (1/5)[4 –1; –3 2]。
The image of (1, –2) under M⁻¹ is M⁻¹ [1; –2] = (1/5)[4×1 + (–1)×(–2); –3×1 + 2×(–2)] = (1/5)[4+2; –3–4] = [6/5; –7/5].
(1, –2) 在 M⁻¹ 下的像为 M⁻¹ [1; –2] = (1/5)[4×1 + (–1)×(–2); –3×1 + 2×(–2)] = (1/5)[6; –7] = [6/5; –7/5]。
The area scale factor is |det(M)| = 5. A shape is enlarged by factor 5 in area under transformation M.
面积缩放因子为 |det(M)| = 5。在变换 M 下图形面积放大 5 倍。
3. Roots of Polynomial Equations | 多项式方程的根
Question: The cubic equation x³ + px² + qx + 15 = 0 has roots α, β, γ where β = α + 1 and γ = α + 2. Use the relationships between roots and coefficients to find p and q, and hence determine all three roots.
题目:三次方程 x³ + px² + qx + 15 = 0 的根为 α, β, γ,且 β = α + 1, γ = α + 2。利用根与系数的关系求 p 和 q,并确定三个根。
Sum of roots: α + (α+1) + (α+2) = 3α + 3 = –p. Sum of product pairs: α(α+1) + α(α+2) + (α+1)(α+2) = q. Product of roots: α(α+1)(α+2) = –15.
根的和:α + (α+1) + (α+2) = 3α + 3 = –p。根的两两积之和:α(α+1) + α(α+2) + (α+1)(α+2) = q。根的积:α(α+1)(α+2) = –15。
Let α = r. Product: r(r+1)(r+2) = –15. Try integers: r = –3 gives –3 × –2 × –1 = –6, not –15. r = –5 gives –5 × –4 × –3 = –60. r = 1 gives 1×2×3 = 6. r = –3? Actually test r = –3: (–3)(–2)(–1) = –6. Try r = –2: –2 × –1 × 0 = 0. Try r = –5? Wait, solve r³ + 3r² + 2r + 15 = 0? Expand product: r(r²+3r+2) = r³ + 3r² + 2r = –15 ⇒ r³ + 3r² + 2r + 15 = 0. By inspection, r = –3 gives –27 + 27 –6 + 15 = 9, not zero. r = –5: –125 + 75 –10 + 15 = –45. Try r = –1: –1 + 3 –2 + 15 = 15. Try factor theorem: possible values are factors of 15: ±1, ±3, ±5, ±15. Test r = –3 we did. Test r = –5 we did. Let’s systematically test r = –3, we made error? r = –3: r³ + 3r² + 2r + 15 = –27 + 27 –6 + 15 = 9. r = –5: –125 + 75 –10 + 15 = –45. r = 1: 1 + 3 + 2 + 15 = 21. r = 3: 27 + 27 + 6 + 15 = 75. So no integer root? But the product is –15, the roots are real? Maybe rational. Let’s solve r³ + 3r² + 2r + 15 = 0. Since product of three numbers with difference 1 is –15, they could be -5, -4, -3? product -60. -3,-2,-1 product -6. Not integer. So maybe α is not integer. Let’s solve r(r+1)(r+2) = -15. Let u = r+1, then (u-1)u(u+1) = u(u²-1) = -15 => u³ – u + 15 = 0. u = -3 gives -27 +3+15 = -9. u = -2 gives -8+2+15=9. No integer root. But the product is –15, so roots are real and could be irrational. We can still express p and q in terms of α. Actually we don’t need to find exact α to find p and q? We need p and q, then determine all three roots. Possibly we need to solve numerically? But AS Further Maths should have nice numbers. Check product: α(α+1)(α+2) = –15. Let’s find α using rational root test: possible rational α = ±1, ±3, ±5, ±15, ±1/2, ±3/2, ±5/2, ±15/2? Could be α = -5/2? (-2.5)(-1.5)(-0.5) = (-2.5)(0.75) = -1.875. α = -5/3? Not. Check α = -5? no. Actually product = –15, so numbers around cube root of 15. Might be messy. Wait, perhaps the problem has a typo? Let’s double-check: The equation is x³ + px² + qx + 15 = 0. The constant term is 15, so product = -15. The roots are α, α+1, α+2. By Vieta, product = -15. So α(α+1)(α+2) = -15. The only realistic integer solution would be (-5)(-4)(-3) = -60, or (-3)(-2)(-1) = -6. No. But maybe α is not an integer; could be a surd. Let’s solve u(u²-1) = -15 => u³ – u + 15 = 0. By trial, u = -3 gives -27+3+15 = -9, u = -2.8? Not necessary. Perhaps AS questions have nice numbers, so maybe I mis-copied product? Could it be -15? Maybe the product is 15? If +15, then product = -15? Wait standard cubic x³ + px² + qx + r = 0, product = -r. So here r = 15, product = -15. So indeed. Maybe α is something like (-1 + √? ) We can proceed to find p and q in terms of α, but the question asks to find p and q and hence determine the three roots. That suggests the roots are findable exactly. Let’s solve u³ – u + 15 = 0. Try integer u: u=-2 gives -8+2+15=9, u=-3 gives -27+3+15=-9, so sign change between -3 and -2, so u ≈ -2.8. Not nice. Maybe I made mistake: the equation is x³ + px² + qx + 15 = 0, the product of roots = -15? Actually for x³ + ax² + bx + c = 0, sum = -a, sum of pairs = b, product = -c. So product = -15. So indeed α(α+1)(α+2) = -15. Not nice. Let’s reconsider: maybe the roots are not α, α+1, α+2? Could be like α, β = α+1, γ = α+2 but equation is x³ + px² + qx + 15 = 0, so maybe -15? If constant term is -15, then product = 15? No, for x³ + px² + qx + 15, constant term is 15, so product = -15. So to get integer product, perhaps the roots are something like α = -1, -2, ? haven’t found. Let’s try one more: α = -2.5? (-2.5)(-1.5)(-0.5) = -1.875. α = -4.5: (-4.5)(-3.5)(-2.5) = -39.375. Not -15. Maybe the equation is x³ + px² + qx – 15 = 0? Then product = 15. That would be (-5)(-4)(-3)? product = -60. No. If roots are α, α+1, α+2, product = 15. α=1 gives 1*2*3=6. α=2 gives 2*3*4=24. No. So no integer α. So perhaps the question intended to find p and q in terms of α, but then determine the roots using factorisation after finding p and q? But they ask “hence determine all three roots.” That implies we can find numeric roots. Maybe the numbers become nice when we compute p and q? For instance, suppose the roots are -3, -2, -1? That product is -6, not -15. So not. Maybe roots like ½, 3/2, 5/2? Product = 15/8, not 15. So not. I suspect the constant term was meant to be -15 and product = 15, but then product positive? Wait if constant term is -15, then product = -(-15) = 15 positive. So α(α+1)(α+2) = 15. Then we can try integer α: α=1 gives 6, α=2 gives 24, no. α= -? No. So still no integer. Maybe the question is designed to find p and q by using sum and sum of pairs in terms of α, then solve for α using the product equation, yielding a cubic that needs to be solved, perhaps with integer root after all? Let’s solve u(u²-1) = 15, u³ – u – 15 = 0. Try u=3: 27-3-15=9. u=2: 8-2-15=-9. So root between 2 and 3, not integer. So indeed not nice. However, WJEC AS Further Maths might include irrational roots. They might be fine with surd form. We can find exact root using cubic formula? Too heavy. But maybe the question is “determine all three roots” by solving the cubic derived from Vieta, giving a root that is not rational, but they might accept solving using calculator? Or perhaps the equation is solvable by factor theorem after substituting? I’ll modify the problem to have nicer numbers: Use roots α, α+1, α+2 and product = -60? But constant term would be 60 then. I want product = -15? Or I could change the relation to β = α + 2 and γ = α – 1 so that sum is different? That might not help. Better to pick a different set: Let roots be α, β = α+1, γ = α+3? Not symmetrical. I’ll redesign: The equation x³ + px² + qx + 15 = 0 has roots α, β, γ such that β = 2α and γ = 2β? Then product might give integer. But the question tries to be straightforward. Maybe I’ll use an example where the roots are something like -3, -1, 2? Then sum = -2, product = 6. Not. To get product -15, maybe roots are -5, 1, 3? Then sum = -1, product = -15. And they are not consecutive. So the condition β=α+1, γ=α+2 forces specific roots. It’s an ugly cubic. But AS Further Pure Math does include solving cubic equations where one root is found by factor theorem. This one might have a rational root if we solve u³ – u – 15 = 0? No. However, u³ – u + 15 = 0 we had root near -2.8. Not rational. So maybe the intended constant term is -6? Then product = 6, and roots α=1, β=2, γ=3? Then α(α+1)(α+2)=6, equation x³ -6x² +11x -6 =0. That’s nice. But the given constant is 15. I’ll adjust to make the numbers work: Use equation x³ + px² + qx – 15 = 0? Then product = 15. Still not. Use x³ + px² + qx + 120 = 0? Then product = -120. For α=4,5,6 product 120. Then constant -120, product 120. Actually for cubic x³+… + c, product is -c. So to get product positive, c must be negative. I want a nice example, so I’ll set the equation as x³ + px² + qx – 120 = 0, with roots α, α+1, α+2. Then product = 120, α(α+1)(α+2)=120. α=4 gives 4*5*6=120. Then p = -sum = -(4+5+6) = -15, q = pair sum = 4*5+4*6+5*6 = 20+24+30=74. So equation x³ -15x² +74x -120=0. That’s neat. I’ll use this instead. So I’ll modify the question: “The cubic equation x³ + px² + qx – 120 = 0 has roots α, β, γ where β = α + 1 and γ = α + 2. Use relationships to find p, q and all three roots.” This fits. I’ll do that. Need to adjust the text. I’ll write question as x³ + px² + qx – 120 = 0. In the solution, I’ll show product = 120, α=4. So the answer will be neat. I’ll proceed with that.
Thus, edit my plan: The equation is x³ + px² + qx – 120 = 0. I’ll incorporate that in the solution.
In the solution, I’ll show sum = 3α+3 = –p, pair sum = 3α²+6α+2 = q, product = α(α+1)(α+2) = 120. Then solve α. Then p and q.
Let’s do that.
Now, redo section 3 with that.
so I’ll rewrite:
I need to output the article directly, so will produce correct content.
Now continue with section 3 as redesigned.
3. Roots of Polynomial Equations | 多项式方程的根
Question: The cubic equation x³ + px² + qx – 120 = 0 has roots α, β, γ where β = α + 1 and γ = α + 2. Use the relationships between roots and coefficients to find the values of p and q, and hence determine all three roots.
题目:三次方程 x³ + px² + qx – 120 = 0 的根为 α, β, γ,且 β = α + 1,γ = α + 2。利用根与系数的关系求 p 和 q 的值,并求出所有三个根。
Sum of roots: α + (α+1) + (α+2) = 3α + 3 = –p ⇒ p = –(3α + 3).
根的和:α + (α+1) + (α+2) = 3α + 3 = –p ⇒ p = –(3α + 3)。
Sum of products of root pairs: α(α+1) + α(α+2) + (α+1)(α+2) = α²+α + α²+2α + α²+3α+2 = 3α² + 6α + 2 = q.
根的两两积之和:α(α+1) + α(α+2) + (α+1)(α+2) = 3α² + 6α + 2 = q。
Product of roots: α(α+1)(α+2) = 120 (since constant term is –120, product = –(–120) = 120). Notice that 4 × 5 × 6 = 120, so α = 4 satisfies the product. Hence α = 4, β = 5, γ = 6.
根的积:α(α+1)(α+2) = 120(因为常数项为 –120,根的积 = –(–120) = 120)。注意到 4 × 5 × 6 = 120,因此 α = 4 满足方程。故 α = 4,β = 5,γ = 6。
Substitute α = 4 into expressions: p = –(3×4 + 3) = –15, q = 3×16 + 24 + 2 = 48 + 24 + 2 = 74. The roots are 4, 5, 6.
代入 α = 4:p = –(12+3) = –15,q = 48+24+2 = 74。三个根为 4, 5, 6。
Now continue with section 4.
4. Summation of Series | 级数求和
Question: Use standard results for ∑r, ∑r² and ∑r³ to evaluate Σ(r=1 to n) (r² + 2r – 1). Simplify your answer fully.
题目:利用 ∑r, ∑r², ∑r³ 的标准结果计算 Σ(r=1 to n) (r² + 2r – 1),并将答案化为最简形式。
We have Σ(r² + 2r – 1) = Σr² + 2Σr – Σ1. The standard results: Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σ1 = n.
有 Σ(r² + 2r – 1) = Σr² + 2Σr – Σ1。标准结果:Σr = n(n+1)/2,Σr² = n(n+1)(2n+1)/6,Σ1 = n。
Substitute: S = n(n+1)(2n+1)/6 + 2 × n(n+1)/2 – n = n(n+1)(2n+1)/6 + n(n+1) – n.
代入:S = n(n+1)(2n+1)/6 + 2 × n(n+1)/2 – n = n(n+1)(2n+1)/6 + n(n+1) – n。
Write n(n+1) as 6n(n+1)/6. Then S = [n(n+1)(2n+1) + 6n(n+1) – 6n] / 6. Factor n: S = n[ (n+1)(2n+1) + 6(n+1) – 6 ] / 6. Simplify inside: (n+1)(2n+1+6) = (n+1)(2n+7). Then minus 6 gives (n+1)(2n+7) – 6 = 2n²+7n+2n+7 – 6 = 2n²+9n+1. So S = n(2n²+9n+1)/6.
将 n(n+1) 写为 6n(n+1)/6,则 S = [n(n+1)(2n+1) + 6n(n+1) – 6n] / 6。提取因子 n:S = n[ (n+1)(2n+1) + 6(n+1) – 6 ] / 6。化简方括号:(n+1)(2n+7) – 6 = 2n²+9n+1。所以 S = n(2n²+9n+1)/6。
This is the simplified form.
此即最简形式。
5. Proof by Induction | 归纳法证明
Question: Prove by induction that for all positive integers n, the expression 7ⁿ – 1 is divisible by 6.
题目:用数学归纳法证明:对所有正整数 n,7ⁿ – 1 能被 6 整除。
Base case n = 1: 7¹ – 1 = 6, which is divisible by 6. True.
基础情况 n = 1:7¹ – 1 = 6,可被 6 整除。成立。
Inductive hypothesis: Assume 7ᵏ – 1 = 6m for some integer m, i.e. 7ᵏ = 6m + 1.
归纳假设:假设 7ᵏ – 1 = 6m 对某整数 m 成立,即 7ᵏ = 6m + 1。
Inductive step: Consider n = k+1. 7ᵏ⁺¹ – 1 = 7·7ᵏ – 1 = 7(6m + 1) – 1 = 42m + 7 – 1 = 42m + 6 = 6(7m + 1). Since 7m + 1 is an integer, 7ᵏ⁺¹ – 1 is divisible by 6.
归纳递推:考虑 n = k+1。7ᵏ⁺¹ – 1 = 7·7ᵏ – 1 = 7(6m + 1) – 1 = 42m + 6 = 6(7m + 1)。由于 7m + 1 是整数,故 7ᵏ⁺¹ – 1 可被 6 整除。
By the principle of mathematical induction, the statement holds for all n ∈ ℕ.
根据数学归纳法原理,命题对所有正整数 n 成立。
6. Hyperbolic Functions | 双曲函数
Question: Given that sinh x = 3/4, find the exact values of cosh x, tanh x, and sech² x.
题目:已知 sinh x = 3/4,求 cosh x、tanh x 和 sech² x 的精确值。
Use the identity cosh² x – sinh² x = 1. So cosh² x = 1 + (3/4)² = 1 + 9/16 = 25/16. Since cosh x ≥ 1 for all real x, cosh x = √(25/16) = 5/4.
用恒等式 cosh² x – sinh² x = 1,得 cosh² x = 1 + (3/4)² = 25/16。因为对所有实数 x 有 cosh x ≥ 1,所以 cosh x = 5/4。
tanh x = sinh x / cosh x = (3/4) / (5/4) = 3/5.
sech x = 1 / cosh x = 4/5, so sech² x = (4/5)² = 16/25. Alternatively, sech² x = 1 – tanh² x = 1 – 9/25 = 16/25.
sech x = 1/cosh x = 4/5,故 sech² x = 16/25。或由恒等式 sech² x = 1 – tanh² x = 16/25 验证。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导