📚 Mastering Algebra: Equations, Inequalities & Practical Problem-Solving Strategies | 掌握代数:方程、不等式与实际问题解题策略
Algebra is the language of mathematics, and for IGCSE students, mastering it is non-negotiable. From linear equations to quadratic expressions, your ability to manipulate symbols and solve for unknowns will determine your success across all major exam papers. This guide takes you through the essential question types, common traps, and the most effective solution strategies—designed for clarity, speed, and accuracy.
代数是数学的语言。对 IGCSE 学生而言,掌握代数不仅是基础,更是考试取得高分的关键。无论是一次方程、二次函数,还是不等式与应用题,你的符号运算能力和解题思维都会直接影响所有核心考卷的表现。本指南将带你逐项拆解考点、常见陷阱和高效策略,帮助你在考场上更加从容、精准且快速。
1. Understanding the Problem: Extracting Key Information | 理解题意:提取关键信息
Before you can solve an algebra problem, you must know exactly what is being asked. Circle the unknown quantity, underline any relationships described in words, and note any constraints given (such as “positive integers” or “non-zero”). Many lost marks are not due to a lack of skill, but due to misreading the question.
在动手解题之前,你首先需要清楚题目到底问的是什么。建议你用圆圈标出未知量,用下划线划出文字描述的数量关系,并特别留意题目中的限制条件(例如“正整数”或“非零”)。很多失分并不是因为不会算,而是因为看错了题目。
For example, the phrase “three more than twice a number” translates to 2n + 3, not 2(n + 3). Attention to language is the first step toward correct translation.
例如,“某个数的两倍再加三”应表达为 2n + 3,而不是 2(n + 3)。语言细节是第一道关,把文字准确转译为数学表达式,才能保证后续计算不偏题。
2. Forming Equations: Translating Words into Symbols | 建立方程:将文字转化为符号
Once the unknown is identified, assign a variable (commonly x or n). Then build expressions and equations based on the relationships described. Keep every step visible in your working—this not only earns method marks but also allows you to track errors when checking.
在确定未知量之后,用变量(通常是 x 或 n)表示它,然后根据文字描述的关系构建代数表达式和方程。每一步的推导过程都应当清晰地写在卷面上——这不仅能帮助你获取步骤分,也能在检查时更快地发现错误。
The sum of three consecutive integers is 42. Find the integers.
设 n 为第一个整数,则 n + (n+1) + (n+2) = 42
3n + 3 = 42 → n = 13 → 整数为 13, 14, 15
Notice how a simple set-up transforms a word problem into a solvable equation. The more systematically you set it up, the less likely you are to make careless mistakes.
注意,一个简单的“设未知量”就能将文字题转化为可解的方程。设置越有系统性,粗心出错的可能性就越低。
3. Solving Linear Equations: Core Steps & Verification | 解一次方程:核心步骤与验证
Linear equations in one variable are the foundation of the algebra syllabus. The basic strategy is to isolate the unknown by using inverse operations: addition cancels subtraction, and multiplication cancels division. Always perform the same operation on both sides of the equation.
一元一次方程是整个代数考纲的基石。解题核心思路是利用逆运算将未知量孤立出来:加法与减法互逆,乘法与除法互逆。关键原则是——等式两边必须执行完全相同的操作。
Take the equation 5x − 7 = 3x + 9. First, subtract 3x from both sides: 2x − 7 = 9. Then add 7 to both sides: 2x = 16, giving x = 8. Always substitute your answer back into the original equation to verify.
以方程 5x − 7 = 3x + 9 为例。先将两边同时减去 3x:得到 2x − 7 = 9。然后两边同时加 7:得到 2x = 16,于是 x = 8。最后,务必把答案代回原方程验证是否正确。
When the unknown appears on both sides, the golden rule is to move all terms involving the variable to one side and all constant terms to the other. Be careful with negative signs—a single flipped sign can change the entire result.
当未知量同时出现在方程两边时,黄金法则是把所有含变量的项移到一边,所有常数项移到另一边。尤其要警惕负号——一个符号写反,整个答案就会功亏一篑。
4. Quadratic Equations: Factorisation | 二次方程:因式分解法
Quadratic equations of the form ax² + bx + c = 0 appear frequently in both Paper 2 and Paper 4. The first method you should try is factorisation. Look for two numbers that multiply to c and add to b (when a = 1).
形如 ax² + bx + c = 0 的二次方程在 Paper 2 和 Paper 4 中出现频率极高。你应优先尝试因式分解法。当 a = 1 时,寻找两个数,使它们的乘积等于 c,且它们的和等于 b。
For example, solve x² − 5x + 6 = 0. The two numbers that multiply to 6 and add to −5 are −2 and −3. Thus (x − 2)(x − 3) = 0, so x = 2 or x = 3.
例如,解 x² − 5x + 6 = 0。相乘为 6、相加为 −5 的两个数是 −2 和 −3。于是 (x − 2)(x − 3) = 0,得到 x = 2 或 x = 3。
Set each factor to zero separately—this is the zero-product property. Do not divide both sides by a common factor containing x; you might lose a solution. For instance, x(x − 4) = 0 gives two roots: x = 0 and x = 4.
此时要让每个因式分别等于零——依据是零因子性质。切勿在方程两边同时除以含有 x 的公因式,否则可能丢失一个解。例如,x(x − 4) = 0 给出两个根:x = 0 和 x = 4。
5. The Quadratic Formula & the Discriminant | 二次公式与判别式
When factorisation is not possible—or feels too slow—turn to the quadratic formula. For the equation ax² + bx + c = 0, the solution is given by
当因式分解不可行,或者你觉得速度太慢时,就可以使用二次公式。对于方程 ax² + bx + c = 0,解为
x = (−b ± √(b² − 4ac)) / 2a
The expression under the square root, b² − 4ac, is called the discriminant. If it is positive, there are two distinct real roots; if zero, exactly one real root; if negative, no real roots.
根号下的表达式 b² − 4ac 被称为判别式。若判别式为正,则有两个不等实根;若为零,则恰有一个实数根;若为负,则没有实数根。
For the equation 2x² + 3x − 2 = 0, we compute: b² − 4ac = 9 − 4(2)(−2) = 25. Since 25 is positive, the roots are real and distinct: x = (−3 ± 5)/4, giving x = 0.5 and x = −2.
以方程 2x² + 3x − 2 = 0 为例:计算判别式 b² − 4ac = 9 − 4(2)(−2) = 25。因为 25 为正,所以根为实数且不等:x = (−3 ± 5)/4,得到 x = 0.5 和 x = −2。
Memorising the quadratic formula exactly is non-negotiable for the exam. Write it down at the very start of the question if you are nervous, so you can refer to it without fear of forgetting.
准确背诵二次公式在考试中是必须完成的功课。如果担心紧张忘记,可以在开始这一题时先把它写在草稿纸上,以便随时参考。
6. Simultaneous Equations: Substitution vs. Elimination | 联立方程组:代入法与消元法
Simultaneous linear equations are frequently tested. There are two main strategies: substitution and elimination. For equations like y = 2x + 1 and x + y = 10, substitution is direct: replace y in the second equation to get x + (2x + 1) = 10, which gives 3x = 9, so x = 3 and y = 7.
联立一次方程组是考试中的常考内容。主要策略有两种:代入法和消元法。对于 y = 2x + 1 和 x + y = 10 这样的方程,代入法直截了当:把第二个方程中的 y 替换为 2x + 1,得到 x + (2x + 1) = 10,即 3x = 9,因此 x = 3,y = 7。
Elimination is best when the coefficients of one variable are already the same or easily made the same. For example, solving 3x + 2y = 12 and x − 2y = 4, add the two equations together: 4x = 16, so x = 4, then y = 0.
当某个变量的系数已经相同,或很容易使它们相同时,消元法最为高效。例如,解 3x + 2y = 12 和 x − 2y = 4 时,直接将两个方程相加:得到 4x = 16,所以 x = 4,继而 y = 0。
When dealing with one linear and one quadratic equation, always use substitution. Replace the linear expression into the quadratic, solve the resulting quadratic, and then back-substitute to find the corresponding values.
当遇到一个一次方程与一个二次方程组合时,一定使用代入法。将一次式代入二次方程,求解所得的二次方程,再代回一次方程求出对应的另一个变量值。
7. Inequalities: Solving and Representing on a Number Line | 不等式:求解与在数轴上表示
Inequalities are solved like equations in most respects, but with one crucial exception: when you multiply or divide both sides by a negative number, you must reverse the direction of the inequality sign. This is a classic trap item used by examiners.
不等式在大部分运算规则上与等式一致,但有一个关键区别:当两边同时乘以或除以同一个负数时,不等号的方向必须反转。这是命题人最常设计的陷阱之一。
Consider the inequality −3x + 6 ≤ 15. Subtract 6 from both sides: −3x ≤ 9. Then divide by −3, reversing the sign: x ≥ −3.
以不等式 −3x + 6 ≤ 15 为例。两边同时减 6:得到 −3x ≤ 9。然后两边同时除以 −3,注意不等号方向必须反转:得到 x ≥ −3。
When representing on a number line, a hollow circle indicates the endpoint is not included (strict inequality), while a filled circle indicates the endpoint is included. Always indicate the direction with an arrow or a shaded region.
在数轴上表示时,空心圆圈表示该端点不包含(严格不等式),实心圆圈表示该端点包含在内。一定要用箭头或阴影标明所表示的实际范围。
8. Functions and Graphs: Visualising Algebra | 函数与图像:使代数可视化
Algebra becomes more concrete when represented graphically. A linear function y = mx + c gives a straight line; m represents the gradient, and c represents the y-intercept. Understanding this slope-intercept form allows you to sketch graphs quickly during the exam.
代数在图像上会变得更加直观。线性函数 y = mx + c 对应一条直线,其中 m 为斜率,c 为 y 轴截距。熟练掌握这种斜截式,能帮助你在考试中快速准确作图。
For quadratic functions y = ax² + bx + c, the graph is a parabola. If a > 0, it opens upward and has a minimum point; if a < 0, it opens downward and has a maximum point. Find the vertex using x = −b/(2a), then substitute to find y.
对于二次函数 y = ax² + bx + c,图像是一条抛物线。当 a > 0 时,抛物线开口向上且有最小值;当 a < 0 时,开口向下且有最大值。利用 x = −b/(2a) 求对称轴,再代回即可求出极值点的纵坐标。
You should also be able to interpret intersection points: the solutions to simultaneous equations correspond exactly to the x-values where their graphs intersect. A graph gives you a visual check on your algebra solution.
你还应能够解读交点:联立方程组的解,正对应于两个函数图像的交点横坐标。图像能为你的代数答案提供直观的验证。
9. Word Problems: Setting Up Ratio, Proportion & Change | 实际问题:比例、百分率与变化
Algebra in context is where many students struggle, but a systematic method makes it manageable. Read the problem twice; the first time to understand the scenario, the second time to underline data. Then define your variable clearly and write the equation before calculating.
应用型代数题是许多学生觉得困难的环节,但借助系统性的方法完全可以轻松应对。题目至少读两遍:第一遍理解场景,第二遍划出数据。然后清晰定义变量,列出方程,再开始计算。
For proportion problems, distinguish between direct and inverse proportion. If y is directly proportional to x, then y = kx; if y is inversely proportional to x, then y = k/x. Always find the value of k before proceeding.
解答比例问题时,要区分正比例与反比例。若 y 与 x 成正比,则 y = kx;若 y 与 x 成反比,则 y = k/x。无论哪种情况,都要先求出常数 k,再继续后续计算。
A typical example: “The cost of hiring a machine is $200 plus $15 per hour. Write a formula for the total cost C in terms of hours h, and find the cost for 8 hours.” Here C = 200 + 15h, and C = 200 + 15×8 = $320.
一个典型例题:“租一台机器的费用为 200 美元,另加每小时 15 美元。请写出总费用 C 关于小时数 h 的公式,并计算使用 8 小时的总费用。”这里 C = 200 + 15h,代入 h = 8,得到 C = 200 + 15×8 = 320 美元。
10. Exam Strategies: Overturning Common Traps | 应考策略:破解常见陷阱
Even strong algebra students lose marks unnecessarily. Common traps include forgetting to reverse inequality signs, losing a root when dividing by x, misapplying the order of operations, and not checking answers. A quick check of every solution takes just a few seconds but can rescue many marks.
即使是代数能力不错的同学,也会因为一些常见陷阱而丢掉本不该丢的分。常见错误包括:忘记反转不等号、除以 x 导致丢根、运算顺序错误、以及没有检查答案。快速代入验证每个解只需几秒钟,却往往能救回大量分数。
- Always show every step. Method marks are awarded even for correct reasoning with an arithmetic slip.
- Always show every step. 即使最后计算有误,清晰的过程仍可能为你赢得步骤分。
- Substitute your answer back to verify. Substitution is the fastest and safest self-check tool. 代回原方程验证是最高效、最稳妥的自我检查方式。
- Be especially careful with negative numbers and fractions. They are the most common source of careless mistakes. 处理负数与分数时要格外小心,它们是粗心错误最主要的来源。
- Manage time: if a question feels stuck, move on and return later. 如果某道题卡住时间过长,果断跳过,完成会做的题目后有时间再回来思考。
Write down your plan when facing a multi-step problem. A clear plan halves the chance of losing your way in the middle. Keep calm and work systematically from step to step.
面对多步骤综合题时,先在草稿上写下解题计划。清晰的计划能大大降低中途迷失方向的可能性。保持镇定,一步一步系统推进。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply