📚 PDF资源导航

A-Level Further Maths Example Responses: Paper 3 FP2 Question Types Breakdown | A-Level 进阶数学:试卷三 FP2 题型解析

📚 A-Level Further Maths Example Responses: Paper 3 FP2 Question Types Breakdown | A-Level 进阶数学:试卷三 FP2 题型解析

Edexcel A-Level Further Mathematics Paper 3 for Unit FP2 regularly challenges students with topics such as complex numbers, differential equations, polar coordinates, series expansions and hyperbolic functions. Understanding how to structure answers, present reasoning and avoid common pitfalls is as important as knowing the theory. This article breaks down typical FP2 question types, provides example responses and highlights examiner expectations. Each section follows a paired English-Chinese explanation to help bilingual learners master both the concepts and the precise language required.

Edexcel A-Level 进阶数学试卷三(FP2 单元)经常考查复数、微分方程、极坐标、级数展开及双曲函数等内容。掌握如何组织答案、呈献推理过程并避开常见陷阱,与理解理论同等重要。本文拆解典型的 FP2 题型,提供答题范例,并突出考官期望。每一小节采用中英配对讲解,帮助双语学习者同时掌握概念和所需准确表达。

1. Complex Numbers: Loci and Transformations | 复数:轨迹与变换

FP2 frequently asks you to sketch or describe loci such as |z − (a + bi)| = r or arg(z − z₀) = θ. A full response should state the geometric shape, identify centre and radius for circles, or the half-line’s starting point and direction for arguments. When combining conditions, find intersections of loci to determine exact Cartesian coordinates.

FP2 经常要求画出或描述如 |z − (a + bi)| = r 或 arg(z − z₀) = θ 的轨迹。完整的答案应说明几何形状,对圆给出圆心和半径,对辐角给出半直线的起点和方向。当条件组合时,求轨迹的交点以确定准确的直角坐标。

Example response for |z − 3 − 4i| = 5: ‘This is a circle with centre (3, 4) and radius 5. The Cartesian equation is (x − 3)² + (y − 4)² = 25.’ For arg(z − 1) = π/4, write: ‘This is a half‑line starting at (1, 0), making an angle of 45° with the positive real axis, excluding the point z = 1. Its Cartesian equation is y = x − 1 for x > 1.’

关于 |z − 3 − 4i| = 5 的答题示范:「这是一个以 (3, 4) 为圆心、半径为 5 的圆。其直角坐标方程为 (x − 3)² + (y − 4)² = 25。」对于 arg(z − 1) = π/4,应写:「这是一条以 (1, 0) 为起点、与正实轴成 45° 的半直线,不含点 z = 1。其直角坐标方程为 y = x − 1,且 x > 1。」

To find the complex number satisfying both |z| = √2 and arg(z + i) = π/4, solve the intersection: the circle x² + y² = 2 and the half‑line from (0, −1) at 45° yield the coordinate (1, 1), so z = 1 + i.

为求同时满足 |z| = √2 与 arg(z + i) = π/4 的复数,解出交点:圆 x² + y² = 2 与从 (0, −1) 出发的 45° 半直线的交点为 (1, 1),故 z = 1 + i。


2. Solving First-Order Linear Differential Equations | 解一阶线性微分方程

The integrating factor method is a staple of FP2. For an equation of the form dy/dx + P(x)y = Q(x), the integrating factor is μ = e^{∫ P(x) dx}. Multiply through by μ and recognise the left side as d/dx (μy), then integrate both sides. Always show the step of writing the general solution and don’t forget the constant of integration.

积分因子法是一阶线性微分方程在 FP2 中的核心考点。形如 dy/dx + P(x)y = Q(x) 的方程,积分因子为 μ = e^{∫ P(x) dx}。两边同乘 μ 并将左边化为 d/dx (μy),然后两边积分。务必展示写出通解的步骤,且不要遗漏积分常数。

Example: Solve dy/dx + 2y = e⁻ˣ subject to y(0) = 1.

Here P(x) = 2, so μ = e^{∫ 2 dx} = e^{2x}.

Multiply: e^{2x} dy/dx + 2e^{2x} y = e^{x}.

Left side: d/dx (e^{2x} y) = e^{x}.

Integrate: e^{2x} y = e^{x} + C ⇒ y = e^{−x} + Ce^{−2x}.

Using y(0) = 1: 1 = 1 + C ⇒ C = 0. Particular solution: y = e^{−x}.

例题:解 dy/dx + 2y = e⁻ˣ,满足 y(0) = 1。

此处 P(x) = 2,积分因子 μ = e^{∫ 2 dx} = e^{2x}。

两边同乘:e^{2x} dy/dx + 2e^{2x} y = e^{x}。

左边化为 d/dx (e^{2x} y) = e^{x}。

积分:e^{2x} y = e^{x} + C ⇒ y = e^{−x} + Ce^{−2x}。

代入 y(0) = 1:1 = 1 + C ⇒ C = 0。特解为 y = e^{−x}。

In the exam, clearly state the integrating factor and show the multiplication step. A common mistake is forgetting to multiply the right-hand side by μ or losing the constant.

考试中应清楚写出积分因子并展示乘法步骤。常见错误是忘记在右侧也乘以 μ 或丢失常数。


3. Second-Order Linear ODEs with Constant Coefficients | 二阶常系数线性常微分方程

FP2 examines both homogeneous and non-homogeneous second-order ODEs. For a homogeneous equation ay” + by’ + cy = 0, form the auxiliary equation am² + bm + c = 0. Depending on the discriminant you get distinct real roots, repeated roots, or complex conjugate roots. The general solution follows the standard forms. For non‑homogeneous equations, find the complementary function first and then a particular integral by trying a function of the same form as the RHS.

FP2 考查齐次和非齐次二阶常微分方程。对于齐次方程 ay” + by’ + cy = 0,先写出辅助方程 am² + bm + c = 0。根据判别式,可得到相异实根、重根或共轭复根,通解遵循标准形式。对于非齐次方程,先求补函数,再通过假设与右边同形的函数求特解。

Example: y” − 3y’ + 2y = eˣ.

Auxiliary: m² − 3m + 2 = 0 ⇒ (m − 1)(m − 2) = 0 ⇒ m = 1, 2.

Complementary function: y_c = A eˣ + B e²ˣ.

RHS is eˣ, which is already a solution of the homogeneous equation (m = 1), so try particular integral y_p = λ x eˣ. Differentiate: y_p’ = λ eˣ + λ x eˣ, y_p” = 2λ eˣ + λ x eˣ.

Substitute: (2λ eˣ + λ x eˣ) −3(λ eˣ + λ x eˣ) + 2(λ x eˣ) = eˣ.

Simplify coefficients of x eˣ: λ − 3λ + 2λ = 0. Constant terms: 2λ − 3λ = −λ = 1 ⇒ λ = −1.

Hence y_p = −x eˣ. General solution: y = A eˣ + B e²ˣ − x eˣ.

例题:y” − 3y’ + 2y = eˣ。

辅助方程:m² − 3m + 2 = 0 ⇒ (m − 1)(m − 2) = 0 ⇒ m = 1, 2。

补函数:y_c = A eˣ + B e²ˣ。

右边是 eˣ,它已是齐次解的一部分(m = 1),故设特解形式为 y_p = λ x eˣ。求导:y_p’ = λ eˣ + λ x eˣ,y_p” = 2λ eˣ + λ x eˣ。

代入: (2λ eˣ + λ x eˣ) − 3(λ eˣ + λ x eˣ) + 2(λ x eˣ) = eˣ。

合并 x eˣ 系数:λ − 3λ + 2λ = 0。常数项系数:2λ − 3λ = −λ = 1 ⇒ λ = −1。

故 y_p = −x eˣ。通解:y = A eˣ + B e²ˣ − x eˣ。

