📚 Year 12 SQA Advanced Higher Mathematics: Unit Test Mock Exam Analysis | SQA 进阶数学:单元测试模拟卷解析
This mock exam analysis provides a thorough walkthrough of a three-question unit test designed for the SQA Advanced Higher Mathematics syllabus. It covers first-order linear differential equations, complex numbers with polynomial roots, and vectors combined with matrix transformations. By studying these solutions, you can solidify your problem-solving techniques and identify common pitfalls under exam conditions.
本模拟卷解析为 SQA 进阶数学课程设计了一套三道题的单元测试,并给出详细解答。内容涵盖一阶线性微分方程、复数与多项式根、以及向量与矩阵变换的结合。通过学习这些解题过程,你可以巩固解题技巧,并识别考试中常见的错误。
1. Overview of the Mock Exam | 模拟卷概述
The mock paper contains three multi-part questions mirroring the style and difficulty of the Advanced Higher assessments. It targets key topics from Methods in Algebra and Calculus and Applications of Algebra and Calculus. Time allocation is approximately 45 minutes, and a calculator may be used where appropriate.
这份模拟卷包含三道多问答题,模仿了进阶高等数学考试的风格与难度。它针对代数与微积分方法以及代数与微积分应用的核心主题。建议用时约 45 分钟,可适当使用计算器。
2. Question 1: Solving a First-Order Linear Differential Equation (General Solution) | 第1题:解一阶线性微分方程(通解)
Problem (a): Find the general solution of dy/dx + 2y = 4x.
问题 (a):求微分方程 dy/dx + 2y = 4x 的通解。
The equation is already in the standard linear form dy/dx + P(x)y = Q(x) with P(x) = 2 and Q(x) = 4x. The integrating factor is μ(x) = e^(∫P dx) = e^(∫2 dx) = e²ˣ.
该方程已经是标准线性形式 dy/dx + P(x)y = Q(x),其中 P(x) = 2,Q(x) = 4x。积分因子为 μ(x) = e^(∫P dx) = e^(∫2 dx) = e²ˣ。
Multiply both sides of the equation by μ(x):
e²ˣ dy/dx + 2e²ˣ y = 4x e²ˣ
方程两边同乘积分因子:
e²ˣ dy/dx + 2e²ˣ y = 4x e²ˣ
The left-hand side is the derivative of the product y e²ˣ, so d/dx (y e²ˣ) = 4x e²ˣ.
左边恰好是 y e²ˣ 的导数,因此 d/dx (y e²ˣ) = 4x e²ˣ。
Now integrate both sides with respect to x: y e²ˣ = ∫ 4x e²ˣ dx. To integrate 4x e²ˣ, use integration by parts where u = 4x and dv = e²ˣ dx, giving du = 4 dx and v = (1/2)e²ˣ.
现在对 x 积分:y e²ˣ = ∫ 4x e²ˣ dx。计算 ∫ 4x e²ˣ dx 需使用分部积分法,设 u = 4x,dv = e²ˣ dx,则 du = 4 dx,v = (1/2)e²ˣ。
Apply the integration by parts formula ∫ u dv = uv − ∫ v du:
∫ 4x e²ˣ dx = 4x·(1/2)e²ˣ − ∫ (1/2)e²ˣ·4 dx = 2x e²ˣ − ∫ 2e²ˣ dx
代入分部积分公式 ∫ u dv = uv − ∫ v du:
∫ 4x e²ˣ dx = 4x·(1/2)e²ˣ − ∫ (1/2)e²ˣ·4 dx = 2x e²ˣ − ∫ 2e²ˣ dx
Integrate 2e²ˣ: ∫ 2e²ˣ dx = e²ˣ + C. Therefore, y e²ˣ = 2x e²ˣ − e²ˣ + C.
对 2e²ˣ 积分:∫ 2e²ˣ dx = e²ˣ + C。因此 y e²ˣ = 2x e²ˣ − e²ˣ + C。
Divide through by e²ˣ to obtain the general solution:
y = 2x − 1 + Ce⁻²ˣ
两边除以 e²ˣ 得到通解:
y = 2x − 1 + Ce⁻²ˣ
3. Question 1 (cont.): Applying Initial Condition to Find Particular Solution | 第1题(续):应用初始条件求特解
Problem (b): Given that y(0) = 1, find the particular solution.
问题 (b):已知 y(0) = 1,求特解。
Substitute x = 0 and y = 1 into the general solution: 1 = 2(0) − 1 + C e⁰ ⇒ 1 = −1 + C ⇒ C = 2.
将 x = 0 和 y = 1 代入通解:1 = 2(0) − 1 + C e⁰ ⇒ 1 = −1 + C ⇒ C = 2。
The particular solution is therefore:
y = 2x − 1 + 2e⁻²ˣ
因此特解为:
y = 2x − 1 + 2e⁻²ˣ
Always verify your particular solution by differentiating and checking the initial condition. Here, dy/dx = 2 − 4e⁻²ˣ, and dy/dx + 2y = 4x holds true.
务必通过求导并验证初始条件来检查特解。此处 dy/dx = 2 − 4e⁻²ˣ,且满足 dy/dx + 2y = 4x。
4. Question 2: Complex Roots and Polynomial Coefficients | 第2题:复数根与多项式系数
Problem: The polynomial z³ − z² + pz + q = 0 has real coefficients and one root is 1 + 2i. (a) Find the other roots. (b) Determine the real numbers p and q.
问题:实系数多项式 z³ − z² + pz + q = 0 有一个根为 1 + 2i。(a) 求其他根。(b) 确定实数 p 和 q。
Since the coefficients are real, complex roots occur in conjugate pairs. Therefore, another root must be 1 − 2i. Let the third root be α (real). Using the sum of the roots: α + (1+2i) + (1−2i) = 1 (the negative of the coefficient of z² divided by the leading coefficient).
由于系数为实数,复根成共轭对出现。因此另一个根必定是 1 − 2i。设第三个根为 α(实数)。由根的和:α + (1+2i) + (1−2i) = 1(即 z² 系数的相反数除以首项系数)。
Simplify: α + 2 = 1, so α = −1. The roots are −1, 1+2i, and 1−2i.
化简得 α + 2 = 1,故 α = −1。因此三个根为 −1, 1+2i 和 1−2i。
To find p, use the sum of the product of roots taken two at a time: p = (α)(1+2i) + (α)(1−2i) + (1+2i)(1−2i) = (−1)(1+2i) + (−1)(1−2i) + (1+4) = (−1−2i −1+2i) + 5 = −2 + 5 = 3.
为求 p,利用根的两两乘积之和:p = (α)(1+2i) + (α)(1−2i) + (1+2i)(1−2i) = (−1)(1+2i) + (−1)(1−2i) + (1+4) = (−1−2i −1+2i) + 5 = −2 + 5 = 3。
For q, which is the negative of the product of all roots: −q = α(1+2i)(1−2i) ⇒ −q = (−1)(1+4) = −5, so q = 5. Alternatively, q = −(α)(1+2i)(1−2i) = 5.
对于 q,它等于所有根乘积的相反数:−q = α(1+2i)(1−2i) ⇒ −q = (−1)(1+4) = −5,故 q = 5。也可直接得 q = −(α)(1+2i)(1−2i) = 5。
5. Question 2 (cont.): Factorisation into Real Factors | 第2题(续):分解为实系数因式
Problem (c): Express the polynomial as a product of a linear factor and a quadratic factor with real coefficients.
问题 (c):将该多项式表示为一个一次因式与一个实系数二次因式的乘积。
The polynomial is z³ − z² + 3z + 5. Using the root −1, we have a factor (z + 1). The remaining quadratic factor can be found by division or from the complex conjugate pair: (z − (1+2i))(z − (1−2i)) = z² − 2z + 5. Multiply to confirm: (z+1)(z² − 2z + 5) = z³ − 2z² + 5z + z² − 2z + 5 = z³ − z² + 3z + 5, which matches.
多项式为 z³ − z² + 3z + 5。由根 −1 得到因式 (z + 1)。剩余二次因式可由共轭复根对求得:(z − (1+2i))(z − (1−2i)) = z² − 2z + 5。乘积验证:(z+1)(z² − 2z + 5) = z³ − 2z² + 5z + z² − 2z + 5 = z³ − z² + 3z + 5,吻合。
Thus the factorisation is (z + 1)(z² − 2z + 5).
因此因式分解为 (z + 1)(z² − 2z + 5)。
6. Question 3: Intersection of a Line and a Plane | 第3题:直线与平面的交点
Problem (a): Find the intersection point of the line L₁: r = (1,2,3) + t(2,−1,1) and the plane Π: 2x + y − z = 5.
问题 (a):求直线 L₁: r = (1,2,3) + t(2,−1,1) 与平面 Π: 2x + y − z = 5 的交点。
Parametric coordinates from L₁ are: x = 1 + 2t, y = 2 − t, z = 3 + t. Substitute these into the plane equation:
2(1 + 2t) + (2 − t) − (3 + t) = 5
由 L₁ 得参数坐标:x = 1 + 2t, y = 2 − t, z = 3 + t。代入平面方程:
2(1 + 2t) + (2 − t) − (3 + t) = 5
Simplify: 2 + 4t + 2 − t − 3 − t = 5 ⇒ (2+2−3) + (4t − t − t) = 1 + 2t = 5 ⇒ 2t = 4 ⇒ t = 2.
化简:2 + 4t + 2 − t − 3 − t = 5 ⇒ (2+2−3) + (4t − t − t) = 1 + 2t = 5 ⇒ 2t = 4 ⇒ t = 2。
Plug t = 2 back into the line equation: x = 1+4 = 5, y = 2−2 = 0, z = 3+2 = 5. The intersection point is (5, 0, 5).
将 t = 2 代回直线方程:x = 1+4 = 5, y = 2−2 = 0, z = 3+2 = 5。交点为 (5, 0, 5)。
7. Question 3 (cont.): Image of a Line Under a Matrix Transformation | 第3题(续):矩阵变换下的直线像
Problem (b): A transformation T is represented by the matrix
| 1 | 更多咨询请联系16621398022(同微信)
CommentsMore posts |
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply