📚 PDF资源导航

IGCSE CCEA Further Mathematics: Unit Test Mock Paper Analysis | IGCSE CCEA 进阶数学:单元测试模拟卷解析

📚 IGCSE CCEA Further Mathematics: Unit Test Mock Paper Analysis | IGCSE CCEA 进阶数学:单元测试模拟卷解析

This article provides a detailed walkthrough of a typical IGCSE CCEA Further Mathematics unit test mock paper. Each question is broken down step by step, with clear bilingual explanations to reinforce key concepts and exam techniques. Working through these solutions will help you identify common pitfalls and build confidence for your actual assessment.

本文详细解析一套典型的 IGCSE CCEA 进阶数学单元测试模拟卷。每道题目都逐步拆解,并配以清晰的双语解释,以巩固核心概念和应试技巧。通过演练这些解答,你将能够识别常见错误,并为真正的考试建立信心。

1. Section A: Question 1 – Algebraic Simplification | 第一部分:问题1 – 代数化简

Question: Simplify the expression (3x²y)³ × (2x⁻³y²)², writing your answer with positive indices.

题目:化简表达式 (3x²y)³ × (2x⁻³y²)²,结果使用正指数表示。

Begin by applying the power to each factor inside the brackets. For the first term, (3x²y)³ = 3³ · (x²)³ · y³ = 27 x⁶ y³. For the second term, (2x⁻³y²)² = 2² · (x⁻³)² · (y²)² = 4 x⁻⁶ y⁴.

首先对括号内的每个因式应用指数。第一个项 (3x²y)³ = 3³ · (x²)³ · y³ = 27 x⁶ y³。第二个项 (2x⁻³y²)² = 2² · (x⁻³)² · (y²)² = 4 x⁻⁶ y⁴。

Now multiply the simplified terms: 27 x⁶ y³ × 4 x⁻⁶ y⁴ = (27×4) · x⁶⁺⁽⁻⁶⁾ · y³⁺⁴ = 108 x⁰ y⁷. Since x⁰ = 1, the final answer is 108 y⁷.

然后将化简后的项相乘:27 x⁶ y³ × 4 x⁻⁶ y⁴ = (27×4) · x⁶⁺⁽⁻⁶⁾ · y³⁺⁴ = 108 x⁰ y⁷。因为 x⁰ = 1,最终答案为 108 y⁷。


2. Section A: Question 2 – Solving Quadratic Equations | 问题2 – 解二次方程

Question: Solve the equation 2x² – 5x – 3 = 0 by factorisation, and state the sum and product of its roots.

题目:用因式分解法解方程 2x² – 5x – 3 = 0,并写出其根的和与积。

Look for two numbers that multiply to 2×(-3) = -6 and add to -5. The pair -6 and 1 satisfy this. Split the middle term: 2x² – 6x + x – 3 = 0. Factor by grouping: 2x(x – 3) + 1(x – 3) = 0, giving (x – 3)(2x + 1) = 0.

寻找两个数,乘积为 2×(-3) = -6,和为 -5。满足条件的数是 -6 和 1。拆分中间项:2x² – 6x + x – 3 = 0。分组分解:2x(x – 3) + 1(x – 3) = 0,得到 (x – 3)(2x + 1) = 0。

Set each factor to zero: x – 3 = 0 ⇒ x = 3; 2x + 1 = 0 ⇒ x = -½. The roots are 3 and -½. The sum of roots = 3 + (-½) = 2½; the product = 3 × (-½) = -³⁄₂.

令每个因式为零:x – 3 = 0 ⇒ x = 3;2x + 1 = 0 ⇒ x = -½。根为 3 和 -½。根的和 = 3 + (-½) = 2½;积 = 3 × (-½) = -³⁄₂。


3. Section A: Question 3 – Differentiation from First Principles | 问题3 – 第一原理求导

Question: Using first principles, find the derivative of f(x) = x² – 4x.

题目:用第一原理求 f(x) = x² – 4x 的导数。

The definition of the derivative is f'(x) = limₕ→₀ [f(x+h) – f(x)] / h. First compute f(x+h) = (x+h)² – 4(x+h) = x² + 2xh + h² – 4x – 4h.

导数的定义是 f'(x) = limₕ→₀ [f(x+h) – f(x)] / h。首先计算 f(x+h) = (x+h)² – 4(x+h) = x² + 2xh + h² – 4x – 4h。

Subtract f(x) = x² – 4x: f(x+h) – f(x) = (x² + 2xh + h² – 4x – 4h) – (x² – 4x) = 2xh + h² – 4h. Divide by h: (2xh + h² – 4h)/h = 2x + h – 4.

减去 f(x) = x² – 4x:f(x+h) – f(x) = (x² + 2xh + h² – 4x – 4h) – (x² – 4x) = 2xh + h² – 4h。除以 h:(2xh + h² – 4h)/h = 2x + h – 4。

Take the limit as h → 0: f'(x) = limₕ→₀ (2x + h – 4) = 2x – 4.

取 h → 0 时的极限:f'(x) = limₕ→₀ (2x + h – 4) = 2x – 4。


4. Section A: Question 4 – Integration of Polynomials | 问题4 – 多项式积分

Question: Evaluate the definite integral ∫₁³ (6x² – 2x + 1) dx.

题目:计算定积分 ∫₁³ (6x² – 2x + 1) dx。

Integrate term by term: ∫ 6x² dx = 6 × (x³/3) = 2x³; ∫ -2x dx = -2 × (x²/2) = -x²; ∫ 1 dx = x. So the indefinite integral is 2x³ – x² + x + C.

逐项积分:∫ 6x² dx = 6 × (x³/3) = 2x³;∫ -2x dx = -2 × (x²/2) = -x²;∫ 1 dx = x。因此不定积分为 2x³ – x² + x + C。

Apply limits: F(3) = 2(27) – 9 + 3 = 54 – 9 + 3 = 48; F(1) = 2(1) – 1 + 1 = 2. Then ∫₁³ = F(3) – F(1) = 48 – 2 = 46.

代入上下限:F(3) = 2(27) – 9 + 3 = 54 – 9 + 3 = 48;F(1) = 2(1) – 1 + 1 = 2。则 ∫₁³ = F(3) – F(1) = 48 – 2 = 46。


5. Section A: Question 5 – Matrix Operations | 问题5 – 矩阵运算

Question: Given matrices A = [2 1; 3 -1] and B = [0 4; 1 -2], find the matrix product AB and the determinant of A.

题目:已知矩阵 A = [2 1; 3 -1],B = [0 4; 1 -2],求矩阵乘积 AB 以及 A 的行列式。

The product AB is found by multiplying rows of A by columns of B. Element (1,1): 2×0 + 1×1 = 1; (1,2): 2×4 + 1×(-2) = 8 – 2 = 6; (2,1): 3×0 + (-1)×1 = -1; (2,2): 3×4 + (-1)×(-2) = 12 + 2 = 14. Thus AB = [1 6; -1 14].

乘积 AB 通过将 A 的行乘以 B 的列得到。元素 (1,1):2×0 + 1×1 = 1;(1,2):2×4 + 1×(-2) = 8 – 2 = 6;(2,1):3×0 + (-1)×1 = -1;(2,2):3×4 + (-1)×(-2) = 12 + 2 = 14。因此 AB = [1 6; -1 14]。

Determinant of A: det(A) = (2)(-1) – (1)(3) = -2 – 3 = -5.

A 的行列式:det(A) = (2)(-1) – (1)(3) = -2 – 3 = -5。


6. Section B: Question 6 – Trigonometric Equations | 第二部分:问题6 – 三角方程

Question: Solve 2 sin² θ – cos θ – 1 = 0 for 0° ≤ θ ≤ 360°.

题目:解方程 2 sin² θ – cos θ – 1 = 0,其中 0° ≤ θ ≤ 360°。

Use the identity sin² θ = 1 – cos² θ. Substitute: 2(1 – cos² θ) – cos θ – 1 = 0 → 2 – 2 cos² θ – cos θ – 1 = 0 → -2 cos² θ – cos θ + 1 = 0. Multiply by -1: 2 cos² θ + cos θ – 1 = 0.

利用恒等式 sin² θ = 1 – cos² θ。代入:2(1 – cos² θ) – cos θ – 1 = 0 → 2 – 2 cos² θ – cos θ – 1 = 0 → -2 cos² θ – cos θ + 1 = 0。乘以 -1:2 cos² θ + cos θ – 1 = 0。

Factorise the quadratic in cos θ: (2 cos θ – 1)(cos θ + 1) = 0. So either cos θ = ½ or cos θ = -1.

分解关于 cos θ 的二次式:(2 cos θ – 1)(cos θ + 1) = 0。因此 cos θ = ½ 或 cos θ = -1。

For cos θ = ½, θ = 60°, 300°. For cos θ = -1, θ = 180°. The solution set is {60°, 180°, 300°}.

对于 cos θ = ½,θ = 60°, 300°。对于 cos θ = -1,θ = 180°。解集为 {60°, 180°, 300°}。


7. Section B: Question 7 – Coordinate Geometry of Circles | 问题7 – 圆的坐标几何

Question: A circle has equation x² + y² – 6x + 4y – 12 = 0. Find the centre and radius, and determine whether the point (5, -6) lies inside, on, or outside the circle.

题目:已知圆的方程为 x² + y² – 6x + 4y – 12 = 0。求圆心和半径,并判断点 (5, -6) 在圆内、圆上还是圆外。

Complete the square for x and y: (x² – 6x) + (y² + 4y) = 12. Halve coefficients: (x – 3)² – 9 + (y + 2)² – 4 = 12 → (x – 3)² + (y + 2)² = 25. Centre is (3, -2), radius r = √25 = 5.

对 x 和 y 配方:(x² – 6x) + (y² + 4y) = 12。系数减半:(x – 3)² – 9 + (y + 2)² – 4 = 12 → (x – 3)² + (y + 2)² = 25。圆心为 (3, -2),半径 r = √25 = 5。

Calculate the distance from the centre to (5, -6): d = √[(5-3)² + (-6+2)²] = √[4 + 16] = √20 ≈ 4.47. Since d < 5, the point lies inside the circle.

计算圆心到点 (5, -6) 的距离:d = √[(5-3)² + (-6+2)²] = √[4 + 16] = √20 ≈ 4.47。因为 d < 5,该点在圆内。


8. Section B: Question 8 – Sequences and Summation | 问题8 – 数列与求和

Question: The nᵗʰ term of an arithmetic sequence is given by uₙ = 7 – 3n. Find the sum of the first 20 terms.

题目:等差数列的第 n 项由 uₙ = 7 – 3n 给出。求前 20 项的和。

First term: u₁ = 7 – 3(1) = 4. Twentieth term: u₂₀ = 7 – 3(20) = 7 – 60 = -53. Sum of an arithmetic series is Sₙ = n/2 (a + l). Here n = 20, a = 4, l = -53.

首项:u₁ = 7 – 3(1) = 4。第 20 项:u₂₀ = 7 – 3(20) = 7 – 60 = -53。等差数列求和公式为 Sₙ = n/2 (a + l)。此处 n = 20,a = 4,l = -53。

S₂₀ = 20/2 × (4 + (-53)) = 10 × (-49) = -490.

S₂₀ = 20/2 × (4 + (-53)) = 10 × (-49) = -490。


9. Section B: Question 9 – Complex Numbers | 问题9 – 复数

Question: Given z₁ = 2 + 3i and z₂ = 1 – 2i, find z₁z₂ and express z₁/z₂ in the form a + bi.

题目:已知 z₁ = 2 + 3i,z₂ = 1 – 2i,求 z₁z₂,并将 z₁/z₂ 写成 a + bi 的形式。

Multiply as binomials, remembering i² = -1: z₁z₂ = (2+3i)(1-2i) = 2(1) + 2(-2i) + 3i(1) + 3i(-2i) = 2 – 4i + 3i – 6i² = 2 – i – 6(-1) = 2 – i + 6 = 8 – i.

像二项式一样相乘,并记住 i² = -1:z₁z₂ = (2+3i)(1-2i) = 2(1) + 2(-2i) + 3i(1) + 3i(-2i) = 2 – 4i + 3i – 6i² = 2 – i – 6(-1) = 2 – i + 6 = 8 – i。

For division, multiply numerator and denominator by the conjugate of the denominator: z₁/z₂ = (2+3i)/(1-2i) × (1+2i)/(1+2i) = [(2+3i)(1+2i)] / [1² – (2i)²]. Numerator: 2+4i+3i+6i² = 2+7i-6 = -4+7i. Denominator: 1 – 4(-1) = 5. Thus z₁/z₂ = (-4/5) + (7/5)i.

除法时,将分子分母同乘以分母的共轭复数:z₁/z₂ = (2+3i)/(1-2i) × (1+2i)/(1+2i) = [(2+3i)(1+2i)] / [1² – (2i)²]。分子:2+4i+3i+6i² = 2+7i-6 = -4+7i。分母:1 – 4(-1) = 5。因此 z₁/z₂ = (-4/5) + (7/5)i。


10. Section B: Question 10 – Proof by Induction | 问题10 – 数学归纳法证明

Question: Prove by induction that for all positive integers n, Σᵣ₌₁ⁿ r(r+1) = (n/3)(n+1)(n+2).

题目:用数学归纳法证明对所有正整数 n,Σᵣ₌₁ⁿ r(r+1) = (n/3)(n+1)(n+2) 成立。

Base case: n = 1. LHS: Σᵣ₌₁¹ r(r+1) = 1×2 = 2. RHS: (1/3)×2×3 = 6/3 = 2. True.

基础情形:n = 1。左式:Σᵣ₌₁¹ r(r+1) = 1×2 = 2。右式:(1/3)×2×3 = 6/3 = 2。成立。

Inductive step: Assume true for n = k: Σᵣ₌₁ᵏ r(r+1) = (k/3)(k+1)(k+2). Add the (k+1)ᵗʰ term: LHS for n = k+1 becomes (k/3)(k+1)(k+2) + (k+1)(k+2). Factor (k+1)(k+2): = (k+1)(k+2)[k/3 + 1] = (k+1)(k+2)[(k+3)/3]. This is exactly ((k+1)/3)((k+1)+1)((k+1)+2). Hence true for n = k+1.

归纳步骤:假设 n = k 时成立:Σᵣ₌₁ᵏ r(r+1) = (k/3)(k+1)(k+2)。加上第 (k+1) 项:n = k+1 时的左式变为 (k/3)(k+1)(k+2) + (k+1)(k+2)。提取公因式 (k+1)(k+2):= (k+1)(k+2)[k/3 + 1] = (k+1)(k+2)[(k+3)/3]。这正好是 ((k+1)/3)((k+1)+1)((k+1)+2)。因此对 n = k+1 成立。

By mathematical induction, the formula holds for all positive integers n.

由数学归纳法,该公式对所有正整数 n 成立。


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

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

Exit mobile version