Always check whether the trial function overlaps with the complementary function and modify it by multiplying by x (or x² if repeated) to maintain independence.

务必检查假设函数是否与补函数重叠,如有重叠则乘以 x(若重根则乘以 x²)以保持线性无关。


4. Polar Coordinates: Area Enclosed by a Curve | 极坐标:曲线围成的面积

The area swept by a polar curve r = f(θ) between θ = α and θ = β is given by A = ½ ∫_{α}^{β} r² dθ. Students must be confident in setting up the integral and using trigonometric identities to integrate squared terms. For cardioids or roses, symmetry can often halve the integration limits.

极坐标曲线 r = f(θ) 在 θ = α 到 θ = β 之间扫过的面积公式为 A = ½ ∫_{α}^{β} r² dθ。学生需能熟练建立积分并使用三角恒等式积分平方项。对于心形线或玫瑰线,通常可利用对称性将积分区间减半。

Example: Find the total area enclosed by r = 2(1 + cos θ).

The curve is a cardioid symmetric about the initial line. Total area = 2 × ½ ∫_{0}^{π} [2(1 + cos θ)]² dθ = ∫_{0}^{π} 4(1 + 2cos θ + cos²θ) dθ.

Replace cos²θ = ½(1 + cos 2θ):

∫_{0}^{π} 4[1 + 2cos θ + ½ + ½ cos 2θ] dθ = ∫_{0}^{π} (6 + 8cos θ + 2 cos 2θ) dθ

= [6θ + 8 sin θ + sin 2θ]_{0}^{π} = 6π.

Total area = 6π square units.

例题:求 r = 2(1 + cos θ) 围成的总面积。

曲线是关于极轴对称的心形线。总面积 = 2 × ½ ∫_{0}^{π} [2(1 + cos θ)]² dθ = ∫_{0}^{π} 4(1 + 2cos θ + cos²θ) dθ。

利用 cos²θ = ½(1 + cos 2θ):

∫_{0}^{π} 4[1 + 2cos θ + ½ + ½ cos 2θ] dθ = ∫_{0}^{π} (6 + 8cos θ + 2 cos 2θ) dθ

= [6θ + 8 sin θ + sin 2θ]_{0}^{π} = 6π。

总面积为 6π 平方单位。

Examiners expect you to justify limits of integration and clearly state the symmetry used. A frequent slip is forgetting the ½ factor before r².

考官期望能论证积分限并清楚说明所用对称性。常见疏忽是忘记面积公式中 r² 前的 ½ 因子。


5. Polar Coordinates: Tangents Parallel to the Initial Line | 极坐标:平行于极轴的切线

Tangents parallel to the initial line occur where d/dθ (r sin θ) = 0. Similarly, tangents perpendicular to the initial line occur where d/dθ (r cos θ) = 0. Setting up the derivative and solving for θ gives the polar angles of tangency points. This type of question often uses the product rule and requires solving trigonometric equations.

平行于极轴的切线出现在 d/dθ (r sin θ) = 0 之处。类似地,垂直于极轴的切线出现在 d/dθ (r cos θ) = 0 处。建立导数并解出 θ 即得切点的极角。此类题型常涉及乘法法则并求解三角方程。

Example: Find the polar coordinates of points on r = 1 + sin θ where the tangent is parallel to the initial line.

We need d/dθ [ (1 + sin θ) sin θ ] = d/dθ (sin θ + sin²θ) = cos θ + 2 sin θ cos θ = cos θ (1 + 2 sin θ) = 0.

Solutions: cos θ = 0 ⇒ θ = π/2, 3π/2.

1 + 2 sin θ = 0 ⇒ sin θ = −½ ⇒ θ = 7π/6, 11π/6.

Evaluate r for each: (r, θ) = (2, π/2), (0, 3π/2) is the pole, (½, 7π/6), (½, 11π/6). The pole is often excluded; the remaining three points are the answers.

例题:求曲线 r = 1 + sin θ 上平行于极轴的切点的极坐标。

需计算 d/dθ [ (1 + sin θ) sin θ ] = d/dθ (sin θ + sin²θ) = cos θ + 2 sin θ cos θ = cos θ (1 + 2 sin θ) = 0。

解:cos θ = 0 ⇒ θ = π/2, 3π/2。

1 + 2 sin θ = 0 ⇒ sin θ = −½ ⇒ θ = 7π/6, 11π/6。

分别计算 r:得 (2, π/2),极点 (0, 3π/2),(½, 7π/6),(½, 11π/6)。极点常被略去,其余三点即为答案。

When reporting coordinates, give exact values and include the pole only if it genuinely satisfies the tangency condition and is not a cusp.

写坐标时应给出精确值,仅当极点确实满足相切条件且非尖点时才列入。


6. Maclaurin and Taylor Series | 麦克劳林与泰勒级数

FP2 expects expansions up to a given power of x, usually by differentiating repeatedly and evaluating at 0. The standard Maclaurin series f(x) ≈ f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … can be used for composite functions by substitution provided the series are valid. Always state the range of validity where required.

FP2 要求展开至 x 的给定次幂,通常通过反复求导并在 0 处取值完成。标准麦克劳林级数 f(x) ≈ f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + … 可结合已知级数通过代入处理复合函数,但需确保级数有效。必要时应说明收敛范围。

Example: Expand ln(1 + sin x) up to the term in x³.

Let f(x) = ln(1 + sin x). f(0) = ln(1+0) = 0.

f'(x) = cos x / (1 + sin x). f'(0) = 1/(1) = 1.

f”(x) = [ −sin x (1+sin x) − cos²x ] / (1+sin x)² = − (sin x + sin²x + cos²x) / (1+sin x)² = −(1 + sin x)/(1+sin x)² = −1/(1+sin x).

f”(0) = −1.

f”'(x) = cos x / (1+sin x)². f”'(0) = 1.

Thus ln(1+sin x) ≈ 0 + 1·x + (−1)x²/2! + 1·x³/3! = x − x²/2 + x³/6. Valid for sin x > −1, essentially x ∈ (−π/2, ∞) but within radius of convergence.

例题:展开 ln(1 + sin x) 至 x³ 项。

设 f(x) = ln(1 + sin x)。f(0) = 0。

f'(x) = cos x / (1+ sin x),f'(0) = 1。

f”(x) = [ −sin x (1+ sin x) − cos²x ] / (1+ sin x)² = −(sin x + sin²x + cos²x)/(1+ sin x)² = −(1 + sin x)/(1+ sin x)² = −1/(1+ sin x)。

f”(0) = −1。

f”'(x) = cos x / (1+ sin x)²,f”'(0) = 1。

故 ln(1+ sin x) ≈ x − x²/2 + x³/6。在 sin x > −1 时有效,大致 x ∈ (−π/2, ∞) 但须在收敛半径内。

Using known Maclaurin series for sin x and ln(1+u) can be quicker but you must show clear composition steps to avoid losing marks for rigour.

若利用已知的 sin x 和 ln(1+u) 的麦克劳林级数可更快,但必须展示清晰的复合步骤,以免因严格性不足而失分。


7. Inequalities and Proof by Induction | 不等式与数学归纳法

FP2 includes rational inequalities and inequalities involving modulus functions. A typical approach is to bring all terms to one side, factorise, and use a sign table or sketch graph. For proof by induction of inequalities, the key is to link the assumption for n = k to the statement for n = k+1, often by multiplying or adding an appropriate factor.

FP2 包含有理不等式及含绝对值的不等式。典型做法是将所有项移到一边、因式分解,并利用符号表或草图。对于不等式的数学归纳法证明,关键是由 n = k 的假设推出 n = k+1 的结论,通常需要乘以或加上合适的因子。

Example induction: Prove that 3ⁿ > 2ⁿ + 3n for n ≥ 2.

Base case n = 2: LHS 9, RHS 4 + 6 = 10? 9 > 10 false. Let’s correct: 3² = 9, 2² + 6 = 4+6=10. So need n ≥ 3. Base n=3: LHS 27, RHS 8 + 9 = 17, 27 > 17 true.

Assume true for n = k: 3ᵏ > 2ᵏ + 3k.

To prove for n = k+1: 3ᵏ⁺¹ = 3·3ᵏ > 3(2ᵏ + 3k) = 3·2ᵏ + 9k.

We want to show 3·2ᵏ + 9k ≥ 2ᵏ⁺¹ + 3(k+1) = 2·2ᵏ + 3k + 3.

Compare: 3·2ᵏ + 9k − (2·2ᵏ + 3k + 3) = 2ᵏ + 6k − 3.

For k ≥ 3, 2ᵏ ≥ 8 and 6k ≥ 18, so 2ᵏ + 6k − 3 ≥ 23 > 0. Thus inequality holds. Conclude by induction.

例题归纳:证明当 n ≥ 3 时 3ⁿ > 2ⁿ + 3n。

基始 n = 3:左 27,右 8 + 9 = 17,27 > 17 成立。

假设 n = k 成立:3ᵏ > 2ᵏ + 3k。

证 n = k+1:3ᵏ⁺¹ = 3·3ᵏ > 3(2ᵏ + 3k) = 3·2ᵏ + 9k。

要证 3·2ᵏ + 9k ≥ 2ᵏ⁺¹ + 3(k+1) = 2·2ᵏ + 3k + 3。

比较:3·2ᵏ + 9k − (2·2ᵏ + 3k + 3) = 2ᵏ + 6k − 3。

当 k ≥ 3,2ᵏ ≥ 8 且 6k ≥ 18,故 2ᵏ + 6k − 3 ≥ 23 > 0,不等式成立。依归纳法得证。

Present the inductive step with clear algebraic manipulation. Examiners look for a logical flow from assumption to conclusion, not just stating the final result.

演绎归纳步骤时应展示清晰的代数操作。考官看重从假设到结论的逻辑流程,而非仅仅写出最终结果。


8. Hyperbolic Functions: Identities and Equations | 双曲函数:恒等式与方程

Hyperbolic functions sinh x, cosh x, and tanh x are defined in terms of exponentials. Identities such as cosh²x − sinh²x = 1, sinh 2x = 2 sinh x cosh x, and Osborn’s rule help manipulate expressions. Solving equations often involves converting to exponential form or using identities to obtain a quadratic in sinh x or eˣ.

双曲函数 sinh x、cosh x 和 tanh x 通过指数定义。恒等式如 cosh²x − sinh²x = 1、sinh 2x = 2 sinh x cosh x 以及奥斯本规则有助于表达式变换。解方程时常转换为指数形式,或利用恒等式得到关于 sinh x 或 eˣ 的二次方程。

Example: Solve 3 cosh x − sinh x = 5.

Write in exponential form: 3·(eˣ + e⁻ˣ)/2 − (eˣ − e⁻ˣ)/2 = 5.

Multiply by 2: 3eˣ + 3e⁻ˣ − eˣ + e⁻ˣ = 10 ⇒ 2eˣ + 4e⁻ˣ = 10 ⇒ divide by 2: eˣ + 2e⁻ˣ = 5.

Multiply by eˣ: e^{2x} − 5eˣ + 2 = 0.

Let u = eˣ: u² − 5u + 2 = 0 ⇒ u = [5 ± √(25 − 8)]/2 = (5 ± √17)/2.

Both roots positive, so x = ln[(5 ± √17)/2].

例题:解 3 cosh x − sinh x = 5。

化为指数形式:3·(eˣ + e⁻ˣ)/2 − (eˣ − e⁻ˣ)/2 = 5。

两边乘 2:3eˣ + 3e⁻ˣ − eˣ + e⁻ˣ = 10 ⇒ 2eˣ + 4e⁻ˣ = 10 ⇒ 除以 2:eˣ + 2e⁻ˣ = 5。

