📚 Year 13 Cambridge Mathematics: Mock Test Analysis & Solutions | 剑桥13年级数学:模拟试卷解析
This article provides a detailed walkthrough of selected questions from a Year 13 Cambridge Mathematics mock test. Each problem is chosen to represent key topics across Pure Mathematics, Mechanics and Statistics, reflecting the depth and rigour expected at this level. The solutions highlight common pitfalls, efficient techniques and underlying concepts that will strengthen your exam readiness.
本文详细解析了一套剑桥13年级数学模拟试卷中的典型题目。每题均选自纯数、力学和统计的核心考点,体现了该阶段对深度与严谨性的要求。解析中重点标注了常见错误、高效方法以及核心概念,帮助你在备考中巩固知识,提升应试能力。
1. Algebraic Simplification and Equation Solving | 代数化简与方程求解
Question: Simplify the rational expression (x3 – 3x2 + 3x – 1) / (x – 1) for x ≠ 1. Hence solve the equation (x3 – 3x2 + 3x – 1) / (x – 1) = x2 – 3.
题目:化简有理式 (x3 – 3x2 + 3x – 1) / (x – 1),x ≠ 1。由此解方程 (x3 – 3x2 + 3x – 1) / (x – 1) = x2 – 3。
The first step is to recognise the numerator as the expansion of (x – 1)3. Indeed, (x – 1)3 = x3 – 3x2 + 3x – 1. This insight drastically simplifies the fraction.
第一步是识别分子为 (x – 1)3 的展开式。因为 (x – 1)3 = x3 – 3x2 + 3x – 1。这一发现能极大简化分式。
Consequently, the fraction reduces to (x – 1)2, provided x ≠ 1. The equation then becomes (x – 1)2 = x2 – 3. Expanding the left side gives x2 – 2x + 1 = x2 – 3, and cancelling x2 yields -2x + 1 = -3.
因此,原分式化简为 (x – 1)2,且 x ≠ 1。方程变为 (x – 1)2 = x2 – 3。展开左边得 x2 – 2x + 1 = x2 – 3,消去 x2 后得 -2x + 1 = -3。
Solving -2x = -4 gives x = 2. Always check the domain restriction: x = 1 is excluded, but x = 2 is valid. A frequent mistake is to blindly cancel the factor and later include x = 1 as a solution by forgetting the original denominator.
解 -2x = -4 得 x = 2。务必检查定义域限制:x = 1 被排除,而 x = 2 有效。常见错误是随意约分后忘记原分母限制,从而错误地接纳 x = 1。
2. Trigonometric Equations Using Identities | 运用恒等式解三角方程
Question: Solve 2 sin2 x + 3 cos x = 0 for 0 ≤ x ≤ 2π.
题目:解方程 2 sin2 x + 3 cos x = 0,其中 0 ≤ x ≤ 2π。
Using the identity sin2 x = 1 – cos2 x transforms the equation into a quadratic in cos x: 2(1 – cos2 x) + 3 cos x = 0 → -2 cos2 x + 3 cos x + 2 = 0.
利用恒等式 sin2 x = 1 – cos2 x,将方程化为关于 cos x 的二次方程:2(1 – cos2 x) + 3 cos x = 0 → -2 cos2 x + 3 cos x + 2 = 0。
Multiplying by -1 gives 2 cos2 x – 3 cos x – 2 = 0. Factorising or using the quadratic formula yields (2 cos x + 1)(cos x – 2) = 0, so cos x = -1/2 or cos x = 2.
两边乘以 -1 得 2 cos2 x – 3 cos x – 2 = 0。因式分解或求根公式给出 (2 cos x + 1)(cos x – 2) = 0,故 cos x = -1/2 或 cos x = 2。
Since cos x cannot exceed 1, cos x = 2 is rejected. For cos x = -1/2 in the given interval, the solutions are x = 2π/3 and x = 4π/3.
由于 cos x 不可超过 1,舍去 cos x = 2。在给定区间内 cos x = -1/2 的解为 x = 2π/3 和 x = 4π/3。
3. Implicit Differentiation and Tangent Lines | 隐函数求导与切线
Question: A curve is defined implicitly by x2 + 2xy – y2 = 5. Find the equation of the tangent to the curve at the point (2, 1).
题目:曲线由隐式方程 x2 + 2xy – y2 = 5 定义。求该曲线在点 (2, 1) 处的切线方程。
Differentiate each term with respect to x, treating y as a function of x: d/dx (x2) = 2x, d/dx (2xy) = 2y + 2x dy/dx, d/dx (-y2) = -2y dy/dx. This yields 2x + 2y + 2x dy/dx – 2y dy/dx = 0.
对 x 逐项求导,将 y 视为 x 的函数:d/dx (x2) = 2x,d/dx (2xy) = 2y + 2x dy/dx,d/dx (-y2) = -2y dy/dx。得 2x + 2y + 2x dy/dx – 2y dy/dx = 0。
Collect terms containing dy/dx: (2x – 2y) dy/dx = -2x – 2y. Hence dy/dx = ( -2x – 2y ) / (2x – 2y) = (x + y) / (y – x) after simplifying.
将含 dy/dx 的项集中:(2x – 2y) dy/dx = -2x – 2y。因此 dy/dx = ( -2x – 2y ) / (2x – 2y) = (x + y) / (y – x)。
At (2, 1), dy/dx = (2 + 1) / (1 – 2) = 3/(-1) = -3. The tangent line therefore has slope m = -3 and passes through (2, 1), giving equation y – 1 = -3(x – 2), or y = -3x + 7.
在点 (2, 1) 处,dy/dx = (2 + 1) / (1 – 2) = -3。切线斜率 m = -3,且过点 (2, 1),得方程 y – 1 = -3(x – 2),即 y = -3x + 7。
4. Integration by Substitution | 换元积分法
Question: Evaluate ∫ x √(x + 1) dx using the substitution u = x + 1.
题目:用代换 u = x + 1 计算积分 ∫ x √(x + 1) dx。
Let u = x + 1; then du = dx and x = u – 1. The integral becomes ∫ (u – 1) √u du = ∫ (u3/2 – u1/2) du.
设 u = x + 1,则 du = dx 且 x = u – 1。积分变为 ∫ (u – 1) √u du = ∫ (u3/2 – u1/2) du。
Integrate term by term: ∫ u3/2 du = (2/5) u5/2, and ∫ u1/2 du = (2/3) u3/2. Hence the result is (2/5) u5/2 – (2/3) u3/2 + C.
逐项积分:∫ u3/2 du = (2/5) u5/2,∫ u1/2 du = (2/3) u3/2。结果为 (2/5) u5/2 – (2/3) u3/2 + C。
Substituting back u = x + 1 gives the final answer: (2/5)(x + 1)5/2 – (2/3)(x + 1)3/2 + C. This approach avoids the need for integration by parts and neatly handles the composition.
代回 u = x + 1 得最终答案:(2/5)(x + 1)5/2 – (2/3)(x + 1)3/2 + C。该方法避免了分部积分,巧妙地处理了复合函数。
5. Vector Geometry: Intersection of Two Lines | 向量几何:两直线交点
Question: Determine whether the lines L1: r = i + 2j – k + λ(2i – j + 3k) and L2: r = 3i – j + 2k + μ(i + 4j – k) intersect. If they do, find the point of intersection.
题目:判断直线 L1: r = i + 2j – k + λ(2i – j + 3k) 与 L2: r = 3i – j + 2k + μ(i + 4j – k) 是否相交。如果相交,求出交点。
For intersection, there must exist scalars λ and μ such that the position vectors are equal. Equating the i, j, k components gives three equations: 1 + 2λ = 3 + μ, 2 – λ = -1 + 4μ, -1 + 3λ = 2 – μ.
要相交,必存在标量 λ 和 μ 使位置向量相等。比较 i、j、k 分量得三个方程:1 + 2λ = 3 + μ,2 – λ = -1 + 4μ,-1 + 3λ = 2 – μ。
From the first equation, μ = 2λ – 2. Substitute into the second: 2 – λ = -1 + 4(2λ – 2) → 2 – λ = -1 + 8λ – 8 → 2 – λ = 8λ – 9 → 11 = 9λ → λ = 11/9. Then μ = 2(11/9) – 2 = 22/9 – 18/9 = 4/9.
由第一个方程得 μ = 2λ – 2。代入第二个:2 – λ = -1 + 4(2λ – 2) → 2 – λ = -1 + 8λ – 8 → 2 – λ = 8λ – 9 → 11 = 9λ → λ = 11/9。进而 μ = 2(11/9) – 2 = 4/9。
Check the third equation using these values: LHS = -1 + 3(11/9) = -1 + 33/9 = 24/9 = 8/3. RHS = 2 – 4/9 = 14/9. Since LHS ≠ RHS, the system is inconsistent. Therefore, the lines do not intersect – they are skew.
用这些值检验第三个方程:左边 = -1 + 33/9 = 24/9 = 8/3;右边 = 2 – 4/9 = 14/9。因左右不等,方程组无解。故两直线不相交,它们是异面直线。
6. De Moivre’s Theorem and Complex Powers | 棣莫弗定理与复数乘方
Question: Express (1 – i√3)5 in the form a + bi, where a, b ∈ ℝ.
题目:将 (1 – i√3)5 化为 a + bi 的形式,其中 a, b ∈ ℝ。
First, write the complex number in polar form. The modulus r = √(12 + (√3)2) = √(1 + 3) = 2. The argument θ satisfies tan θ = -√3 / 1 = -√3, with the point in the fourth quadrant, so θ = -π/3.
首先将复数写成极形式。模 r = √(12 + (√3)2) = 2。辐角 θ 满足 tan θ = -√3 / 1 = -√3,且该点位于第四象限,故 θ = -π/3。
Hence 1 – i√3 = 2(cos(-π/3) + i sin(-π/3)). By De Moivre’s theorem, raising to the 5th power gives 25 [cos(-5π/3) + i sin(-5π/3)] = 32 [cos(5π/3) – i sin(5π/3)] since cos and sin have appropriate symmetries.
因此 1 – i√3 = 2(cos(-π/3) + i sin(-π/3))。由棣莫弗定理,5次方得 25 [cos(-5π/3) + i sin(-5π/3)] = 32 [cos(5π/3) – i sin(5π/3)]。
Now cos(5π/3) = 1/2 and sin(5π/3) = -√3/2. So the result is 32 (1/2 – i(-√3/2)? Wait: cos(5π/3) – i sin(5π/3) = 1/2 – i(-√3/2) = 1/2 + i (√3/2). Then multiplying by 32 yields 16 + 16i√3.
计算 cos(5π/3) = 1/2,sin(5π/3) = -√3/2。于是 cos – i sin = 1/2 – i(-√3/2) = 1/2 + i(√3/2)。乘以 32 得 16 + 16i√3。
A common slip is forgetting to apply the power to both modulus and argument correctly, or mishandling the sign of the sine term. Always reduce the argument to its principal value before evaluating trigonometric functions.
常见失误是忘记将幂同时作用于模与辐角,或处理正弦项的符号出错。务必先将辐角化至主值,再求三角函数值。
7. First-Order Differential Equations with Substitution | 一阶微分方程与代换
Question: Solve the differential equation dy/dx = (y2 – x2) / (2xy) using the substitution y = vx, where v is a function of x.
题目:利用代换 y = vx(v 是 x 的函数)解微分方程 dy/dx = (y2 – x2) / (2xy)。
Let y = vx, then dy/dx = v + x dv/dx. Substitute into the equation: v + x dv/dx = (v2x2 – x2) / (2x·vx) = (x2(v2 – 1)) / (2x2v) = (v2 – 1) / (2v).
设 y = vx,则 dy/dx = v + x dv/dx。代入方程:v + x dv/dx = (v2x2 – x2) / (2x·vx) = (v2 – 1) / (2v)。
Rearrange: x dv/dx = (v2 – 1)/(2v) – v = (v2 – 1 – 2v2) / (2v) = -(v2 + 1) / (2v). This gives a separable equation: (2v / (v2 + 1)) dv = -dx/x
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课程辅导,国外大学本科硕士研究生博士课程论文辅导