📚 PDF资源导航

Pre-U OCR Mathematics Unit Test Simulation Paper Analysis | Pre-U OCR 数学单元测试模拟卷解析

📚 Pre-U OCR Mathematics Unit Test Simulation Paper Analysis | Pre-U OCR 数学单元测试模拟卷解析

This article provides a detailed walkthrough of a typical Pre-U OCR Mathematics unit test simulation paper, covering key concepts in Pure Mathematics. Each question is analysed with step-by-step solutions, highlighting common pitfalls and effective strategies for success.

本文详细解析了一份典型的 Pre-U OCR 数学单元测试模拟卷,涵盖纯数学的重要概念。每道题都配有逐步求解的分析,指出常见错误和应试策略,帮助考生高效备考。

1. Overview of the Simulation Paper | 模拟试卷概览

The simulation paper consists of eight compulsory questions totalling 80 marks, to be completed in 90 minutes. It samples core topics from the Pre-U Pure Mathematics syllabus: polynomial algebra, functions, differentiation, integration, sequences, trigonometry, vectors and complex numbers. Each question is designed to test not only routine techniques but also the ability to connect different areas of the course. The analysis that follows works through each question methodically, so you can see exactly what examiners expect.

本模拟卷包含8道必答题,满分80分,考试时间90分钟。它覆盖了 Pre-U 纯数学教学大纲的核心主题:多项式代数、函数、微分、积分、数列、三角学、向量和复数。每道题不仅考查常规技巧,还考查学生联系不同知识领域的能力。接下来的解析将逐步讲解每一题,帮助你准确理解考官的要求。


2. Question 1: Polynomial Remainder and Factorisation | 第1题:多项式余数与因式分解

Given f(x) = 2x³ + ax² + bx − 6. When f(x) is divided by (x − 2) the remainder is 0, and f(−1) = −12. Find the values of a and b. Hence factorise f(x) completely and solve f(x) = 0.

已知 f(x) = 2x³ + ax² + bx − 6。f(x) 除以 (x − 2) 的余数为 0,且 f(−1) = −12。求 a 和 b 的值。进而将 f(x) 完全分解因式,并求解方程 f(x) = 0。

Using the Remainder Theorem: f(2) = 0 gives 2(8) + 4a + 2b − 6 = 0, so 4a + 2b + 10 = 0. Simplify to 2a + b = −5.

利用余数定理:由 f(2) = 0 得 2(8) + 4a + 2b − 6 = 0,化简为 2a + b = −5。

From f(−1) = −12: 2(−1) + a(1) + b(−1) − 6 = −12, giving −2 + a − b − 6 = −12, so a − b = −4.

由 f(−1) = −12 得 2(−1) + a(1) + b(−1) − 6 = −12,即 a − b = −4。

Solve the simultaneous equations 2a + b = −5 and a − b = −4. Adding them eliminates b: 3a = −9, hence a = −3. Substitute into a − b = −4 to obtain b = a + 4 = 1.

解联立方程 2a + b = −5 和 a − b = −4。两式相加消去 b 得 3a = −9,故 a = −3。代入 a − b = −4 求得 b = 1。

Thus f(x) = 2x³ − 3x² + x − 6. Since (x − 2) is a factor, divide by (x − 2) to obtain 2x² + x + 3. Hence f(x) = (x − 2)(2x² + x + 3).

因此 f(x) = 2x³ − 3x² + x − 6。因为 (x − 2) 是因式,用它做多项式除法得 2x² + x + 3。于是 f(x) = (x − 2)(2x² + x + 3)。

The quadratic 2x² + x + 3 has discriminant Δ = 1 − 24 = −23 < 0, so it cannot be factorised further over real numbers. Setting f(x) = 0 gives x − 2 = 0, so x = 2, or 2x² + x + 3 = 0, which yields complex roots x = (−1 ± i√23)/4.

二次式 2x² + x + 3 的判别式为 Δ = 1 − 24 = −23 < 0,因此在实数范围内不能再分解。令 f(x) = 0,得 x − 2 = 0 即 x = 2,或 2x² + x + 3 = 0,解得复数根 x = (−1 ± i√23)/4。


3. Question 2: Functions, Domain and Inverse | 第2题:函数、定义域与反函数

The function f is defined by f(x) = ln(3x − 2) for x > 2/3. Determine the range of f and find the inverse function f⁻¹(x), stating its domain.

函数 f 由 f(x) = ln(3x − 2) (x > 2/3) 定义。确定 f 的值域,并求其反函数 f⁻¹(x),注明定义域。

The natural logarithm ln u is defined for u > 0 and takes all real values as u varies over (0, ∞). Here u = 3x − 2. As x → (2/3)⁺, 3x − 2 → 0⁺ so f(x) → −∞. As x → ∞, 3x − 2 → ∞ and ln(3x − 2) → ∞. Hence the range of f is ℝ, all real numbers.

自然对数 ln u 的定义要求 u > 0,当 u 在 (0, ∞) 上变化时,值可以取遍所有实数。本题中 u = 3x − 2。当 x → (2/3)⁺ 时,3x − 2 → 0⁺,故 f(x) → −∞。当 x → ∞ 时,3x − 2 → ∞,ln(3x − 2) → ∞。因此 f 的值域为全体实数 ℝ。

To find the inverse, write y = ln(3x − 2) and solve for x. Exponentiate both sides: eʸ = 3x − 2. Then 3x = eʸ + 2, so x = (eʸ + 2)/3. Swapping x and y gives f⁻¹(x) = (eˣ + 2)/3.

求反函数时,设 y = ln(3x − 2),解出 x。两边取指数:eʸ = 3x − 2。于是 3x = eʸ + 2,x = (eʸ + 2)/3。交换 x 与 y 得 f⁻¹(x) = (eˣ + 2)/3。

The domain of f⁻¹ is the range of f, which we have already found to be ℝ. However, we must also ensure the expression (eˣ + 2)/3 produces values in the domain of f, i.e. > 2/3. Since eˣ > 0 for all real x, (eˣ + 2)/3 > 2/3, which is consistent. Thus the domain of f⁻¹ is all real numbers.

f⁻¹ 的定义域就是 f 的值域,即 ℝ。但我们还需验证 (eˣ + 2)/3 的结果是否都在 f 的定义域内(> 2/3)。由于对一切实数 x 均有 eˣ > 0,所以 (eˣ + 2)/3 > 2/3,条件满足。因此 f⁻¹ 的定义域为全体实数。


4. Question 3: Differentiation Techniques and Tangents | 第3题:微分技巧与切线

Differentiate y = (x² + 1) / (x − 1) with respect to x, simplifying your answer. Hence find the equation of the tangent to the curve at the point where x = 2.

对 y = (x² + 1) / (x − 1) 求关于 x 的导数,并化简。进而求曲线在 x = 2 处的切线方程。

Use the quotient rule: if y = u/v, then dy/dx = (v du/dx − u dv/dx) / v². Here u = x² + 1, v = x − 1. So du/dx = 2x, dv/dx = 1.

使用商的求导法则:若 y = u/v,则 dy/dx = (v du/dx − u dv/dx) / v²。此处 u = x² + 1,v = x − 1。于是 du/dx = 2x,dv/dx = 1。

Substituting: dy/dx = [(x − 1)(2x) − (x² + 1)(1)] / (x − 1)² = (2x² − 2x − x² − 1) / (x − 1)² = (x² − 2x − 1) / (x − 1)².

代入得:dy/dx = [(x − 1)(2x) − (x² + 1)(1)] / (x − 1)² = (2x² − 2x − x² − 1) / (x − 1)² = (x² − 2x − 1) / (x − 1)²。

At x = 2, y = (4 + 1)/(2 − 1) = 5. The gradient m = (4 − 4 − 1)/(1)² = −1. The tangent line has equation y − 5 = −1(x − 2), giving y = −x + 7.

当 x = 2 时,y = (4 + 1)/(2 − 1) = 5。梯度 m = (4 − 4 − 1)/(1)² = −1。切线方程为 y − 5 = −1(x − 2),整理得 y = −x + 7。


5. Question 4: Integration and Area Under a Curve | 第4题:积分与曲线下方面积

Evaluate the definite integral ∫₀¹ (6x² + 2)eˣ³⁺²ˣ dx, giving your answer in terms of e.

计算定积分 ∫₀¹ (6x² + 2)eˣ³⁺²ˣ dx,结果用 e 表示。

Recognise that the integrand is of the form f'(x) eᶠ⁽ˣ⁾. Let u = x³ + 2x. Then du/dx = 3x² + 2, so (6x² + 2) dx = 2(3x² + 2) dx = 2 du. The integral becomes ∫ 2 eᵘ du.

注意到被积函数具有 f'(x) eᶠ⁽ˣ⁾ 的形式。令 u = x³ + 2x,则 du/dx = 3x² + 2,因此 (6x² + 2) dx = 2(3x² + 2) dx = 2 du。积分变为 ∫ 2 eᵘ du。

Change the limits: when x = 0, u = 0³ + 2·0 = 0; when x = 1, u = 1³ + 2·1 = 3. So the definite integral equals 2 ∫₀³ eᵘ du = 2 [eᵘ]₀³ = 2(e³ − 1).

变换积分限:x = 0 时 u = 0;x = 1 时 u = 3。因此定积分等于 2 ∫₀³ eᵘ du = 2 [eᵘ]₀³ = 2(e³ − 1)。

Thus the area represented by this integral is 2(e³ − 1). This technique of spotting the derivative of the exponent is a powerful shortcut in Pre-U calculus questions.

该积分所代表的面积为 2(e³ − 1)。观察出指数部分导数的技巧是 Pre-U 微积分题目中的有力捷径。


6. Question 5: Arithmetic Sequences and Summation | 第5题:等差数列与求和

The first term of an arithmetic sequence is 7, and the sum of the first ten terms is 230. Find the common difference and the twentieth term.

某等差数列的首项为 7,前 10 项之和为 230。求公差以及第 20 项。

Let the common difference be d. The sum of the first n terms is Sₙ = n/2 [2a + (n − 1)d]. With a = 7, n = 10, S₁₀ = 230. Substitute: 10/2 [2·7 + 9d] = 230 → 5(14 + 9d) = 230.

设公差为 d。前 n 项和公式为 Sₙ = n/2 [2a + (n − 1)d]。由 a = 7, n = 10, S₁₀ = 230 代入得 5(14 + 9d) = 230。

Divide both sides by 5: 14 + 9d = 46, so 9d = 32 and d = 32/9. This gives d = 3 ⅚.

两边除以 5:14 + 9d = 46,即 9d = 32,得 d = 32/9。

The 20th term T₂₀ = a + (20 − 1)d = 7 + 19 × 32/9 = 7 + 608/9 = (63 + 608)/9 = 671/9.

第 20 项 T₂₀ = a + 19d = 7 + 19×(32/9) = 7 + 608/9 = (63 + 608)/9 = 671/9。

Although the common difference is fractional, the method remains straightforward. In an exam, leaving answers as simplified fractions is perfectly acceptable.

尽管公差为分数,但解题方法不变。考试中,将答案写成最简分数形式完全符合要求。


7. Question 6: Trigonometric Equation and Identities | 第6题:三角方程与恒等式

Solve the equation 2 cos² θ + 3 sin θ = 0 for 0° ≤ θ ≤ 360°, giving answers to one decimal place where necessary.

解方程 2 cos² θ + 3 sin θ = 0,其中 0° ≤ θ ≤ 360°,如有需要答案精确至一位小数。

Use the identity cos² θ = 1 − sin² θ to convert the equation to one involving only sin θ: 2(1 − sin² θ) + 3 sin θ = 0 → 2 − 2 sin² θ + 3 sin θ = 0. Multiply by −1: 2 sin² θ − 3 sin θ − 2 = 0.

利用恒等式 cos² θ = 1 − sin² θ 将方程化为只含 sin θ 的形式:2(1 − sin² θ) + 3 sin θ = 0 → 2 − 2 sin² θ + 3 sin θ = 0。乘以 −1 得 2 sin² θ − 3 sin θ − 2 = 0。

Treat as a quadratic in sin θ: (2 sin θ + 1)(sin θ − 2) = 0. Thus sin θ = −½ or sin θ = 2. Since |sin θ| ≤ 1, sin θ = 2 is impossible.

