📚 Solving Linear Equations: From Basics to Word Problems | 解线性方程:从基础到应用题
Linear equations form the foundation of algebra and appear in nearly every IGCSE Mathematics examination paper. Whether you are aiming for a grade C or an A*, mastering this topic is essential for success. In this article, we will progress from simple one-step equations through to complex word problems, covering all the key techniques and common pitfalls along the way.
线性方程是代数学的基础,几乎出现在每一份IGCSE数学试卷中。无论你的目标是C等级还是A*,掌握这个主题都是取得好成绩的关键。在本文中,我们将从简单的一步方程逐步深入到复杂的应用题,涵盖所有关键技巧和常见易错点。
1. What Is a Linear Equation? | 什么是线性方程?
A linear equation is an equation where the highest power of the unknown variable is 1. The general form is ax + b = c, where a, b, and c are constants and a ≠ 0. The word “linear” comes from the fact that when graphed, these equations produce a straight line.
线性方程是指未知变量的最高次数为1的方程。一般形式为 ax + b = c,其中a、b、c为常数,且a ≠ 0。”线性”一词来源于其图像为一条直线这一事实。
Key features of linear equations:
线性方程的关键特征:
- The variable has exponent 1 only | 变量指数仅为1
- No products of variables (e.g., x × y is not allowed) | 不能出现变量的乘积(如x × y)
- No square roots of variables | 不能出现变量的平方根
- The solution is always a single value | 解始终是单一数值
2. The Golden Rule: Balance | 黄金法则:保持平衡
Think of an equation as a balance scale. Whatever you do to one side, you MUST do to the other side. This is the single most important concept in solving equations. If you add 3 to the left, add 3 to the right. If you divide the left by 2, divide the right by 2.
把方程想象成一台天平。你对一边做的操作,必须对另一边做同样的操作。这是解方程中最重要的概念。如果你在左边加3,就必须在右边加3。如果你把左边除以2,就必须把右边除以2。
If a = b, then a + c = b + c, a − c = b − c, a × c = b × c, and a ÷ c = b ÷ c (where c ≠ 0).
This principle allows us to isolate the unknown variable on one side of the equation. Our goal is always to get the variable alone on one side, with a number on the other.
这一原则使我们能够将未知变量隔离在方程的一侧。我们的目标始终是让变量单独位于一侧,另一侧是一个数值。
3. One-Step Equations | 一步方程
These are the simplest equations requiring only one operation to solve. They come in four basic types:
这类是最简单的方程,只需一步运算即可求解,分为四种基本类型:
| Type | 类型 | Example | 示例 | Operation to Solve | 解题操作 |
| x + a = b | x + 5 = 12 | Subtract 5 from both sides | 两边减5 |
| x − a = b | x − 3 = 8 | Add 3 to both sides | 两边加3 |
| ax = b | 4x = 20 | Divide both sides by 4 | 两边除以4 |
| x ÷ a = b | x ÷ 3 = 6 | Multiply both sides by 3 | 两边乘以3 |
Worked example: Solve x + 5 = 12. Subtract 5 from both sides: x = 12 − 5 = 7. Check: 7 + 5 = 12 ✓
例题:解 x + 5 = 12。两边同时减去5:x = 12 − 5 = 7。检验:7 + 5 = 12 ✓
4. Two-Step Equations | 两步方程
Most linear equations in IGCSE require two operations. The standard approach is to first deal with addition/subtraction, then handle multiplication/division. Remember the order carefully.
IGCSE中大多数线性方程需要两步操作。标准做法是:先处理加减法,再处理乘除法。请牢记这个顺序。
Worked example: Solve 3x + 4 = 19.
例题:解 3x + 4 = 19。
Step 1: Subtract 4 from both sides: 3x = 15.
步骤1:两边同时减去4:3x = 15。
Step 2: Divide both sides by 3: x = 5.
步骤2:两边同时除以3:x = 5。
Check: 3(5) + 4 = 19 ✓
检验:3(5) + 4 = 19 ✓
When the coefficient is negative, extra care is needed. For example, solving −2x + 7 = 1:
当系数为负数时,需要额外小心。例如,解 −2x + 7 = 1:
Subtract 7: −2x = −6. Divide by −2: x = 3.
两边减7:−2x = −6。两边除以−2:x = 3。
5. Equations with Brackets | 含括号的方程
When brackets appear in an equation, expand them first using the distributive law: a(b + c) = ab + ac. Be careful with negative signs outside brackets, as these cause many student errors.
当方程中出现括号时,首先使用分配律展开:a(b + c) = ab + ac。特别注意括号外的负号,这是许多学生犯错的地方。
Worked example: Solve 3(2x − 5) = 21.
例题:解 3(2x − 5) = 21。
Expand the brackets: 6x − 15 = 21.
展开括号:6x − 15 = 21。
Add 15 to both sides: 6x = 36.
两边加15:6x = 36。
Divide by 6: x = 6.
两边除以6:x = 6。
Dealing with negative brackets:
处理负号括号:
−(2x − 3) = −2x + 3
Notice that every term inside the bracket changes sign. A common mistake is forgetting to change the sign of the last term. For example, −(2x − 3) is often incorrectly expanded as −2x − 3, but the correct expansion is −2x + 3.
注意括号内的每一项都要变号。常见错误是忘记最后一项的变号。例如,−(2x − 3) 常被错误地展开为 −2x − 3,但正确的展开应该是 −2x + 3。
6. Variables on Both Sides | 变量在方程两侧
When unknowns appear on both sides of the equation, our strategy is to collect all terms with the variable on one side and constants on the other. A systematic approach avoids sign errors.
当未知数出现在方程两侧时,策略是将所有含变量的项集中到一侧,常数集中到另一侧。系统的方法可以避免符号错误。
Worked example: Solve 5x − 2 = 3x + 8.
例题:解 5x − 2 = 3x + 8。
Step 1: Subtract 3x from both sides: 2x − 2 = 8.
步骤1:两边同时减去3x:2x − 2 = 8。
Step 2: Add 2 to both sides: 2x = 10.
步骤2:两边同时加2:2x = 10。
Step 3: Divide by 2: x = 5.
步骤3:两边除以2:x = 5。
A useful guideline: move the smaller coefficient to the larger one to keep the variable coefficient positive. This reduces the chance of sign errors in the final step.
一个有用的建议:将较小的系数移到较大的系数那边,使变量的系数保持为正。这可以降低最后一步出现符号错误的概率。
If the equation includes brackets on both sides, expand them first, then collect like terms.
如果方程两侧都有括号,先展开括号,再合并同类项。
7. Equations with Fractions | 含分数的方程
Fractional equations often look intimidating, but there is a simple strategy to make them easier: multiply every term by the common denominator to eliminate fractions entirely.
含分数的方程看上去令人生畏,但有一个简单的策略可以让它们变得容易:将每一项都乘以公分母,从而完全消除分数。
Worked example 1: Solve x/2 + 3 = 7.
例题1:解 x/2 + 3 = 7。
Approach A (eliminating the fraction): Multiply every term by 2: x + 6 = 14. Then x = 8.
方法A(消除分数):每项乘以2:x + 6 = 14。然后 x = 8。
Worked example 2: Solve (2x − 1)/3 = 5.
例题2:解 (2x − 1)/3 = 5。
Multiply both sides by 3: 2x − 1 = 15.
两边乘以3:2x − 1 = 15。
Add 1: 2x = 16. Divide by 2: x = 8.
两边加1:2x = 16。两边除以2:x = 8。
Worked example 3: Solve x/3 + x/2 = 5.
例题3:解 x/3 + x/2 = 5。
The common denominator of 3 and 2 is 6. Multiply every term by 6: 2x + 3x = 30. Simplify: 5x = 30, so x = 6.
3和2的公分母是6。每项乘以6:2x + 3x = 30。化简:5x = 30,所以 x = 6。
Remember: when a fraction like x/3 is multiplied by the denominator 3, the result is simply x. This is the key insight that makes fraction elimination so powerful.
记住:当一个像 x/3 这样的分数乘以分母3时,结果就是 x。这是使分数消除法如此强大的关键所在。
8. Equations with Unknown in the Denominator | 未知数在分母中的方程
A slightly more challenging type involves the unknown in the denominator, such as 12/x = 4. To solve these, multiply both sides by the denominator to bring it to the numerator.
更具挑战性的一类涉及未知数出现在分母中,如 12/x = 4。解这类方程时,两边乘以分母,将其移到分子位置。
Worked example: Solve 12/x = 4, where x ≠ 0.
例题:解 12/x = 4,其中 x ≠ 0。
Multiply both sides by x: 12 = 4x.
两边乘以x:12 = 4x。
Divide by 4: x = 3.
两边除以4:x = 3。
For equations with the unknown in the denominator and other terms present, a common technique is to multiply every term by the denominator. For example, solve 6/x + 2 = 5:
对于分母中含有未知数且还有其他项的方程,常用技巧是把每一项都乘以分母。例如,解 6/x + 2 = 5:
Multiply every term by x: 6 + 2x = 5x. Then 6 = 3x, so x = 2.
每一项乘以x:6 + 2x = 5x。然后 6 = 3x,所以 x = 2。
9. Setting Up Word Problems | 建立应用题方程
Word problems test not only your equation-solving skills but also your ability to translate English sentences into mathematical language. The key is to identify the unknown, define a variable, and then translate the conditions into an equation.
应用题不仅考验你解方程的技能,还考验你将英文句子转化为数学语言的能力。关键在于识别未知量、定义变量,然后将条件转化为方程。
Here are common translation clues:
以下是常见的翻译线索:
- “sum of” → addition | “…之和” → 加法
- “difference” → subtraction | “差” → 减法
- “product” → multiplication | “积” → 乘法
- “quotient” → division | “商” → 除法
- “is” or “equals” → = | “是”或”等于” → =
- “more than” → + | “比…多” → +
- “less than” → − | “比…少” → −
A systematic approach to word problems:
解决应用题的步骤:
Step 1: Read the problem twice and underline the key information.
步骤1:阅读题目两遍,划出关键信息。
Step 2: Define your variable. State clearly what x represents.
步骤2:定义变量。清楚说明x代表什么。
Step 3: Write the equation based on the conditions in the problem.
步骤3:根据题目条件写出方程。
Step 4: Solve the equation step by step.
步骤4:逐步解方程。
Step 5: Check your answer against the original problem to ensure it makes sense.
步骤5:将答案代入原题验证是否合理。
10. Classic IGCSE Word Problem Types | IGCSE经典应用题类型
Three types of word problems appear most frequently in IGCSE examinations: number problems, age problems, and money problems.
IGCSE考试中最常出现的三类应用题:数字问题、年龄问题和金钱问题。
Type 1: Number Problems | 类型1:数字问题
The sum of three consecutive integers is 42. Find the numbers.
三个连续整数之和为42。求这三个数。
Let the first integer be n. Then the next two are n + 1 and n + 2. Equation: n + (n + 1) + (n + 2) = 42. Simplify: 3n + 3 = 42, so 3n = 39, n = 13. The numbers are 13, 14, and 15.
设第一个整数为n。则后两个为 n + 1 和 n + 2。方程:n + (n + 1) + (n + 2) = 42。化简:3n + 3 = 42,所以 3n = 39,n = 13。这三个数为13、14和15。
Type 2: Age Problems | 类型2:年龄问题
A father is 3 times as old as his son. In 12 years, he will be twice as old. Find their current ages.
父亲的年龄是儿子的3倍。12年后,父亲的年龄将是儿子的2倍。求他们现在的年龄。
Let the son’s age be s. Then the father’s age is 3s. In 12 years: son = s + 12, father = 3s + 12. Equation: 3s + 12 = 2(s + 12). Expand: 3s + 12 = 2s + 24. Subtract 2s: s + 12 = 24. So s = 12. The son is 12 and the father is 36.
设儿子的年龄为s。则父亲的年龄为3s。12年后:儿子 = s + 12,父亲 = 3s + 12。方程:3s + 12 = 2(s + 12)。展开:3s + 12 = 2s + 24。减去2s:s + 12 = 24。所以 s = 12。儿子12岁,父亲36岁。
Type 3: Money Problems | 类型3:金钱问题
A shop sells pencils at $0.50 each and pens at $1.20 each. Anna buys 3 pencils and some pens, spending $6.90 in total. How many pens did she buy?
一家商店的铅笔每支$0.50,钢笔每支$1.20。Anna买了3支铅笔和若干支钢笔,总共花了$6.90。她买了多少支钢笔?
Let the number of pens be p. Equation: 3(0.50) + 1.20p = 6.90. Simplify: 1.50 + 1.20p = 6.90. Subtract 1.50: 1.20p = 5.40. Divide by 1.20: p = 4.5. Since pens must be a whole number, we should double-check the data: this suggests a data inconsistency. In exams, the numbers are designed to give a clean answer.
设钢笔数为p。方程:3(0.50) + 1.20p = 6.90。化简:1.50 + 1.20p = 6.90。减去1.50:1.20p = 5.40。除以1.20:p = 4.5。由于钢笔数必须是整数,我们应该重新检查数据:这表明数据不一致。在考试中,数字会被设计为给出干净的答案。
11. Common Mistakes and How to Avoid Them | 常见错误及避免方法
Understanding typical errors is half the battle. These are the most common mistakes students make in linear equations:
理解典型错误就成功了一半。以下是学生在解线性方程中最常见的错误:
| Mistake | 错误 | Example | 示例 | Correction | 正确做法 |
| Forgetting to apply an operation to both sides | 忘记两边同时操作 | x + 4 = 9 → x = 9 − 4 ✓ | Always show both sides | 始终同时处理两边 |
| Bracket sign errors | 括号符号错误 | 3 − (x + 2) = 3 − x + 2 ✗ | 3 − x − 2 ✓ | 正确为 3 − x − 2 |
| Incorrect fraction elimination | 分数消除错误 | x/3 + 2 = 4 → x + 2 = 12 ✗ | Multiply EVERY term by 3 | 每一项都要乘以3 |
| Moving terms with wrong sign | 移项时符号错误 | 2x + 3 = x → 2x + x = −3 ✗ | 2x − x = −3 ✓ | 正确为 2x − x = −3 |
The most reliable way to avoid these errors is to write every step down and check your answer by substituting it back into the original equation.
避免这些错误最可靠的方法是写下每一步,并通过将答案代回原方程来检验。
12. Exam Tips and Summary | 考试技巧与总结
Here is a complete strategy checklist for solving linear equations in the IGCSE examination:
以下是IGCSE考试中解线性方程的完整策略清单:
- Expand all brackets first | 先展开所有括号
- Collect variable terms on one side | 将变量项集中到一侧
- Collect constant terms on the other side | 将常数项集中到另一侧
- Eliminate fractions by multiplying every term by the common denominator | 每项乘以公分母消除分数
- Write each step on a new line — avoid mental arithmetic | 每一步另起一行书写 — 避免心算
- Always check by substituting back | 始终代入检验
- For word problems, state what x represents
- 对于应用题,说明x代表什么
- Verify your final answer makes sense in the context | 确认最终答案在语境中有意义
One final caution: when an equation has no solution or all real numbers as solutions, you may have made an error. A linear equation always has exactly one solution when the coefficient of the variable is non-zero. If you encounter a contradiction such as 1 = 2, recheck your working carefully.
最后一条提醒:当方程无解或所有实数都是解时,你可能犯了错误。当变量系数不为零时,线性方程总有且仅有一个解。如果你遇到了像 1 = 2 这样的矛盾,请仔细重新检查你的步骤。
As with all mathematical skills, practice is the key to mastery. Work through many different types of equations, and you will develop the confidence and speed needed to succeed in your IGCSE examination.
与所有数学技能一样,练习是掌握的关键。通过大量练习不同类型的方程,你将建立起在IGCSE考试中取得成功所需的信心和速度。
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