📚 Pre-U CIE Mathematics: Unit Test Mock Paper Walkthrough | Pre-U CIE 数学:单元测试模拟卷精讲
Welcome to this detailed walkthrough of a typical Pre-U CIE Mathematics unit test. In this article, we analyse a mock examination paper covering pure mathematics and applications, focusing on common pitfalls, key techniques, and examiner expectations. Each section dissects a representative question, offering step-by-step reasoning in both English and Chinese to strengthen your conceptual understanding and exam readiness.
欢迎来到这份 Pre-U CIE 数学单元测试的详细解析。本文分析一份涵盖纯数学与应用数学的模拟试卷,聚焦常见易错点、关键解题技巧和考官期望。每个小节剖析一道典型试题,提供中英双语的逐步推理,以强化你的概念理解和应考能力。
1. Algebraic Manipulation and Equations | 代数运算与方程
The first question typically tests your ability to simplify rational expressions and solve polynomial equations. In our mock, you are asked to express (2x³ – 5x² + 3x – 1) ÷ (x – 2) in the form Ax² + Bx + C + D/(x – 2). Begin with polynomial long division or synthetic division, noting that the remainder D will be the value of the polynomial at x = 2 by the Remainder Theorem.
第一道题通常考察化简有理式与解多项式方程的能力。模拟卷中要求将 (2x³ – 5x² + 3x – 1) ÷ (x – 2) 表示为 Ax² + Bx + C + D/(x – 2) 的形式。从多项式长除法或综合除法入手,注意由余式定理,余数 D 就是多项式在 x = 2 处的值。
A common mistake is misaligning coefficients, especially when missing a term. After division, we obtain 2x² – x + 1 + 1/(x – 2). Thus A = 2, B = -1, C = 1, D = 1. Always check by multiplying back: (x – 2)(2x² – x + 1) + 1 = 2x³ – 5x² + 3x – 1, confirming correctness.
常见错误是对位不准,尤其在缺项时。除法后得到 2x² – x + 1 + 1/(x – 2)。因此 A = 2, B = -1, C = 1, D = 1。务必乘回检验:(x – 2)(2x² – x + 1) + 1 = 2x³ – 5x² + 3x – 1,确认无误。
When solving a cubic like x³ – 4x² + x + 6 = 0, use the factor theorem to find integer roots. Testing ±1, ±2, ±3 yields x = -1 as a root, giving factor (x + 1). Division yields quadratic x² – 5x + 6 = (x – 2)(x – 3), so solutions are x = -1, 2, 3.
解三次方程如 x³ – 4x² + x + 6 = 0 时,用因式定理找整数根。检验 ±1, ±2, ±3 得 x = -1 为根,得到因式 (x + 1)。除法得二次式 x² – 5x + 6 = (x – 2)(x – 3),故解为 x = -1, 2, 3。
2. Functions and Graph Transformations | 函数与图形变换
Our mock paper asks you to describe the sequence of transformations mapping y = cos x onto y = 3 cos(2x + π/3) – 1. List transformations in the correct order: horizontal translation by -π/6, then horizontal stretch by factor 1/2, vertical stretch by factor 3, and finally vertical translation by -1.
模拟卷要求描述将 y = cos x 映射到 y = 3 cos(2x + π/3) – 1 的变换序列。按正确顺序列出:水平平移 -π/6,接着水平伸缩因子 1/2,垂直伸缩因子 3,最后垂直平移 -1。
Beware: factorising the argument as 2(x + π/6) reveals the shift -π/6 in the x-direction. A common error is to state a shift of π/3 without accounting for the multiplier. The range of the transformed function is [-4, 2] because the amplitude is 3, shifted down by 1.
注意:将自变量因数分解为 2(x + π/6) 后可见 x 方向平移为 -π/6。常见错误是不考虑系数而直接说平移 π/3。变换后函数的值域为 [-4, 2],因为振幅为 3,然后向下平移 1。
Drawing the graph also requires marking intercepts and turning points. The period is now π, and the curve completes two full cycles in interval [0, 2π]. Always label axes clearly and show key coordinates.
画图时还需标出截距和极值点。周期变为 π,曲线在区间 [0, 2π] 内完成两个完整波形。务必清晰标注坐标轴并给出关键点坐标。
3. Differentiation Techniques and Applications | 微分技巧及其应用
A typical question gives parametric equations x = t² + 1, y = t³ – t and asks for dy/dx and d²y/dx². Use dy/dx = (dy/dt) / (dx/dt) = (3t² – 1) / (2t). Simplify to (3t/2) – (1/(2t)). Then d²y/dx² = d(dy/dx)/dt ÷ dx/dt = (3/2 + 1/(2t²)) / (2t) = (3t² + 1) / (4t³).
典型题目给出参数方程 x = t² + 1, y = t³ – t,要求求 dy/dx 和 d²y/dx²。使用 dy/dx = (dy/dt) / (dx/dt) = (3t² – 1) / (2t)。化简为 (3t/2) – (1/(2t))。然后 d²y/dx² = d(dy/dx)/dt ÷ dx/dt = (3/2 + 1/(2t²)) / (2t) = (3t² + 1) / (4t³)。
Turning points occur when dy/dx = 0, i.e. 3t² – 1 = 0 ⇒ t = ±1/√3. Classify using second derivative test or sign analysis. At t = 1/√3, d²y/dx² positive, so minimum; at t = -1/√3, maximum.
极值点发生在 dy/dx = 0,即 3t² – 1 = 0 ⇒ t = ±1/√3。用二阶导数检验或符号分析法分类。t = 1/√3 时 d²y/dx² > 0,为极小点;t = -1/√3 时为极大点。
For implicit differentiation, consider x² + xy + y² = 7. Differentiate termwise: 2x + y + x(dy/dx) + 2y(dy/dx) = 0, yielding dy/dx = -(2x + y)/(x + 2y). At the point (1,2), gradient is -4/5. This appears frequently in normal and tangent problems.
对于隐函数微分,考虑 x² + xy + y² = 7。逐项求导:2x + y + x(dy/dx) + 2y(dy/dx) = 0,得 dy/dx = -(2x + y)/(x + 2y)。在点 (1,2) 处,斜率为 -4/5。这类题常出现在法线和切线问题中。
4. Integration Skills and Definite Integrals | 积分技巧与定积分
Our mock features a definite integral requiring substitution: ∫₀² x√(4 – x²) dx. Set u = 4 – x², du = -2x dx. Change limits: when x=0, u=4; x=2, u=0. Integral becomes -½ ∫₄⁰ √u du = ½ ∫₀⁴ u^(1/2) du = ½ * (2/3) u^(3/2) |₀⁴ = 8/3.
模拟卷有一道需要换元的定积分:∫₀² x√(4 – x²) dx。设 u = 4 – x², du = -2x dx。变换积分限:x=0 时 u=4;x=2 时 u=0。积分变为 -½ ∫₄⁰ √u du = ½ ∫₀⁴ u^(1/2) du = ½ * (2/3) u^(3/2) |₀⁴ = 8/3。
Integration by parts appears in ∫ x e^(2x) dx. Choose u = x, dv = e^(2x) dx, then du = dx, v = ½ e^(2x). Result: ½ x e^(2x) – ½ ∫ e^(2x) dx = ½ x e^(2x) – ¼ e^(2x) + C. Always include the constant of integration for indefinite integrals.
分部积分法出现在 ∫ x e^(2x) dx 中。选 u = x, dv = e^(2x) dx,则 du = dx, v = ½ e^(2x)。结果:½ x e^(2x) – ½ ∫ e^(2x) dx = ½ x e^(2x) – ¼ e^(2x) + C。不定积分务必加上积分常数。
In area problems, watch for regions bounded by a curve and a line. Split the area if the curve crosses the x-axis. For volume of revolution, use V = π ∫ y² dx, remembering to square the function correctly.
在面积问题中,注意曲线与直线围成的区域。若曲线穿过 x 轴,需分割面积。旋转体积用 V = π ∫ y² dx,并确保对函数正确平方。
5. Vectors and 3D Geometry | 向量与空间几何
A marks-heavy question asks for the shortest distance from point P(1, -2, 3) to the line r = (0,1,2) + λ(2, -1, 1). Form vector AP from a point A(0,1,2) on line to P: AP = (1, -3, 1). Direction vector d = (2, -1, 1). Shortest distance = |AP × d| / |d|.
一道高分值题目求点 P(1, -2, 3) 到直线 r = (0,1,2) + λ(2, -1, 1) 的最短距离。从直线上点 A(0,1,2) 到 P 作向量 AP = (1, -3, 1)。方向向量 d = (2, -1, 1)。最短距离 = |AP × d| / |d|。
Compute cross product: AP × d = (-2, 1, 5), magnitude √(4+1+25)=√30. |d| = √(4+1+1)=√6. So distance = √30/√6 = √5. This method is more efficient than minimising squared distance via calculus.
计算叉乘:AP × d = (-2, 1, 5),模长 √(4+1+25)=√30。|d| = √(4+1+1)=√6。因此距离 = √30/√6 = √5。此法比用微积分最小化距离平方更高效。
Intersection of lines: write parametric forms, equate components, solve two equations to check consistency. For planes, scalar product form r·n = p is vital. Angle between planes uses dot product of normals.
直线相交:写出参数式,令分量相等,解两方程检验一致性。对于平面,点法式 r·n = p 至关重要。两平面夹角通过法向量的点积求得。
6. Complex Numbers and De Moivre’s Theorem | 复数与棣莫弗定理
Given complex number z = -√3 + i, express in modulus-argument form: |z| = √(3+1) = 2, arg(z) = π – arctan(1/√3) = 5π/6. So z = 2(cos(5π/6) + i sin(5π/6)). When finding z⁵, use De Moivre: z⁵ = 32(cos(25π/6) + i sin(25π/6)) = 32(cos(π/6) + i sin(π/6)) = 16√3 + 16i.
给定复数 z = -√3 + i,用模-辐角形式表示:|z| = √(3+1) = 2,arg(z) = π – arctan(1/√3) = 5π/6。故 z = 2(cos(5π/6) + i sin(5π/6))。求 z⁵ 时,使用棣莫弗:z⁵ = 32(cos(25π/6) + i sin(25π/6)) = 32(cos(π/6) + i sin(π/6)) = 16√3 + 16i。
Solving z⁴ + 16 = 0: write -16 as 16(cos π + i sin π). The four fourth roots are 2 cis((π + 2kπ)/4) for k=0,1,2,3. This yields 2(cos(π/4)+i sin(π/4)), 2(cos(3π/4)+i sin(3π/4)), etc. Show roots on an Argand diagram forming a square.
解 z⁴ + 16 = 0:将 -16 写为 16(cos π + i sin π)。四个四次方根为 2 cis((π + 2kπ)/4),k=0,1,2,3。得 2(cos(π/4)+i sin(π/4)), 2(cos(3π/4)+i sin(3π/4)) 等。在阿尔甘图上画出根,它们构成正方形。
Loci such as |z – 3| = 2|z + i| can be analysed by substituting z = x + iy, squaring, and simplifying to Cartesian form, often a circle. Be systematic with algebraic manipulation.
轨迹如 |z – 3| = 2|z + i| 可通过令 z = x + iy 代入,平方并化简为笛卡尔形式,通常是一个圆。代数处理要有条不紊。
7. Sequences and Series | 数列与级数
A geometric series question: first term a = 5, common ratio r = -0.6. Find sum to infinity: S∞ = a/(1 – r) = 5/(1 – (-0.6)) = 5/1.6 = 25/8. Then find smallest n such that S∞ – Sₙ < 0.001. Use Sₙ = a(1 - rⁿ)/(1 - r), set up inequality, solve using logarithms.
一个等比级数问题:首项 a = 5,公比 r = -0.6。求无穷和:S∞ = a/(1 – r) = 5/(1 – (-0.6)) = 5/1.6 = 25/8。然后求最小的 n 使得 S∞ – Sₙ < 0.001。用 Sₙ = a(1 - rⁿ)/(1 - r) 列出不等式,用对数求解。
Arithmetic sequences appear in the context of savings or linear growth. The sum of first n natural numbers, Σn, might be needed. Be careful with the sum of an arithmetic series: Sₙ = n/2 (2a + (n-1)d).
等差级数出现在储蓄或线性增长的背景下。可能需要用到前 n 个自然数的和 Σn。注意等差级数求和公式:Sₙ = n/2 (2a + (n-1)d)。
Proof by induction for series sums is a classic. For example, prove 1/(1×2) + 1/(2×3) + … + 1/(n(n+1)) = n/(n+1). Base case n=1 holds. Assume true for n=k, then add (k+1) term, manipulate to (k+1)/(k+2). Conclude.
级数求和的归纳证明是经典题型。例如,证明 1/(1×2) + 1/(2×3) + … + 1/(n(n+1)) = n/(n+1)。基础情形 n=1 成立。假设 n=k 时真,然后加上第 k+1 项,整理得 (k+1)/(k+2)。完成证明。
8. Probability and Combinatorics | 概率与组合数学
The mock paper includes a question about arranging the letters of ‘STATISTICS’. Total arrangements = 10!/(3!3!2!) = 50400. Find probability that three S’s are together: treat ‘SSS’ as a single block, then arrange block with remaining 7 letters (including repeats). Block + T,T,I,I,C,A yields 8!/(2!2!) = 10080. Probability = 10080/50400 = 1/5.
模拟卷有一道关于 ‘STATISTICS’ 字母排列的问题。总排列数 = 10!/(3!3!2!) = 50400。求三个 S 相邻的概率:将 ‘SSS’ 视为一个整体,然后与剩余 7 个字母(含重复)排列。整体与 T,T,I,I,C,A 得 8!/(2!2!) = 10080。概率 = 10080/50400 = 1/5。
Conditional probability: P(A|B) = P(A ∩ B)/P(B). A table summarising data helps deduce joint probabilities. Tree diagrams with accurate labelling of branches and probabilities are essential for multi-stage experiments.
条件概率:P(A|B) = P(A ∩ B)/P(B)。用表格汇总数据有助于推导联合概率。多阶段试验务必使用树状图,清晰标注分支及概率。
Discrete random variables and expectation: E(X) = Σ x P(X=x). For a discrete distribution table, verify probabilities sum to 1 before computing E(X) and Var(X) = E(X²) – [E(X)]².
离散随机变量与期望:E(X) = Σ x P(X=x)。对离散分布表,先验证概率和为 1,再计算 E(X) 与 Var(X) = E(X²) – [E(X)]²。
9. Statistical Distributions | 统计分布
Binomial distribution B(n, p) is tested: X ~ B(12, 0.25). Find P(X ≥ 3) = 1 – P(X ≤ 2). Use calculator or tables to compute cumulative probability. Then find the most likely value (mode): evaluate floor((n+1)p) = floor(13×0.25)=3, but check P(X=3) vs P(X=2). Mode = 3.
二项分布 B(n, p) 常考:X ~ B(12, 0.25)。求 P(X ≥ 3) = 1 – P(X ≤ 2)。用计算器或查表求累积概率。然后求最可能值(众数):计算 floor((n+1)p) = floor(13×0.25)=3,但需比较 P(X=3) 和 P(X=2)。众数为 3。
Normal distribution approximations: with continuity correction, Binomial (n large) approximated by N(np, npq). Our mock may ask to approximate X ~ B(200, 0.48) with normal. Mean = 96, variance = 49.92, sd ≈ 7.066. Then P(X ≤ 100) ≈ P(Z ≤ (100.5 – 96)/7.066) = P(Z ≤ 0.637).
正态分布近似:使用连续性校正时,二项分布(n 很大)用 N(np, npq) 近似。模拟卷可能要求对 X ~ B(200, 0.48) 作正态近似。均值 = 96,方差 = 49.92,标准差 ≈ 7.066。则 P(X ≤ 100) ≈ P(Z ≤ (100.5 – 96)/7.066) = P(Z ≤ 0.637)。
Poisson distribution questions involve adjusting mean for time intervals. If events occur at rate λ per hour, then in t hours it’s λt. Probabilities follow formula P(X=k) = e^(-λ) λᵏ/k!.
泊松分布问题涉及按时间段调整均值。若事件发生率为每小时 λ,则 t 小时内为 λt。概率遵循公式 P(X=k) = e^(-λ) λᵏ/k!。
10. Mechanics Applications with Calculus | 微积分在力学中的应用
Consider a particle moving along a straight line with acceleration a = 6t – 4, initial velocity u = 3 m/s at t=0. Find v(t): integrate acceleration, v = 3t² – 4t + C. Using v(0)=3 gives C=3, so v = 3t² – 4t + 3. Displacement s(t) integrates v: s = t³ – 2t² + 3t + D. Assuming s(0)=0, D=0.
考虑沿直线运动的质点,加速度 a = 6t – 4,初始速度 t=0 时 u = 3 m/s。求 v(t):积分加速度,v = 3t² – 4t + C。由 v(0)=3 得 C=3,故 v = 3t² – 4t + 3。位移 s(t) 积分 v 得:s = t³ – 2t² + 3t + D。设 s(0)=0,则 D=0。
To find distance travelled from t=0 to t=4, note v(t) may change sign. Solve v=0: 3t² – 4t + 3 = 0, discriminant negative, so always positive. Hence distance = s(4) – s(0) = (64 – 32 + 12) = 44 m.
求从 t=0 到 t=4 的路程,注意到 v(t) 可能变号。解 v=0:3t² – 4t + 3 = 0,判别式为负,故始终为正。因此路程 = s(4) – s(0) = (64 – 32 + 12) = 44 m。
Connected particles problems on a smooth plane require free-body diagrams and F=ma. For a pulley system, tension is constant for a light inextensible string. Solve simultaneous equations to find acceleration and tension.
光滑平面上的连接体问题需要受力图和 F=ma。对于滑轮系统,轻质且不可伸长的绳子张力恒定。解联立方程求出加速度和张力。
In a mock exam question, a projectile is launched with speed U at angle θ. Derive equations of horizontal and vertical motion. Range = (U² sin 2θ)/g, maximum height = (U² sin² θ)/(2g). Time of flight = (2U sin θ)/g. Show working clearly to secure method marks.
模拟试题中,一个抛射体以速度 U 与水平成 θ 角发射。推导水平和竖直运动方程。射程 = (U² sin 2θ)/g,最大高度 = (U² sin² θ)/(2g)。飞行时间 = (2U sin θ)/g。清晰展示步骤以获得方法分。
Published by TutorHao | Mathematics Revision Series | aleveler.com
Find Maths Textbooks on eBay UK
New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导