同乘 eˣ:e^{2x} − 5eˣ + 2 = 0。

设 u = eˣ:u² − 5u + 2 = 0 ⇒ u = (5 ± √17)/2。

两根皆正,故 x = ln[(5 ± √17)/2]。

When using hyperbolic identities, remember that Osborn’s rule changes the sign of a product of sines when converting from trig identities. Always simplify to a form that allows exact logarithmic answers.

使用双曲恒等式时,记住奥斯本规则:从三角恒等式转换时需将正弦乘积项的符号改变。始终保持可将答案写为精确对数形式。


9. Numerical Methods for Equations | 数值方法解方程

FP2 expects you to use iteration to find roots of equations that cannot be solved analytically. A common question gives an iterative formula x_{n+1} = g(x_n) and asks to show convergence, find an approximate root to a specified accuracy, or prove that a root exists in an interval by sign change. You must demonstrate correct substitution and clear reasoning about divergence if |g'(α)| ≥ 1.

FP2 要求运用迭代法求无法解析求解的方程的根。常见题型如给出迭代公式 x_{n+1} = g(x_n),要求证明收敛、求满足指定精度的近似根,或通过符号变化证明区间内存在根。必须展示正确代入,并清楚论证当 |g'(α)| ≥ 1 时会发散。

Example: f(x) = x³ − 3x + 1. Show a root lies in [0, 0.5] and use x_{n+1} = ⅓ (x_n³ + 1) to find it to 3 decimal places.

f(0) = 1 > 0, f(0.5) = 0.125 − 1.5 + 1 = −0.375 < 0, so root exists.
g(x) = ⅓(x³ + 1). g'(x) = x². On [0, 0.5], |g'(x)| ≤ 0.25 < 1, so iteration converges.
Start x₀ = 0.3: x₁ = ⅓(0.027+1) ≈ 0.34233; x₂ = ⅓(0.04015+1) ≈ 0.34672; x₃ ≈ 0.34723; x₄ ≈ 0.34729; x₅ ≈ 0.34730. Root ≈ 0.347 (3 d.p.).

例题:f(x) = x³ − 3x + 1。证明在 [0, 0.5] 内有一根,并用迭代公式 x_{n+1} = ⅓ (x_n³ + 1) 求根至三位小数。

f(0) = 1 > 0, f(0.5) = −0.375 < 0,故根存在。
g(x) = ⅓(x³+1),g'(x) = x²。在 [0, 0.5] 上 |g'(x)| ≤ 0.25 < 1,故迭代收敛。
取 x₀ = 0.3:x₁ ≈ 0.34233;x₂ ≈ 0.34672;x₃ ≈ 0.34723;x₄ ≈ 0.34729;x₅ ≈ 0.34730。根约为 0.347(三位小数)。

Always show the arrangement into the iteration formula and confirm convergence by evaluating the derivative. State the stopping criterion, usually when two successive iterates agree to the required accuracy.

始终展示如何整理出迭代公式,并通过计算导数值确认收敛。说明终止条件,通常是连续两次迭代值在要求精度下一致。


10. Taylor Series Approximations to Functions | 泰勒级数函数逼近

Beyond Maclaurin series, FP2 may ask for Taylor expansions about a point x = a. The formula f(a + h) ≈ f(a) + h f'(a) + h²/2! f”(a) + … is used. You might be asked to estimate a function value, find an error bound using the next term, or compare with the true value. Establishing the sign of the remainder can show whether the estimate is an overestimate or underestimate.

除麦克劳林级数外,FP2 还可能要求对 x = a 展开的泰勒级数。公式为 f(a + h) ≈ f(a) + h f'(a) + h²/2! f”(a) + …。可能要求估算函数值、借助下一项求误差界或与真实值比较。通过确定余项的符号可判断估算值是偏大还是

Published by TutorHao | A-Level 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