📚 Year 12 SQA Maths: Unit Test Mock Exam Analysis | Year 12 SQA 数学:单元测试模拟卷解析
This comprehensive walkthrough breaks down a full-style SQA Higher Mathematics unit test covering algebra, calculus, trigonometry and vectors. Each question is analysed step by step, with key techniques and common pitfalls highlighted to help you build confidence and accuracy for the real assessment.
这篇详尽的解析拆解了一套完整的 SQA Higher 数学单元测试模拟卷,涵盖代数、微积分、三角学和向量。我们逐题分步讲解,点明核心技巧和常见易错点,帮助你在正式考试中建立信心、提高准确率。
1. Overview of the Unit Test | 模拟卷概览
This mock assessment reflects the structure of a typical SQA Higher Mathematics unit test. It contains ten questions mixing non-calculator and calculator sections, designed to evaluate knowledge of quadratics, differentiation, integration, trigonometric equations, straight line, circle geometry, recurrence relations, functions, polynomials, vectors, and exponentials/logarithms. Each question is worth between 4 and 8 marks, and the total paper is 60 marks. The recommended time is 70 minutes. We will now examine each question in depth, showing full workings and marking insights.
这套模拟评估反映了典型 SQA Higher 数学单元测试的结构。试卷包含 10 道题,混合了不可使用计算器和可使用计算器的部分,旨在考查二次方程、微分、积分、三角方程、直线与圆、递推关系、函数、多项式、向量以及指数与对数的知识。每题 4 到 8 分,总分 60 分,建议用时 70 分钟。我们将深入分析每道题,展示完整解答和得分要点。
2. Question 1: Solving Quadratic Equations | 求解二次方程
Question: Solve the equation 2x² − 5x − 3 = 0.
We first attempt factorisation. Multiply the coefficient of x² (2) by the constant (−3) to get −6. Two numbers that multiply to −6 and add to −5 are −6 and 1. Split the middle term: 2x² − 6x + x − 3 = 0. Factor by grouping: 2x(x − 3) + 1(x − 3) = 0 → (2x + 1)(x − 3) = 0. Setting each factor to zero gives x = −1/2 or x = 3. Always verify by substitution: for x=3, 2(9)−15−3=0; for x=−1/2, 2(1/4)+5/2−3=0.5+2.5−3=0. The solutions are x = −½ and x = 3.
题目: 解方程 2x² − 5x − 3 = 0。
我们先尝试因式分解。将 x² 的系数 2 乘以常数项 −3 得到 −6。找两个数,乘积为 −6 且和为 −5,这两个数是 −6 和 1。拆分中间项:2x² − 6x + x − 3 = 0。分组分解:2x(x − 3) + 1(x − 3) = 0 → (2x + 1)(x − 3) = 0。令每个因式为零,得 x = −1/2 或 x = 3。务必代入验证:x=3 时,2(9)−15−3=0;x=−1/2 时,2(1/4)+5/2−3=0.5+2.5−3=0。解为 x = −½ 和 x = 3。
3. Question 2: Differentiation – Tangent to a Curve | 微分 – 曲线的切线
Question: Find the equation of the tangent to the curve y = x³ − 3x² + 2 at x = 1.
First, differentiate: dy/dx = 3x² − 6x. At x=1, the gradient m = 3(1)² − 6(1) = −3. The y-coordinate is y = 1 − 3 + 2 = 0, so the point is (1, 0). Using y − y₁ = m(x − x₁), the tangent equation is y − 0 = −3(x − 1) → y = −3x + 3. Always give the final answer in the form y = mx + c.
题目: 求曲线 y = x³ − 3x² + 2 在 x = 1 处的切线方程。
首先求导:dy/dx = 3x² − 6x。x=1 时,斜率 m = 3(1)² − 6(1) = −3。y 坐标为 y = 1 − 3 + 2 = 0,切点为 (1, 0)。用点斜式 y − y₁ = m(x − x₁),切线方程为 y − 0 = −3(x − 1) → y = −3x + 3。最终答案一定要写成 y = mx + c 的形式。
4. Question 3: Integration – Definite and Indefinite | 积分 – 定积分与不定积分
Question (a): Find ∫(6x² − 4x + 5) dx.
Increase each power by one and divide by the new power: ∫6x² dx = 6 × (x³/3) = 2x³; ∫−4x dx = −4 × (x²/2) = −2x²; ∫5 dx = 5x. Add the constant of integration: 2x³ − 2x² + 5x + C.
Question (b): Evaluate ∫₁³ (2x + 1) dx.
Integrate: x² + x. Evaluate from 1 to 3: [3²+3] − [1²+1] = (9+3) − (1+1) = 12 − 2 = 10. Remember, no +C for definite integrals.
题目 (a): 求 ∫(6x² − 4x + 5) dx。
每项幂次加 1,再除以新幂次:∫6x² dx = 6 × (x³/3) = 2x³;∫−4x dx = −4 × (x²/2) = −2x²;∫5 dx = 5x。加上积分常数:2x³ − 2x² + 5x + C。
题目 (b): 计算 ∫₁³ (2x + 1) dx。
积分得 x² + x。从 1 到 3 取值:[3²+3] − [1²+1] = (9+3) − (1+1) = 12 − 2 = 10。记住,定积分不加 +C。
5. Question 4: Trigonometric Equations | 三角方程
Question: Solve 2 sin θ + 1 = 0 for 0° ≤ θ < 360°.
Rearrange: sin θ = −1/2. Since sin is negative, solutions lie in the third and fourth quadrants. The related acute angle is sin⁻¹(1/2) = 30°. Thus, θ = 180° + 30° = 210° and θ = 360° − 30° = 330°. Always present answers in degree order: θ = 210°, 330°.
题目: 解方程 2 sin θ + 1 = 0,其中 0° ≤ θ < 360°。
整理得 sin θ = −1/2。正弦为负,解在第三和第四象限。相关锐角 sin⁻¹(1/2) = 30°。因此 θ = 180° + 30° = 210° 以及 θ = 360° − 30° = 330°。务必按度数顺序呈现答案:θ = 210°, 330°。
6. Question 5: Straight Line and Circle | 直线与圆
Question: A circle has equation x² + y² − 6x + 4y − 12 = 0. Find its centre and radius. Does the point (5, 1) lie inside, on, or outside the circle?
Complete the square: (x²−6x) + (y²+4y) = 12. (x−3)² −9 + (y+2)² −4 = 12 → (x−3)² + (y+2)² = 25. Centre is (3, −2), radius r = 5. For point (5,1), distance squared = (5−3)² + (1+2)² = 4 + 9 = 13. Since 13 < 25, the distance is √13 < 5, so the point lies inside the circle.
题目: 圆的方程为 x² + y² − 6x + 4y − 12 = 0。求圆心和半径。点 (5, 1) 在圆内、圆上还是圆外?
配方:(x²−6x) + (y²+4y) = 12。(x−3)² −9 + (y+2)² −4 = 12 → (x−3)² + (y+2)² = 25。圆心 (3, −2),半径 r = 5。对于点 (5,1),距离平方 = (5−3)² + (1+2)² = 4 + 9 = 13。因为 13 < 25,距离 √13 < 5,所以该点在圆内。
7. Question 6: Recurrence Relations and Limits | 递推关系与极限
Question: A recurrence relation is defined by uₙ₊₁ = 0.6 uₙ + 8, with u₀ = 20.
(a) Find u₁, u₂.
u₁ = 0.6×20 + 8 = 12 + 8 = 20. u₂ = 0.6×20 + 8 = 20. The sequence is constant at 20.
(b) State the limit, if it exists. The limit L satisfies L = 0.6L + 8 → 0.4L = 8 → L = 20. Since −1 < 0.6 < 1, the sequence converges to 20.
题目: 递推关系定义为 uₙ₊₁ = 0.6 uₙ + 8,其中 u₀ = 20。
(a) 求 u₁, u₂。
u₁ = 0.6×20 + 8 = 12 + 8 = 20。u₂ = 0.6×20 + 8 = 20。该序列恒为 20。
(b) 若存在极限,说出极限值。极限 L 满足 L = 0.6L + 8 → 0.4L = 8 → L = 20。因为 −1 < 0.6 < 1,序列收敛至 20。
8. Question 7: Composite Functions and Inverses | 复合函数与反函数
Question: Given f(x) = 3x − 2 and g(x) = x² + 1, find an expression for f(g(x)) and g(f(x)). Also find the inverse function f⁻¹(x).
f(g(x)) = f(x²+1) = 3(x²+1) − 2 = 3x² + 3 − 2 = 3x² + 1.
g(f(x)) = g(3x−2) = (3x−2)² + 1 = 9x² − 12x + 4 + 1 = 9x² − 12x + 5.
For f⁻¹: let y = 3x − 2 → y + 2 = 3x → x = (y+2)/3, so f⁻¹(x) = (x+2)/3.
题目: 已知 f(x) = 3x − 2,g(x) = x² + 1,求 f(g(x)) 和 g(f(x)) 的表达式,并求反函数 f⁻¹(x)。
f(g(x)) = f(x²+1) = 3(x²+1) − 2 = 3x² + 3 − 2 = 3x² + 1。
g(f(x)) = g(3x−2) = (3x−2)² + 1 = 9x² − 12x + 4 + 1 = 9x² − 12x + 5。
求 f⁻¹:设 y = 3x − 2 → y + 2 = 3x → x = (y+2)/3,因此 f⁻¹(x) = (x+2)/3。
9. Question 8: Polynomials and the Remainder Theorem | 多项式与余式定理
Question: When f(x) = 2x³ + px² + qx − 6 is divided by (x+1) the remainder is −4, and divided by (x−2) the remainder is 20. Find p and q.
By Remainder Theorem: f(−1) = −4 → 2(−1)³ + p(1) + q(−1) − 6 = −4 → −2 + p − q − 6 = −4 → p − q − 8 = −4 → p − q = 4. (1)
f(2) = 20 → 2(8) + p(4) + q(2) − 6 = 20 → 16 + 4p + 2q − 6 = 20 → 4p + 2q + 10 = 20 → 4p + 2q = 10 → divide 2: 2p + q = 5. (2)
Solve (1) and (2): add (1) and (2): 3p = 9 → p = 3. Substitute into (1): 3 − q = 4 → q = −1. So p=3, q=−1.
题目: 多项式 f(x) = 2x³ + px² + qx − 6 除以 (x+1) 时余数为 −4,除以 (x−2) 时余数为 20。求 p 和 q。
根据余式定理:f(−1) = −4 → 2(−1)³ + p(1) + q(−1) − 6 = −4 → −2 + p − q − 6 = −4 → p − q − 8 = −4 → p − q = 4. (1)
f(2) = 20 → 2(8) + p(4) + q(2) − 6 = 20 → 16 + 4p + 2q − 6 = 20 → 4p + 2q + 10 = 20 → 4p + 2q = 10 → 除以 2 得 2p + q = 5. (2)
解 (1) 和 (2):两式相加得 3p = 9 → p = 3。代入 (1):3 − q = 4 → q = −1。所以 p=3, q=−1。
10. Question 9: Vectors – Collinearity and Distance | 向量 – 共线与距离
Question: Points A, B, and C have coordinates (−1, 2, 3), (2, 5, 9), and (5, 8, 15). Show that A, B and C are collinear. Find the distance AB.
Vector AB = (2−(−1), 5−2, 9−3) = (3, 3, 6). Vector BC = (5−2, 8−5, 15−9) = (3, 3, 6). Since AB = BC, the vectors are parallel and share point B, so the points are collinear. Distance AB = √(3²+3²+6²) = √(9+9+36) = √54 = 3√6. Alternatively, AC = 2×AB, confirming collinearity.
题目: 点 A、B、C 的坐标分别为 (−1, 2, 3)、(2, 5, 9) 和 (5, 8, 15)。证明 A、B、C 三点共线。求距离 AB。
向量 AB = (2−(−1), 5−2, 9−3) = (3, 3, 6)。向量 BC = (5−2, 8−5, 15−9) = (3, 3, 6)。由于 AB = BC,两向量平行且共享点 B,因此三点共线。距离 AB = √(3²+3²+6²) = √(9+9+36) = √54 = 3√6。此外,AC = 2×AB,也可验证共线性。
11. Question 10: Exponentials and Logarithms | 指数与对数
Question: Solve for x: (a) 3ˣ = 50. (b) log₂(x+1) − log₂(x−2) = 3.
(a) Take logs of both sides: log 3ˣ = log 50 → x log 3 = log 50 → x = log 50 / log 3 ≈ 3.561 (using natural or common log). SQA accepts correct rounding to 3 significant figures or exact form (log 50 / log 3).
(b) Combine logs: log₂[(x+1)/(x−2)] = 3 → (x+1)/(x−2) = 2³ = 8 → x+1 = 8(x−2) → x+1 = 8x − 16 → 17 = 7x → x = 17/7. Check domain: x>2, so valid.
题目: 解 x:(a) 3ˣ = 50。(b) log₂(x+1) − log₂(x−2) = 3。
(a) 两边取对数:log 3ˣ = log 50 → x log 3 = log 50 → x = log 50 / log 3 ≈ 3.561(使用自然对数或常用对数均可)。SQA 接受保留三位有效数字或精确形式(log 50 / log 3)。
(b) 合并对数:log₂[(x+1)/(x−2)] = 3 → (x+1)/(x−2) = 2³ = 8 → x+1 = 8(x−2) → x+1 = 8x − 16 → 17 = 7x → x = 17/7。检验定义域:x > 2,故有效。
12. Common Mistakes and Top Tips | 常见错误与高分技巧
Top errors include forgetting the constant of integration, misidentifying quadrants in trigonometry, arithmetic slips when completing the square, and sign errors in the remainder theorem. Always bracket negatives when substituting. Practice re-arranging log laws accurately. For vectors, show parallelism by comparing direction vectors or stating scalar multiples. Manage time by attempting all questions, even if only partial solutions, as SQA awards marks for correct processes. Use the final minutes to verify answers, especially checking that your solutions satisfy original equations.
最常见的错误包括忘记加积分常数、三角学中象限判断失误、配方时的计算疏忽以及余式定理中的符号错误。代入负数时务必加括号。准确运用对数法则进行重组。对于向量题,通过比较方向向量或说明标量倍数来展示平行性。合理分配时间,尽量作答所有题目,哪怕只写出部分过程,因为 SQA 对正确步骤赋予步骤分。最后几分钟用来验证答案,尤其要检查你的解是否满足原方程。
Published by TutorHao | SQA Higher Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导