IGCSE 数学中,二次方程(Quadratic Equations)是代数部分的核心内容之一。从求解根(roots)到绘制抛物线图像(parabolic graphs),二次方程贯穿整个课程,也是后续 A-Level 数学的重要基础。本文系统梳理 IGCSE 二次方程的关键知识点和解题技巧。
In IGCSE Mathematics, quadratic equations are one of the core topics in algebra. From solving for roots to sketching parabolic graphs, quadratic equations run through the entire syllabus and serve as an important foundation for A-Level Mathematics. This article systematically covers the key knowledge points and problem-solving techniques for IGCSE quadratic equations.
1. 二次方程的标准形式 / Standard Form of Quadratic Equations
二次方程的标准形式为 ax^2 + bx + c = 0,其中 a、b、c 为常数,且 a ≠ 0。如果 a = 0,方程退化为一次方程。在 IGCSE 考试中,题目通常直接给出标准形式的二次方程,但有时也需要你先整理化简,将所有项移到等号一侧。
The standard form of a quadratic equation is ax^2 + bx + c = 0, where a, b, and c are constants and a ≠ 0. If a = 0, the equation degenerates into a linear equation. In IGCSE exams, questions typically provide quadratic equations in standard form directly, but sometimes you need to rearrange and simplify first, moving all terms to one side of the equals sign.
例如,将 3x^2 + 5x = 2 整理为标准形式:3x^2 + 5x – 2 = 0,此时 a = 3, b = 5, c = -2。
For example, rearrange 3x^2 + 5x = 2 into standard form: 3x^2 + 5x – 2 = 0, where a = 3, b = 5, c = -2.
2. 三种求解方法 / Three Solution Methods
2.1 因式分解法 / Factorisation Method
因式分解法是最直观的方法,适用于方程可以轻松拆分为两个一次因式的情况。方法是找到两个数 p 和 q,使得 p + q = b 且 p × q = a × c,然后将中间项 bx 拆分为 px + qx,再进行分组因式分解。
The factorisation method is the most intuitive approach, suitable when the equation can be easily split into two linear factors. The method is to find two numbers p and q such that p + q = b and p × q = a × c, then split the middle term bx into px + qx, followed by grouping factorisation.
例题 / Example: 解 x^2 – 5x + 6 = 0 / Solve x^2 – 5x + 6 = 0
因式分解 / Factorise: (x – 2)(x – 3) = 0
因此 x = 2 或 x = 3 / Therefore x = 2 or x = 3
注意:当 a ≠ 1 时,需要同时考虑 a 和 c 的因数组合。例如 2x^2 + 7x + 3 = 0,我们需要找到使 2x^2 + 7x + 3 = (2x + 1)(x + 3) 成立的拆分方式。
Note: When a ≠ 1, you need to consider factor combinations of both a and c. For example, for 2x^2 + 7x + 3 = 0, we need to find the split that gives 2x^2 + 7x + 3 = (2x + 1)(x + 3).
2.2 配方法 / Completing the Square
配方法将二次方程转化为 (x + p)^2 = q 的形式,然后开平方求解。这是理解二次函数图像和推导求根公式的关键方法。步骤:先将二次项系数化为 1,然后在等式两边加上 (b/2)^2。
Completing the square transforms the quadratic equation into the form (x + p)^2 = q, then solves by taking square roots. This is the key method for understanding the graph of quadratic functions and deriving the quadratic formula. Steps: first make the coefficient of x^2 equal to 1, then add (b/2)^2 to both sides.
例题 / Example: 解 x^2 + 6x + 2 = 0 / Solve x^2 + 6x + 2 = 0
x^2 + 6x = -2
x^2 + 6x + 9 = -2 + 9 (加 (6/2)^2 = 9 / add (6/2)^2 = 9)
(x + 3)^2 = 7
x + 3 = ±√7
x = -3 ± √7
2.3 求根公式 / Quadratic Formula
求根公式是万能方法,适用于任何二次方程:x = [-b ± √(b^2 – 4ac)] / 2a。这是 IGCSE 公式表中提供的重要公式。使用时注意:先计算判别式 Δ = b^2 – 4ac,再代入公式。
The quadratic formula is a universal method applicable to any quadratic equation: x = [-b ± √(b^2 – 4ac)] / 2a. This is an important formula provided in the IGCSE formula sheet. When using it, note: first calculate the discriminant Δ = b^2 – 4ac, then substitute into the formula.
例题 / Example: 解 4x^2 – 4x – 3 = 0 / Solve 4x^2 – 4x – 3 = 0
a = 4, b = -4, c = -3
Δ = (-4)^2 – 4 × 4 × (-3) = 16 + 48 = 64
x = [4 ± √64] / 8 = [4 ± 8] / 8
x = 12/8 = 3/2 或/or x = -4/8 = -1/2
3. 判别式与根的性质 / Discriminant and Nature of Roots
判别式 Δ = b^2 – 4ac 决定了二次方程根的数量和类型:
- Δ > 0:两个不相等的实根 / two distinct real roots
- Δ = 0:一个实根(两个相等实根)/ one real root (two equal real roots)
- Δ < 0:没有实根(两个共轭复根)/ no real roots (two complex conjugate roots)
The discriminant Δ = b^2 – 4ac determines the number and type of roots of a quadratic equation:
- Δ > 0: two distinct real roots
- Δ = 0: one real root (two equal real roots)
- Δ < 0: no real roots (two complex conjugate roots)
IGCSE 考试中常见题型:给定一个含参数的二次方程,要求判断根的情况或求参数取值范围。例如:Find the values of k for which the equation x^2 + kx + 9 = 0 has two distinct real roots. 需要令 Δ > 0,即 k^2 – 36 > 0,解得 k < -6 或 k > 6。
A common IGCSE exam question type: given a quadratic equation with a parameter, determine the nature of roots or find the range of the parameter. For example: Find the values of k for which the equation x^2 + kx + 9 = 0 has two distinct real roots. Set Δ > 0, i.e., k^2 – 36 > 0, giving k < -6 or k > 6.
4. 二次函数的图像 / Graphs of Quadratic Functions
二次函数 y = ax^2 + bx + c 的图像是一条抛物线(parabola)。a 的符号决定开口方向:a > 0 时开口向上(U 形),a < 0 时开口向下(∩ 形)。|a| 越大,抛物线越窄。
The graph of a quadratic function y = ax^2 + bx + c is a parabola. The sign of a determines the direction of opening: when a > 0, it opens upward (U-shape); when a < 0, it opens downward (∩-shape). The larger |a| is, the narrower the parabola.
4.1 关键特征 / Key Features
顶点 / Vertex: 抛物线的最低点(a > 0)或最高点(a < 0)。通过配方法可求得顶点坐标:(-b/(2a), f(-b/(2a)))。
Vertex: The lowest point (a > 0) or highest point (a < 0) of the parabola. Using completing the square, the vertex coordinates are: (-b/(2a), f(-b/(2a))).
对称轴 / Axis of Symmetry: x = -b/(2a),抛物线关于此直线对称。
Axis of Symmetry: x = -b/(2a), the parabola is symmetric about this line.
y 截距 / y-intercept: 令 x = 0,得 y = c。即抛物线与 y 轴交于点 (0, c)。
y-intercept: Set x = 0, giving y = c. The parabola intersects the y-axis at (0, c).
x 截距(根)/ x-intercepts (roots): 令 y = 0,解 ax^2 + bx + c = 0。根的个数由判别式决定,即为抛物线与 x 轴的交点个数。
x-intercepts (roots): Set y = 0, solve ax^2 + bx + c = 0. The number of roots is determined by the discriminant, which equals the number of intersections between the parabola and the x-axis.
4.2 图像的三种形式 / Three Forms of Quadratic Expressions
IGCSE 要求掌握二次函数的三种表达形式及其互化:
- 标准式 / Standard Form: y = ax^2 + bx + c —— 直接读出 y 截距
- 顶点式 / Vertex Form: y = a(x – h)^2 + k —— 直接读出顶点 (h, k)
- 因式分解式 / Factorised Form: y = a(x – p)(x – q) —— 直接读出 x 截距 p 和 q
IGCSE requires mastery of three forms of quadratic expressions and their interconversion:
- Standard Form: y = ax^2 + bx + c — directly read the y-intercept
- Vertex Form: y = a(x – h)^2 + k — directly read the vertex (h, k)
- Factorised Form: y = a(x – p)(x – q) — directly read the x-intercepts p and q
5. 常见题型与解题策略 / Common Question Types and Strategies
5.1 解二次方程 / Solving Quadratic Equations
策略:优先尝试因式分解(快),如果不行则用求根公式(万能)。配方法在特定题型(如用配方法解题)中必须使用。
Strategy: Try factorisation first (fast); if not possible, use the quadratic formula (universal). Completing the square must be used when specifically required (e.g., Solve by completing the square).
5.2 图像题 / Graph Questions
给定抛物线图像,识别顶点、对称轴、根和 y 截距。反之,给定二次函数表达式,画出草图并标注关键特征。
Given a parabola graph, identify the vertex, axis of symmetry, roots, and y-intercept. Conversely, given a quadratic function expression, sketch the graph and label key features.
5.3 应用题 / Word Problems
IGCSE 中二次方程常与实际场景结合,如抛物运动(projectile motion)、面积最大化(maximising area)、利润优化(profit optimisation)等。关键是正确建立二次模型。
In IGCSE, quadratic equations often appear in real-world contexts, such as projectile motion, maximising area, and profit optimisation. The key is to correctly set up the quadratic model.
典型例题 / Typical Example: A ball is thrown upward from a height of 2 metres with an initial velocity of 20 m/s. Its height h (in metres) after t seconds is given by h = -5t^2 + 20t + 2. Find the maximum height reached.
顶点法 / Vertex method: t = -b/(2a) = -20/(-10) = 2 秒/seconds
h(2) = -5(4) + 40 + 2 = 22 米/metres
6. 易错点提醒 / Common Pitfalls
- 忘记 a ≠ 0 的条件:如果 a = 0,方程不是二次的,不能使用二次方程的方法。
- Forgetting the condition a ≠ 0: If a = 0, the equation is not quadratic and quadratic methods cannot be used.
- 因式分解时漏解:(x – 2)(x – 3) = 0 的解是 x = 2 或 x = 3,不要只写一个。
- Missing solutions in factorisation: The solutions to (x – 2)(x – 3) = 0 are x = 2 or x = 3; do not write only one.
- 求根公式符号错误:牢记分子是 -b ± √(b^2 – 4ac),不是 b ± √(b^2 – 4ac)。
- Sign error in quadratic formula: Remember the numerator is -b ± √(b^2 – 4ac), not b ± √(b^2 – 4ac).
- 画图时忽略 a 的正负:a > 0 开口向上,a < 0 开口向下,画反会全题失分。
- Ignoring the sign of a when sketching: a > 0 opens upward, a < 0 opens downward; getting this wrong loses all marks for the question.
- 判别式与根的关系混淆:Δ > 0 = 两个不同实根,Δ = 0 = 一个实根,Δ < 0 = 无实根。
- Confusing discriminant and root relationship: Δ > 0 = two distinct real roots, Δ = 0 = one real root, Δ < 0 = no real roots.
7. 总结与练习建议 / Summary and Practice Tips
二次方程是 IGCSE 数学中分值占比很高的章节,通常出现在 Paper 2 和 Paper 4 中。建议:
- 熟练掌握三种解法(因式分解、配方、公式),并能根据题目灵活选择。
- 理解判别式的几何意义,能将其与图像特征关联。
- 多练习应用题建模,尤其是抛物运动和面积问题。
- 画图时标注所有关键特征(顶点、对称轴、截距)。
Quadratic equations form a high-mark chapter in IGCSE Mathematics, typically appearing in both Paper 2 and Paper 4. Recommendations:
- Master all three solution methods (factorisation, completing the square, formula) and choose flexibly based on the question.
- Understand the geometric meaning of the discriminant and relate it to graph features.
- Practise word problem modelling, especially projectile motion and area problems.
- Label all key features when sketching graphs (vertex, axis of symmetry, intercepts).
掌握二次方程,不仅是为了 IGCSE 高分,更是为 A-Level 的微积分和进阶函数学习打下坚实基础。坚持练习,你一定可以做到!
Mastering quadratic equations is not only for achieving high marks in IGCSE, but also for building a solid foundation for calculus and advanced functions in A-Level. Keep practising, and you can do it!
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导