📚 Mastering Linear Equations: A KS3 Cambridge Guide | 掌握线性方程:KS3剑桥数学指南
Equations are at the heart of algebra, and in the KS3 Cambridge Mathematics curriculum, they appear in many forms — from simple puzzles to multi-step problems involving brackets and fractions. Building a solid understanding of how to solve linear equations now will give you the tools you need for graphs, simultaneous equations, quadratic equations and real-world problem solving. This revision guide takes you through every essential skill, step by step, with clear examples, common pitfalls and plenty of opportunities to check your understanding.
方程是代数的核心。在 KS3 剑桥数学课程中,它们以多种形式出现——从简单的谜题到涉及括号和分数的多步骤问题。现在扎实地掌握如何解线性方程,将为你日后学习图形、联立方程、二次方程以及解决实际问题提供必要的工具。本复习指南将一步步带你掌握所有关键技能,配有清晰的例子、常见错误分析以及大量检查理解的机会。
1. What is a Linear Equation? | 什么是线性方程?
A linear equation is a mathematical statement where two expressions are equal and the highest power of the variable is 1. You may see letters such as x, y or a representing the unknown number. The aim is always to find the value of the variable that makes the equation true. In KS3, you mostly work with one unknown, though later you will meet equations involving two variables.
线性方程是一个数学陈述,其中两个表达式相等,并且变量的最高次幂为 1。你可能会看到像 x、y 或 a 这样的字母代表未知数。目标始终是求出使方程成立的变量的值。在 KS3 阶段,你主要处理一个未知数,不过之后你会遇到含有两个变量的方程。
Example: 2x + 3 = 11
示例:2x + 3 = 11
The expression on the left (2x + 3) has the same value as the number on the right (11). We need to discover what x must be for this to be true. Linear equations can look different — sometimes the variable appears on both sides, sometimes brackets are involved — but the underlying principle is always the same.
左边的表达式 (2x + 3) 与右边的数字 (11) 具有相同的值。我们需要找出 x 必须是多少才能使该式成立。线性方程的形式可能各不相同——有时变量出现在两边,有时会包含括号——但其基本原理始终相同。
2. The Balance Method | 平衡法
Imagine an old-fashioned pair of scales. When the scales are balanced, the contents of the left pan equal the contents of the right pan. An equation works in exactly the same way. The equality sign (=) is the balancing point. If we add, subtract, multiply or divide something on one side, we must do exactly the same to the other side, otherwise the equation will no longer be true.
想象一架老式天平。当天平平衡时,左边托盘中的内容物等于右边托盘中的内容物。方程就是以完全相同的方式运作的。等号 (=) 就是平衡点。如果我们在等式的一边进行加、减、乘或除某种操作,就必须在另一边执行完全相同的操作,否则方程将不再成立。
This idea is often called the ‘balance method’ and it is the foundation of all equation solving. Instead of guessing values, you systematically ‘undo’ operations around the variable until it is alone on one side. Keeping the balance visual in your mind helps avoid the common mistake of only performing an operation on one side.
这一想法通常被称为“平衡法”,它是所有解方程方法的基础。与其猜测数值,不如系统性地“撤销”围绕变量的运算,直到变量单独出现在等式的一边。在脑海中保持平衡的直观图像有助于避免只在一边执行操作的常见错误。
3. Solving One-Step Equations | 解一步方程
The simplest linear equations require just one step to isolate the variable. For instance:
最简单的线性方程只需一步就能分离出变量。例如:
x + 5 = 12
We need to remove the ‘+ 5’ from the left-hand side. The inverse of adding 5 is subtracting 5. So we subtract 5 from both sides:
我们需要将左边的 “+ 5” 移除。加 5 的逆运算是减 5。因此我们从两边同时减去 5:
x + 5 − 5 = 12 − 5 → x = 7
For multiplication, consider:
对于乘法,考虑:
3x = 15
The variable is multiplied by 3. The inverse of multiplying by 3 is dividing by 3. Divide both sides by 3:
变量被乘以 3。乘以 3 的逆运算是除以 3。两边同时除以 3:
3x ÷ 3 = 15 ÷ 3 → x = 5
A subtraction example: x − 4 = 9. Add 4 to both sides: x = 13. A division example: x ÷ 2 = 6. Multiply both sides by 2: x = 12. Once you are comfortable with these, you can move on to equations that combine operations.
一个减法的例子:x − 4 = 9。两边加 4:x = 13。一个除法的例子:x ÷ 2 = 6。两边乘以 2:x = 12。一旦你熟练掌握了这些,就可以继续学习结合了多种运算的方程。
4. Using Inverse Operations | 使用逆运算
Understanding inverse operations is the key to unlocking any equation. The table below summarises the most common pairs you will use throughout KS3.
理解逆运算是解开任何方程的关键。下表总结了你将在整个 KS3 阶段使用的最常见的运算对。
| Operation | Inverse Operation |
|---|---|
| + a | − a |
| − a | + a |
| × a | ÷ a |
| ÷ a | × a |
Notice that addition and subtraction undo each other, as do multiplication and division. When you face a more complex equation, identify the operations that have been applied to the variable, then undo them in the reverse order — just like unwrapping a parcel.
请注意,加法和减法互为逆运算,乘法和除法也是如此。当你面对一个更复杂的方程时,先识别出对变量施加了哪些运算,然后按照相反的顺序将它们撤销——就像拆开包裹一样。
This ‘reverse order’ becomes especially important in two-step equations. For instance, in 2x + 3 = 11, the variable is first multiplied by 2, then 3 is added. To solve, you first undo the addition (subtract 3), then undo the multiplication (divide by 2).
这种“相反的顺序”在两步方程中尤为重要。例如,在 2x + 3 = 11 中,变量先被乘以 2,然后加上 3。要解这个方程,你首先撤销加法(减去 3),然后撤销乘法(除以 2)。
5. Solving Two-Step Equations | 解两步方程
Two-step equations involve two operations affecting the variable. A classic example is:
两步方程涉及对变量施加的两种运算。一个经典的例子是:
2x + 3 = 11
Step 1: Undo the addition of 3 by subtracting 3 from both sides. This leaves 2x = 8.
第 1 步:通过从两边减去 3 来撤销加 3。这样得到 2x = 8。
Step 2: Undo the multiplication by 2 by dividing both sides by 2. This gives x = 4.
第 2 步:通过两边除以 2 来撤销乘 2。得到 x = 4。
Always follow the order opposite to the one used when building the expression. If the equation is 5x − 7 = 13, the variable was multiplied by 5 and then 7 was subtracted. So first add 7 to both sides (5x = 20), then divide by 5 (x = 4).
始终按照与构建表达式时相反的顺序操作。如果方程是 5x − 7 = 13,变量先被乘以 5,然后减去 7。因此首先两边加 7(5x = 20),然后除以 5(x = 4)。
Practise with different numbers and signs, including negative coefficients. For example, 10 − 2y = 4 can be rewritten as −2y + 10 = 4; subtract 10, then divide by −2, giving y = 3. Keeping the steps precise and written clearly will prevent sign errors.
用不同的数字和符号进行练习,包括负系数。例如,10 − 2y = 4 可以重写为 −2y + 10 = 4;减去 10,然后除以 −2,得到 y = 3。保持步骤精确并书写清晰将防止符号错误。
6. Equations with Variables on Both Sides | 两边都有变量的方程
In many KS3 problems, the variable appears on both sides of the equals sign. The strategy is to collect all variable terms on one side and all constant terms on the other. For example:
在许多 KS3 问题中,变量会出现在等号的两边。策略是将所有含有变量的项移到等式的一边,将所有常数项移到另一边。例如:
5x + 2 = 3x + 10
Start by eliminating the smaller variable term. Subtract 3x from both sides so that the variable terms are on the left:
首先消去较小的变量项。两边同时减去 3x,使变量项集中在左边:
5x − 3x + 2 = 3x − 3x + 10 → 2x + 2 = 10
Now you have a two-step equation. Subtract 2 from both sides to get 2x = 8, then divide by 2 to get x = 4.
现在你得到了一个两步方程。两边减去 2 得到 2x = 8,然后除以 2 得到 x = 4。
If you prefer, you could subtract 5x from both sides and work with negative coefficients, but choosing the side that keeps the variable positive is usually simpler. Always remember to carry the sign in front of the term when moving it.
如果你愿意,也可以从两边减去 5x 并处理负系数,但选择能使变量保持为正的一边通常更简单。始终记住,移动某一项时要带上它前面的符号。
7. Expanding Brackets Before Solving | 先展开括号再求解
When an equation contains brackets, your first job is to multiply out those brackets using the distributive law. For example:
当方程含有括号时,你的首要任务是用分配律将括号展开。例如:
3(x + 2) = 21
Multiply the term outside the bracket by each term inside: 3 × x and 3 × 2. This gives:
将括号外的项与括号内的每一项相乘:3 × x 和 3 × 2。得到:
3x + 6 = 21
Now solve the resulting two-step equation. Subtract 6 from both sides: 3x = 15, then divide by 3: x = 5.
现在解所得的两步方程。两边减去 6:3x = 15,然后除以 3:x = 5。
If the equation has brackets on both sides, expand both first. For instance, 2(x − 4) = 3(x + 1) becomes 2x − 8 = 3x + 3. Then bring variable terms to one side: subtract 2x from both sides to get −8 = x + 3, then subtract 3 to obtain x = −11.
如果方程两边都有括号,则先两边都展开。例如,2(x − 4) = 3(x + 1) 变为 2x − 8 = 3x + 3。然后将含变量的项移到一边:两边减去 2x 得 −8 = x + 3,再减去 3 得到 x = −11。
Be careful with negative signs outside brackets: −2(y + 5) = −2y − 10. Expanding correctly is just as important as the solving steps that follow.
注意括号外的负号:−2(y + 5) = −2y − 10。正确地展开与后续的求解步骤同样重要。
8. Equations with Fractions | 含分数的方程
Fractions in equations can look intimidating, but they follow the same balance rules. Consider:
方程中出现分数可能看起来令人生畏,但它们遵循同样的平衡法则。考虑:
x/4 + 1 = 3
First, subtract 1 from both sides to isolate the fractional term: x/4 = 2. Then multiply both sides by 4 to clear the denominator: x = 8.
首先,两边减去 1 以分离出含有分数的项:x/4 = 2。然后两边乘以 4 以消去分母:x = 8。
Alternatively, you can multiply every term in the equation by the denominator straight away. For the same equation, multiply everything by 4: 4 × (x/4) + 4 × 1 = 4 × 3 → x + 4 = 12. Then subtract 4 to get x = 8. Both methods work; choose the one that makes more sense to you.
或者,你也可以一开始就将方程中的每一项都乘以分母。对于同一个方程,将所有项都乘以 4:4 × (x/4) + 4 × 1 = 4 × 3 → x + 4 = 12。然后减去 4 得到 x = 8。两种方法都有效;选择对你来说更直观的那一种。
When there are two fractions with different denominators, the technique is to find a common denominator or multiply through by the lowest common multiple. For instance, (x/3) + (x/4) = 7. Multiply every term by 12: 4x + 3x = 84 → 7x = 84 → x = 12.
当有两个分母不同的分数时,技巧是找到公分母或乘以最小公倍数。例如,(x/3) + (x/4) = 7。将每一项乘以 12:4x + 3x = 84 → 7x = 84 → x = 12。
9. Checking Your Solution | 检查你的答案
Finding a value for x does not mean the work is finished. You should always substitute your answer back into the original equation to verify that both sides produce the same number. This habit will catch many small mistakes with signs or arithmetic.
求出 x 的值并不意味着工作结束了。你应该始终将答案代回到原方程中,以验证两边得出相同的数值。这个习惯能帮你发现许多符号或算术上的小错误。
Using the earlier example 2x + 3 = 11 with x = 4: Left side = 2(4) + 3 = 8 + 3 = 11. Right side = 11. Both sides match, so the solution is correct.
用前面的例子 2x + 3 = 11,x = 4:左边 = 2(4) + 3 = 8 + 3 = 11。右边 = 11。两边相等,因此解是正确的。
If substitution gives different numbers, retrace your steps. Check whether you subtracted when you should have added, or whether a sign was lost when expanding. Often the error is in the first or second step. Checking is a powerful way to build confidence in your answers during a test.
如果代入后得到不同的数字,就重新检查你的步骤。看看你是否在本该加的时候减了,或者在展开时丢掉了符号。错误往往出现在第一步或第二步。检查是一种强有力的方法,能让你在考试中对答案充满信心。
10. Common Mistakes and How to Avoid Them | 常见错误及如何避免
Even students who understand the balance method can slip up on details. Here are four frequent errors:
即使是理解了平衡法的学生也可能在细节上出错。以下是四种常见错误:
- Forgetting to apply an operation to both sides: When you add 5 to the left, you must add 5 to the right as well.
忘记对两边同时进行操作: 当你给左边加上 5 时,右边也必须加上 5。 - Ignoring negative signs: In 8 − x = 3, subtracting 8 gives −x = −5, so x = 5. Be careful when dividing by a negative.
忽略负号: 在 8 − x = 3 中,减去 8 得到 −x = −5,因此 x = 5。除以负数时要小心。 - Expanding brackets incorrectly: −2(x − 3) is −2x + 6, not −2x − 6.
括号展开错误: −2(x − 3) 是 −2x + 6,而不是 −2x − 6。 - Mishandling fractions: When multiplying (2/3)x = 8, multiply by the reciprocal 3/2, not just 2.
分数处理不当: 当 (2/3)x = 8 时,要乘以其倒数 3/2,而不只是 2。
Slow down, show every step on a new line, and read the equation aloud if it helps. Precision matters more than speed when you are learning.
放慢速度,每一步都另起一行,并在必要时把方程读出声来。
Published by TutorHao | KS3 Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导