📚 PDF资源导航

Year 10 CAIE Advanced Mathematics: Unit Test Mock Paper Analysis | Year 10 CAIE 进阶数学:单元测试模拟卷解析

📚 Year 10 CAIE Advanced Mathematics: Unit Test Mock Paper Analysis | Year 10 CAIE 进阶数学:单元测试模拟卷解析

This article presents a detailed analysis of a mock unit test designed for Year 10 CAIE Advanced Mathematics (IGCSE Additional Mathematics 0606). The selected questions reflect the typical topics covered in the first year of the course, including surds, quadratics, polynomials, functions, exponentials, logarithms, coordinate geometry, trigonometry and basic differentiation. Each question is broken down with full step-by-step solutions, common pitfalls, and exam-focused tips.

本文详细解析一份针对 Year 10 CAIE 进阶数学(IGCSE 附加数学 0606)设计的单元测试模拟卷。所选题目涵盖第一学年的典型主题:根式、二次函数、多项式、函数、指数与对数、解析几何、三角函数以及基础微分。每道题都提供完整的分步解答,指出常见易错点并给出应试技巧。


1. Simplifying Surds | 根式化简

Question: Evaluate (√8 + √18)², giving your answer as an integer.

题目:计算 (√8 + √18)²,结果以整数形式给出。

We begin by simplifying each surd. Notice that √8 can be written as √(4×2) = 2√2, and √18 becomes √(9×2) = 3√2. Adding them gives (2√2 + 3√2) = 5√2. Now square the bracket: (5√2)² = 25 × 2 = 50. A common mistake is to square each term individually without simplifying first, which leads to an incorrect expansion.

我们首先化简每个根式。注意到 √8 可写成 √(4×2) = 2√2,而 √18 化为 √(9×2) = 3√2。相加得 (2√2 + 3√2) = 5√2。然后将括号平方:(5√2)² = 25 × 2 = 50。常见的错误是不先化简就直接平方各项,导致展开错误。


2. Completing the Square for Quadratic Functions | 二次函数的配方法

Question: Express f(x) = 2x² − 8x + 5 in the form a(x − p)² + q, and state the coordinates of the vertex and the minimum value of f(x).

题目:将 f(x) = 2x² − 8x + 5 写成 a(x − p)² + q 的形式,并写出顶点坐标和 f(x) 的最小值。

First, factor out the coefficient of x² from the first two terms: f(x) = 2(x² − 4x) + 5. To complete the square inside the bracket, take half of −4, square it to get 4, and add and subtract it inside: f(x) = 2[(x² − 4x + 4) − 4] + 5. This simplifies to 2[(x − 2)² − 4] + 5 = 2(x − 2)² − 8 + 5 = 2(x − 2)² − 3. So a = 2, p = 2, q = −3. The vertex is (2, −3). Since a > 0, the parabola opens upward and the minimum value is −3.

首先,从前两项提取 x² 的系数:f(x) = 2(x² − 4x) + 5。在括号内配方,取 −4 的一半平方得 4,并在括号内加减 4:f(x) = 2[(x² − 4x + 4) − 4] + 5。化简得 2[(x − 2)² − 4] + 5 = 2(x − 2)² − 8 + 5 = 2(x − 2)² − 3。因此 a = 2, p = 2, q = −3。顶点坐标为 (2, −3)。因为 a > 0,抛物线开口向上,最小值为 −3。


3. Factor Theorem and Solving Cubic Equations | 因式定理与解三次方程

Question: Given that (x − 2) is a factor of P(x) = x³ − 4x² + x + 6, factorise P(x) completely and find all roots of P(x) = 0.

题目:已知 (x − 2) 是 P(x) = x³ − 4x² + x + 6 的一个因式,请将 P(x) 完全分解因式,并求方程 P(x) = 0 的所有根。

Using the factor theorem, since (x − 2) is a factor, we can divide P(x) by (x − 2) through polynomial long division or synthetic division. Dividing yields the quotient x² − 2x − 3. Therefore P(x) = (x − 2)(x² − 2x − 3). The quadratic factorises further: (x² − 2x − 3) = (x + 1)(x − 3). So the complete factorisation is (x − 2)(x + 1)(x − 3). Setting each factor to zero gives the roots x = 2, x = −1, and x = 3. Always check by substituting back into the original polynomial to verify.

由因式定理,因 (x − 2) 是一个因式,我们可以用多项式长除法或综合除法将 P(x) 除以 (x − 2)。得到的商为 x² − 2x − 3。因此 P(x) = (x − 2)(x² − 2x − 3)。二次部分可继续分解:(x² − 2x − 3) = (x + 1)(x − 3)。完全分解因式为 (x − 2)(x + 1)(x − 3)。令每个因式为零得到根:x = 2,x = −1 和 x = 3。务必代入原多项式验证,以确保无误。


4. Inverse Functions | 反函数

Question: The function f is defined by f(x) = (2x + 1)/(x − 3), x ≠ 3. Find the inverse function f⁻¹(x) and state its domain.

题目:函数 f 定义为 f(x) = (2x + 1)/(x − 3),x ≠ 3。求其反函数 f⁻¹(x) 并写出定义域。

We start by writing y = (2x + 1)/(x − 3). To find the inverse, swap x and y to obtain x = (2y + 1)/(y − 3). Multiply both sides by (y − 3): x(y − 3) = 2y + 1. Expand: xy − 3x = 2y + 1. Collect all y terms on one side: xy − 2y = 3x + 1. Factor out y: y(x − 2) = 3x + 1. Hence y = (3x + 1)/(x − 2). Therefore f⁻¹(x) = (3x + 1)/(x − 2). The domain of f⁻¹ is all real numbers except x = 2, since the denominator cannot be zero.

首先设 y = (2x + 1)/(x − 3)。为求反函数,交换 x 和 y 得到 x = (2y + 1)/(y − 3)。两边同乘 (y − 3):x(y − 3) = 2y + 1。展开:xy − 3x = 2y + 1。将所有含 y 的项移到一边:xy − 2y = 3x + 1。提取 y:y(x − 2) = 3x + 1。因此 y = (3x + 1)/(x − 2)。所以反函数为 f⁻¹(x) = (3x + 1)/(x − 2)。其定义域为所有实数,x ≠ 2,因为分母不能为零。


5. Solving Exponential Equations Using Logarithms | 利用对数解指数方程

Question: Solve the equation 3²ˣ⁺¹ = 5ˣ⁻¹, giving your answer in logarithmic form.

题目:解方程 3²ˣ⁺¹ = 5ˣ⁻¹,答案用对数形式表示。

Take natural logarithms on both sides (any base works): ln(3²ˣ⁺¹) = ln(5ˣ⁻¹). Apply the power rule of logs: (2x + 1)ln3 = (x − 1)ln5. Expand: 2x ln3 + ln3 = x ln5 − ln5. Collect x terms: 2x ln3 − x ln5 = −ln5 − ln3. Factor x: x(2ln3 − ln5) = −(ln5 + ln3). Therefore x = −(ln5 + ln3)/(2ln3 − ln5). This can also be written as x = (ln5 + ln3)/(ln5 − 2ln3) by multiplying numerator and denominator by −1. Always check if a simplified form is required.

两边取自然对数(任何底数均可):ln(3²ˣ⁺¹) = ln(5ˣ⁻¹)。运用对数的幂法则:(2x + 1)ln3 = (x − 1)ln5。展开:2x ln3 + ln3 = x ln5 − ln5。归集含 x 的项:2x ln3 − x ln5 = −ln5 − ln3。提取 x:x(2ln3 − ln5) = −(ln5 + ln3)。因此 x = −(ln5 + ln3)/(2ln3 − ln5)。也可以将分子分母同时乘以 −1,写成 x = (ln5 + ln3)/(ln5 − 2ln3)。注意检查是否需要最简形式。


6. Coordinate Geometry: Perpendicular Bisector | 解析几何:垂直平分线

Question: Points A(2, 1) and B(6, 5) are given. Find the equation of the perpendicular bisector of AB and determine its intersection with the x‑axis.

题目:已知点 A(2, 1) 和 B(6, 5)。求线段 AB 的垂直平分线方程,并求出该直线与 x 轴的交点。

The midpoint M of AB is ((2+6)/2, (1+5)/2) = (4, 3). The gradient of AB is (5−1)/(6−2) = 4/4 = 1. Hence the gradient of the perpendicular bisector is the negative reciprocal: −1. Using point‑slope form with M(4,3): y − 3 = −1(x − 4). Simplify to y = −x + 7. To find the intersection with the x‑axis, set y = 0: 0 = −x + 7 → x = 7. The point is (7, 0).

