📚 CCEA Year 13 Maths: Unit Test Mock Paper Analysis | CCEA Year 13 数学:单元测试模拟卷解析
This article provides a detailed walkthrough of a CCEA Year 13 (AS level) pure mathematics unit test mock paper. Each question targets key skills required by the CCEA specification, including algebraic manipulation, differentiation, integration, trigonometry, exponentials and curve analysis. Every step is explained in both English and Chinese to support bilingual revision.
本文详细讲解了 CCEA Year 13(AS 阶段)纯数单元测试模拟卷。每道题目紧扣 CCEA 考试大纲,涵盖代数运算、微分、积分、三角学、指数函数及曲线分析等核心技能。所有步骤均以中英双语解析,助力双语复习。
1. Simplifying Polynomials and Algebraic Fractions | 多项式与代数分式化简
Simplify the expression (3x² − 2x + 1) − (x² − 4x − 3) and reduce the fraction (x² − 9) / (x − 3).
化简表达式 (3x² − 2x + 1) − (x² − 4x − 3),并约分 (x² − 9) / (x − 3)。
Start with the polynomial subtraction. Distribute the minus sign across the second bracket: (3x² − 2x + 1) − x² + 4x + 3. Group like terms: 3x² − x² = 2x², −2x + 4x = 2x, 1 + 3 = 4. The result is 2x² + 2x + 4.
先处理多项式减法。将负号分配到第二个括号: (3x² − 2x + 1) − x² + 4x + 3。合并同类项:3x² − x² = 2x²,−2x + 4x = 2x,1 + 3 = 4。结果为 2x² + 2x + 4。
For the algebraic fraction, factorise the numerator as a difference of two squares: x² − 9 = (x − 3)(x + 3). Then cancel the common factor (x − 3) with the denominator, provided x ≠ 3. The simplified form is x + 3, x ≠ 3.
对于代数分式,将分子分解因式为平方差:x² − 9 = (x − 3)(x + 3)。然后约去分子分母的公因式 (x − 3),前提是 x ≠ 3。化简结果为 x + 3,x ≠ 3。
2. Solving Quadratic Equations and Inequalities | 解二次方程与不等式
Solve the quadratic equation 2x² − 5x − 3 = 0. Hence solve the inequality x² − 4x − 5 ≤ 0.
解二次方程 2x² − 5x − 3 = 0,并以此解不等式 x² − 4x − 5 ≤ 0。
Factorise 2x² − 5x − 3. Look for two numbers that multiply to 2 × (−3) = −6 and add to −5. These are −6 and 1. Split the middle term: 2x² − 6x + x − 3. Factor by grouping: 2x(x − 3) + 1(x − 3) = (2x + 1)(x − 3). Set each factor to zero: x = −½ or x = 3.
对 2x² − 5x − 3 进行因式分解。寻找两个数,积为 2 × (−3) = −6,和为 −5。这两个数为 −6 和 1。拆中间项:2x² − 6x + x − 3。分组分解:2x(x − 3) + 1(x − 3) = (2x + 1)(x − 3)。令每个因式为零,得 x = −½ 或 x = 3。
For the inequality, factorise x² − 4x − 5 as (x − 5)(x + 1). The critical values are x = −1 and x = 5. Test intervals: for x < −1, both factors negative, product positive; between −1 and 5, one negative, one positive, product negative; for x > 5, both positive. The inequality ≤ 0 requires the negative interval. Thus the solution is −1 ≤ x ≤ 5.
解不等式时,将 x² − 4x − 5 分解为 (x − 5)(x + 1)。关键值为 x = −1 与 x = 5。检查区间:当 x < −1,两因式均为负,积为正;在 −1 与 5 之间,一负一正,积为负;当 x > 5,两因式皆正。不等式 ≤ 0 要求负区间,故解为 −1 ≤ x ≤ 5。
3. Functions and Graph Transformations | 函数与图像变换
The function f(x) = x² is given. Describe the transformation and sketch the graph of y = f(x − 2) + 3. State the coordinates of the vertex.
已知函数 f(x) = x²。描述变换并绘制 y = f(x − 2) + 3 的图像。写出顶点坐标。
Replacing x by (x − 2) translates the graph 2 units to the right. Adding 3 outside the function shifts the graph 3 units upward. The vertex of y = x² is (0, 0). After a horizontal shift of +2 and a vertical shift of +3, the new vertex is (2, 3). The graph is the standard parabola opening upward with its minimum at (2, 3).
将 x 替换为 (x − 2) 使图像向右平移 2 个单位。在函数外部加 3 使图像向上平移 3 个单位。y = x² 的顶点为 (0, 0)。经过水平平移 +2 与垂直平移 +3,新的顶点坐标为 (2, 3)。图像为开口向上的标准抛物线,最小值在 (2, 3) 处。
4. Differentiation from First Principles and Power Rule | 第一原理微分与幂法则
Differentiate f(x) = 3x² + 2x from first principles. Verify your result using the power rule for derivatives.
用第一原理求 f(x) = 3x² + 2x 的导数,并用幂法则验算。
The limit definition: f'(x) = limₕ→₀ [f(x+h) − f(x)] / h. Compute f(x+h) = 3(x+h)² + 2(x+h) = 3(x² + 2xh + h²) + 2x + 2h = 3x² + 6xh + 3h² + 2x + 2h. Subtract f(x) = 3x² + 2x to get 6xh + 3h² + 2h. Divide by h: 6x + 3h + 2. Take the limit as h → 0: f'(x) = 6x + 2.
利用极限定义:f'(x) = limₕ→₀ [f(x+h) − f(x)] / h。计算 f(x+h) = 3(x+h)² + 2(x+h) = 3(x² + 2xh + h²) + 2x + 2h = 3x² + 6xh + 3h² + 2x + 2h。减去 f(x) = 3x² + 2x 得到 6xh + 3h² + 2h。除以 h 得 6x + 3h + 2。取 h → 0 时的极限:f'(x) = 6x + 2。
Power rule: d/dx (axⁿ) = naxⁿ⁻¹. Apply to each term: derivative of 3x² is 2·3x¹ = 6x; derivative of 2x is 2·1x⁰ = 2. The sum is 6x + 2, confirming the first principles result.
幂法则:d/dx (axⁿ) = naxⁿ⁻¹。应用于每一项:3x² 的导数为 2·3x¹ = 6x;2x 的导数为 2·1x⁰ = 2。和为 6x + 2,与第一原理的结果一致。
5. Tangents and Normals | 切线与法线
Find the equation of the tangent to the curve y = x³ − 2x at the point where x = 1. Hence write the equation of the normal at the same point.
求曲线 y = x³ − 2x 在 x = 1 处的切线方程,并写出同一点的法线方程。
First differentiate: dy/dx = 3x² − 2. At x = 1, the gradient mₜ = 3(1)² − 2 = 1. The y-coordinate when x = 1 is y = (1)³ − 2(1) = −1. The point is (1, −1). The tangent equation is y − (−1) = 1(x − 1) → y = x − 2.
首先求导:dy/dx = 3x² − 2。在 x = 1 处,切线斜率 mₜ = 3(1)² − 2 = 1。当 x = 1 时的 y 坐标为 y = (1)³ − 2(1) = −1,点为 (1, −1)。切线方程为 y − (−1) = 1(x − 1),化简得 y = x − 2。
The normal is perpendicular to the tangent. Its gradient mₙ = −1/mₜ = −1. Using the same point, the normal equation is y + 1 = −1(x − 1), i.e. y = −x.
法线与切线垂直,其斜率 mₙ = −1/mₜ = −1。过同一点,法线方程为 y + 1 = −1(x − 1),即 y = −x。
6. Integration: Indefinite and Definite | 不定积分与定积分
Find the indefinite integral ∫ (4x³ − 6x + 5) dx. Evaluate the definite integral ∫₀¹ (2x + 1) dx.
求不定积分 ∫ (4x³ − 6x + 5) dx,并计算定积分 ∫₀¹ (2x + 1) dx。
For the indefinite integral, apply the power rule for integration: ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C. Integrate term by term: ∫ 4x³ dx = 4·x⁴/4 = x⁴; ∫ −6x dx = −6·x²/2 = −3x²; ∫ 5 dx = 5x. Thus the result is x⁴ − 3x² + 5x + C.
对于不定积分,应用积分幂法则:∫ xⁿ dx = xⁿ⁺¹/(n+1) + C。逐项积分:∫ 4x³ dx = 4·x⁴/4 = x⁴;∫ −6x dx = −6·x²/2 = −3x²;∫ 5 dx = 5x。因此结果为 x⁴ − 3x² + 5x + C。
For the definite integral, first find the antiderivative: ∫ (2x + 1) dx = x² + x. Apply limits from 0 to 1: [1² + 1] − [0² + 0] = 2. The area under the line between x=0 and x=1 is 2 square units.
对于定积分,先求原函数:∫ (2x + 1) dx = x² + x。代入上下限 0 与 1:[1² + 1] − [0² + 0] = 2。直线在 x=0 到 x=1 下的面积为 2 平方单位。
7. Exponential and Logarithmic Equations | 指数与对数方程
Solve the equation e²ˣ = 5, giving your answer in exact form. Also solve log₂(x + 1) + log₂(x − 1) = 3.
解方程 e²ˣ = 5,答案保留精确值。同时解 log₂(x + 1) + log₂(x − 1) = 3。
Take natural logarithms of both sides: ln(e²ˣ) = ln 5. Since ln(eʸ) = y, we obtain 2x = ln 5, hence x = (ln 5)/2.
对两边取自然对数:ln(e²ˣ) = ln 5。由于 ln(eʸ) = y,得 2x = ln 5,因此 x = (ln 5)/2。
Combine the logarithms using logₐ M + logₐ N = logₐ(MN): log₂[(x + 1)(x − 1)] = 3. This simplifies to log₂(x² − 1) = 3. Rewrite in exponential form: x² − 1 = 2³ = 8 → x² = 9 → x = ±3. Check the domain: for log₂(x + 1), x + 1 > 0 ⇒ x > −1; for log₂(x − 1), x − 1 > 0 ⇒ x > 1. Hence x = −3 is extraneous; the valid solution is x = 3.
利用 logₐ M + logₐ N = logₐ(MN) 合并:log₂[(x + 1)(x − 1)] = 3,即 log₂(x² − 1) = 3。化为指数式:x² − 1 = 2³ = 8 → x² = 9 → x = ±3。检查定义域:log₂(x + 1) 要求 x + 1 > 0 ⇒ x > −1;log₂(x − 1) 要求 x − 1 > 0 ⇒ x > 1。因此 x = −3 为增根,有效解为 x = 3。
8. Trigonometric Identities and Equations | 三角恒等式与方程
Prove that (sin θ + cos θ)² = 1 + sin 2θ. Hence solve sin 2x = 0.5 for 0 ≤ x ≤ π.
证明 (sin θ + cos θ)² = 1 + sin 2θ,并由此在 0 ≤ x ≤ π 内解 sin 2x = 0.5。
Expand the left-hand side: (sin θ + cos θ)² = sin²θ + 2 sin θ cos θ + cos²θ. Using the identity sin²θ + cos²θ = 1, this becomes 1 + 2 sin θ cos θ. Recall the double-angle formula sin 2θ = 2 sin θ cos θ. Therefore the expression equals 1 + sin 2θ, as required.
展开左边:(sin θ + cos θ)² = sin²θ + 2 sin θ cos θ + cos²θ。由恒等式 sin²θ + cos²θ = 1,得 1 + 2 sin θ cos θ。由二倍角公式 sin 2θ = 2 sin θ cos θ,因此表达式等于 1 + sin 2θ,得证。
To solve sin 2x = 0.5, let 2x = u. Then sin u = ½. The principal solutions for u in [0, 2π] are u = π/6 and u = 5π/6. Since 0 ≤ x ≤ π, we have 0 ≤ 2x ≤ 2π, so both values are valid. Divide by 2: x = π/12 and x = 5π/12.
解 sin 2x = 0.5,设 u = 2x。则 sin u = ½。在 [0, 2π] 内的主解为 u = π/6 与 u = 5π/6。由于 0 ≤ x ≤ π,有 0 ≤ 2x ≤ 2π,两个值均有效。除以 2 得 x = π/12 与 x = 5π/12。
9. Binomial Expansion | 二项式展开
Expand (1 + 2x)⁵ in ascending powers of x up to and including the term in x³. Simplify the coefficients.
按 x 的升幂展开 (1 + 2x)⁵,直至含 x³ 的项,并化简系数。
Use the binomial theorem: (1 + y)ⁿ = 1 + ⁿC₁ y + ⁿC₂ y² + ⁿC₃ y³ + … . Here y = 2x and n = 5. Compute the combinations: ⁵C₀ = 1, ⁵C₁ = 5, ⁵C₂ = 10, ⁵C₃ = 10. The expansion is: 1 + 5(2x) + 10(2x)² + 10(2x)³ + … Simplify each term: 5(2x) = 10x; 10(4x²) = 40x²; 10(8x³) = 80x³. Thus (1 + 2x)⁵ ≈ 1 + 10x + 40x² + 80x³.
运用二项式定理:(1 + y)ⁿ = 1 + ⁿC₁ y + ⁿC₂ y² + ⁿC₃ y³ + … 。此处 y = 2x,n = 5。计算组合数:⁵C₀ = 1, ⁵C₁ = 5, ⁵C₂ = 10, ⁵C₃ = 10。展开得:1 + 5(2x) + 10(2x)² + 10(2x)³ + … 化简各项:5(2x) = 10x;10(4x²) = 40x²;10(8x³) = 80x³。因此 (1 + 2x)⁵ ≈ 1 + 10x + 40x² + 80x³。
10. Stationary Points and Curve Sketching | 驻点与曲线草图
Find the stationary points of the function f(x) = x³ − 3x + 2. Determine the nature of each point and sketch the graph.
求函数 f(x) = x³ − 3x + 2 的驻点,判断各点性质并绘制草图。
Differentiate: f'(x) = 3x² − 3. Set f'(x) = 0 ⇒ 3(x² − 1) = 0 ⇒ x = 1 or x = −1. Substitute into f(x): f(1) = 1 − 3 + 2 = 0, so stationary point at (1, 0); f(−1) = −1 + 3 + 2 = 4, so point at (−1, 4).
求导:f'(x) = 3x² − 3。令 f'(x) = 0 ⇒ 3(x² − 1) = 0 ⇒ x = 1 或 x = −1。代入 f(x):f(1) = 1 − 3 + 2 = 0,驻点为 (1, 0);f(−1) = −1 + 3 + 2 = 4,驻点为 (−1, 4)。
Determine nature using the second derivative: f”(x) = 6x. At x = 1, f”(1) = 6 > 0 ⇒ minimum. At x = −1, f”(−1) = −6 < 0 ⇒ maximum. The curve has a cubic shape, passing through (0, 2) as y-intercept, with a local maximum at (−1, 4) and a local minimum at (1, 0). The graph rises from −∞, turns at x = −1, falls to x = 1, then rises again to +∞.
用二阶导数判断性质:f”(x) = 6x。在 x = 1,f”(1) = 6 > 0⇒极小值。在 x = −1,f”(−1) = −6 < 0⇒极大值。曲线为三次型,过 y 轴截距 (0, 2),在 (−1, 4) 达到局部极大值,在 (1, 0) 达到局部极小值。图像从 −∞ 上升,在 x = −1 转折再下降至 x = 1,然后再次上升至 +∞。
11. Using the Factor Theorem and Polynomial Division | 因式定理与多项式除法
Show that (x − 2) is a factor of P(x) = x³ − 4x² + x + 6. Hence factorise P(x) completely.
证明 (x − 2) 是 P(x) = x³ − 4x² + x + 6 的因式,并由此将 P(x) 彻底分解。
By the Factor Theorem, if (x − 2) is a factor, then P(2) = 0. Evaluate: P(2) = (2)³ − 4(2)² + 2 + 6 = 8 − 16 + 2 + 6 = 0. Therefore (x − 2) is a factor. Perform polynomial division or synthetic division. Dividing x³ − 4x² + x + 6 by (x − 2) gives quotient x² − 2x − 3. Factorise the quadratic: (x − 3)(x + 1). Hence P(x) = (x − 2)(x − 3)(x + 1).
由因式定理,若 (x − 2) 为因式,则 P(2) = 0。计算:P(2) = (2)³ − 4(2)² + 2 + 6 = 8 − 16 + 2 + 6 = 0。因此 (x − 2) 是因式。进行多项式除法或综合除法。将 x³ − 4x² + x + 6 除以 (x − 2) 得商式 x² − 2x − 3。再分解二次式:(x − 3)(x + 1)。因此 P(x) = (x − 2)(x − 3)(x + 1)。
12. Modelling with Exponentials | 指数建模
A population of bacteria grows according to the model N(t) = 200e^(0.05t), where t is time in minutes. Calculate the initial population, the population after 30 minutes, and the time taken for the population to reach 500.
某细菌种群按模型 N(t) = 200e^(0.05t) 增长,t 以分钟计。计算初始种群数量、30分钟后的数量以及种群达到500所需的时间。
At t = 0, N(0) = 200e⁰ = 200. This is the initial population. After 30 minutes
Published by TutorHao | Year 13 Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导