📚 PDF资源导航

Year 13 CIE Mathematics: Unit Test Mock Paper Walkthrough | Year 13 CIE 数学:单元测试模拟卷解析

📚 Year 13 CIE Mathematics: Unit Test Mock Paper Walkthrough | Year 13 CIE 数学:单元测试模拟卷解析

This article provides a complete walkthrough of a mock unit test for Year 13 CIE Mathematics, covering core Pure Mathematics 3 topics. Each question is analysed step by step, helping you master the techniques required for the exam and avoid common pitfalls.

本文提供一份针对 Year 13 CIE 数学的单元测试模拟卷完整解析,涵盖纯数3的核心主题。每一道题目都会逐步分析,帮助你掌握考试所需技巧,避免常见错误。


1. Mock Paper Structure & Syllabus Overview | 模拟卷结构与考点概览

The mock paper is designed for a 1.5-hour session, with a total of 50 marks. It targets the key Pure Mathematics 3 topics: modulus inequalities, complex numbers, binomial expansion, differential equations, vector operations, integration techniques, numerical methods, and differentiation of inverse trigonometric functions. Each question mirrors the style and difficulty of CIE A-level exam questions.

该模拟卷设计为1.5小时,满分50分,覆盖纯数3的关键主题:绝对值不等式、复数、二项式展开、微分方程、向量运算、积分技巧、数值方法以及反三角函数微分。每道题目都模拟了CIE A-level 考题的风格与难度。


2. Question 1: Modulus Inequalities | 问题1:绝对值不等式

Question: Solve |3x – 2| ≥ 5. Give your answer in interval notation.

题目:解不等式 |3x – 2| ≥ 5,并用区间表示答案。

Solution: Rewrite the modulus inequality as two separate inequalities.

解法:将绝对值不等式拆分为两个独立的不等式。

Case 1: 3x – 2 ≥ 5 → 3x ≥ 7 → x ≥ 7/3.

情况1:3x – 2 ≥ 5 → 3x ≥ 7 → x ≥ 7/3。

Case 2: 3x – 2 ≤ -5 → 3x ≤ -3 → x ≤ -1.

情况2:3x – 2 ≤ -5 → 3x ≤ -3 → x ≤ -1。

Combine the results: x ≤ -1 or x ≥ 7/3. In interval notation: (-∞, -1] ∪ [7/3, ∞).

合并结果:x ≤ -1 或 x ≥ 7/3。用区间表示为 (-∞, -1] ∪ [7/3, ∞)。


3. Question 2: Complex Numbers & Quadratic Equations | 问题2:复数与二次方程

Question: One root of the quadratic equation z² + pz + q = 0, where p and q are real, is 3 – 4i. Find the values of p and q.

题目:实系数二次方程 z² + pz + q = 0 的一个根是 3 – 4i,求 p 和 q 的值。

Solution: Since the coefficients are real, complex roots occur in conjugate pairs.

解法:因为系数是实数,复数根成共轭对出现。

The other root is the conjugate: z₂ = 3 + 4i.

另一个根是共轭复数:z₂ = 3 + 4i。

Sum of roots = (3 – 4i) + (3 + 4i) = 6 = -p → p = -6.

根的和 = (3 – 4i) + (3 + 4i) = 6 = -p → p = -6。

Product of roots = (3 – 4i)(3 + 4i) = 9 + 16 = 25 = q.

根的积 = (3 – 4i)(3 + 4i) = 9 + 16 = 25 = q。

Hence, p = -6 and q = 25.

因此,p = -6,q = 25。


4. Question 3: Binomial Expansion & Approximation | 问题3:二项展开与近似

Question: Expand (1 + x)^(½) up to the term in x². Hence approximate √1.02 to five decimal places.

题目:将 (1 + x)^(½) 展开至 x² 项。由此估算 √1.02,精确到小数点后五位。

Solution: (1 + x)^(½) = 1 + (1/2)x + (1/2)(-1/2)x²/2! + …

解法:(1 + x)^(½) = 1 + (1/2)x + (1/2)(-1/2)x²/2! + …

= 1 + (1/2)x – (1/8)x² + …

= 1 + (1/2)x – (1/8)x² + …

Let x = 0.02, then √1.02 = (1 + 0.02)^(½) ≈ 1 + (1/2)(0.02) – (1/8)(0.02)².

令 x = 0.02,则 √1.02 = (1 + 0.02)^(½) ≈ 1 + (1/2)(0.02) – (1/8)(0.02)²。

Calculate: 1 + 0.01 – (1/8)(0.0004) = 1.01 – 0.00005 = 1.00995.

计算:1 + 0.01 – (1/8)(0.0004) = 1.01 – 0.00005 = 1.00995。

The approximation is 1.00995, matching the true value 1.00995…

近似值为 1.00995,与真实值 1.00995… 吻合。


5. Question 4: Solving Differential Equations | 问题4:解微分方程

Question: Find the particular solution of dy/dx = xy that passes through (0, 2).

题目:求微分方程 dy/dx = xy 且经过点 (0, 2) 的特解。

Solution: Separate variables: (1/y) dy = x dx. Integrate both sides.

解法:分离变量:(1/y) dy = x dx,两边积分。

∫ (1/y) dy = ∫ x dx → ln|y| = x²/2 + C.

∫ (1/y) dy = ∫ x dx → ln|y| = x²/2 + C。

Exponentiate: |y| = e^(x²/2 + C) = e^C * e^(x²/2), so y = A e^(x²/2) where A = ±e^C.

指数化:|y| = e^(x²/2 + C) = e^C * e^(x²/2),所以 y = A e^(x²/2),其中 A = ±e^C。

Use initial condition (0, 2): 2 = A e^0 → A = 2.

利用初始条件 (0, 2):2 = A e^0 → A = 2。

Therefore, the particular solution is y = 2 e^(x²/2).

因此,特解为 y = 2 e^(x²/2)。


6. Question 5: Vector Operations & Angle | 问题5:向量运算与夹角

Question: Given a = 2i – j + 3k and b = i + 2j – 2k, find the exact value of cos(θ), where θ is the angle between a and b.

题目:已知 a = 2i – j + 3k 和 b = i + 2j – 2k,求 a 与 b 夹角 θ 的余弦精确值。

Solution: Compute the dot product a · b = (2)(1) + (-1)(2) + (3)(-2) = 2 – 2 – 6 = -6.

解法:计算点积 a · b = (2)(1) + (-1)(2) + (3)(-2) = 2 – 2 – 6 = -6。

Magnitudes: |a| = √(4 + 1 + 9) = √14, |b| = √(1 + 4 + 4) = √9 = 3.

模长:|a| = √(4 + 1 + 9) = √14,|b| = √(1 + 4 + 4) = √9 = 3。

cos(θ) = a · b / (|a||b|) = -6 / (3√14) = -2/√14.

cos(θ) = a · b / (|a||b|) = -6 / (3√14) = -2/√14。

The exact value is -2/√14, which can be rationalized as -√14/7 if required.

精确值为 -2/√14,若要求有理化可写为 -√14/7。

Unit vector in direction of a: a/|a| = (2/√14)i – (1/√14)j + (3/√14)k.

a 方向的单位向量:a/|a| = (2/√14)i – (1/√14)j + (3/√14)k。


7. Question 6: Integration by Parts | 问题6:分部积分法

Question: Evaluate ∫₁ᵉ x ln x dx, giving your answer in terms of e.

题目:计算定积分 ∫₁ᵉ x ln x dx,答案用 e 表示。

Solution: Use integration by parts with u = ln x, dv = x dx.

解法:使用分部积分法,取 u = ln x,dv = x dx。

Then du = (1/x) dx, v = x²/2.

则 du = (1/x) dx,v = x²/2。

∫ x ln x dx = (x²/2) ln x – ∫ (x²/2)(1/x) dx = (x²/2) ln x – (1/2)∫ x dx.

∫ x ln x dx = (x²/2) ln x – ∫ (x²/2)(1/x) dx = (x²/2) ln x – (1/2)∫ x dx。

= (x²/2) ln x – x²/4 + C.

= (x²/2) ln x – x²/4 + C。

Apply limits 1 to e: F(e) – F(1) = [(e²/2)(1) – e²/4] – [(1/2)(0) – 1/4] = (e²/2 – e²/4) + 1/4 = e²/4 + 1/4 = (e² + 1)/4.

代入上下限1到e:F(e) – F(1) = [(e²/2)(1) – e²/4] – [(1/2)(0) – 1/4] = (e²/2 – e²/4) + 1/4 = e²/4 + 1/4 = (e² + 1)/4。

Final answer: (e² + 1)/4.

最终答案:(e² + 1)/4。


8. Question 7: Newton-Raphson Method | 问题7:牛顿拉夫逊法

Question: Use the Newton-Raphson method with initial approximation x₀ = 2 to find x₂, the second approximation to the root of x³ – 2x – 5 = 0.

题目:用牛顿拉夫逊法,取初始近似值 x₀ = 2,求方程 x³ – 2x – 5 = 0 的根的第二近似值 x₂。

Solution: Let f(x) = x³ – 2x – 5, then f′(x) = 3x² – 2.

解法:设 f(x) = x³ – 2x – 5,则 f′(x) = 3x² – 2。

Newton-Raphson formula: xₙ₊₁ = xₙ – f(xₙ)/f′(xₙ).

牛顿拉夫逊公式:xₙ₊₁ = xₙ – f(xₙ)/f′(xₙ)。

First iteration (n=0): f(2) = 8 – 4 – 5 = -1, f′(2) = 12 – 2 = 10.

第一次迭代(n=0):f(2) = 8 – 4 – 5 = -1,f′(2) = 12 – 2 = 10。

x₁ = 2 – (-1)/10 = 2.1.

x₁ = 2 – (-1)/10 = 2.1。

Second iteration (n=1): f(2.1) = 9.261 – 4.2 – 5 = 0.061, f′(2.1) = 13.23 – 2 = 11.23.

第二次迭代(n=1):f(2.1) = 9.261 – 4.2 – 5 = 0.061,f′(2.1) = 13.23 – 2 = 11.23。

x₂ = 2.1 – 0.061/11.23 ≈ 2.1 – 0.00543 ≈ 2.09457.

x₂ = 2.1 – 0.061/11.23 ≈ 2.1 – 0.00543 ≈ 2.09457。

Thus, the second approximation is approximately 2.0946 (to 4 d.p.).

因此,第二近似值约为 2.0946(精确到小数点后四位)。


9. Question 8: Differentiation of Inverse Trigonometric Functions | 问题8:反三角函数微分

Question: Differentiate y = arcsin(2x) with respect to x. Hence, find ∫ dx/√(1 – 4x²).

题目:对 y = arcsin(2x) 求导。由此求 ∫ dx/√(1 – 4x²)。

Solution: Let y = arcsin(u), u = 2x. Then dy/du = 1/√(1 – u²), du/dx = 2.

解法:令 y = arcsin(u),u = 2x。则 dy/du = 1/√(1 – u²),du/dx = 2。

By the chain rule, dy/dx = (1/√(1 – (2x)²)) × 2 = 2/√(1 – 4x²).

由链式法则,dy/dx = (1/√(1 – (2x)²)) × 2 = 2/√(1 – 4x²)。

Thus, d/dx [arcsin(2x)] = 2/√(1 – 4x²).

因此,d/dx [arcsin(2x)] = 2/√(1 – 4x²)。

Reversing this, ∫ 2/√(1 – 4x²) dx = arcsin(2x) + C.

反过来,∫ 2/√(1 – 4x²) dx = arc

Published by TutorHao | Year 13 Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version