📚 Solving Quadratic Equations in IGCSE Mathematics | IGCSE数学中的二次方程求解
Quadratic equations form a cornerstone of IGCSE mathematics, appearing in algebra, graphs, problem solving, and higher-level topics. Mastery of the different solution methods is essential for success in both Paper 2 and Paper 4. This guide provides teachers with a clear, structured approach to teaching quadratics, including worked examples, common pitfalls, and classroom strategies.
二次方程是IGCSE数学的基石,贯穿代数、图像、应用题及更高阶内容。熟练掌握各种求解方法是Paper 2和Paper 4取得高分的关键。本教师指南提供清晰、结构化的教学路径,包含典型例题、常见误区与课堂策略。
1. Expanding and Factorising Quadratics | 展开与因式分解二次式
Before solving equations, students must be fluent in expanding brackets and factorising quadratic expressions. The standard form is ax² + bx + c, where a ≠ 0. When a = 1, factorising is straightforward: find two numbers that multiply to give c and add to give b.
在求解方程之前,学生必须熟练掌握展开括号和因式分解二次式。标准形式为 ax² + bx + c,其中 a ≠ 0。当 a = 1 时,因式分解直接明了:找到两个数,它们的乘积为 c,和为 b。
-
Example: x² + 7x + 12 = (x + 3)(x + 4), because 3 × 4 = 12 and 3 + 4 = 7.
-
示例:x² + 7x + 12 = (x + 3)(x + 4),因为 3 × 4 = 12,且 3 + 4 = 7。
When a ≠ 1, use the method of splitting the middle term or trial and error. For example, 2x² + 7x + 3 = (2x + 1)(x + 3).
当 a ≠ 1 时,可使用拆中项法或试错法。例如,2x² + 7x + 3 = (2x + 1)(x + 3)。
-
Teaching tip: Always expand the factors to verify the result. This reinforces the connection between expansion and factorisation.
-
教学建议:务必展开因式以验证结果,强化展开与因式分解之间的联系。
2. Solving Quadratics by Factorisation | 用因式分解法解二次方程
Once factorised, the equation can be solved using the zero-product property: if (x – p)(x – q) = 0, then x = p or x = q. This method works only when the expression can be factorised over integers.
因式分解后,可利用零乘积性质求解:若 (x – p)(x – q) = 0,则 x = p 或 x = q。此方法仅适用于可以在整数范围内分解的二次式。
x² – 5x + 6 = 0 → (x – 2)(x – 3) = 0 → x = 2 or x = 3
x² – 5x + 6 = 0 → (x – 2)(x – 3) = 0 → x = 2 或 x = 3
Students should also recognise special cases, such as difference of two squares: x² – 9 = (x – 3)(x + 3), and perfect squares: x² + 6x + 9 = (x + 3)².
学生还应识别特殊情况:平方差公式 x² – 9 = (x – 3)(x + 3),完全平方公式 x² + 6x + 9 = (x + 3)²。
-
Common mistake: Forgetting to rearrange the equation to zero before factorising.
-
常见错误:在因式分解前未将方程整理为零。
3. Completing the Square | 配方法
Completing the square rewrites ax² + bx + c in the form a(x – h)² + k. This form reveals the vertex of the parabola and is essential for solving equations that cannot be factorised.
配方法将 ax² + bx + c 改写为 a(x – h)² + k 的形式。这一形式揭示抛物线的顶点,也是求解不可因式分解方程的关键。
x² + 6x + 2 = (x + 3)² – 7
x² + 6x + 2 = (x + 3)² – 7
Steps: Take half of the coefficient of x, square it, then balance the constant. For a ≠ 1, factor out a from the x terms first.
步骤:取 x 系数的一半,平方后加减以保持等式平衡。当 a ≠ 1 时,先将 a 从含 x 的各项中提出。
-
Example: Solve x² + 6x + 2 = 0 by completing the square.
-
示例:用配方法解 x² + 6x + 2 = 0。
(x + 3)² – 7 = 0 → (x + 3)² = 7 → x = -3 ± √7
(x + 3)² – 7 = 0 → (x + 3)² = 7 → x = -3 ± √7
4. The Quadratic Formula | 求根公式
The quadratic formula is the most general method and works for any quadratic equation ax² + bx + c = 0. Students must memorise it and learn to substitute values carefully.
求根公式是最通用的方法,适用于任何二次方程 ax² + bx + c = 0。学生必须牢记公式,并谨慎代入数值。
x = (-b ± √(b² – 4ac)) / (2a)
x = (-b ± √(b² – 4ac)) / (2a)
For example, solve 2x² + 3x – 2 = 0. Here a = 2, b = 3, c = -2.
例如,解 2x² + 3x – 2 = 0。此处 a = 2,b = 3,c = -2。
x = (-3 ± √(9 – 4×2×(-2))) / (4) = (-3 ± √25) / 4 = (-3 ± 5) / 4
x = (-3 ± √(9 – 4×2×(-2))) / (4) = (-3 ± √25) / 4 = (-3 ± 5) / 4
Thus x = 0.5 or x = -2.
因此 x = 0.5 或 x = -2。
5. The Discriminant | 判别式
The discriminant, Δ = b² – 4ac, determines the nature of the roots without solving the full equation. This is a frequent IGCSE exam topic.
判别式 Δ = b² – 4ac 无需解完整方程即可判断根的性质。这是IGCSE考试的高频考点。
| Discriminant Δ | Nature of roots | Graph relationship |
|---|---|---|
| Δ > 0 | Two distinct real roots | Parabola crosses the x-axis twice |
| Δ = 0 | One real root (repeated) | Parabola touches the x-axis |
| Δ < 0 | No real roots | Parabola does not intersect the x-axis |
判别式 Δ = b² – 4ac 决定了根的性质,无需解出全部方程。这是IGCSE常考内容。
-
Example: For x² – 4x + 4 = 0, Δ = 16 – 16 = 0, so the equation has one repeated root x = 2.
-
示例:对于 x² – 4x + 4 = 0,Δ = 16 – 16 = 0,因此方程有一个重根 x = 2。
6. Quadratic Graphs and Their Features | 二次函数图像及其特征
The graph of y = ax² + bx + c is a parabola. When a > 0 it opens upwards, and when a < 0 it opens downwards. The vertex is the maximum or minimum point, and its x-coordinate is given by x = -b/(2a).
函数 y = ax² + bx + c 的图像是抛物线。当 a > 0 时开口向上,当 a < 0 时开口向下。顶点是最大值或最小值点,其 x 坐标为 x = -b/(2a)。
Vertex (h, k) = (-b/(2a), f(-b/(2a)))
顶点坐标 (h, k) = (-b/(2a), f(-b/(2a)))
-
The y-intercept is c.
-
y 截距为 c。
-
The x-intercepts are the real roots of ax² + bx + c = 0.
-
x 截距是方程 ax² + bx + c = 0 的实数根。
Sketching a quadratic requires finding the vertex, intercepts, and direction of opening. Completing the square makes the vertex directly visible.
绘制二次函数草图需要找出顶点、截距和开口方向。配方法可直接显示顶点。
7. Solving Quadratic Inequalities | 解二次不等式
IGCSE extended students may be asked to solve inequalities such as ax² + bx + c > 0 or ax² + bx + c ≤ 0. The method involves finding the critical roots and testing intervals on a number line.
IGCSE附加数学学生可能需要求解形如 ax² + bx + c > 0 或 ax² + bx + c ≤ 0 的不等式。方法包括求临界根,并在数轴上测试区间。
x² – x – 6 > 0
x² – x – 6 > 0
Factorise: (x – 3)(x + 2) > 0. The roots are x = 3 and x = -2. Since the graph opens upwards, the quadratic is positive when x < -2 or x > 3.
因式分解:(x – 3)(x + 2) > 0。根为 x = 3 和 x = -2。由于抛物线开口向上,当 x < -2 或 x > 3 时二次式为正。
x < -2 or x > 3
x < -2 或 x > 3
8. Word Problems Involving Quadratics | 二次方程应用题
Many exam problems require translating a real-world situation into a quadratic equation. Common contexts include area problems, projectile motion, and number puzzles.
许多考题需要将实际情境转化为二次方程。常见背景包括面积问题、抛体运动和数字谜题。
-
Example: A rectangle has length 3 cm greater than its width. Its area is 40 cm². Find the width.
-
示例:一个矩形的长比宽多 3 cm,面积为 40 cm²。求宽。
x(x + 3) = 40 → x² + 3x – 40 = 0 → (x + 8)(x – 5) = 0 → x = 5
x(x + 3) = 40 → x² + 3x – 40 = 0 → (x + 8)(x – 5) = 0 → x = 5
Reject the negative root because width cannot be negative.
舍去负根,因为宽度不能为负。
9. The Sum and Product of Roots | 根的和与积
For a quadratic equation ax² + bx + c = 0, the sum of the roots is -b/a and the product is c/a. These relationships are useful for checking answers and solving problems without explicit roots.
对于二次方程 ax² + bx + c = 0,两根之和为 -b/a,两根之积为 c/a。这些关系可用于检验答案,也可在未知根的情况下求解问题。
Sum = -b/a, Product = c/a
和 = -b/a,积 = c/a
Example: For 2x² – 8x + 6 = 0, factors to 2(x² – 4x + 3) = 2(x – 1)(x – 3). Roots are 1 and 3; sum = 4, product = 3.
示例:对于 2x² – 8x + 6 = 0,分解为 2(x² – 4x + 3) = 2(x – 1)(x – 3)。根为 1 和 3;和为 4,积为 3。
10. Common Mistakes and Teaching Strategies | 常见错误与教学策略
Students frequently make errors when signs are involved or when they forget to set the equation to zero. Here are targeted strategies.
学生常在符号处理或忘记将方程化为零时出错。以下为针对性策略。
| Common mistake | Teaching strategy |
|---|---|
| Incorrect expansion of (x + a)² | Practise with concrete examples and check by expanding. |
| Dropping the ± symbol in the quadratic formula | Emphasise that the formula gives two possible values. |
| Rearranging incorrectly when setting equation to zero | Always bring all terms to one side, then simplify. |
常见错误与教学策略对照表。
-
Use colour coding for positive and negative terms to reduce sign errors.
-
使用不同颜色标记正负项,减少符号错误。
-
Encourage students to estimate the size of roots using the graph before calculating.
-
鼓励学生在计算前先借助图像估算根的大小。
11. Exam-Style Practice Questions | 考试型练习题
Consolidation is vital. Here are three questions that mirror IGCSE standards.
巩固练习至关重要。以下是三道贴近IGCSE标准的题目。
-
Solve, giving your answer correct to 2 decimal places: x² + 5x – 7 = 0.
解方程,答案保留两位小数:x² + 5x – 7 = 0。
-
The length of a rectangle is (x + 4) cm and its width is (x – 1) cm. The area is 60 cm². Show that x² + 3x – 64 = 0 and solve to find the dimensions.
矩形的长为 (x + 4) cm,宽为 (x – 1) cm,面积为 60 cm²。证明 x² + 3x – 64 = 0,并求解得出尺寸。
-
Find the values of k for which the equation x² + kx + 9 = 0 has exactly one real root.
求使方程 x² + kx + 9 = 0 恰好有一个实数根时 k 的值。
Answers: 1) x ≈ 1.14 or x ≈ -6.14; 2) x ≈ 6.68 or x ≈ -9.68, reject negative, length ≈ 10.68 cm, width ≈ 5.68 cm; 3) k = 6 or k = -6.
答案:1) x ≈ 1.14 或 x ≈ -6.14;2) x ≈ 6.68 或 x ≈ -9.68,舍去负数,长 ≈ 10.68 cm,宽 ≈ 5.68 cm;3) k = 6 或 k = -6。
12. Summary and Key Takeaways | 总结与核心要点
Quadratics are a rich topic that connects algebra, geometry, and real-world situations. Students should master at least two solving methods, understand the graph, and know when to apply each tool.
二次方程是连接代数、几何与实际情境的丰富主题。学生应至少掌握两种求解方法,理解图像,并知道何时选用合适工具。
-
Factorisation is fastest when roots are rational.
-
因式分解在根为有理数时最快。
-
Completing the square reveals the vertex and helps with solving.
-
配方法揭示顶点,并有助于求解。
-
The quadratic formula works for all quadratics, but requires careful arithmetic.
-
求根公式适用于所有二次方程,但需要细心计算。
Teachers should encourage consistent practice and emphasise checking roots by substitution.
教师应鼓励持续练习,并强调通过代入检验根的正确性。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导