📚 Mastering Quadratic Functions and Factorization | 掌握二次函数与因式分解
Quadratic functions and factorization form the backbone of IGCSE mathematics. This comprehensive guide will help you understand the key concepts, master the techniques, and apply them confidently in your exams. From recognizing standard forms to solving complex problems, we will break down each step with clarity and precision.
二次函数与因式分解是 IGCSE 数学的核心基础。这篇全面指南将帮助你理解关键概念、掌握解题技巧,并在考试中自信地运用它们。从识别标准形式到解决复杂问题,我们将清晰、准确地拆解每一个步骤。
1. Understanding Quadratic Expressions | 理解二次表达式
A quadratic expression is a polynomial of degree 2, typically written in the standard form ax² + bx + c, where a, b, and c are constants and a ≠ 0. The highest power of the variable is 2, which gives the expression its distinctive parabolic shape when graphed.
二次表达式是次数为 2 的多项式,通常写作标准形式 ax² + bx + c,其中 a、b、c 为常数,且 a ≠ 0。变量的最高次幂为 2,这使得它在图形上呈现独特的抛物线形状。
For example, 3x² + 5x – 2 is a quadratic expression, while x² + 4x + 7 is another. Understanding the structure of these expressions is essential before we can attempt to factorize them. Note that b or c can be zero, but a must never be zero — otherwise, the expression would be linear.
例如,3x² + 5x – 2 是二次表达式,x² + 4x + 7 也是。在我们尝试分解因式之前,理解这些表达式的结构至关重要。注意 b 或 c 可以为零,但 a 绝不能为零——否则表达式就会变成一次方程。
2. The Standard Form: ax² + bx + c | 标准形式:ax² + bx + c
The standard form is the foundation of all quadratic operations. When a = 1, we call it a monic quadratic; when a > 1, it is non-monic. The values of a, b, and c determine the nature of the solutions and the ease of factorization.
标准形式是所有二次运算的基础。当 a = 1 时,我们称之为首项系数为 1 的二次式;当 a > 1 时,则为非首项系数为 1 的二次式。a、b、c 的取值决定了解的性质以及因式分解的难易程度。
General form: ax² + bx + c = 0
For monic quadratics, factorization is straightforward: we look for two numbers that multiply to give c and add to give b. This mental shortcut saves time and is a valuable exam technique.
对于首项系数为 1 的二次式,因式分解非常直接:我们寻找两个数,相乘等于 c,相加等于 b。这种心算技巧非常节省时间,是宝贵的考试技能。
3. Factorization of Monic Quadratics | 首项系数为 1 的二次式因式分解
When factorizing x² + bx + c, we search for two integers p and q such that p × q = c and p + q = b. Then we can write x² + bx + c = (x + p)(x + q). This method works perfectly when c and b are integers.
当分解 x² + bx + c 时,我们寻找两个整数 p 和 q,满足 p × q = c 且 p + q = b。这样我们可以写出 x² + bx + c = (x + p)(x + q)。当 c 和 b 为整数时,这种方法完美有效。
Worked Example: Factorize x² + 7x + 12.
示例:分解 x² + 7x + 12。
We need two numbers that multiply to 12 and add to 7. The pairs of factors of 12 are: (1, 12), (2, 6), (3, 4). Among these, 3 + 4 = 7, so the factorization is (x + 3)(x + 4).
我们需要两个数,相乘得 12,相加得 7。12 的因数对有:(1, 12)、(2, 6)、(3, 4)。其中 3 + 4 = 7,因此因式分解结果为 (x + 3)(x + 4)。
4. Factorization of Non-Monic Quadratics | 非首项系数为 1 的二次式因式分解
When a ≠ 1, we need a different approach. The ‘ac method’ or ‘grouping method’ is the most reliable technique. Multiply a by c, then find two numbers that multiply to ac and add to b. Rewrite the middle term using these numbers, then factor by grouping.
当 a ≠ 1 时,我们需要不同的方法。”ac 方法”或”分组法”是最可靠的技术。将 a 乘以 c,然后找到两个数相乘等于 ac,相加等于 b。用这两个数重写中间项,然后进行分组分解。
Worked Example: Factorize 2x² + 7x + 3.
示例:分解 2x² + 7x + 3。
Here, a × c = 2 × 3 = 6. We need two numbers multiplying to 6 and adding to 7: those are 6 and 1. Rewrite: 2x² + 6x + x + 3. Group: (2x² + 6x) + (x + 3) = 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3).
这里,a × c = 2 × 3 = 6。我们需要两个数相乘得 6,相加得 7:即 6 和 1。重写:2x² + 6x + x + 3。分组:(2x² + 6x) + (x + 3) = 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3)。
5. The Difference of Two Squares | 平方差公式
The difference of two squares is a special factorization pattern: a² – b² = (a + b)(a – b). This pattern is essential for recognizing and factorizing expressions where both terms are perfect squares separated by a minus sign.
平方差公式是一种特殊的因式分解模式:a² – b² = (a + b)(a – b)。这个模式对于识别和分解两个项都是完全平方数且中间为减号的表达式至关重要。
Worked Example: Factorize 9x² – 16.
示例:分解 9x² – 16。
Notice that 9x² = (3x)² and 16 = 4². Therefore, 9x² – 16 = (3x)² – 4² = (3x + 4)(3x – 4). This elegant pattern saves time and reduces errors when applied correctly.
注意 9x² = (3x)²,16 = 4²。因此 9x² – 16 = (3x)² – 4² = (3x + 4)(3x – 4)。这个优雅的模式在正确应用时能节省时间并减少错误。
6. Perfect Square Trinomials | 完全平方三项式
A perfect square trinomial results from squaring a binomial: (x + p)² = x² + 2px + p² and (x – p)² = x² – 2px + p². Recognizing these patterns allows for immediate factorization.
完全平方三项式是二项式平方的结果:(x + p)² = x² + 2px + p² 和 (x – p)² = x² – 2px + p²。识别这些模式可以立即进行因式分解。
Worked Example: Factorize x² + 10x + 25.
示例:分解 x² + 10x + 25。
Check: is the first term a perfect square? Yes, x² = (x)². Is the last term a perfect square? Yes, 25 = 5². Is the middle term 2 × x × 5? Yes, 2 × x × 5 = 10x. Therefore, x² + 10x + 25 = (x + 5)².
检查:首项是否为完全平方数?是的,x² = (x)²。末项是否为完全平方数?是的,25 = 5²。中间项是否为 2 × x × 5?是的,2 × x × 5 = 10x。因此,x² + 10x + 25 = (x + 5)²。
7. Solving Quadratic Equations by Factorization | 用因式分解解二次方程
Once a quadratic equation is factorized, solving it becomes straightforward using the zero product property: if the product of two factors equals zero, then at least one of the factors must be zero. Set each factor equal to zero and solve.
一旦二次方程被因式分解,利用零乘积性质求解就变得非常简单:如果两个因式的乘积为零,那么至少有一个因式必须为零。将每个因式设为零进行求解。
Worked Example: Solve x² – 5x + 6 = 0.
示例:解方程 x² – 5x + 6 = 0。
Factorize: (x – 2)(x – 3) = 0. Therefore, x – 2 = 0 or x – 3 = 0, giving x = 2 or x = 3. The solution set is {2, 3}.
因式分解:(x – 2)(x – 3) = 0。因此,x – 2 = 0 或 x – 3 = 0,得到 x = 2 或 x = 3。解集为 {2, 3}。
If ab = 0, then a = 0 or b = 0
8. Completing the Square | 配方法
Completing the square is another powerful technique for solving quadratics and finding the vertex form. For x² + bx, we add and subtract (b/2)² to create a perfect square trinomial.
配方是求解二次方程和找到顶点形式的另一种强大技巧。对于 x² + bx,我们加上再减去 (b/2)² 来构造一个完全平方三项式。
Worked Example: Solve x² + 6x + 5 = 0 by completing the square.
示例:用配方法解 x² + 6x + 5 = 0。
Move the constant: x² + 6x = -5. Add (6/2)² = 9 to both sides: x² + 6x + 9 = 4. This gives (x + 3)² = 4. Therefore, x + 3 = ±2, so x = -1 or x = -5.
移常数项:x² + 6x = -5。两边加 (6/2)² = 9:x² + 6x + 9 = 4。得到 (x + 3)² = 4。因此 x + 3 = ±2,所以 x = -1 或 x = -5。
9. The Quadratic Formula | 二次公式
When factorization is not possible or too complex, the quadratic formula is the universal tool. For ax² + bx + c = 0, the solutions are given by:
当因式分解不可行或过于复杂时,二次公式是万能工具。对于 ax² + bx + c = 0,解由下式给出:
x = (-b ± √(b² – 4ac)) / 2a
The discriminant, Δ = b² – 4ac, determines the nature of the roots: if Δ > 0, there are two distinct real roots; if Δ = 0, there is exactly one repeated root; if Δ < 0, there are no real roots. Understanding this helps you quickly assess a quadratic before solving.
判别式 Δ = b² – 4ac 决定了根的性质:如果 Δ > 0,有两个不同的实数根;如果 Δ = 0,恰好有一个重根;如果 Δ < 0,没有实数根。理解这一点有助于你在求解之前快速评估一个二次方程。
10. Graphs of Quadratic Functions | 二次函数图像
The graph of a quadratic function y = ax² + bx + c is a parabola. When a > 0, it opens upward; when a < 0, it opens downward. The vertex and axis of symmetry provide key information about the function's behavior.
二次函数 y = ax² + bx + c 的图像是抛物线。当 a > 0 时开口向上;当 a < 0 时开口向下。顶点和对称轴提供了关于函数行为的关键信息。
Key features to master include the y-intercept (given by c), the x-intercepts (the roots we find by setting y = 0), and the vertex. The x-coordinate of the vertex can be found using x = -b/(2a).
需要掌握的关键特征包括 y 截距(由 c 给出)、x 截距(通过令 y = 0 求得的根)以及顶点。顶点的 x 坐标可以用 x = -b/(2a) 求得。
Axis of symmetry: x = -b/(2a)
11. Common Exam Questions and Strategies | 常见考试题型与策略
Exam questions typically fall into three categories: direct factorization, solving equations, and applying quadratics to word problems. Practice each type systematically and learn to recognize patterns quickly.
考试题目通常分为三类:直接因式分解、解方程以及将二次函数应用于应用题。系统性地练习每种类型,并学会快速识别模式。
| Question Type | Approach | Common Pitfall |
| Factorize ax² + bx + c | Use ac method or pattern recognition | Forgetting to check signs |
| Solve by quadratic formula | Identify a, b, c; substitute carefully | Misidentifying a, b, or c |
| Word problems | Formulate equation first, then solve | Ignoring unrealistic negative solutions |
12. Practice Problems | 练习题目
1. Factorize completely: x² – 9x + 20.
1. 完全因式分解:x² – 9x + 20。
2. Factorize completely: 6x² – 13x + 6.
2. 完全因式分解:6x² – 13x + 6。
3. Solve using factorization: 2x² + 5x – 3 = 0.
3. 用因式分解求解:2x² + 5x – 3 = 0。
4. The product of two consecutive positive integers is 240. Find the integers.
4. 两个连续正整数的乘积是 240。求这两个整数。
5. Find the roots of x² – 2x – 8 = 0 and sketch the graph.
5. 求 x² – 2x – 8 = 0 的根,并画出图像。
Solutions: 1. (x – 4)(x – 5) | 2. (3x – 2)(2x – 3) | 3. x = 1/2 or x = -3 | 4. 15 and 16 | 5. x = 4 or x = -2
答案:1. (x – 4)(x – 5) | 2. (3x – 2)(2x – 3) | 3. x = 1/2 或 x = -3 | 4. 15 和 16 | 5. x = 4 或 x = -2
Published by TutorHao | 数学 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply