📚 Common Methods and Strategies for Factorization | 因式分解的常用方法与策略
Factorization, also known as factoring, is the process of breaking down a mathematical expression into a product of simpler factors. It is a fundamental skill in A-Level mathematics, underpinning everything from solving quadratic equations to simplifying rational expressions and even calculus techniques such as partial fractions.
因式分解,又称分解因式,是将一个数学表达式拆解为若干个更简单因式相乘的过程。这是 A-Level 数学中的基础核心技能,无论是求解二次方程、化简分式,还是微积分中的部分分式技巧,都离不开因式分解。
In this revision guide, we will explore the most commonly tested factorization methods in the Edexcel A-Level syllabus, provide worked examples, and outline strategies for choosing the most efficient method for any given expression.
在本复习指南中,我们将深入探讨 Edexcel A-Level 考纲中最常考的因式分解方法,提供完整的解题示例,并总结如何针对不同表达式选择最高效的分解策略。
1. Extracting the Highest Common Factor | 提取最大公因式
Before applying any advanced factorization technique, always check whether all terms in the expression share a common factor. This should be the first step in every factorization problem, as it simplifies the remaining expression considerably.
在运用任何高级因式分解技巧之前,务必先检查表达式中所有项是否含有公因式。这应该是每道因式分解题的第一步,因为它能极大地简化后续的表达式。
For example, consider the expression 6x³ + 9x². Both terms share a common factor of 3x², so we write:
例如,考虑表达式 6x³ + 9x²。两项的公因式为 3x²,因此我们写出:
6x³ + 9x² = 3x²(2x + 3)
Key points to remember:
需要记住的要点:
- The common factor is the product of the HCF of the coefficients and the lowest power of each common variable.
- 公因式 = 各项系数的最大公因数 × 各公共变量的最低次幂。
- Always extract the highest common factor, not just any common factor.
- 始终提取最大公因式,而非任意一个公因式。
- If the leading coefficient is negative, it is often convenient to factor out the negative sign as well.
- 若首项系数为负,通常可一并提出负号以方便后续处理。
2. The Difference of Two Squares | 平方差公式
The difference of two squares is one of the most frequently tested identities in the Edexcel syllabus. The identity states that for any two expressions a and b:
平方差公式是 Edexcel 考纲中最常考的恒等式之一。该恒等式指出,对于任意两个表达式 a 和 b:
a² − b² = (a + b)(a − b)
This identity applies to any expression that can be written as one square minus another square. For example:
该恒等式适用于任何可以写成”一个平方减去另一个平方”形式的表达式。例如:
x² − 25 = (x)² − (5)² = (x + 5)(x − 5)
4x² − 9y² = (2x)² − (3y)² = (2x + 3y)(2x − 3y)
In more complex cases, the squares may be hidden. For instance, x⁴ − 81 can be treated as (x²)² − (9)²:
在更复杂的情形中,平方项可能是隐藏的。例如,x⁴ − 81 可以看作 (x²)² − (9)²:
x⁴ − 81 = (x² + 9)(x² − 9) = (x² + 9)(x + 3)(x − 3)
Note that x² + 9 is a sum of squares and cannot be factorized further over the real numbers.
注意 x² + 9 是平方和,在实数范围内无法继续分解。
3. Perfect Square Trinomials | 完全平方公式
A perfect square trinomial is a quadratic expression that can be written as the square of a binomial. The two standard forms are:
完全平方式是指可以写成二项式平方的二次表达式。两个标准形式为:
a² + 2ab + b² = (a + b)²
a² − 2ab + b² = (a − b)²
To recognize a perfect square trinomial, check whether the first and last terms are perfect squares and whether the middle term equals twice the product of their square roots. For example:
识别完全平方式的方法是:检查首项和末项是否为完全平方,且中间项是否等于这两个平方根乘积的 2 倍。例如:
x² + 6x + 9 = x² + 2(x)(3) + 3² = (x + 3)²
4x² − 12x + 9 = (2x)² − 2(2x)(3) + 3² = (2x − 3)²
Note that 6x = 2(x)(3) and 12x = 2(2x)(3), confirming the perfect square pattern.
注意 6x = 2(x)(3) 且 12x = 2(2x)(3),恰好符合完全平方式的模式。
4. Factorization by Grouping | 分组分解法
Grouping is a powerful method for expressions with four or more terms. The idea is to group terms into pairs (or larger groups), extract common factors from each group, and then look for a common binomial factor.
分组法是处理四项或更多项表达式的有力工具。其核心思想是:将项分成若干组(通常两两分组),从每组中提取公因式,然后寻找共同的二项式因式。
Consider the expression ax + ay + bx + by. We group the first two terms and the last two terms:
考虑表达式 ax + ay + bx + by。我们将前两项与后两项分别分组:
ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y)
Another example involving a sign change:
另一个涉及符号变化的例子:
x³ − 2x² − 3x + 6 = x²(x − 2) − 3(x − 2) = (x − 2)(x² − 3)
Step-by-step strategy for grouping:
分组法的分步策略:
- Pair terms so that each pair shares a common factor.
- 将项配对,使每对含有公因式。
- Extract the common factor from each pair, ensuring the remaining binomial is identical.
- 从每组提取公因式,确保剩余的二项式完全相同。
- Factor out the common binomial to complete the factorization.
- 提取公共的二项式因式,完成分解。
5. Cross Multiplication Method for Quadratics | 十字相乘法分解二次式
The cross-multiplication method, also known as the “trial and error” method, is used to factorize quadratics of the form ax² + bx + c where a ≠ 1. Since the Edexcel A-Level course places heavy emphasis on solving quadratic equations, mastery of this technique is essential.
十字相乘法,又称”试错法”,用于分解形如 ax² + bx + c(a ≠ 1)的二次式。由于 Edexcel A-Level 课程高度重视二次方程的求解,掌握这一技巧至关重要。
For factorizing ax² + bx + c, we seek factors (px + m)(qx + n) such that:
分解 ax² + bx + c 时,我们需要找到因式 (px + m)(qx + n),使得:
pq = a, mn = c, pn + mq = b
Worked example: Factorize 6x² + 7x − 3.
示例:分解因式 6x² + 7x − 3。
- We need factors of 6 for the x² coefficient: (6, 1) or (2, 3).
- 6 的因式对: (6, 1) 或 (2, 3)。
- We need factors of −3 for the constant: (3, −1) or (−3, 1).
- −3 的因式对: (3, −1) 或 (−3, 1)。
- Try (2x + 3)(3x − 1) = 6x² − 2x + 9x − 3 = 6x² + 7x − 3. This works!
- 尝试 (2x + 3)(3x − 1) = 6x² − 2x + 9x − 3 = 6x² + 7x − 3。成功!
When a = 1, the method simplifies considerably: we simply need two numbers whose product is c and whose sum is b.
当 a = 1 时,该方法大大简化:我们只需要找到两个数,其乘积为 c,和为 b。
x² + 7x + 12 = (x + 3)(x + 4) since 3 × 4 = 12 and 3 + 4 = 7
6. The Factor Theorem | 因式定理
The Factor Theorem is a cornerstone of A-Level pure mathematics. It states that for a polynomial f(x), if f(a) = 0, then (x − a) is a factor of f(x). Conversely, if (x − a) is a factor, then f(a) = 0.
因式定理是 A-Level 纯数学的基石之一。它指出:对于多项式 f(x),若 f(a) = 0,则 (x − a) 是 f(x) 的一个因式;反之,若 (x − a) 是 f(x) 的因式,则必有 f(a) = 0。
This theorem is particularly useful for factorizing cubic and higher-degree polynomials. The standard approach involves testing potential rational roots, which by the Rational Root Theorem must be of the form ±(factor of the constant term)/(factor of the leading coefficient).
该定理对于分解三次及更高次多项式尤为有效。标准做法是逐一测试可能的有理根。根据有理根定理,这些根必然是 ±(常数项的因数)/(首项系数的因数) 的形式。
Worked example: Factorize f(x) = x³ − 4x² + x + 6.
示例:分解 f(x) = x³ − 4x² + x + 6。
- Test x = 1: f(1) = 1 − 4 + 1 + 6 = 4 ≠ 0.
- 测试 x = 1:f(1) = 1 − 4 + 1 + 6 = 4 ≠ 0。
- Test x = −1: f(−1) = −1 − 4 − 1 + 6 = 0. So (x + 1) is a factor.
- 测试 x = −1:f(−1) = −1 − 4 − 1 + 6 = 0。因此 (x + 1) 是一个因式。
- Divide f(x) by (x + 1) to obtain x² − 5x + 6.
- 用 (x + 1) 除 f(x),得到商式 x² − 5x + 6。
- Then factorize the quadratic: x² − 5x + 6 = (x − 2)(x − 3).
- 再分解二次式:x² − 5x + 6 = (x − 2)(x − 3)。
Therefore:
因此:
x³ − 4x² + x + 6 = (x + 1)(x − 2)(x − 3)
Useful candidates to test include x = 0, ±1, ±2, ±3, that is, factors of the constant term. Always start with these before attempting fractions.
值得测试的候选值包括 x = 0、±1、±2、±3,即常数项的因数。务必先测试这些整数,再尝试分数。
7. Polynomial Long Division | 多项式长除法
Once the Factor Theorem has identified a linear factor, polynomial long division (or synthetic division) is used to find the remaining factor. This technique appears frequently in Edexcel exam papers, particularly in questions on cubic and quartic equations.
一旦因式定理确定了线性因式,我们就需要通过多项式长除法(或综合除法)来求剩余的因式。该技巧在 Edexcel 试卷中频繁出现,尤其是在三次和四次方程相关的题目中。
Worked example: Divide x³ + 2x² − 5x − 6 by (x + 1).
示例:计算 (x³ + 2x² − 5x − 6) ÷ (x + 1)。
Process summary:
过程概要:
- Divide the leading term x³ by x to obtain x².
- 用首项 x³ 除以 x,得到 x²。
- Multiply x² by (x + 1) to get x³ + x²; subtract from the dividend to get x² − 5x − 6.
- 将 x² 乘以 (x + 1) 得 x³ + x²;从被除式中减去,得 x² − 5x − 6。
- Repeat: x² ÷ x = x, giving x(x + 1) = x² + x; subtract to get −6x − 6.
- 重复:x² ÷ x = x,x(x + 1) = x² + x;相减得 −6x − 6。
- Finally, −6x ÷ x = −6, giving −6(x + 1) = −6x − 6; the remainder is 0.
- 最后:−6x ÷ x = −6,−6(x + 1) = −6x − 6;余数为 0。
The quotient is x² + x − 6, which factorizes further to (x + 3)(x − 2). Hence:
商式为 x² + x − 6,可继续分解为 (x + 3)(x − 2)。因此:
x³ + 2x² − 5x − 6 = (x + 1)(x + 3)(x − 2)
8. Sum and Difference of Cubes | 立方和与立方差公式
Two special identities for cubic expressions appear in A-Level mathematics and are worth memorizing:
两个与三次表达式相关的特殊恒等式在 A-Level 数学中会出现,值得牢记:
a³ + b³ = (a + b)(a² − ab + b²)
a³ − b³ = (a − b)(a² + ab + b²)
Notice that the quadratic factor in each case does not factorize further over the real numbers.
注意:这两个公式中的二次因子在实数范围内都无法继续分解。
Worked examples:
示例:
x³ + 8 = x³ + 2³ = (x + 2)(x² − 2x + 4)
8x³ − 27 = (2x)³ − 3³ = (2x − 3)(4x² + 6x + 9)
These identities are particularly useful in algebraic fraction simplification and in evaluating limits in calculus.
这些恒等式在代数分式化简以及微积分中求极限时特别有用。
9. Substitution Method | 换元法
The substitution method is used when an expression contains a repeated algebraic structure. By letting a new variable represent a repeated part, the expression can be transformed into a simpler quadratic that is easier to factorize.
当表达式中含有重复出现的代数结构时,可使用换元法。通过引入一个新变量来表示重复出现的部分,原表达式可以转化为一个更容易分解的二次式。
Worked example: Factorize x⁴ − 5x² + 4.
示例:分解因式 x⁴ − 5x² + 4。
Let u = x². Then the expression becomes u² − 5u + 4, which factorizes as (u − 1)(u − 4).
令 u = x²,则原式变为 u² − 5u + 4,可分解为 (u − 1)(u − 4)。
Substituting back u = x²:
代回 u = x²:
x⁴ − 5x² + 4 = (x² − 1)(x² − 4) = (x + 1)(x − 1)(x + 2)(x − 2)
This method is also effective for expressions such as (x + 1)² − 4(x + 1) + 3, where we may let u = x + 1.
此方法同样适用于诸如 (x + 1)² − 4(x + 1) + 3 的表达式,此时可令 u = x + 1。
10. Completing the Square as a Factorization Aid | 配方法辅助因式分解
When a quadratic expression cannot be factorized into rational factors, completing the square can help express it as a difference of two squares, thereby obtaining an irrational factorization. This approach is sometimes tested in Edexcel papers under the topic of “solving equations by completing the square”.
当二次表达式无法分解为有理因式时,配方法可以帮助将其表示为平方差形式,从而获得含无理数的因式分解。Edexcel 试卷有时会在”配方法解方程”这一考点中测试此方法。
For example, factorize x² + 4x + 1 by first completing the square:
例如,先配方再分解 x² + 4x + 1:
x² + 4x + 1 = (x + 2)² − 3 = (x + 2)² − (√3)²
Now applying the difference of two squares:
接着应用平方差公式:
x² + 4x + 1 = (x + 2 + √3)(x + 2 − √3)
This technique also connects directly to the quadratic formula, as the roots found this way match x = −2 ± √3.
这一技巧与求根公式直接关联,因为由此得到的根与 x = −2 ± √3 完全一致。
11. Strategy: Choosing the Right Method | 策略:选择正确的方法
When faced with any factorization problem, following a hierarchical strategy will maximize efficiency and minimize errors. You should consider methods in the following order.
面对任何因式分解题目时,遵循一个层级化策略可以最大化效率并减少错误。建议按以下顺序考虑方法。
| Step / 步骤 | Question to ask / 需要检查的问题 |
| 1 | Is there a common factor across all terms? 所有项是否有公因式? |
| 2 | Is it a difference of two squares? 是否为平方差形式? |
| 3 | Is it a perfect square trinomial? 是否为完全平方式? |
| 4 | Is it a quadratic that can be factorized by cross multiplication? 是否为可用十字相乘法分解的二次式? |
| 5 | Can the Factor Theorem find a root for cubic or higher polynomials? 对于三次或更高次多项式,能否用因式定理找到根? |
| 6 | Can substitution simplify the structure? 能否用换元简化结构? |
In an exam setting, always check whether your factorized result, when expanded, indeed returns the original expression. This verification step takes only a few seconds and can prevent careless errors.
在考试中,务必检查:将你的分解结果展开后,是否确实还原为原表达式。这一验证步骤只需几秒钟,却能有效避免粗心错误。
12. Common Pitfalls and Exam Tips | 常见陷阱与应试提示
Being aware of common mistakes is just as important as knowing the correct procedures. Here are the most frequently observed pitfalls in Edexcel examinations.
认识常见错误与掌握正确方法同样重要。以下是 Edexcel 考试中最常出现的几类错误。
- Forgetting to extract the common factor first: For example, 4x² − 16 should first become 4(x² − 4) and then 4(x + 2)(x − 2). Students who skip the first step often stop at (2x + 4)(2x − 4), which is incomplete.
- 忘记先提取公因式:例如 4x² − 16 应先化为 4(x² − 4),再化为 4(x + 2)(x − 2)。跳过第一步的学生常在 (2x + 4)(2x − 4) 处停笔,导致分解不彻底。
- Misapplying the difference of squares: x² + 16 cannot be factorized over the real numbers. Only the difference, not the sum, of squares factorizes.
- 误用平方差公式:x² + 16 在实数范围内不能分解。只有平方差可以分解,平方和不可分解。
- Incorrect signs in grouping: When the second group has a negative leading term, place a negative sign before the bracket and adjust all signs inside accordingly.
- 分组时符号错误:当第二组首项为负时,需在括号前放置负号,并相应调整括号内所有项的符号。
- Not checking all factor pairs: In cross multiplication, systematically test all possible factor pairs rather than stopping at the first plausible combination.
- 十字相乘时未遍历所有因式对:应系统测试所有可能的因式对,而非在第一个看似合理的组合处就停止。
Finally, remember that factorization is reversible. If you have time, expand your answer mentally to confirm correctness. This habit will consistently raise your accuracy in the examination.
最后请记住:因式分解是可逆的。如果时间允许,在脑中展开你的答案以确认正确性。养成这一习惯将稳步提高考试准确率。
Published by TutorHao | Mathematics Revision Series | aleveler.com
Find Edexcel A Level Maths Textbooks on eBay UK
New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply