📚 Algebra Mastery for IGCSE Maths | IGCSE数学代数核心技巧与常见误区
Algebra forms the backbone of the IGCSE Mathematics syllabus, appearing in everything from simple equations to graph sketching. This article walks through the essential algebraic techniques you need for exam success, highlights the most common mistakes students make, and shows you how to avoid them with clear, step-by-step strategies.
代数是 IGCSE 数学教学大纲的基石,从简单的方程到函数图像绘制,无处不在。本文将带你梳理考试必备的核心代数技巧,指出学生最常犯的错误,并通过清晰的步骤策略帮助你避开这些陷阱。
1. Expanding Brackets | 去括号
Expanding brackets means multiplying everything inside the brackets by the term outside. For double brackets, use the FOIL method: First, Outer, Inner, Last. For example:
去括号指的是将括号外的项与括号内的每一项相乘。对于双重括号,使用 FOIL 方法:First(首项)、Outer(外项)、Inner(内项)、Last(末项)。例如:
(x + 3)(x – 5) = x² – 5x + 3x – 15 = x² – 2x – 15
A common error is forgetting to multiply the middle terms, or incorrectly combining -5x + 3x to give -8x instead of -2x. Always pause to check the sign and coefficient of each term.
常见错误是忘记计算中间两项,或者错误地将 -5x + 3x 合并为 -8x 而不是 -2x。完成每一步后都应暂停检查每一项的符号和系数。
- Treat negative signs carefully: (x – 4)(x + 2) = x² + 2x – 4x – 8 = x² – 2x – 8
- 小心处理负号:(x – 4)(x + 2) = x² + 2x – 4x – 8 = x² – 2x – 8
- For three brackets, expand two first, then multiply by the third.
- 遇到三个括号时,先展开其中两个,再与第三个相乘。
2. Factorising Quadratics | 因式分解二次式
Factorising is the reverse process of expanding. For a quadratic of the form x² + bx + c, find two numbers that multiply to c and add to b. For example, x² – 5x + 6 = 0: the numbers -2 and -3 multiply to 6 and add to -5, so the factors are (x – 2)(x – 3).
因式分解是去括号的逆过程。对于形如 x² + bx + c 的二次式,找到两个数,使其乘积等于 c 且和等于 b。例如,x² – 5x + 6 = 0:-2 和 -3 相乘等于 6,相加等于 -5,因此因式为 (x – 2)(x – 3)。
When the coefficient of x² is not 1, use the ac method: multiply a and c, find factors of that product that add to b, then split the middle term. Take care to list factor pairs systematically to avoid missing the correct combination.
当 x² 的系数不为 1 时,使用 ac 法:将 a 与 c 相乘,找到该乘积的因数对,使其和为 b,然后拆分中间项。建议系统地列出因数对,以免遗漏正确组合。
3. Solving Linear Equations | 解线性方程
Linear equations are solved by isolating the variable. Perform the same operation on both sides until the unknown stands alone. For equations with fractions, multiply through by the lowest common denominator first.
解线性方程的核心是隔离未知数。对等号两边执行相同的运算,直到未知数单独出现在一侧。对于含分母的方程,先将两边同时乘以分母的最小公倍数。
(2x + 1)/3 = 5 → 2x + 1 = 15 → 2x = 14 → x = 7
Students often lose marks by making an arithmetic slip when moving negative terms across the equals sign. Remember: a term changes sign when it moves to the other side.
学生在将负项移过等号时常因算术粗心而失分。记住:任何项移动到等号另一侧时都要变号。
4. Simultaneous Equations | 联立方程组
Simultaneous equations require two equations with two unknowns. Solve either by substitution or elimination. The elimination method works best when coefficients of one variable match; the substitution method is ideal when one equation is already in the form y = … or x = … .
联立方程需要两个含有两个未知数的方程。可用代入法或消元法求解。当某个变量的系数相同时,消元法最有效;当某个方程已经是 y = … 或 x = … 的形式时,代入法最为合适。
2x + y = 10, x – y = 2 → 3x = 12 → x = 4, y = 2
After finding one unknown, always substitute it back into the original equation to find the other. Check your solution by substituting both values into both original equations.
求出一个未知数后,务必将其代回原方程求另一个未知数。最后把两个值同时代入两个原方程进行验算。
5. Inequalities | 不等式
Inequalities are solved in the same way as equations, with one critical difference: when you multiply or divide by a negative number, the inequality sign reverses. Also remember the difference between an open circle (less than or greater than) and a closed circle (less than or equal to, greater than or equal to) on a number line.
不等式与方程的解法基本相同,但有一个关键区别:当两边同时乘以或除以一个负数时,不等号方向必须反转。同时要区分数轴上空心点(小于或大于)与实心点(小于等于或大于等于)的用法。
-2x > 6 → x < -3
When listing integer solutions, always check whether the boundary value is included, and write your final answer clearly in ascending order.
列出整数解时,务必确认边界值是否包含在内,并按照从小到大的顺序清楚写出答案。
6. Algebraic Fractions | 代数分式
Algebraic fractions follow the same rules as numerical fractions. To add or subtract, find a common denominator; to multiply, multiply numerators and denominators; to divide, multiply by the reciprocal. Mistakes usually arise when cancelling terms incorrectly.
代数分式遵循与数值分式相同的运算法则。加减时要先找公分母;乘法直接将分子乘分子、分母乘分母;除法则乘以倒数。最常见的错误是错误地约分。
You may cancel common factors only, never individual terms across a plus or minus sign. For example, this is invalid:
你只能约去公因数,绝不能约去加号或减号两侧的单独项。例如,以下做法是错误的:
(x + 2)/2 ≠ x
Instead the fraction simply remains (x + 2)/2, unless a factor is present in both the numerator and the denominator as a whole.
正确的做法是:除非分子和分母整体上含有共同因子,否则该分式就保持 (x + 2)/2 不变。
7. Indices and Surds | 指数与根式
Index laws are essential: aᵐ × aⁿ = aᵐ⁺ⁿ, aᵐ ÷ aⁿ = aᵐ⁻ⁿ, and (aᵐ)ⁿ = aᵐⁿ. Zero index gives a⁰ = 1, and negative indices mean reciprocals: a⁻ⁿ = 1/aⁿ. Fractional indices relate to roots: a^(1/n) = ⁿ√a.
指数法则至关重要:aᵐ × aⁿ = aᵐ⁺ⁿ,aᵐ ÷ aⁿ = aᵐ⁻ⁿ,(aᵐ)ⁿ = aᵐⁿ。零次指数为 a⁰ = 1;负指数表示倒数:a⁻ⁿ = 1/aⁿ。分数指数与根式对应:a^(1/n) = ⁿ√a。
For surds, simplify by finding square factors. For example, √50 = √(25 × 2) = 5√2. Never combine surds with different radicands; √a + √b cannot be simplified unless a = b.
对于根式,应找出完全平方因数来化简。例如 √50 = √(25 × 2) = 5√2。绝不要合并不同被开方数的根式;除非 a = b,否则 √a + √b 无法化得更简。
8. Straight-Line Graphs | 直线图像
The general equation of a straight line is y = mx + c, where m is the gradient and c is the y-intercept. To find the gradient between two points (x₁, y₁) and (x₂, y₂), use m = (y₂ – y₁)/(x₂ – x₁).
直线的一般方程为 y = mx + c,其中 m 是斜率,c 是 y 轴截距。已知两点 (x₁, y₁) 和 (x₂, y₂) 时,斜率为 m = (y₂ – y₁)/(x₂ – x₁)。
Parallel lines have equal gradients; perpendicular lines have gradients whose product is -1. For example, a line perpendicular to y = 2x + 1 will have gradient -1/2. Always draw graphs with a ruler and label the axes clearly with a title.
平行线斜率相等;垂直线斜率的乘积为 -1。例如,与 y = 2x + 1 垂直的直线斜率为 -1/2。绘图时务必使用直尺,并清楚标注坐标轴名称和标题。
9. Functions and Notation | 函数与记号
Function notation is a compact way to represent operations. If f(x) = 3x + 2, then f(4) = 3 × 4 + 2 = 14. For composite functions, work from the inside out: fg(x) means apply g first, then apply f to the result.
函数记号是一种紧凑的运算表示方式。若 f(x) = 3x + 2,则 f(4) = 3 × 4 + 2 = 14。对于复合函数,由内向外计算:fg(x) 表示先对 x 应用 g,再将结果代入 f。
Do not confuse fg(x) with f⁻¹(x) or f(x) × g(x). The inverse function f⁻¹(x) swaps the roles of input and output: to find it, rewrite y = f(x), interchange x and y, then solve for y.
不要混淆 fg(x) 与 f⁻¹(x) 或 f(x) × g(x)。反函数 f⁻¹(x) 交换了输入与输出的角色:求法是将 y = f(x) 写出来,交换 x 和 y,再解出 y。
10. Growth and Decay | 增长与衰减
Compound growth and decay appear in finance, biology and physics problems. The formula is A = P(1 ± r/100)ⁿ, where P is the initial amount, r is the percentage rate, n is the number of periods, and A is the final amount. Use + for growth and – for decay.
复利增长与衰减出现在金融、生物和物理问题中。公式为 A = P(1 ± r/100)ⁿ,其中 P 是初始量,r 是百分比利率,n 是期数,A 是最终量。增长用加号,衰减用减号。
Be careful with simultaneous percentage changes: a 10% increase followed by a 10% decrease does not return to the original value. The multiplier is 1.1 × 0.9 = 0.99, so there is an overall 1% loss.
注意连续百分比变化:先涨 10% 再跌 10% 并不会回到原值。乘数应为 1.1 × 0.9 = 0.99,总体亏损 1%。
11. Changing the Subject | 变换公式主体
Changing the subject of a formula is an essential rearrangement skill. Treat the variable you want as if you are solving a linear equation: move other terms away step by step using inverse operations, being careful about the order (undo additions/subtractions first, then multiplications/divisions, then powers/roots).
变换公式主体是一项至关重要的重排技能。把你要求的变量当作解方程中的未知数:利用逆运算逐步移走其他项,注意运算顺序(先消除加减,再处理乘除,最后处理幂与根)。
y = (3x – 5)/2 → 2y = 3x – 5 → 2y + 5 = 3x → x = (2y + 5)/3
A common error is reversing the order of operations. Remember: when unpeeling a formula, start from the outermost operation and work inwards.
常见错误是颠倒运算顺序。记住:剥离公式时,应从最外层的运算开始,逐步向内进行。
12. Solving Quadratic Equations | 解二次方程
There are three methods for solving quadratics: factorising (when possible), the quadratic formula x = (-b ± √(b² – 4ac))/2a, and completing the square. Always set the equation to zero before applying any method.
解二次方程有三种方法:因式分解法(可行时)、求根公式 x = (-b ± √(b² – 4ac))/2a,以及配方法。无论用哪种方法,都必须先将等式化为等于零的形式。
The discriminant b² – 4ac determines the nature of the roots: positive gives two distinct real roots, zero gives one repeated root, and negative gives no real roots. In exam questions, always check whether the answer should be left in exact surd form or rounded to a specified degree of accuracy.
判别式 b² – 4ac 决定了根的性质:大于零有两个不相等实数根,等于零有一个重根,小于零则没有实数根。考试中务必注意题目要求答案保留精确根式形式还是按指定精度四舍五入。
Algebra improves with practice and systematic checking. Work through past papers, keep a “mistake log” of every careless error you make, and review it before every test session. With consistent effort, you will build the confidence and speed needed for exam day.
代数的提高离不开练习和系统性的检查。认真做历年真题,为每一次粗心失误建立”错题本”,在每次考前复习它。坚持下来,你将逐步具备考试当天所需的信心与速度。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导