📚 Solving Linear Equations for Cambridge KS3 | 剑桥KS3线性方程解法精讲
Linear equations are one of the most important building blocks in Cambridge KS3 mathematics. They appear in nearly every topic, from number problems to geometry, and they are tested regularly in classwork, homework and end-of-stage assessments. This article explains how to solve linear equations step by step, using clear examples and exam-style tips.
线性方程是剑桥KS3数学中最重要的基础模块之一。从数字问题到几何题,它们几乎出现在每一个主题中,并且在课堂练习、家庭作业和阶段末评估中经常考查。本文将逐步解释如何解线性方程,并通过清晰的例子和考试风格技巧帮助你掌握。
1. What Is a Linear Equation? | 什么是线性方程?
A linear equation is an equation where the unknown, usually written as x, is raised only to the power of 1. This means there are no x² terms, no x³ terms, and no variables inside square roots or denominators if the equation is in standard linear form.
线性方程是指未知数(通常用 x 表示)的指数仅为 1 的方程。这意味着方程中没有 x² 项、没有 x³ 项,并且在标准线性形式下变量不会出现在平方根或分母中。
The general form of a linear equation in one variable is ax + b = c, where a, b and c are numbers. For example, 2x + 3 = 11 is linear, but x² + 2 = 6 is not linear.
一元线性方程的一般形式为 ax + b = c,其中 a、b 和 c 是数。例如,2x + 3 = 11 是线性的,但 x² + 2 = 6 不是线性的。
ax + b = c
2. Keeping the Equation Balanced | 保持方程两边平衡
An equation is like a balance scale. Whatever you do to one side, you must do to the other side. This rule is the golden rule of algebra and it keeps the equation true.
方程就像一个天平。你对一边所做的任何操作,必须对另一边做同样的操作。这条规则是代数的黄金法则,它能使方程保持成立。
If you add, subtract, multiply or divide one side by a number, you must do exactly the same to the other side. For example, if x = 5, then x + 3 = 8 only if you add 3 to both sides.
如果你对一边加、减、乘或除以某个数,你必须对另一边做完全相同的操作。例如,如果 x = 5,那么只有当你在两边都加 3 时,x + 3 = 8 才成立。
If x = 5, then x + 3 = 5 + 3
3. Solving One-Step Equations | 解一步方程
To solve a one-step equation, you perform the inverse operation to isolate the variable. If the equation says x + 4 = 9, subtract 4 from both sides.
要解一步方程,你需要执行逆运算来分离变量。如果方程是 x + 4 = 9,就从两边都减去 4。
x + 4 = 9
x + 4 − 4 = 9 − 4
x = 5
If the equation says 3x = 12, divide both sides by 3 to find x = 4.
如果方程是 3x = 12,把两边都除以 3,得到 x = 4。
3x ÷ 3 = 12 ÷ 3 ⇒ x = 4
4. Solving Two-Step Equations | 解两步方程
A two-step equation involves two operations. For example, 2x + 3 = 11 has multiplication by 2 and addition of 3. You must undo these operations in reverse order: first subtract 3, then divide by 2.
两步方程包含两种运算。例如,2x + 3 = 11 包含乘以 2 和加 3。你必须按相反顺序撤销这些运算:先减 3,再除以 2。
2x + 3 = 11
2x = 8
x = 4
Always reverse the order of operations: addition or subtraction first, then multiplication or division. This is a common exam technique.
始终按运算顺序的逆序操作:先做加法或减法的逆运算,再做乘法或除法的逆运算。这是一项常见的考试技巧。
5. Equations with Brackets | 含括号的方程
When an equation contains brackets, expand them first. Use the distributive law: multiply each term inside the brackets by the number outside.
当方程含有括号时,要先展开括号。使用分配律:将括号内的每一项乘以括号外的数。
3(x + 2) = 18
3x + 6 = 18
3x = 12
x = 4
After expanding, the equation becomes a two-step or one-step equation, which you already know how to solve.
展开后,方程就变成一步或两步方程,你已经知道如何求解了。
6. Equations with Variables on Both Sides | 变量在方程两边的方程
Sometimes the variable appears on both sides of the equation, such as 5x + 2 = 3x + 10. The first step is to collect like terms by subtracting the smaller variable term from both sides.
有时变量出现在方程的两边,例如 5x + 2 = 3x + 10。第一步是通过从两边减去较小的变量项来合并同类项。
5x + 2 = 3x + 10
5x − 3x + 2 = 3x − 3x + 10
2x + 2 = 10
2x = 8
x = 4
Then solve the resulting two-step equation as normal. Always check that you have collected the variable terms on one side only.
然后像平常一样解得到的两步方程。始终检查你是否已经将变量项集中到了一边。
7. Equations with Fractions | 含分数的方程
If a linear equation contains fractions, the quickest method is to multiply every term by the lowest common denominator (LCD). This clears the fractions.
如果线性方程含有分数,最快的方法是将每一项都乘以最小公分母(LCD)。这样可以清除分数。
x/2 + 3 = 7
2(x/2) + 2(3) = 2(7)
x + 6 = 14
x = 8
Alternatively, you can treat the fraction as a division and use the inverse operation, but clearing fractions is usually cleaner and faster in exams.
或者,你可以把分数看作除法并使用逆运算,但在考试中,清除分数通常更简洁、更快捷。
8. Checking Your Solution | 检验你的解
Always substitute your answer back into the original equation to check that the left side equals the right side. This takes a few seconds and can catch careless mistakes.
始终将你的答案代回原方程,检查左边是否等于右边。这只需几秒钟,却能发现粗心错误。
For 2x + 3 = 11, if x = 4, then 2(4) + 3 = 8 + 3 = 11, which is correct.
对于 2x + 3 = 11,如果 x = 4,那么 2(4) + 3 = 8 + 3 = 11,结果正确。
| Original equation | Solution | Check |
| 2x + 3 = 11 | x = 4 | 2(4) + 3 = 11 ✓ |
| x/2 + 3 = 7 | x = 8 | 8/2 + 3 = 4 + 3 = 7 ✓ |
9. Common Mistakes to Avoid | 常见错误与避免方法
One frequent mistake is forgetting to do the same operation on both sides. For example, writing x + 4 = 9, then x = 9 − 4 is correct, but writing x + 4 = 9, then x = 13 is wrong because the 4 was added instead of subtracted.
一个常见错误是忘记对两边做相同的运算。例如,x + 4 = 9,正确的下一步是 x = 9 − 4,但如果写成 x = 13 就错了,因为把 4 加到了右边而不是减去。
Another common error is mishandling negative signs. In the equation 3 − x = 5, subtracting 3 gives −x = 2, so x = −2, not x = 2.
另一个常见错误是处理负号不当。在方程 3 − x = 5 中,两边减 3 得到 −x = 2,所以 x = −2,而不是 x = 2。
Also, when expanding brackets, students sometimes forget to multiply all terms inside the bracket. For 2(x + 3), the expansion is 2x + 6, not 2x + 3.
另外,展开括号时,学生有时会忘记乘以括号内的所有项。对于 2(x + 3),展开结果是 2x + 6,而不是 2x + 3。
10. Exam-Style Practice Questions | 考试风格练习题
Try these questions without looking at the solutions. They follow the style of Cambridge KS3 assessments.
尝试在不看答案的情况下完成以下题目。它们遵循剑桥 KS3 评估的风格。
- Solve x + 9 = 15.
- Solve 4x − 5 = 19.
- Solve 3(x − 2) = 12.
- Solve 7x + 1 = 4x + 13.
- Solve x/3 + 2 = 5.
The answers are x = 6, x = 6, x = 6, x = 4, and x = 9. Check each one by substitution.
答案分别是 x = 6、x = 6、x = 6、x = 4 和 x = 9。请通过代入检验每一个答案。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导