📚 PDF资源导航

SQA Advanced Mathematics Mock Paper Analysis | SQA 进阶数学模拟卷解析

📚 SQA Advanced Mathematics Mock Paper Analysis | SQA 进阶数学模拟卷解析

This article provides a detailed walkthrough of a representative SQA Advanced Mathematics unit mock paper. We cover essential problem types, step-by-step solutions, and targeted exam tips to help Year 11 students consolidate their understanding and approach the assessment with confidence.

本文详细解析一份典型的 SQA 进阶数学单元模拟卷,涵盖重要题型、分步解题过程与针对性考试技巧,帮助11年级同学巩固知识、自信应考。

1. Solving Quadratic Equations | 解二次方程

Problem: Solve the quadratic equation 2x² – 5x – 3 = 0, giving answers in simplest surd form where necessary.

题目:解二次方程 2x² – 5x – 3 = 0,若需要请用最简根式表示。

We first attempt factorisation. The product of the coefficient of x² and the constant term is 2 × (-3) = -6. The two numbers that multiply to -6 and add to -5 are -6 and 1. Rewrite the middle term: 2x² – 6x + x – 3 = 0. Factor by grouping: 2x(x – 3) + 1(x – 3) = 0, giving (2x + 1)(x – 3) = 0.

因式分解法:二次项系数与常数项积为 -6,需要两数积为 -6、和为 -5,即 -6 与 1。裂项得 2x² – 6x + x – 3 = 0,分组提取公因式:(2x + 1)(x – 3) = 0。

Set each factor to zero: 2x + 1 = 0 yields x = -1/2, and x – 3 = 0 yields x = 3. Both solutions are rational, so no surd form is needed.

令各因式为零:2x + 1 = 0 得 x = -1/2;x – 3 = 0 得 x = 3。两组解均为有理数,无需根式表示。

x = -1/2, x = 3


2. Trigonometric Identities | 三角恒等式

Problem: Prove that (sin θ + cos θ)² = 1 + sin 2θ. Hence solve (sin θ + cos θ)² = 1.25 for 0° ≤ θ ≤ 360°.

题目:证明 (sin θ + cos θ)² = 1 + sin 2θ。进而求解方程 (sin θ + cos θ)² = 1.25,其中 0° ≤ θ ≤ 360°。

Proof: Expand the left side: (sin θ + cos θ)² = sin²θ + 2 sin θ cos θ + cos²θ. Using sin²θ + cos²θ = 1 and 2 sin θ cos θ = sin 2θ, we obtain 1 + sin 2θ.

证明:左边展开 = sin²θ + 2 sin θ cos θ + cos²θ。利用 sin²θ + cos²θ = 1 与倍角公式 2 sin θ cos θ = sin 2θ,即得 1 + sin 2θ。

To solve, set 1 + sin 2θ = 1.25 → sin 2θ = 0.25. Let u = 2θ, then sin u = 0.25. The reference angle is sin⁻¹(0.25) ≈ 14.48°. Since sin is positive in the first and second quadrants: u ≈ 14.48°, 180° – 14.48° = 165.52°. For the interval 0° ≤ θ ≤ 360°, u runs from 0° to 720°, so we also add 360° to each: u ≈ 14.48° + 360° = 374.48°, 165.52° + 360° = 525.52°.

求解:代入得 1 + sin 2θ = 1.25 → sin 2θ = 0.25。设 u = 2θ,则 sin u = 0.25。参考角 sin⁻¹(0.25) ≈ 14.48°,正弦值在第一、二象限为正,故 u ≈ 14.48° 或 180° – 14.48° = 165.52°。由 0° ≤ θ ≤ 360° 得 u ∈ [0°, 720°],各组加 360°:u ≈ 14.48° + 360° = 374.48°,165.52° + 360° = 525.52°。

Dividing by 2 gives θ ≈ 7.24°, 82.76°, 187.24°, 262.76°. Rounded to one decimal place: θ ≈ 7.2°, 82.8°, 187.2°, 262.8°.

除以 2 得 θ ≈ 7.24°, 82.76°, 187.24°, 262.76°,保留一位小数即 θ ≈ 7.2°, 82.8°, 187.2°, 262.8°。

θ ≈ 7.2°, 82.8°, 187.2°, 262.8°


3. Differentiation Techniques | 微分技巧

Problem: Differentiate y = (3x² + 1)⁵ with respect to x.

题目:求 y = (3x² + 1)⁵ 关于 x 的导数。

We apply the chain rule. Let u = 3x² + 1, so y = u⁵. Then dy/du = 5u⁴ and du/dx = 6x. Therefore, dy/dx = 5(3x² + 1)⁴ · 6x = 30x (3x² + 1)⁴.

运用链式法则。设 u = 3x² + 1,则 y = u⁵。dy/du = 5u⁴,du/dx = 6x。因此 dy/dx = 5(3x² + 1)⁴ · 6x = 30x (3x² + 1)⁴。

Exam tip: Always multiply the derivative of the outer function by the derivative of the inner function. Simplify the result if possible.

考试技巧:务必用外层函数的导数乘以内层函数的导数,并尽可能化简结果。

dy/dx = 30x (3x² + 1)⁴


4. Integration and Area | 积分与面积

Problem: Find the area under the curve y = x³ between x = 0 and x = 2.

题目:求曲线 y = x³ 在 x = 0 到 x = 2 之间的面积。

The area is given by the definite integral ∫₀² x³ dx. Integrate: ∫ x³ dx = x⁴/4. Evaluate from 0 to 2: [2⁴/4] – [0⁴/4] = 16/4 – 0 = 4.

面积由定积分 ∫₀² x³ dx 给出。积分得 x⁴/4,从 0 到 2 求值:[16/4] – 0 = 4。

Thus the area is 4 square units. Remember that for functions that dip below the x-axis, you need to split the integral and take absolute values, but here the curve is entirely above the axis.

因此面积为 4 个平方单位。注意若曲线部分在 x 轴下方,需分段积分并取绝对值;此题中曲线始终在上方。

Area = 4


5. Vectors in 2D | 平面向量

Problem: Given vectors u = 3i + 4j and v = i – 2j, find the angle between u and v.

题目:已知向量 u = 3i + 4j 与 v = i – 2j,求 u 和 v 的夹角。

Use the dot product formula: u·v = |u||v| cos θ. Compute u·v = (3)(1) + (4)(-2) = 3 – 8 = -5. Magnitudes: |u| = √(3² + 4²) = 5, |v| = √(1² + (-2)²) = √5.

运用点积公式 u·v = |u||v| cos θ。计算 u·v = 3×1 + 4×(-2) = -5。模长:|u| = √(9+16)=5,|v| = √(1+4)=√5。

Then cos θ = u·v / (|u||v|) = -5 / (5√5) = -1/√5. Hence θ = cos⁻¹(-1/√5). Using a calculator, θ ≈ 116.6°.

于是 cos θ = -5 / (5√5) = -1/√5,θ = cos⁻¹(-1/√5) ≈ 116.6°。

θ ≈ 116.6°


6. Equation of a Straight Line | 直线方程

Problem: Find the equation of the line passing through the points P(2, 3) and Q(4, 7).

题目:求过点 P(2, 3) 和 Q(4, 7) 的直线方程。

Calculate the gradient m: m = (y₂ – y₁) / (x₂ – x₁) = (7 – 3) / (4 – 2) = 4 / 2 = 2. Using point-slope form with P: y – 3 = 2(x – 2). Simplify to slope-intercept form: y = 2x – 4 + 3 → y = 2x – 1.

计算斜率 m = (7-3)/(4-2) = 4/2 = 2。代入点斜式 y – 3 = 2(x – 2),化为斜截式:y = 2x – 4 + 3 → y = 2x – 1。

You can check that Q satisfies the equation: 7 = 2(4) – 1 = 7.

验证点 Q 满足方程:7 = 2×4 – 1 = 7,正确。

y = 2x – 1


7. Equation of a Circle | 圆的方程

Problem: A circle has centre C(3, -2) and radius 5. Write its equation in standard form.

题目:一圆的圆心为 C(3, -2),半径为 5,请写出圆的标准方程。

The standard form is (x – h)² + (y – k)² = r², where (h, k) is the centre. Substituting h = 3, k = -2, r = 5 gives (x – 3)² + (y – (-2))² = 25, i.e. (x – 3)² + (y + 2)² = 25.

标准方程为 (x – h)² + (y – k)² = r²。代入 h = 3, k = -2, r = 5 得 (x – 3)² + (y + 2)² = 25。

If asked to expand, you would obtain x² – 6x + 9 + y² + 4y + 4 = 25 → x² + y² – 6x + 4y – 12 = 0.

若要求展开,可得 x² + y² – 6x + 4y – 12 = 0。

(x – 3)² + (y + 2)² = 25


8. Exponential and Logarithmic Equations | 指数与对数方程

Problem: Solve 3ˣ⁺¹ = 20, giving the answer to three significant figures.

题目:求解方程 3ˣ⁺¹ = 20,答案保留三位有效数字。

Take natural logarithms on both sides: ln(3ˣ⁺¹) = ln 20. Using the power rule, (x + 1) ln 3 = ln 20. Solve for x: x + 1 = ln 20 / ln 3, so x = (ln 20 / ln 3) – 1.

两边取自然对数:ln(3ˣ⁺¹) = ln 20,幂的对数性质给出 (x + 1) ln 3 = ln 20。解得 x = (ln 20 / ln 3) – 1。

Using a calculator: ln 20 ≈ 2.9957, ln 3 ≈ 1.0986. So ln 20 / ln 3 ≈ 2.7268, then x ≈ 1.7268. Rounded to three significant figures: x ≈ 1.73.

计算器计算:ln 20 / ln 3 ≈ 2.7268,x ≈ 2.7268 – 1 = 1.7268,约至三位有效数字得 1.73。

x ≈ 1.73 (3 s.f.)


9. Optimization Problems | 最优化问题

Problem: A rectangle is bounded by the x-axis, the y-axis, and the graph of y = 6 – x. Find the maximum area of such a rectangle.

题目:矩形以 x 轴、y 轴和直线 y = 6 – x 为界,求此类矩形的最大面积。

Let the rectangle have length x and height y = 6 – x, with 0 < x < 6. The area A = x(6 - x) = 6x - x². Differentiate: dA/dx = 6 - 2x. Set dA/dx = 0 → 6 - 2x = 0 → x = 3. Check second derivative: d²A/dx² = -2 < 0, so it's a maximum.

设矩形的长为 x,高为 y = 6 – x,其中 0 < x < 6。面积 A = x(6 - x) = 6x - x²。求导:dA/dx = 6 - 2x,令其为零得 x = 3。二阶导数 d²A/dx² = -2 < 0,故为极大值。

Maximum area: A(3) = 3 × (6 – 3) = 3 × 3 = 9 square units.

最大面积:A(3) = 3 × 3 = 9 平方单位。

Maximum area = 9


10. Sequences and Recurrence Relations | 数列与递推关系

Problem: A sequence is defined by the recurrence relation uₙ₊₁ = 0.5 uₙ + 4, with u₀ = 2. Find the limit of the sequence as n → ∞, if it exists.

题目:数列由递推式 uₙ₊₁ = 0.5 uₙ + 4 定义,且 u₀ = 2。若极限存在,求当 n → ∞ 时的极限。

A linear recurrence of the form uₙ₊₁ = a uₙ + b has a limit L if |a| < 1. Here a = 0.5, so the limit exists. To find L, set L = 0.5L + 4. Solve: L - 0.5L = 4 → 0.5L = 4 → L = 8.

线性递推 uₙ₊₁ = a uₙ + b 当 |a| < 1 时极限存在。此处 a = 0.5,极限存在。令 L = 0.5L + 4,解得 0.5L = 4 → L = 8。

The sequence converges to 8. You can verify by calculating a few terms: u₁ = 0.5×2+4=5, u₂=6.5, u₃=7.25, approaching 8.

该数列收敛于 8。可验证几项:u₁=5,u₂=6.5,u₃=7.25,逐渐接近 8。

Limit L = 8


11. Straight Line and Circle Intersection | 直线与圆的交点

Problem: Find the points of intersection of the line y = 2x – 1 and the circle (x – 3)² + (y + 2)² = 25.

题目:求直线 y = 2x – 1 与圆 (x – 3)² + (y + 2)² = 25 的交点。

Substitute y = 2x – 1 into the circle equation: (x – 3)² + (2x – 1 + 2)² = 25 → (x – 3)² + (2x + 1)² = 25. Expand: x² – 6x + 9 + 4x² + 4x + 1 = 25 → 5x² – 2x + 10 = 25 → 5x² – 2x – 15 = 0.

将 y = 2x – 1 代入圆方程:(x – 3)² + (2x – 1 + 2)² = 25,化简得 5x² – 2x – 15 = 0。

Solve the quadratic: 5x² – 2x – 15 = 0. Discriminant Δ = (-2)² – 4×5×(-15) = 4 + 300 = 304. x = (2 ± √304) / 10 = (2 ± 4√19) / 10 = (1 ± 2√19) / 5. Then find y = 2x – 1. The two intersection points are ((1+2√19)/5, 2(1+2√19)/5 – 1) and ((1-2√19)/5, 2(1-2√19)/5 – 1). This simplifies but the expressions are acceptable.

解二次方程:判别式 Δ = 304,x = (2 ± √304)/10 = (1 ± 2√19)/5。回代得 y。两点坐标分别为 ((1+2√19)/5, (4√19-3)/5) 和 ((1-2√19)/5, (-4√19-3)/5)(可化简)。

x = (1 ± 2√19)/5


Published by TutorHao | Advanced 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