📚 Simplifying Algebraic Expressions | 合并同类项与代数式化简
Algebra is the language of mathematics, and simplifying algebraic expressions is one of the most essential skills you will learn in IGCSE Mathematics. This skill appears in nearly every topic, from equations to functions, and mastering it will save you time and prevent errors throughout your exams.
代数是数学的语言,而化简代数式是IGCSE数学中最重要的基础技能之一。这项技能几乎出现在所有主题中,从方程到函数,掌握它将在考试中为你节省时间并避免错误。
1. What Are Like Terms? | 什么是同类项?
Like terms are terms that have exactly the same variable parts raised to the same powers. For example, 3x and 5x are like terms, because both contain the variable x to the power 1. Similarly, 4xy and -2xy are like terms, while 4x² and 4x are not like terms because the powers of x differ.
同类项是指具有完全相同变量部分且对应指数相同的项。例如,3x和5x是同类项,因为两者都含有变量x的一次幂。同理,4xy和-2xy是同类项,而4x²和4x不是同类项,因为x的指数不同。
To identify like terms, look at the letters and their exponents. The numerical coefficient (the number in front) does not matter when deciding whether terms are like terms, but it does matter when you combine them.
识别同类项时,要看字母及其指数。前面的数字系数在判断是否为同类项时并不重要,但在合并时系数起着关键作用。
3x + 5x = 8x, 因为 3 + 5 = 8
| Expression | Like Terms | Reason |
| 5a + 3b – 2a | 5a and -2a | Both contain a |
| 2x² + 3x + 4x² | 2x² and 4x² | Both contain x² |
| 7mn – 2nm | 7mn and -2nm | mn = nm (commutative) |
2. Adding and Subtracting Like Terms | 同类项的加减
When you add or subtract like terms, you simply add or subtract their coefficients. The variable part stays unchanged. This process is called “collecting like terms” or “simplifying” an expression.
在合并同类项时,只需对它们的系数进行加减运算,变量部分保持不变。这一过程称为”合并同类项”或”化简表达式”。
Let us look at some step-by-step examples. For the expression 4x + 3x – 2x, all three terms are like terms containing x. Add and subtract the coefficients: 4 + 3 – 2 = 5, so the simplified expression is 5x.
让我们看一些逐步示例。对于表达式4x + 3x – 2x,三个项都是含x的同类项。对系数进行加减:4 + 3 – 2 = 5,因此化简结果为5x。
For expressions with different types of terms, group the like terms together first. Consider 3a + 2b – a + 5b. Group the terms containing a: 3a – a = 2a. Group the terms containing b: 2b + 5b = 7b. The simplified expression is 2a + 7b.
对于含有不同类型项的表达式,先合并同类项。考虑3a + 2b – a + 5b。合并含a的项:3a – a = 2a。合并含b的项:2b + 5b = 7b。化简结果为2a + 7b。
3a + 2b – a + 5b = (3 – 1)a + (2 + 5)b = 2a + 7b
-
Always keep the sign (positive or negative) with the term that follows it when rearranging.
在重新排列时,始终保留项前面的正负号。
-
Write terms in alphabetical order when possible, placing the coefficient before the variable.
排列时尽量按字母顺序书写,将系数写在变量前面。
3. Multiplying and Dividing Terms | 单项式的乘除
When multiplying terms, multiply the coefficients together and then multiply the variables. Remember the laws of indices: when multiplying powers of the same base, add the exponents. For example, 3x² × 4x³ = 12x⁵ because 2 + 3 = 5.
在乘法运算中,先将系数相乘,再对变量部分进行相乘。记住指数法则:同底数幂相乘,指数相加。例如,3x² × 4x³ = 12x⁵,因为 2 + 3 = 5。
When dividing terms, divide the coefficients and divide the variables by subtracting exponents. For example, 10x⁵ ÷ 2x² = 5x³ because 5 – 2 = 3 and 10 ÷ 2 = 5.
在除法运算中,系数相除,变量部分按指数相减处理。例如,10x⁵ ÷ 2x² = 5x³,因为 10 ÷ 2 = 5,5 – 2 = 3。
xᵐ × xⁿ = xᵐ⁺ⁿ, xᵐ ÷ xⁿ = xᵐ⁻ⁿ
Be careful with negative exponents. A negative exponent indicates a reciprocal: x⁻³ = 1/x³. This knowledge is essential when simplifying algebraic fractions later in the course.
注意负指数。负指数表示倒数关系:x⁻³ = 1/x³。在后续学习化简代数分式时,这一知识至关重要。
4. Expanding Single Brackets | 展开单重括号
Expanding brackets involves multiplying every term inside the bracket by the term outside the bracket. This is based on the distributive law: a(b + c) = ab + ac. For example, 3(x + 4) = 3x + 12.
展开括号是将括号外的项与括号内的每一项相乘。这基于分配律:a(b + c) = ab + ac。例如,3(x + 4) = 3x + 12。
When the outside term is negative, be extra careful with signs. For example, -2(x – 5) = -2x + 10, because -2 × -5 = +10.
当括号外的项为负数时,要格外注意符号。例如,-2(x – 5) = -2x + 10,因为 -2 × (-5) = +10。
-2(x – 5) = (-2)(x) + (-2)(-5) = -2x + 10
| Expansion | Result | How |
| 5(2x + 3) | 10x + 15 | 5×2x, 5×3 |
| x(x – 7) | x² – 7x | x×x, x×(-7) |
| -(2a + 3b) | -2a – 3b | -1×2a, -1×3b |
5. Expanding Double Brackets | 展开双重括号
The product of two binomials requires multiplying each term in the first bracket by each term in the second bracket. The FOIL method (First, Outer, Inner, Last) is a popular memory aid. For example, (x + 2)(x + 5) = x² + 7x + 10.
两个二项式的乘积需要将第一个括号中的每一项与第二个括号中的每一项相乘。FOIL法(首项、外项、内项、末项)是常用的记忆方法。例如,(x + 2)(x + 5) = x² + 7x + 10。
(x + a)(x + b) = x² + (a + b)x + ab
This special pattern is worth memorizing: the coefficient of x equals the sum of a and b, and the constant term equals the product of a and b. For (x – 3)(x + 7), a = -3 and b = 7, so the x coefficient is -3 + 7 = 4 and the constant is -3 × 7 = -21. The result is x² + 4x – 21.
这个特殊模式值得记忆:x的系数等于a与b的和,常数项等于a与b的积。对于(x – 3)(x + 7),a = -3,b = 7,所以x的系数为 -3 + 7 = 4,常数为 -3 × 7 = -21。结果为 x² + 4x – 21。
When coefficients are not 1, always write out the full FOIL process. For (2x + 3)(x – 4), the result is 2x² – 8x + 3x – 12 = 2x² – 5x – 12.
当系数不为1时,务必将FOIL过程完整写出来。对于(2x + 3)(x – 4),结果为 2x² – 8x + 3x – 12 = 2x² – 5x – 12。
6. The Difference of Two Squares | 平方差公式
A very useful special case of double bracket expansion is (a + b)(a – b) = a² – b². The middle terms cancel out. For example, (x + 5)(x – 5) = x² – 25. This pattern is called the difference of two squares.
双重括号展开的一个非常有用的特殊情况是 (a + b)(a – b) = a² – b²。中间项相互抵消。例如,(x + 5)(x – 5) = x² – 25。这一模式称为平方差公式。
a² – b² = (a + b)(a – b)
This formula is extremely useful for factoring and for quickly evaluating expressions. For instance, 99² – 1 = (99 + 1)(99 – 1) = 100 × 98 = 9800.
这个公式在因式分解和快速计算中极为有用。例如,99² – 1 = (99 + 1)(99 – 1) = 100 × 98 = 9800。
-
Recognize when an expression fits the pattern: both terms must be perfect squares with a minus sign between them.
识别表达式是否匹配此模式:两项都必须是完全平方数,且中间为减号。
-
In IGCSE exams, this formula often appears in both expanding and factorizing questions.
在IGCSE考试中,此公式常出现在展开和因式分解题目中。
7. Perfect Square Expansion | 完全平方公式
The perfect square expansion states that (a + b)² = a² + 2ab + b² and (a – b)² = a² – 2ab + b². These are just special cases of double bracket expansion, but memorizing them speeds up your work dramatically.
完全平方公式指出 (a + b)² = a² + 2ab + b²,(a – b)² = a² – 2ab + b²。这实际上是双重括号展开的特殊情形,但记住它们可以极大加快解题速度。
(a + b)² = a² + 2ab + b², (a – b)² = a² – 2ab + b²
For example, (2x + 3)² = (2x)² + 2(2x)(3) + 3² = 4x² + 12x + 9. Notice that the middle term is twice the product of the two terms inside the bracket.
例如,(2x + 3)² = (2x)² + 2(2x)(3) + 3² = 4x² + 12x + 9。注意中间项是括号内两项乘积的二倍。
A common error is writing (a + b)² = a² + b², which is incorrect. Always include the 2ab middle term. This mistake costs many students marks in exams.
一个常见错误是写出 (a + b)² = a² + b²,这是不正确的。一定要包含2ab中间项。这个错误让许多学生在考试中失分。
8. Simplifying Expressions with Brackets | 含括号表达式的化简
Expressions often contain multiple brackets that need to be expanded before collecting like terms. Follow the order of operations: expand all brackets first, then collect like terms.
表达式中通常包含多个需要先展开再合并同类项的括号。按照运算顺序:先展开所有括号,再合并同类项。
Consider the expression 3(2x + 1) + 2(x – 4). First expand: 6x + 3 + 2x – 8. Then collect like terms: 6x + 2x = 8x, and 3 – 8 = -5. The simplified result is 8x – 5.
考虑表达式 3(2x + 1) + 2(x – 4)。先展开:6x + 3 + 2x – 8。再合并同类项:6x + 2x = 8x,3 – 8 = -5。化简结果为 8x – 5。
3(2x + 1) + 2(x – 4) = 6x + 3 + 2x – 8 = 8x – 5
For expressions with nested brackets, work from the innermost bracket outward. For example, 4x – [2(x + 1) – 3x]. First expand the inner bracket: 4x – [2x + 2 – 3x] = 4x – [-x + 2] = 4x + x – 2 = 5x – 2.
对于含嵌套括号的表达式,从最内层括号逐层向外展开。例如,4x – [2(x + 1) – 3x]。先展开内层括号:4x – [2x + 2 – 3x] = 4x – [-x + 2] = 4x + x – 2 = 5x – 2。
9. Common Mistakes to Avoid | 常见错误及避坑指南
Even skilled students make predictable errors when simplifying expressions. Being aware of these pitfalls will help you avoid them under exam pressure.
即使是优秀的学生在化简表达式时也会犯一些可预见的错误。了解这些陷阱将帮助你在考试压力下避免它们。
| Mistake | Incorrect | Correct |
| Combining x² and x | 3x² + 2x = 5x² | 3x² + 2x cannot be simplified |
| Missing middle term | (x + 4)² = x² + 16 | x² + 8x + 16 |
| Sign errors when subtracting | 5x – (2x – 3) = 5x – 2x – 3 | 5x – 2x + 3 |
| Forgetting to multiply all terms | 2(x + 3) = 2x + 3 | 2x + 6 |
When subtracting an entire bracket, distribute the minus sign to every term inside the bracket. Think of it as multiplying by -1. For instance, 5x – (2x – 3) = 5x – 2x + 3 = 3x + 3.
当减去整个括号时,需要将负号分配到括号内的每一项。可以把它看作乘以 -1。例如,5x – (2x – 3) = 5x – 2x + 3 = 3x + 3。
10. Practice Questions | 实战练习
Now it is time to apply what you have learned. Attempt these questions without a calculator, then check your answers below.
现在是运用所学知识的时候了。请在不使用计算器的情况下尝试以下题目,然后对照下方答案进行检查。
Question 1: Simplify 7a + 3b – 2a + 4b.
题目1:化简 7a + 3b – 2a + 4b。
Answer: 5a + 7b
Question 2: Expand and simplify 4(2x – 1) – 3(x + 2).
题目2:展开并化简 4(2x – 1) – 3(x + 2)。
Answer: 8x – 4 – 3x – 6 = 5x – 10
Question 3: Expand (x + 3)(x – 2).
题目3:展开 (x + 3)(x – 2)。
Answer: x² + x – 6
Question 4: Factorize the expression x² – 16.
题目4:将表达式 x² – 16 因式分解。
Answer: (x + 4)(x – 4)
Question 5: Simplify (3x)² × 2x⁴.
题目5:化简 (3x)² × 2x⁴。
Answer: 9x² × 2x⁴ = 18x⁶
11. Summary and Exam Tips | 总结与考试建议
Simplifying algebraic expressions is a foundational skill that appears throughout the IGCSE syllabus. The key steps are: identify like terms correctly, expand brackets using the distributive law, and always be mindful of signs.
化简代数式是贯穿IGCSE课程大纲的基础技能。关键步骤是:正确识别同类项、使用分配律展开括号,并始终注意符号。
-
Always write down intermediate steps. In exams, method marks are awarded even if your final answer is slightly wrong.
始终写出中间步骤。在考试中,即使最终答案略有错误,方法分也会被给予。
-
Check your work by substituting a simple number, like x = 1, into both the original expression and your simplified version. If the values do not match, you have made an error.
通过代入一个简单数字(如x = 1)来检查你的答案,分别代入原表达式和化简后的表达式。如果数值不匹配,说明有误。
-
Memorize the three key expansion formulas: (a + b)², (a – b)², and (a + b)(a – b).
熟记三个关键展开公式:(a + b)²、(a – b)² 和 (a + b)(a – b)。
Mastery of these techniques will make solving equations, manipulating functions, and working with quadratic expressions much more straightforward. Practice until the process becomes automatic.
熟练掌握这些技巧将使解方程、变换函数以及处理二次表达式变得更加容易。反复练习直到这一过程变得得心应手。
Published by TutorHao | IGCSE Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply