📚 PDF资源导航

Solving Linear Equations: A Step-by-Step Guide for IGCSE Mathematics | 解线性方程:IGCSE数学分步指南

📚 Solving Linear Equations: A Step-by-Step Guide for IGCSE Mathematics | 解线性方程:IGCSE数学分步指南

Linear equations are the foundation of algebra and appear in nearly every IGCSE Mathematics exam paper. Mastering this skill is essential not only for Paper 2 and Paper 4, but also for higher-level topics such as simultaneous equations, inequalities, and coordinate geometry. In this guide, we will walk through the key techniques step by step, with common pitfalls clearly identified along the way.

线性方程是代数的基石,几乎出现在每一份IGCSE数学试卷中。掌握这一技能不仅对Paper 2和Paper 4至关重要,也是学习联立方程、不等式和坐标几何等更高阶内容的基础。在本指南中,我们将逐步讲解关键技巧,并明确指出常见易错点。


1. Understanding the Balance Method | 理解“天平平衡法”

An equation is like a balance scale: whatever you do to one side, you must do to the other to keep it balanced. The goal is to isolate the variable (usually x) on one side of the equation.

方程就像一架天平:你对一边做的操作,必须对另一边同样操作,以保持平衡。目标是将变量(通常是x)单独放在方程的一边。

For example, consider the equation:

例如,考虑方程:

x + 5 = 12

To isolate x, subtract 5 from both sides:

为了单独求出x,两边同时减去5:

x + 5 − 5 = 12 − 5 → x = 7

The key rule: always perform the inverse (opposite) operation. Addition is undone by subtraction, multiplication by division, and vice versa.

关键规则:始终进行逆运算。加法用减法消除,乘法用除法消除,反之亦然。


2. The Four-Step Strategy | 四步解题法

For most linear equations in IGCSE, follow this reliable sequence:

对于IGCSE中的大多数线性方程,遵循以下可靠顺序:

  • Step 1 — Expand any brackets. Use the distributive law to remove parentheses.
  • Step 2 — Collect like terms. Group x-terms on one side, constant terms on the other.
  • Step 3 — Combine. Simplify both sides as much as possible.
  • Step 4 — Divide by the coefficient of x. This gives the final answer.
  • 第一步——去括号。用乘法分配律去掉括号。
  • 第二步——合并同类项。将含x的项集中到一边,常数项集中到另一边。
  • 第三步——合并简化。尽可能地简化等号两边。
  • 第四步——除以x的系数。得到最终答案。

Worked example:

例题:

3(x + 2) = 15

Step 1 — Expand: 3x + 6 = 15. Step 2/3 — Subtract 6 from both sides: 3x = 9. Step 4 — Divide both sides by 3: x = 3.

第一步——展开:3x + 6 = 15。第二步/第三步——两边减去6:3x = 9。第四步——两边除以3:x = 3。


3. Dealing with Variables on Both Sides | 处理两边都有变量的情况

When the same variable appears on both sides, eliminate it from the smaller side. This keeps coefficients positive and reduces the chance of sign errors.

当等式两边都出现同一个变量时,从系数较小的一边消去它。这样可以保持系数为正,减少符号错误。

Worked example:

例题:

5x − 3 = 2x + 9

Subtract 2x from both sides: 3x − 3 = 9. Then add 3 to both sides: 3x = 12. So x = 4. Always check your answer by substituting back into the original equation.

两边同时减去2x:3x − 3 = 9。然后两边加上3:3x = 12。因此 x = 4。务必把答案代回原方程进行检验。

Why subtract 2x instead of 5x? Because 2x is the smaller coefficient — this leaves a positive x-term, making the rest of the calculation simpler.

为什么减去2x而不是5x?因为2x是较小的系数——这样能保留正的x项,使后续计算更简单。


4. Equations with Brackets | 含括号的方程

Brackets indicate multiplication of a group. Use the distributive law: a(b + c) = ab + ac. In IGCSE, most bracket questions also combine with like-terms collection.

括号表示对一个整体进行乘法运算。使用分配律:a(b + c) = ab + ac。在IGCSE中,大多数含括号的题目还需要结合合并同类项。

Worked example:

例题:

4(2x − 1) = 3(x + 8)

Expand both sides: 8x − 4 = 3x + 24. Subtract 3x from both sides: 5x − 4 = 24. Add 4 to both sides: 5x = 28. Divide by 5: x = 5.6 or 28/5.

两边展开:8x − 4 = 3x + 24。两边减去3x:5x − 4 = 24。两边加上4:5x = 28。除以5:x = 5.6 或 28/5。

Be careful with negative signs outside brackets: −2(x + 3) means −2x − 6, not −2x + 6. This is one of the most frequently tested traps.

注意括号外的负号:−2(x + 3) 等于 −2x − 6,而不是 −2x + 6。这是最常考的陷阱之一。


5. Equations with Fractions | 含分数的方程

When an equation contains fractions, the most efficient method is to multiply every term by the lowest common multiple (LCM) of the denominators. This eliminates fractions immediately.

当方程包含分数时,最有效的方法是每一项都乘以分母的最小公倍数(LCM)。这可以立即消除分数。

Worked example:

例题:

x/3 + 1 = x/2

The LCM of 3 and 2 is 6. Multiply every term by 6:

3和2的最小公倍数是6。每一项都乘以6:

6 × (x/3) + 6 × 1 = 6 × (x/2) → 2x + 6 = 3x

Subtract 2x from both sides: 6 = x, so x = 6. Substituting back: 6/3 + 1 = 3, and 6/2 = 3. ✓

两边减去2x:6 = x,因此 x = 6。代回检验:6/3 + 1 = 3,而 6/2 = 3。✓

When fractions appear on both sides, never use a fraction line as a grouping symbol without brackets: (x + 2)/3 means (x + 2) ÷ 3, not x + 2/3.

当两边出现分数时,切勿把分数线当作括号使用:(x + 2)/3 表示 (x + 2) ÷ 3,而不是 x + 2/3。


6. Equations with Decimals | 含小数的方程

Decimals can be converted to whole numbers by multiplying by a power of 10. This is often easier than working with decimals directly.

小数可以通过乘以10的幂转化为整数。这通常比直接处理小数更简单。

Worked example:

例题:

0.2x + 0.5 = 1.1

Multiply every term by 10: 2x + 5 = 11. Then subtract 5: 2x = 6, so x = 3.

每一项乘以10:2x + 5 = 11。然后减去5:2x = 6,因此 x = 3。

Alternatively, subtract 0.5 first: 0.2x = 0.6, then divide by 0.2: x = 3. Both approaches are valid — choose whichever you find more reliable.

或者,先减去0.5:0.2x = 0.6,然后除以0.2:x = 3。两种方法都正确——选择你更有把握的那种。


7. Word Problems Leading to Linear Equations | 建立线性方程的应用题

IGCSE exams frequently include real-life contexts that require you to construct an equation before solving it. The key is to translate the English statement into mathematical language:

IGCSE考试经常包含现实情境题,需要你先建立方程再求解。关键是把文字描述转换为数学语言:

English phrase Mathematical meaning
“a number increased by 4” x + 4
“three times a number, minus 2” 3x − 2
“half of a number” x/2
“the sum of a number and 7 equals 15” x + 7 = 15

Worked example: “The length of a rectangle is 3 cm more than twice its width. The perimeter is 42 cm. Find the width.”

例题:“一个长方形的长比宽的2倍多3厘米。周长为42厘米。求宽。”

Let w be the width. Then length = 2w + 3. The perimeter formula is P = 2(length + width):

设宽为w。则长 = 2w + 3。周长公式为 P = 2(长 + 宽):

2(w + 2w + 3) = 42 → 2(3w + 3) = 42 → 6w + 6 = 42 → 6w = 36 → w = 6

The width is 6 cm. Always write the unit in your final answer.

宽为6厘米。最终答案务必写上单位。


8. Common Mistakes to Avoid | 常见易错点清单

Here are the most common errors students make when solving linear equations in IGCSE exams:

以下是IGCSE考试中学生解线性方程时最常见的错误:

  • Misapplying the inverse operation. For example, to solve 3x = 12, some students add 3 instead of dividing by 3.
  • Forgetting to distribute a negative sign. −(x + 2) equals −x − 2, not −x + 2.
  • Dropping the denominator too early. When multiplying fractions, multiply every single term, not just the term containing the fraction.
  • Sign errors when moving terms. Moving a term across the equals sign means changing its sign.
  • Not checking the answer. Substitution back takes ten seconds and catches most mistakes.
  • 逆运算使用错误。例如,解3x = 12时,有些学生用了加3而不是除以3。
  • 忽略负号的分配。−(x + 2) 等于 −x − 2,而不是 −x + 2。
  • 过早丢掉分母。乘以公倍数时,要乘每一项,而不只是含分数的项。
  • 移项时的符号错误。移项到等号另一边时需要变号。
  • 没有检验答案。代回原方程只需十秒钟,能发现绝大多数错误。

Remember the golden rule of algebra: “What you do to one side, you must do to the other.” This single principle prevents more errors than any other rule.

记住代数的黄金法则:“对一边做了什么,就必须对另一边做同样的操作。”这一条原则比其他任何规则都能避免更多错误。


9. Practice Questions | 巩固练习

Try these IGCSE-style questions without a calculator:

请在不使用计算器的情况下尝试以下IGCSE风格题目:

1. Solve: 7x − 4 = 3x + 8

解方程:7x − 4 = 3x + 8

2. Solve: 5(2x + 1) = 4x − 7

解方程:5(2x + 1) = 4x − 7

3. Solve: x/4 + 2 = 3x/5

解方程:x/4 + 2 = 3x/5

4. The sum of three consecutive integers is 72. Find the smallest integer.

三个连续整数的和为72。求出其中最小的整数。

Answers: 1) x = 3; 2) x = −2; 3) x = 40/7; 4) The smallest integer is 23.

参考答案:1) x = 3;2) x = −2;3) x = 40/7;4) 最小的整数是23。


10. Brief Summary | 要点总结

To solve any linear equation confidently in the IGCSE exam, remember these steps:

要在IGCSE考试中自信地解决任何线性方程,请记住以下步骤:

Eliminate fractions → Expand brackets → Collect like terms → Isolate x → Check by substitution

消除分数 → 展开括号 → 合并同类项 → 求出x → 代回检验

With consistent practice, linear equations become one of the most straightforward topics in the syllabus — and a reliable source of marks. Revisit past exam papers and focus on the word problems, as these test not only your algebra but also your ability to translate language into mathematics.

通过持续练习,线性方程会成为教学大纲中最直接、最容易得分的题型之一。多回顾历年真题,重点练习应用题,因为这类题目不仅考查代数运算能力,还考查你把语言转化为数学表达的能力。

Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version