看作关于 sin θ 的二次方程:(2 sin θ + 1)(sin θ − 2) = 0。因此 sin θ = −½ 或 sin θ = 2。由于 |sin θ| ≤ 1,sin θ = 2 无解。

For sin θ = −½, the solutions in the interval 0° to 360° are θ = 180° + 30° = 210° and θ = 360° − 30° = 330°. So θ = 210.0°, 330.0°.

对于 sin θ = −½,在 0° 到 360° 范围内的解为 θ = 210° 和 θ = 330°。即 θ = 210.0°, 330.0°。

Always check that any solution arising from a substitution satisfies the original domain and discard extraneous possibilities such as sin θ = 2.

务必验证由代换产生的每一个解是否满足原方程的定义域,并舍去如 sin θ = 2 这样的无效情形。


8. Question 7: Vectors, Intersecting Lines | 第7题:向量与直线相交

Two lines are given by r = (2i + j) + λ(i − 2j + 3k) and r = (3i − j + k) + μ(2i + j − k). Determine whether the lines intersect, and if they do, find the point of intersection.

已知两直线 r = (2i + j) + λ(i − 2j + 3k) 和 r = (3i − j + k) + μ(2i + j − k)。判断它们是否相交,若相交求出交点坐标。

Set the parametric coordinates equal: for some λ, μ, we require 2 + λ = 3 + 2μ, 1 − 2λ = −1 + μ, 0 + 3λ = 1 − μ. Solve the first two equations simultaneously.

设参数坐标相等:存在 λ, μ 使得 2 + λ = 3 + 2μ,1 − 2λ = −1 + μ,3λ = 1 − μ。先解前两个方程。

From the first: λ = 1 + 2μ. Substitute into the second: 1 − 2(1 + 2μ) = −1 + μ → 1 − 2 − 4μ = −1 + μ → −1 − 4μ = −1 + μ → −4μ = μ → 5μ = 0, so μ = 0. Then λ = 1 + 0 = 1.

由第一式得 λ = 1 + 2μ。代入第二式:1 − 2(1 + 2μ) = −1 + μ → 1 − 2 − 4μ = −1 + μ → −1 − 4μ = −1 + μ → −4μ = μ → 5μ = 0,故 μ = 0。进而 λ = 1。

Check the third equation with these values: 3λ = 3, and 1 − μ = 1. They are not equal (3 ≠ 1). Therefore the lines do not intersect; they are skew.

用求出的值检验第三个方程:3λ = 3,而 1 − μ = 1,两者不等(3 ≠ 1)。因此两直线不相交,它们是异面直线。

If all three equations had been consistent, we would have found a unique intersection point. Here the inconsistency reveals the lines are skew, a common outcome in 3D vector problems.

倘若三个方程全部一致,便能得到唯一的交点。而此处的不一致性说明这两条直线是异面的,这在三维向量问题中很常见。


9. Question 8: Complex Numbers – Modulus and Argument | 第8题:复数 – 模与辐角

Express the complex number z = (1 + i√3) / (1 − i) in the form r(cos θ + i sin θ), where r > 0 and −π < θ ≤ π. Hence find the exact value of z⁶.

将复数 z = (1 + i√3) / (1 − i) 写成 r(cos θ + i sin θ) 的形式,其中 r > 0,−π < θ ≤ π。进而求 z⁶ 的精确值。

First, simplify the quotient by multiplying numerator and denominator by the complex conjugate of the denominator: (1 + i√3)(1 + i) / (1 − i)(1 + i) = [1 − √3 + i(1 + √3)] / 2.

首先化简分式,分子分母同乘以分母的共轭复数:(1 + i√3)(1 + i) / (1 − i)(1 + i) = [1 − √3 + i(1 + √3)] / 2。

Thus z = (1 − √3)/2 + i (1 + √3)/2. The modulus r = √{[(1 − √3)/2]² + [(1 + √3)/2]²} = √{(1 − 2√3 + 3 + 1 + 2√3 + 3)/4} = √{8/4} = √2.

于是 z =

Published by TutorHao | Pre-U 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