AB 的中点 M 为 ((2+6)/2, (1+5)/2) = (4, 3)。AB 的斜率为 (5−1)/(6−2) = 4/4 = 1。因此垂直平分线的斜率为其负倒数:−1。利用点斜式代入 M(4,3):y − 3 = −1(x − 4)。化简得 y = −x + 7。为求与 x 轴的交点,令 y = 0:0 = −x + 7 → x = 7。交点为 (7, 0)。


7. Trigonometric Equations with Quadratic Form | 二次型三角方程

Question: Solve the equation 2sin²θ − 3cosθ − 3 = 0 for 0° ≤ θ ≤ 360°.

题目:在 0° ≤ θ ≤ 360° 范围内解方程 2sin²θ − 3cosθ − 3 = 0。

Use the identity sin²θ = 1 − cos²θ to rewrite the equation in terms of cosθ: 2(1 − cos²θ) − 3cosθ − 3 = 0. Expand: 2 − 2cos²θ − 3cosθ − 3 = 0 → −2cos²θ − 3cosθ − 1 = 0. Multiply through by −1: 2cos²θ + 3cosθ + 1 = 0. This is a quadratic in cosθ: 2cos²θ + 3cosθ + 1 = 0. Factorise: (2cosθ + 1)(cosθ + 1) = 0. Thus cosθ = −½ or cosθ = −1. For cosθ = −½ in the given interval, θ = 120°, 240°. For cosθ = −1, θ = 180°. Hence the solution set is {120°, 180°, 240°}.

利用恒等式 sin²θ = 1 − cos²θ 将方程改写为关于 cosθ 的式子:2(1 − cos²θ) − 3cosθ − 3 = 0。展开:2 − 2cos²θ − 3cosθ − 3 = 0 → −2cos²θ − 3cosθ − 1 = 0。两边乘以 −1:2cos²θ + 3cosθ + 1 = 0。这是关于 cosθ 的二次方程:2cos²θ + 3cosθ + 1 = 0。因式分解:(2cosθ + 1)(cosθ + 1) = 0。因此 cosθ = −½ 或 cosθ = −1。在给定区间内,cosθ = −½ 对应 θ = 120°, 240°;cosθ = −1 对应 θ = 180°。解集为 {120°, 180°, 240°}。


8. Differentiation and Stationary Points | 微分与驻点

Question: The curve C has equation y = x³ − 6x² + 9x + 1. Find dy/dx, locate the stationary points and determine their nature.

题目:曲线 C 的方程为 y = x³ − 6x² + 9x + 1。求 dy/dx,找出驻点并判断其性质。

Differentiate term by term: dy/dx = 3x² − 12x + 9. Factorise: dy/dx = 3(x² − 4x + 3) = 3(x − 1)(x − 3). Stationary points occur when dy/dx = 0, so x = 1 or x = 3. Substitute into the original equation: when x = 1, y = 1 − 6 + 9 + 1 = 5; when x = 3, y = 27 − 54 + 27 + 1 = 1. Thus stationary points are (1, 5) and (3, 1). To classify, find the second derivative: d²y/dx² = 6x − 12. At x = 1, d²y/dx² = −6 (< 0), so (1, 5) is a local maximum. At x = 3, d²y/dx² = 6 (> 0), so (3, 1) is a local minimum.

逐项求导:dy/dx = 3x² − 12x + 9。因式分解:dy/dx = 3(x² − 4x + 3) = 3(x − 1)(x − 3)。令 dy/dx = 0 得驻点 x = 1 或 x = 3。代入原方程:当 x = 1 时,y = 1 − 6 + 9 + 1 = 5;当 x = 3 时,y = 27 − 54 + 27 + 1 = 1。因此驻点为 (1, 5) 和 (3, 1)。为判断性质,求二阶导数:d²y/dx² = 6x − 12。在 x = 1 处,d²y/dx² = −6 (< 0),故 (1, 5) 为局部极大值点;在 x = 3 处,d²y/dx² = 6 (> 0),故 (3, 1) 为局部极小值点。


Published by TutorHao | Advanced 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