📚 AS Edexcel Further Maths: Case Study Practice | AS Edexcel 进阶数学:案例分析实战演练
In AS Edexcel Further Mathematics, pure topics such as complex numbers, matrices, numerical methods, and proof by induction form the core of Paper 1. This article presents a series of carefully selected case studies that mirror exam-style problems. Each case is broken down into step-by-step reasoning, highlighting common pitfalls and efficient strategies. By working through these real-world examples, students will deepen their conceptual understanding and sharpen their problem-solving skills for top marks.
在 AS Edexcel 进阶数学中,复数、矩阵、数值方法以及归纳法证明等纯数主题构成了试卷一的核心。本文呈现一系列精心挑选的案例,这些案例模拟了考试风格的题目。每个案例都被分解为逐步推理,突出常见错误和高效策略。通过演练这些实际例子,学生将加深概念理解,并提升解题技能,以争取高分。
1. Complex Numbers: Quadratic Equations with Imaginary Roots | 复数:带虚根的二次方程
Consider the equation z² + 4z + 13 = 0. Instead of blindly applying the quadratic formula, recognise that completing the square reveals the structure of the roots. Rewrite as (z + 2)² + 9 = 0, giving (z + 2)² = -9, so z + 2 = ±3i. Hence z = -2 ± 3i. The modulus of each root is √((-2)² + 3²) = √13, and the argument is π – arctan(3/2) for the principal value. This approach saves time and reduces sign errors compared to the formula.
考虑方程 z² + 4z + 13 = 0。与其盲目套用求根公式,不如识别出配方法可以揭示根的结构。将其改写为 (z + 2)² + 9 = 0,得到 (z + 2)² = -9,因此 z + 2 = ±3i。于是 z = -2 ± 3i。每个根的模为 √((-2)² + 3²) = √13,辐角的主值为 π – arctan(3/2)。这种方法比公式法更节省时间,且减少符号错误。
2. Argand Diagram: Loci and Geometric Interpretation | 阿尔冈图:轨迹与几何解释
A typical exam question asks: shade the region where |z – 2| ≤ 3 and 0 ≤ arg(z) ≤ π/4. First, |z – 2| ≤ 3 represents a closed disc centred at (2,0) with radius 3. The argument condition restricts z to the sector between the positive real axis and the line at π/4. The intersection is the part of the disc lying in that sector. Always draw the circle as a solid line because the inequality includes equality, and use a ray from the origin at 45° to mark the boundary. Check a test point like (1,0.5) to confirm it satisfies both conditions.
一道典型的考题要求:画出区域 |z – 2| ≤ 3 且 0 ≤ arg(z) ≤ π/4。首先,|z – 2| ≤ 3 表示以 (2,0) 为圆心、半径为 3 的闭圆盘。辐角条件将 z 限制在正实轴与 π/4 射线之间的扇形内。交集是该扇形内部的圆盘部分。务必用实线画圆,因为不等式包含等号,并用从原点出发的 45° 射线标记边界。选取一个测试点如 (1, 0.5),验证它同时满足两个条件。
3. Matrices: Determinants and Inverse of a 3×3 Matrix | 矩阵:三阶行列式与逆矩阵
Given matrix A = [[1,2,3],[0,1,4],[5,6,0]], find det(A) and A⁻¹. Use the rule of Sarrus or cofactor expansion: det(A) = 1*(1*0 – 4*6) – 2*(0*0 – 4*5) + 3*(0*6 – 1*5) = 1*(-24) -2*(-20) +3*(-5) = -24 +40 -15 = 1. Since det(A) ≠ 0, A is invertible. The inverse can be found via the adjugate method. Compute matrix of minors, then cofactors, then transpose. Each step needs careful sign management. Many candidates misplace signs in the cofactor matrix, leading to a wrong inverse. A quick check: A * A⁻¹ should give I.
给定矩阵 A = [[1,2,3],[0,1,4],[5,6,0]],求 det(A) 和 A⁻¹。使用萨鲁斯法则或余子式展开:det(A) = 1*(1*0 – 4*6) – 2*(0*0 – 4*5) + 3*(0*6 – 1*5) = 1*(-24) -2*(-20) +3*(-5) = -24 +40 -15 = 1。因 det(A) ≠ 0,A 可逆。可借助伴随矩阵法求逆。先计算子式矩阵,再求代数余子式,最后转置。每一步都需要仔细管理符号。许多考生在余子式矩阵中搞错符号,导致逆矩阵错误。快速检查:A * A⁻¹ 应等于单位阵 I。
4. Matrix Transformations: Combined Transformations and Invariant Lines | 矩阵变换:复合变换与不变直线
The matrix M = [[0,-1],[1,0]] represents a rotation of 90° anticlockwise. Combined with a stretch parallel to the x-axis by factor 2, the overall matrix is S * M where S = [[2,0],[0,1]]. Compute the product: S*M = [[0,-2],[1,0]]. To find invariant lines of S*M, solve (S*M – λI)v = 0 for eigenvalue-eigenvector pairs, or set y = mx + c and apply the transformation to find lines mapped to themselves. For rotations, only the origin is invariant; combined transformations may have lines of invariant points or invariant lines. Checking (0,0) always works; then test y = mx. Substitute image points to get an equation in m.
矩阵 M = [[0,-1],[1,0]] 表示逆时针旋转 90°。结合沿 x 轴方向、拉伸因子为 2 的拉伸,总矩阵为 S * M,其中 S = [[2,0],[0,1]]。计算乘积:S*M = [[0,-2],[1,0]]。要找到 S*M 的不变直线,解 (S*M – λI)v = 0 求特征值-特征向量对,或设 y = mx + c 并施加变换以寻找映射到自身的直线。对于旋转,仅原点不变;复合变换可能存在不变点直线或不变直线。检查 (0,0) 总是可行;然后测试 y = mx,代入像点得到关于 m 的方程。
5. Series: Summation Using Standard Results and Method of Differences | 级数:使用标准结果和差分法求和
Find the sum of Σ(r² + r) from r=1 to n. Use Σr² = n(n+1)(2n+1)/6, Σr = n(n+1)/2. So S = n(n+1)(2n+1)/6 + n(n+1)/2 = [n(n+1)(2n+1) + 3n(n+1)] /6 = n(n+1)(2n+4)/6 = n(n+1)(n+2)/3. Alternatively, for expressions like 1/(r(r+1)), apply the method of differences: write as 1/r – 1/(r+1), then telescoping cancels all but the first and last terms. In exams, state the standard formulae clearly and manipulate fractions carefully—this is where marks are lost.
求 Σ(r² + r)(r=1 到 n)。使用 Σr² = n(n+1)(2n+1)/6,Σr = n(n+1)/2。因此 S = n(n+1)(2n+1)/6 + n(n+1)/2 = [n(n+1)(2n+1) + 3n(n+1)] /6 = n(n+1)(2n+4)/6 = n(n+1)(n+2)/3。或者,对于形如 1/(r(r+1)) 的表达式,应用差分法:写为 1/r – 1/(r+1),然后通过裂项相消,只留下首尾项。在考试中,清晰地写出标准公式并仔细处理分式——失分往往发生在这一环节。
6. Proof by Induction: Divisibility and Summation | 归纳法证明:整除性与求和
Prove that 3²ⁿ – 1 is divisible by 8 for all positive integers n. Base case n=1: 3² – 1 = 8, divisible by 8. Inductive step: assume true for n=k, so 3²ᵏ – 1 = 8m. Then for n=k+1, 3²⁽ᵏ⁺¹⁾ – 1 = 9 * 3²ᵏ – 1 = 9(8m + 1) – 1 = 72m + 9 – 1 = 72m + 8 = 8(9m+1), which is divisible by 8. The key is expressing the (k+1) case in terms of the assumed statement. Always clearly state the inductive hypothesis and the conclusion.
证明对所有正整数 n,3²ⁿ – 1 能被 8 整除。基础情况 n=1: 3² – 1 = 8,能被 8 整除。归纳步骤:假设 n=k 时成立,即 3²ᵏ – 1 = 8m。那么对于 n=k+1,3²⁽ᵏ⁺¹⁾ – 1 = 9 * 3²ᵏ – 1 = 9(8m + 1) – 1 = 72m + 9 – 1 = 72m + 8 = 8(9m+1),能被 8 整除。关键是将 k+1 情形用假设的表达式表示出来。务必清晰陈述归纳假设和结论。
7. Roots of Polynomials: Relationships Between Coefficients and Roots | 多项式根:系数与根的关系
For the cubic equation x³ – 4x² + x + 6 = 0, the roots α, β, γ satisfy: Σα = 4, Σαβ = 1, αβγ = -6. Use these to find the value of α² + β² + γ². Recall (Σα)² = Σα² + 2Σαβ, so Σα² = 4² – 2*1 = 14. To form a new cubic with roots 2α, 2β, 2γ, use substitution x → x/2, giving (x/2)³ – 4(x/2)² + x/2 + 6 = 0, then multiply by 8: x³ – 8x² + 4x + 48 = 0. Directly multiplying out is error-prone; substitution is safer.
对于三次方程 x³ – 4x² + x + 6 = 0,其根 α, β, γ 满足:Σα = 4,Σαβ = 1,αβγ = -6。利用这些关系求 α² + β² + γ² 的值。回忆 (Σα)² = Σα² + 2Σαβ,所以 Σα² = 4² – 2*1 = 14。要构造一个以 2α, 2β, 2γ 为根的新三次方程,使用代换 x → x/2,得到 (x/2)³ – 4(x/2)² + x/2 + 6 = 0,然后乘以 8:x³ – 8x² + 4x + 48 = 0。直接乘开容易出错;代换法更稳妥。
8. Numerical Methods: Iteration and Newton-Raphson with Trig Functions | 数值方法:迭代法与含三角函数的牛顿-拉夫森方法
Solve x = cos x using the iterative formula xₙ₊₁ = cos xₙ, starting with x₀ = 0.5. After several iterations, the sequence converges to approximately 0.739. However, Newton-Raphson would converge faster. To apply N-R to f(x) = x – cos x = 0, compute f'(x) = 1 + sin x. Then xₙ₊₁ = xₙ – (xₙ – cos xₙ)/(1 + sin xₙ). Start with x₀ = 0.5, get x₁ ≈ 0.755, x₂ ≈ 0.739. Always show the derivative and ensure your calculator is in radians. Check convergence by observing the change in successive approximations.
利用迭代公式 xₙ₊₁ = cos xₙ 求解 x = cos x,从 x₀ = 0.5 开始。经过数次迭代,序列收敛到约 0.739。然而,牛顿-拉夫森方法收敛更快。对 f(x) = x – cos x = 0 应用 N-R,计算 f'(x) = 1 + sin x。然后 xₙ₊₁ = xₙ – (xₙ – cos xₙ)/(1 + sin xₙ)。从 x₀ = 0.5 开始,得到 x₁ ≈ 0.755,x₂ ≈ 0.739。始终展示导数,并确保计算器设置为弧度制。通过观察相继近似值之差来检查收敛性。
9. Hyperbolic Functions: Identities and Solving Equations | 双曲函数:恒等式与解方程
Solve 5 sinh x – 3 cosh x = 2. Express sinh and cosh in terms of e: sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2. Substituting yields (5/2)(eˣ – e⁻ˣ) – (3/2)(eˣ + e⁻ˣ) = 2. Simplify to eˣ – 4e⁻ˣ = 2. Multiply by eˣ: e²ˣ – 2eˣ – 4 = 0. Let y = eˣ, then y² – 2y – 4 = 0, giving y = 1 ± √5. Since y>0, y = 1+√5. Thus x = ln(1+√5). Alternatively, use Osborne’s rule and the identity cosh²x – sinh²x = 1 to manipulate. Always check domain restrictions.
解方程 5 sinh x – 3 cosh x = 2。将 sinh 和 cosh 用 e 表示:sinh x = (eˣ – e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2。代入得 (5/2)(eˣ – e⁻ˣ) – (3/2)(eˣ + e⁻ˣ) = 2。化简得到 eˣ – 4e⁻ˣ = 2。两边乘以 eˣ:e²ˣ – 2eˣ – 4 = 0。令 y = eˣ,则 y² – 2y – 4 = 0,解得 y = 1 ± √5。由于 y>0,y = 1+√5。因此 x = ln(1+√5)。也可使用奥斯本规则和恒等式 cosh²x – sinh²x = 1 进行变换。务必检查定义域限制。
10. Polar Coordinates: Curve Sketching and Tangent at the Pole | 极坐标:曲线绘制与极点处的切线
Sketch the curve r = 2 + cos θ for 0 ≤ θ < 2π. This is a limaçon without an inner loop since 2 > 1. To find tangents at the pole, set r = 0: 2 + cos θ = 0 gives cos θ = -2, no real solution, so the curve does not pass through the pole. The maximum r is 3 at θ = 0; minimum r is 1 at θ = π. Symmetry: cos θ is even, so the curve is symmetric about the initial line. Plot key points at θ = 0, π/2, π, 3π/2 and join smoothly. For tangents at the pole, if r=0 at some θ₀, the half-line θ=θ₀ is the tangent.
绘制曲线 r = 2 + cos θ,0 ≤ θ < 2π。这是一个无内环的蚶线,因为 2 > 1。要求极点处的切线,令 r = 0:2 + cos θ = 0 得 cos θ = -2,无实数解,因此曲线不经过极点。最大 r 为 3(θ = 0 时);最小 r 为 1(θ = π 时)。对称性:cos θ 是偶函数,所以曲线关于极轴对称。标出 θ = 0, π/2, π, 3π/2 处的关键点,并平滑连接。对于极点处的切线,若在某个 θ₀ 处 r=0,则半直线 θ=θ₀ 即为切线。
11. Conic Sections: Parabola and Hyperbola in Cartesian and Parametric Forms | 圆锥曲线:笛卡尔形式与参数形式的抛物线和双曲线
A parabola with equation y² = 12x has focus at (3,0) and directrix x = -3. The parametric form is x = 3t², y = 6t. For the point P(3t², 6t), the tangent equation is yt = x + 3t². The normal is also derivable. Similarly, a rectangular hyperbola xy = c² has parametric form x = ct, y = c/t. To find the intersection of a tangent with axes, substitute into the tangent equation and set x=0, y=0. Exam questions often combine these with coordinate geometry and ask for area of triangles formed. Mastery of the parametric forms is essential for speed.
方程为 y² = 12x 的抛物线,焦点为 (3,0),准线为 x = -3。参数形式为 x = 3t², y = 6t。对于点 P(3t², 6t),切线方程为 yt = x + 3t²。法线也可由此推导。类似地,等轴双曲线 xy = c² 的参数形式为 x = ct, y = c/t。要求切线与坐标轴的交点,代入切线方程并令 x=0, y=0 即可。考试题目常将这些与坐标几何结合,并要求计算所形成三角形的面积。掌握参数形式对于解题速度至关重要。
12. Power Series: Maclaurin Expansion and Compound Functions | 幂级数:麦克劳林展开与复合函数
Find the Maclaurin series for eˣ sin x up to the term in x³. Compute derivatives: f(x) = eˣ sin x. f(0)=0. f'(x) = eˣ(sin x + cos x), f'(0)=1. f”(x) = 2eˣ cos x, f”(0)=2. f”'(x) = 2eˣ(cos x – sin x), f”'(0)=2. Thus series: 0 + 1*x + (2/2!)x² + (2/3!)x³ + … = x + x² + (1/3)x³ + … Alternatively, multiply the known series for eˣ and sin x: (1 + x + x²/2 + x³/6)(x – x³/6) and collect terms up to x³, obtaining x + x² + x³/3. Both methods must agree. Avoid errors in product expansion by aligning degrees.
求 eˣ sin x 的麦克劳林展开式,直到 x³ 项。计算导数:f(x)=eˣ sin x。f(0)=0。f'(x)=eˣ(sin x + cos x),f'(0)=1。f”(x)=2eˣ cos x,f”(0)=2。f”'(x)=2eˣ(cos x – sin x),f”'(0)=2。因此级数为 0 + 1*x + (2/2!)x² + (2/3!)x³ + … = x + x² + (1/3)x³ + …。另一种方法是,将 eˣ 和 sin x 的已知级数相乘:(1 + x + x²/2 + x³/6)(x – x³/6),并收集到 x³ 的项,得到 x + x² + x³/3。两种方法结果应一致。在乘积展开时,通过对齐次数来避免错误。
Published by TutorHao | Further Pure 1 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply