📚 PDF资源导航

Essay Writing Framework and Model Answers for CIE AS Further Mathematics | CIE AS 进阶数学论文写作框架与范文

📚 Essay Writing Framework and Model Answers for CIE AS Further Mathematics | CIE AS 进阶数学论文写作框架与范文

In CIE AS Further Mathematics, many questions require more than just numerical answers. They demand well-structured, logical arguments that resemble short mathematical essays. This guide presents a clear writing framework for proofs, derivations, and structured solutions, along with worked examples to demonstrate how to present your reasoning effectively in the exam.

在 CIE AS 进阶数学中,许多题目要求的不仅仅是数字答案。它们需要结构清晰、逻辑严密的论证,类似于一篇简短的数学论文。本指南将介绍证明题、推导题和结构化解答的清晰写作框架,并提供详细范文,展示如何在考试中有效呈现你的推理过程。


1. What Makes a Good Proof in Further Mathematics? | 进阶数学中好的证明应具备什么?

A well-written mathematical proof or structured solution is a sequence of logically connected statements that lead from the given hypothesis to the required conclusion. Each step must be justified by a definition, a known theorem, or a previously established result. The examiner is looking for precision, clarity, and completeness.

一篇写得好的数学证明或结构化解答,是一系列逻辑相连的陈述,从已知假设通向所需结论。每一步都必须由一个定义、已知定理或先前确定的结果来证明。考官关注的是精确性、清晰度和完整性。

In CIE AS Further Mathematics, topics such as mathematical induction, vectors, complex numbers, and polynomials often feature questions that explicitly ask you to ‘prove’, ‘show that’, or ‘verify’. Your response must not leave gaps in reasoning. This is where a consistent writing framework becomes invaluable.

在 CIE AS 进阶数学中,数学归纳法、向量、复数、多项式等主题常常出现明确要求“证明”、“求证”或“验证”的题目。你的答案不得留下推理空白。这时,一套一致的写作框架就显得极为宝贵。


2. The Core Framework: Statement – Method – Justification | 核心框架:陈述 – 方法 – 理据

Every line of a proof can be built using a simple three-part structure. First, state what you aim to achieve in that step (Statement). Then, perform the algebraic manipulation or logical deduction (Method). Finally, briefly cite the reason: a theorem, an axiom, or the induction hypothesis (Justification).

证明的每一行都可以用一个简单的三部分结构来构建。首先,陈述你这一步要达到的目标(陈述)。然后,进行代数运算或逻辑推导(方法)。最后,简要说明理由:一个定理、公理或归纳假设(理据)。

For example, when using proof by induction, the base case is stated, verified by substitution, and the conclusion that the statement holds for n=1 is drawn. The inductive step begins with ‘Assume true for n=k’, applies the assumption, and uses algebraic manipulation to reach the statement for n=k+1, ending with a concluding sentence that the statement is true for all positive integers.

例如,使用数学归纳法时,先陈述基础情形,通过代入验证,然后得出结论:命题对 n=1 成立。归纳步骤开始于“假设对 n=k 成立”,应用该假设,并通过代数运算推出对 n=k+1 成立,最后用总结句说明该命题对所有正整数成立。

Adopting this framework prevents you from jumping to conclusions without showing the necessary intermediate reasoning, which is a common cause of lost marks.

采用此框架可以防止你跳过必要的中间推理匆忙得出结论,这是失分的常见原因。


3. Template for Proof by Induction | 数学归纳法证明模板

Proof by induction appears frequently in CIE AS Further Mathematics, especially in summation of series, divisibility, and matrix powers. A standard template is essential for writing a full-mark solution. The template has five clear stages.

数学归纳法证明在 CIE AS 进阶数学中频频出现,特别是在级数求和、整除性和矩阵幂等主题。要写出满分答案,标准模板必不可少。模板包含五个清晰的阶段。

Stage 1: Define the proposition P(n). Stage 2: Base case – show P(1) is true. Stage 3: Inductive hypothesis – assume P(k) is true for some positive integer k. Stage 4: Inductive step – use the hypothesis to prove P(k+1) is true. Stage 5: Conclusion – by mathematical induction, P(n) is true for all n ∈ ℕ.

阶段1:定义命题 P(n)。阶段2:基础情形——证明 P(1) 成立。阶段3:归纳假设——假设对某个正整数 k,P(k) 成立。阶段4:归纳步骤——利用假设证明 P(k+1) 成立。阶段5:结论——根据数学归纳法,P(n) 对所有 n ∈ ℕ 成立。

Always write the proposition clearly before starting, and ensure the induction hypothesis is explicitly stated. In the inductive step, clearly show where the hypothesis is used. A well-structured induction proof reads like a clear essay with an introduction, body, and conclusion.

在开始之前,务必清晰地写出命题,并确保归纳假设被明确陈述。在归纳步骤中,要清楚地显示出在哪里使用了假设。结构良好的归纳证明读起来就像一篇清晰的小论文,有引言、正文和结论。


4. Model Answer: Induction with Summation | 范文:求和公式的归纳证明

Question: Prove by induction that for all positive integers n, ∑ᵣ₌₁ⁿ r(r+1) = ⅓ n(n+1)(n+2).

题目:用数学归纳法证明,对所有正整数 n,∑ᵣ₌₁ⁿ r(r+1) = ⅓ n(n+1)(n+2)。

Solution: Let P(n) be the statement ∑ᵣ₌₁ⁿ r(r+1) = ⅓ n(n+1)(n+2).

解答:令 P(n) 表示命题 ∑ᵣ₌₁ⁿ r(r+1) = ⅓ n(n+1)(n+2)。

Base case: When n=1, LHS = 1×2 = 2. RHS = ⅓×1×2×3 = 2. Thus LHS = RHS, so P(1) is true.

基础情形:当 n=1 时,左边 = 1×2 = 2。右边 = ⅓×1×2×3 = 2。因此左边等于右边,所以 P(1) 成立。

Inductive hypothesis: Assume P(k) is true for some positive integer k, i.e., ∑ᵣ₌₁ᵏ r(r+1) = ⅓ k(k+1)(k+2).

归纳假设:假设对某个正整数 k,P(k) 成立,即 ∑ᵣ₌₁ᵏ r(r+1) = ⅓ k(k+1)(k+2)。

Inductive step: Consider ∑ᵣ₌₁ᵏ⁺¹ r(r+1) = [∑ᵣ₌₁ᵏ r(r+1)] + (k+1)(k+2). By the hypothesis, this equals ⅓ k(k+1)(k+2) + (k+1)(k+2). Factor (k+1)(k+2): = (k+1)(k+2)(⅓ k + 1) = (k+1)(k+2)( (k+3)/3 ) = ⅓ (k+1)(k+2)(k+3). This is exactly P(k+1). Hence P(k+1) holds.

归纳步骤:考虑 ∑ᵣ₌₁ᵏ⁺¹ r(r+1) = [∑ᵣ₌₁ᵏ r(r+1)] + (k+1)(k+2)。根据归纳假设,此式等于 ⅓ k(k+1)(k+2) + (k+1)(k+2)。提取公因式 (k+1)(k+2):= (k+1)(k+2)(⅓ k + 1) = (k+1)(k+2)( (k+3)/3 ) = ⅓ (k+1)(k+2)(k+3)。这正是 P(k+1) 的形式。因此 P(k+1) 成立。

Conclusion: Since P(1) is true and P(k) ⇒ P(k+1), by the principle of mathematical induction P(n) is true for all positive integers n.

结论:因为 P(1) 成立且 P(k) ⇒ P(k+1),根据数学归纳法原理,P(n) 对所有正整数 n 都成立。


5. Template for Proof by Contradiction | 反证法模板

Proof by contradiction is a powerful technique required in CIE AS Further Mathematics, often used for irrationality of roots, infinity of primes, or certain inequalities. The writing structure helps the examiner follow your logic.

反证法是 CIE AS 进阶数学中需要掌握的一种有力技巧,常用于证明根号的无理性、素数无穷性或某些不等式。良好的写作结构有助于考官理解你的逻辑。

Step 1: State the proposition to be proved and explicitly assume the opposite is true. Step 2: Deduce logical consequences of that assumption using valid algebraic or arithmetic steps. Step 3: Arrive at a contradiction – something impossible, like 1=0, or a violation of a known theorem. Step 4: Conclude that the initial assumption must be false, and therefore the original statement is true.

第1步:陈述要证明的命题,并明确假设其相反情况为真。第2步:通过有效的代数或算术步骤推导该假设的逻辑后果。第3步:得出一个矛盾——不可能的事情,比如 1=0,或违反已知定理。第4步:得出结论:最初的假设必定为假,因此原命题为真。

Phrases like “Suppose, for contradiction, that…” and “This contradicts…” are very important signposts in your written answer.

在你的书面答案中,诸如“假设,为了导出矛盾,……”和“这与……矛盾”这样的措辞是非常重要的指路牌。


6. Model Answer: Proving Irrationality of √2 | 范文:证明 √2 的无理性

Question: Prove by contradiction that √2 is irrational.

题目:用反证法证明 √2 是无理数。

Solution: Suppose, for contradiction, that √2 is rational. Then we can write √2 = p/q where p and q are integers with no common factors (i.e. the fraction is in its lowest terms) and q ≠ 0.

解答:假设,为了导出矛盾,√2 是有理数。那么我们可以写成 √2 = p/q,其中 p 和 q 是没有公因数的整数(即分数已化为最简形式),且 q ≠ 0。

Squaring both sides gives 2 = p²/q², so p² = 2q². (1) This implies p² is even, and therefore p must be even (since the square of an odd number is odd). So we can write p = 2k for some integer k.

两边平方得 2 = p²/q²,因此 p² = 2q²。(1) 这意味着 p² 是偶数,所以 p 也必须是偶数(因为奇数的平方是奇数)。因此我们可以写成 p = 2k,其中 k 是某整数。

Substituting p = 2k into (1) gives (2k)² = 2q² ⇒ 4k² = 2q² ⇒ q² = 2k². Hence q² is even, and so q is even. But if both p and q are even, then they share a common factor of 2, which contradicts our assumption that p/q is in its lowest terms. This contradiction shows that our initial supposition is false. Therefore √2 is irrational.

将 p = 2k 代入 (1) 式得到 (2k)² = 2q² ⇒ 4k² = 2q² ⇒ q² = 2k²。因此 q² 是偶数,所以 q 也是偶数。但若 p 和 q 都是偶数,则它们有公因数 2,这与我们假设的 p/q 为最简分数矛盾。这一矛盾表明我们最初的假设为假。因此 √2 是无理数。


7. Template for Vector Proofs | 向量证明模板

Vector proofs in AS Further Mathematics often involve proving collinearity, concurrency, or ratios of division. A structured approach using vector notation and clearly stated conditions is essential.

AS 进阶数学中的向量证明常涉及证明共线性、共点性以及分割比例。使用向量符号并清晰陈述条件,采取结构化的方法是必不可少的。

Begin by defining your vectors (e.g., position vectors of key points). Then set up the relationships you want to prove. To prove three points A, B, C are collinear, show that AB = λ BC for some scalar λ. To prove a point P divides AB in a given ratio, express the position vector of P as a linear combination of A and B with the correct coefficients.

首先,定义你的向量(例如,各关键点的位置向量)。然后建立你想要证明的关系。要证明三点 A、B、C 共线,需证明存在某个标量 λ 使得 AB = λ BC。要证明点 P 以给定比例分割线段 AB,需将 P 的位置向量表示为 A 和 B 的线性组合,并配以正确的系数。

Always conclude with a sentence summarising what has been proved, e.g., “Therefore, AB and BC are parallel and share point B, so A, B, C are collinear.”

始终用一句话总结已证明的内容,例如:“因此,AB 与 BC 平行且共有点 B,所以 A、B、C 三点共线。”


8. Model Answer: Proving Collinearity | 范文:证明共线性

Question: Relative to an origin O, points A, B and C have position vectors a, b and c. Given that c = 3a – 2b, and A, B are not collinear with O, prove that A, B, C are collinear.

题目:相对于原点 O,点 A、B、C 的位置向量分别为 a、b 和 c。已知 c = 3a – 2b,且 A、B 不与 O 共线,证明 A、B、C 三点共线。

Solution: First, find vector AC and vector AB. AC = c – a = (3a – 2b) – a = 2a – 2b. AB = b – a.

解答:首先,求出向量 AC 和向量 AB。AC = c – a = (3a – 2b) – a = 2a – 2b。AB = b – a。

Now observe that AC = 2a – 2b = -2(b – a) = -2 AB. Since AC can be written as a scalar multiple of AB, the vectors AC and AB are parallel. Moreover, both vectors share the point A. Therefore, points A, B, C lie on the same straight line, and they are collinear.

现在观察得 AC = 2a – 2b = -2(b – a) = -2 AB。由于 AC 可以写成 AB 的标量倍数,所以向量 AC 和 AB 平行。此外,这两个向量共有点 A。因此,点 A、B、C 位于同一直线上,它们共线。


9. Writing Solutions for Polynomial and Complex Number Problems | 多项式与复数问题的解答写作

When solving polynomial equations or working with complex numbers, the solution must read logically. State the given information, then apply the relevant theorem (e.g., Fundamental Theorem of Algebra, conjugate root theorem). For cubic equations with real coefficients, if a complex root is known, immediately state its conjugate is also a root, then form the quadratic factor.

在解多项式方程或处理复数时,解答必须具有逻辑性。陈述已知信息,然后应用相关定理(例如,代数基本定理、共轭根定理)。对于实系数三次方程,如果已知一个复根,应立刻声明其共轭复数也是根,然后构造二次因式。

For example, if 2+i is a root of x³ – 5x² + 11x – 15 = 0, then 2-i is also a root. The sum and product of these conjugate roots give a real quadratic factor (x² – 4x + 5). Divide the cubic by this quadratic to find the remaining real linear factor, then write all roots. Always present this as a clear chain of deductions.

例如,若 2+i 是方程 x³ – 5x² + 11x – 15 = 0 的一个根,则 2-i 也是一个根。这对共轭根的和与积给出实系数二次因式 (x² – 4x + 5)。用三次式除以该二次式即得剩下的实线性因式,进而写出所有根。始终要将此过程呈现为一条清晰的推导链。


10. Common Mistakes to Avoid in Mathematical Essays | 数学论文中应避免的常见错误

Many students lose marks not because they don’t know the mathematics, but because their writing is disorganised. Common pitfalls include omitting the base case in induction, using the induction hypothesis without stating it, starting an argument with what you are trying to prove, and forgetting to close the proof with a concluding statement.

许多学生失分并非因为不懂数学,而是因为写作凌乱。常见的陷阱包括:归纳法中遗漏基础情形、使用归纳假设却不加陈述、从你要证明的结论出发进行论证、以及忘记用总结性话语结束证明。

Another error is mishandling variables. In proof by induction, never write ‘Assume true for n=k’ and then work directly with n=k+1 as if it were already true. Instead, start from the expression for n=k+1 and use the hypothesis to transform it into the required form. Also, avoid ambiguous symbols and disorganised work scattered across the page.

另一个错误是变量使用不当。在数学归纳法中,切勿写“假设对 n=k 成立”,然后直接对 n=k+1 进行运算,就好像它已经成立一样。相反,应从 n=k+1 的表达式出发,利用假设将其转化为所需形式。此外,要避免模糊的符号以及满篇凌乱的书写。


11. Exam Strategy for Structured Solutions | 结构化解答的考试策略

During the exam, plan your proof before you write it. Jot down the key steps in the margin. Look at the mark allocation – a 5-mark induction question likely requires the base case (1 mark), a clear hypothesis (1 mark), the algebraic manipulation in the inductive step (2 marks), and a sound conclusion (1 mark). Write accordingly.

考试时,在动笔前先规划好证明。在页边空白处简要记下关键步骤。注意分值分配——一道 5 分的归纳法题目通常要求:基础情形(1 分)、清晰的假设(1 分)、归纳步骤中的代数推导(2 分)以及恰当的结论(1 分)。据此进行写作。

Use the correct mathematical notation throughout. Do not invent your own shorthand; write ‘therefore’, ‘since’, ‘hence’ where appropriate. The examiner appreciates a solution that is self-contained and easy to follow, even if it is slightly more verbose than the absolute minimum. A few extra words of explanation can make the difference between a clear proof and a confusing one.

全程使用正确的数学符号。不要自创简写;在适当的地方写上“因此”、“由于”、“所以”。考官欣赏自成一体的、易于理解的解答,即使它比绝对最短的写法稍微冗长一些。几句额外的解释性话语可以区分出一个清晰的证明与一个令人困惑的解答。


12. Summary and Final Advice | 总结与最后建议

Mastering the art of writing structured mathematical arguments is essential for success in CIE AS Further Mathematics. Whether you are proving a summation formula by induction, demonstrating irrationality by contradiction, or establishing collinearity with vectors, the same principles apply: state, justify, and conclude clearly.

掌握结构化数学论证的写作艺术,对于在 CIE AS 进阶数学中取得成功至关重要。无论你是用归纳法证明求和公式,用反证法证明无理性,还是用向量证明共线性,都适用同样的原则:清晰地陈述、论证并总结。

Practice writing model answers under timed conditions, and always review your solutions critically for logical leaps. Remember that a well-written proof is a story that takes the reader from the given hypothesis to the required conclusion with no gaps in reasoning. Treat every “show that” question as an opportunity to demonstrate your ability to think and write mathematically.

在计时条件下练习撰写范文,并始终以批判的眼光审视你的解答是否存在逻辑跳跃。切记,一篇好的证明就是一个故事,它带领读者从已知假设出发,不留任何推理空白地到达所需结论。将每一道“求证”题视为一个展示你数学思维与写作能力的机会。

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