📚 PDF资源导航

Year 9 CIE Further Mathematics: Mock Test Paper Walkthrough | 剑桥Year 9 进阶数学:单元测试模拟卷解析

📚 Year 9 CIE Further Mathematics: Mock Test Paper Walkthrough | 剑桥Year 9 进阶数学:单元测试模拟卷解析

This article provides a detailed walkthrough of a typical Year 9 CIE Further Mathematics unit test, covering essential topics such as algebra, equations, inequalities, functions, sequences, and trigonometry. Each section breaks down a sample exam question, explains the solution step by step in both English and Chinese, and highlights key techniques and common pitfalls. By working through this mock paper analysis, you will strengthen your problem-solving skills and build confidence for real assessments.

本文详细解析了一份典型的剑桥Year 9进阶数学单元测试模拟卷,涵盖代数、方程、不等式、函数、数列与三角学等核心主题。每个小节都拆解一道样题,用中英双语逐步引导解题过程,并强调关键技巧与常见易错点。通过这份模拟卷分析,你将提升解题能力,为正式测评建立信心。


1. Simplifying Algebraic Expressions | 代数表达式化简

Question: Simplify 5a² − 3a + 2 − a² + 4a − 7.

题目:化简 5a² − 3a + 2 − a² + 4a − 7。

Step 1: Identify and group like terms. The a² terms are 5a² and −a². The a terms are −3a and +4a. The constant terms are +2 and −7.

步骤 1:识别并组合同类项。a² 项为 5a² 与 −a²;a 项为 −3a 与 +4a;常数项为 +2 与 −7。

Step 2: Combine the a² terms: 5a² − a² = 4a².

步骤 2:合并 a² 项:5a² − a² = 4a²。

Step 3: Combine the a terms: −3a + 4a = +1a (or simply a).

步骤 3:合并 a 项:−3a + 4a = +1a(或简写为 a)。

Step 4: Combine the constants: 2 − 7 = −5.

步骤 4:合并常数项:2 − 7 = −5。

The simplified expression is therefore 4a² + a − 5.

化简结果为 4a² + a − 5。


2. Solving Quadratic Equations by Factorisation | 因式分解法解二次方程

Question: Solve x² + 5x + 6 = 0.

题目:解方程 x² + 5x + 6 = 0。

Step 1: We need two numbers that multiply to give +6 and add to give +5. These numbers are +2 and +3.

步骤 1:寻找两个数,使其乘积为 +6,和为 +5。这两个数是 +2 与 +3。

Step 2: Factorise the quadratic as (x + 2)(x + 3) = 0.

步骤 2:将二次式因式分解为 (x + 2)(x + 3) = 0。

Step 3: Set each factor equal to zero: x + 2 = 0 or x + 3 = 0.

步骤 3:令每个因式等于零:x + 2 = 0 或 x + 3 = 0。

Step 4: Solve: x = −2 or x = −3.

步骤 4:求解得 x = −2 或 x = −3。

Always verify by substituting back: (−2)² + 5(−2) + 6 = 4 − 10 + 6 = 0, and similarly for −3.

一定要代回检验:(−2)² + 5(−2) + 6 = 4 − 10 + 6 = 0,−3 同理成立。


3. Linear Inequalities and Number Lines | 一次不等式与数轴表示

Question: Solve 3x − 7 > 2x + 5 and represent the solution on a number line.

题目:解不等式 3x − 7 > 2x + 5,并将解集在数轴上表示。

Step 1: Subtract 2x from both sides to collect x terms: 3x − 2x − 7 > 5, which simplifies to x − 7 > 5.

步骤 1:两边减 2x 以集中 x 项:3x − 2x − 7 > 5,化简得 x − 7 > 5。

Step 2: Add 7 to both sides: x > 12.

步骤 2:两边加 7:x > 12。

Step 3: On a number line, draw an open circle at 12 (since 12 is not included) and shade the line to the right, indicating all numbers greater than 12.

步骤 3:在数轴上,于 12 处画空心圆(因 12 不在解集内),并将右侧射线涂黑,表示所有大于 12 的数。

Remember: multiplying or dividing by a negative number reverses the inequality sign; this question does not require that, but it is a common examination trap.

注意:当乘或除以负数时,不等号方向要反转;本题虽未涉及,但这是考试中常见的陷阱。


4. Equation of a Straight Line | 直线方程

Question: Find the equation of the straight line passing through the point (2, 5) with a gradient of 3.

题目:求过点 (2, 5) 且斜率为 3 的直线方程。

Step 1: Use the point-gradient form: y − y₁ = m(x − x₁), where m = 3 and (x₁, y₁) = (2, 5).

步骤 1:使用点斜式:y − y₁ = m(x − x₁),其中 m = 3,(x₁, y₁) = (2, 5)。

Step 2: Substitute the values: y − 5 = 3(x − 2).

步骤 2:代入数值:y − 5 = 3(x − 2)。

Step 3: Expand the right-hand side: y − 5 = 3x − 6.

步骤 3:展开右边:y − 5 = 3x − 6。

Step 4: Rearrange to slope-intercept form (y = mx + c): add 5 to both sides to get y = 3x − 1.

步骤 4:整理为斜截式 (y = mx + c):两边加 5,得 y = 3x − 1。

You can check with the point: if x = 2, y = 3(2) − 1 = 5, which matches. The line crosses the y-axis at (0, −1).

可代入点检验:若 x = 2,y = 3×2 − 1 = 5,符合。该直线在 y 轴上的截距为 (0, −1)。


5. Solving Simultaneous Equations | 解联立方程组

Question: Solve the simultaneous equations: 2x + y = 10, x − y = 2.

题目:解联立方程组:2x + y = 10,x − y = 2。

Step 1: Notice that the coefficients of y are +1 and −1. Adding the two equations will eliminate y.

步骤 1:注意到 y 的系数分别为 +1 和 −1,将两式相加可消去 y。

Step 2: Add the left sides and right sides: (2x + y) + (x − y) = 10 + 2, giving 3x = 12.

步骤 2:左边相加,右边相加:(2x + y) + (x − y) = 10 + 2,得 3x = 12。

Step 3: Divide by 3: x = 4.

步骤 3:两边除以 3:x = 4。

Step 4: Substitute x = 4 into the second equation (easier): 4 − y = 2, so y = 2.

步骤 4:将 x = 4 代入第二个方程(更简便):4 − y = 2,故 y = 2。

Check in the first equation: 2(4) + 2 = 10, which is correct. The solution is (4, 2).

代入第一个方程检验:2×4 + 2 = 10,无误。解为 (4, 2)。


6. Introduction to Functions | 函数初步

Question: Given f(x) = 2x + 3, evaluate f(4), f(−1), and f(a).

题目:已知 f(x) = 2x + 3,求 f(4)、f(−1) 和 f(a) 的值。

f(4) means replace x with 4: f(4) = 2(4) + 3 = 8 + 3 = 11.

f(4) 表示将 x 替换为 4:f(4) = 2(4) + 3 = 8 + 3 = 11。

f(−1) requires careful handling of negative numbers: f(−1) = 2(−1) + 3 = −2 + 3 = 1.

f(−1) 需注意负数处理:f(−1) = 2(−1) + 3 = −2 + 3 = 1。

For f(a), simply substitute a: f(a) = 2a + 3. The expression stays in terms of a.

对于 f(a),直接代入 a:f(a) = 2a + 3,结果保留含 a 的代数式。

Function notation is essential in further mathematics; always ensure the input is correctly substituted, especially when the input is an algebraic expression.

函数记号在进阶数学中至关重要;务必确保正确代入输入值,尤其当输入为代数式时更需仔细。


7. Arithmetic Sequences | 等差数列

Question: Find the nth term of the sequence 3, 7, 11, 15, …

题目:求数列 3, 7, 11, 15, … 的第 n 项公式。

Step 1: Identify the first term a = 3 and the common difference d. 7 − 3 = 4, so d = 4.

步骤 1:确定首项 a = 3 和公差 d。7 − 3 = 4,故 d = 4。

Step 2: The nth term formula for an arithmetic sequence is uₙ = a + (n − 1)d.

步骤 2:等差数列第 n 项公式为 uₙ = a + (n − 1)d。

Step 3: Substitute: uₙ = 3 + (n − 1) × 4 = 3 + 4n − 4 = 4n − 1.

步骤 3:代入数值:uₙ = 3 + (n − 1) × 4 = 3 + 4n − 4 = 4n − 1。

You can test: n = 1 gives 4(1) − 1 = 3, n = 2 gives 4(2) − 1 = 7, matching the sequence perfectly.

检验:n = 1 得 4×1 − 1 = 3,n = 2 得 4×2 − 1 = 7,与给定数列完全吻合。


8. Basic Trigonometry | 基础三角学

Question: In a right-angled triangle, the side opposite angle θ is 3 units, and the adjacent side is 4 units. Find sin θ, cos θ, and tan θ.

题目:在一直角三角形中,角 θ 的对边为 3 单位,邻边为 4 单位。求 sin θ、cos θ 和 tan θ。

Step 1: First, find the hypotenuse using Pythagoras’ theorem: hypotenuse² = opposite² + adjacent² = 3² + 4² = 9 + 16 = 25, so hypotenuse = 5.

步骤 1:先用勾股定理求斜边:斜边² = 对边² + 邻边² = 3² + 4² = 9 + 16 = 25,故斜边 = 5。

sin θ = opposite / hypotenuse = 3/5

sin θ = 对边 / 斜边 = 3/5

cos θ = adjacent / hypotenuse = 4/5

cos θ = 邻边 / 斜边 = 4/5

tan θ = opposite / adjacent = 3/4

tan θ = 对边 / 邻边 = 3/4

Remember the mnemonic SOH CAH TOA: Sine = Opposite/Hypotenuse, Cosine = Adjacent/Hypotenuse, Tangent = Opposite/Adjacent.

牢记口诀 SOH CAH TOA:正弦 = 对边/斜边,余弦 = 邻边/斜边,正切 = 对边/邻边。


9. Working with Surds | 根式运算

Question: Simplify √50 + √18, expressing your answer in the form a√b where b is as small as possible.

题目:化简 √50 + √18,并将答案写成 a√b 的形式,其中 b 尽可能小。

Step 1: Break each surd into a product of a square number and another integer. √50 = √(25 × 2) = √25 × √2 = 5√2.

步骤 1:将每个根式拆分为一个完全平方数与另一整数的乘积。√50 = √(25 × 2) = √25 × √2 = 5√2。

Step 2: Similarly, √18 = √(9 × 2) = √9 × √2 = 3√2.

步骤 2:同理,√18 = √(9 × 2) = √9 × √2 = 3√2。

Step 3: Now add the like surds: 5√2 + 3√2 = (5 + 3)√2 = 8√2.

步骤 3:合并同类根式:5√2 + 3√2 = (5 + 3)√2 = 8√2。

Only surds with the same number under the radical (radicand) can be added directly. Always simplify surds first to see if they become like terms.

只有根号内(被开方数)相同的根式才能直接相加。务必先将根式化简,才能判断是否为同类项。


10. Exam Tips and Common Mistakes | 考试技巧与常见错误

Tip 1: Always read the question carefully. Many students lose marks by misinterpreting what is being asked, for example confusing ‘solve’ with ‘simplify’.

技巧 1:仔细审题。许多学生因为误解题意而丢分,例如混淆“求解方程”与“化简表达式”。

Tip 2: Show all your working. In CIE examinations, method marks are awarded even if the final answer is incorrect, so never erase your steps.

技巧 2:展示完整的解题步骤。在 CIE 考试中,即使最终答案错误,只要方法正确也能得分,因此绝不要擦去解题过程。

Tip 3: Double-check sign errors. When expanding brackets like −2(x − 3), remember to multiply both terms inside by −2, giving −2x + 6, not −2x − 6.

技巧 3:反复检查符号错误。展开括号如 −2(x − 3) 时,记得括号内每一项都要乘 −2,得到 −2x + 6,而非 −2x − 6。

Tip 4: When solving inequalities, always flip the inequality sign if you multiply or divide by a negative number. This is one of the most frequent errors in Year 9 further mathematics tests.

技巧 4:解不等式时,若乘或除以负数,务必反转不等号方向。这是 Year 9 进阶数学考试中最常见的错误之一。

Tip 5: Practice writing final answers in the required form, such as simplest surd form, exact fractions rather than decimals, or ordered pairs for coordinates.

技巧 5:练习按题目要求的形式给出最终答案,如最简根式、精确分数而非小数、或坐标的有序数对。

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