Solving Linear Equations with Variables on Both Sides | 解两边有变量的线性方程

📚 Solving Linear Equations with Variables on Both Sides | 解两边有变量的线性方程

When you first meet linear equations, they often look like ‘2x + 3 = 11’ – the unknown x appears only on one side. As you progress through the KS3 Cambridge Mathematics syllabus, you will encounter equations that contain the variable on both sides, such as ‘5x − 2 = 2x + 7’. These equations require you to think more carefully about balancing and collecting like terms, but once you master a few core strategies, they become as straightforward as any other equation. This article will guide you through every step, from understanding the structure of an equation to checking your final answer, ensuring you build a deep and lasting skill.

当你刚开始学习线性方程时,遇到的往往是像“2x + 3 = 11”这样未知数只出现在一边的式子。按照剑桥 KS3 数学课程的要求,你很快会碰到变量同时出现在两边的情况,比如“5x − 2 = 2x + 7”。这类方程需要你在平衡和合并同类项时更仔细地思考;不过,一旦掌握了几个核心策略,它们就会变得和其他方程一样简单明了。本文将带你走过每一个步骤——从理解方程的结构到检验最终答案,帮助你建立扎实而持久的解题能力。


1. What Does ‘Variables on Both Sides’ Mean? | 什么是“两边都有变量”?

An equation like ‘3x + 4 = x + 10’ has the variable x on both the left-hand side (LHS) and the right-hand side (RHS). The goal remains the same: find the value of x that makes the statement true. What changes is the first step – you now need to bring all the variable terms to one side and all the constant terms to the other side before you can isolate x. Recognising that every equation represents a balanced scale helps you see why subtracting the same amount of x from both sides is essential.

像“3x + 4 = x + 10”这样的方程在左边和右边都含有变量 x。我们要达成的目标依然不变:找到使等式成立的 x 值。有所不同的只是第一步——现在你需要把所有的变量项移到一边,把所有的常数项移到另一边,然后才能求出 x。意识到每一个方程都代表一架保持平衡的天平,你就能理解为什么两边必须减去同样多的 x。


2. The Balancing Method | 天平平衡法

Think of an equation as a pair of scales in perfect balance. To keep the scales balanced, whatever you do to one side you must do to the other. If you subtract ‘2x’ from the left to remove a variable term, you must also subtract ‘2x’ from the right. This principle ensures the equation remains true throughout the solving process. For example, starting with ‘5x + 3 = 2x + 9’, subtract ‘2x’ from both sides to obtain ‘3x + 3 = 9’, then subtract 3 from both sides to give ‘3x = 6’, and finally divide both sides by 3 to find x = 2.

把方程想象成一对完全平衡的天平。为了保持平衡,你对一边做的任何操作都必须对另一边同样执行。如果你从左边减去“2x”以移除一个变量项,那就必须从右边也减去“2x”。这一原则确保在整个求解过程中等式始终成立。例如,从“5x + 3 = 2x + 9”出发,两边同时减去“2x”得到“3x + 3 = 9”,再同时减去 3 得到“3x = 6”,最后两边除以 3 得到 x = 2。


3. Collecting Like Terms | 合并同类项

When there are several variable terms or constants spread across both sides, collect them methodically. Identify all the terms involving x on the LHS and RHS, then decide which side will become the ‘x side’. A useful tip is to aim for a positive coefficient of x at the end. In ‘2x − 5 = 4x + 1’, subtracting ‘2x’ from both sides yields ‘−5 = 2x + 1’. Many students then prefer to move the constant 1 to the left, obtaining ‘−6 = 2x’, and finally x = −3. Alternatively, you could have subtracted ‘4x’ first, but that would leave a negative coefficient, which is perfectly acceptable if you are careful with signs.

当变量项和常数项分散在两边时,要有条理地合并它们。先找出左边和右边所有含有 x 的项,然后决定哪一边作为“x 边”。一个有用的技巧是争取最终让 x 的系数为正。在“2x − 5 = 4x + 1”中,两边同时减去“2x”得到“−5 = 2x + 1”。接下来,很多同学选择把常数 1 移到左边,得到“−6 = 2x”,最后 x = −3。当然,你也可以先减去“4x”,但那样会产生负系数,只要注意符号,同样完全可行。


4. Dealing with Brackets First | 先去括号

Before attempting to collect variable terms, always expand any brackets using the distributive law. For an equation like ‘3(x + 2) = 2(x − 1) + 10’, start by multiplying out the brackets: LHS becomes ‘3x + 6’, RHS becomes ‘2x − 2 + 10’, which simplifies to ‘2x + 8’. The equation now reads ‘3x + 6 = 2x + 8’. Subtract ‘2x’ from both sides to get ‘x + 6 = 8’, then subtract 6 to find x = 2. Brackets often hide terms that can be combined, so expanding is a vital early step.

在尝试合并变量项之前,一定要先用分配律展开所有括号。对于“3(x + 2) = 2(x − 1) + 10”这样的方程,先乘开括号:左边变为“3x + 6”,右边变为“2x − 2 + 10”,简化为“2x + 8”。现在方程变成“3x + 6 = 2x + 8”。两边减去“2x”得到“x + 6 = 8”,再减去 6 即得 x = 2。括号常常隐藏着可以合并的项,因此去括号是至关重要的前期步骤。


5. Equations Involving Fractions | 涉及分数的方程

Fractions can appear with variables on both sides, for example ‘x/2 + 3 = x/3 + 5’. The most efficient approach is to eliminate the fractions early by multiplying every term on both sides by the lowest common denominator (LCD). For denominators 2 and 3, the LCD is 6. Multiply each term by 6: (6)(x/2) + (6)(3) = (6)(x/3) + (6)(5), giving ‘3x + 18 = 2x + 30’. Now the equation is free of fractions. Subtract ‘2x’ from both sides: ‘x + 18 = 30’, so x = 12. Always check the original equation with x = 12: 12/2 + 3 = 6 + 3 = 9 and 12/3 + 5 = 4 + 5 = 9, confirming the solution.

变量在两边时也会出现分数,例如“x/2 + 3 = x/3 + 5”。最有效的做法是早期通过将两边每一项乘以最小公分母(LCD)来消去分数。对于分母 2 和 3,LCD 是 6。每一项乘以 6:(6)(x/2) + (6)(3) = (6)(x/3) + (6)(5),得到“3x + 18 = 2x + 30”。现在方程不再有分数。两边减去“2x”:“x + 18 = 30”,所以 x = 12。务必用 x = 12 代入原方程检验:12/2 + 3 = 6 + 3 = 9,12/3 + 5 = 4 + 5 = 9,一致。


6. Working with Negative Coefficients | 处理负系数

Sometimes you will end up with a negative coefficient for x, such as ‘−3x + 4 = 2x − 6’. Instead of avoiding it, handle it confidently by moving the variable term to the side that makes the coefficient positive. In this case, add ‘3x’ to both sides to collect x terms on the right: 4 = 5x − 6. Then add 6 to both sides: 10 = 5x, so x = 2. If you had moved the ‘2x’ term first, you would get ‘−5x + 4 = −6’, then ‘−5x = −10’, and dividing by −5 still gives x = 2. Both paths are correct provided you follow the rules of algebra.

有时你会遇到 x 的系数为负的情形,比如“−3x + 4 = 2x − 6”。不要回避,而要自信地处理——把变量项移到能让系数变正的一边。在这个例子中,两边同时加“3x”把 x 项集中到右边:4 = 5x − 6。然后两边加 6:10 = 5x,所以 x = 2。如果你先移动“2x”,会得到“−5x + 4 = −6”,然后是“−5x = −10”,除以 −5 仍然得到 x = 2。两种路径都正确,只要你遵循代数法则。


7. Word Problems that Lead to Variables on Both Sides | 引出两边变量的应用题

Real-life problems often generate equations with the variable on both sides. For example: ‘Amy has twice as many marbles as Ben. After Amy gives 5 marbles to Ben, they have the same number. How many did each have initially?’ Let Ben’s initial number be b, so Amy’s is 2b. After the transfer, Amy has 2b − 5, Ben has b + 5. The condition is 2b − 5 = b + 5. Solve: subtract b from both sides → b − 5 = 5 → b = 10. So Ben had 10, Amy had 20. Translating a story into an equation is a key KS3 skill, and the balance method works exactly the same way.

现实生活中的问题常常产生两边有变量的方程。例如:“Amy 拥有的弹珠数量是 Ben 的两倍。Amy 给 Ben 5 颗弹珠后,两人数量相同。最初每人各有多少?” 设 Ben 最初有 b 颗,则 Amy 有 2b 颗。转移后,Amy 剩下 2b − 5,Ben 变成 b + 5。条件为 2b − 5 = b + 5。求解:两边减 b → b − 5 = 5 → b = 10。所以 Ben 有 10 颗,Amy 有 20 颗。将文字叙述转化为方程是 KS3 的核心技能,而平衡法在应用题中同样适用。


8. Checking Your Answer and Avoiding Common Mistakes | 检验答案并避免常见错误

Always substitute your found value back into the original equation, not any simplified version, because errors can creep in during simplification. Common mistakes include forgetting to multiply all terms inside a bracket by the coefficient, incorrectly moving terms across the equals sign without changing the sign, or losing a fraction when combining terms. For instance, in ‘4(2x − 1) = 3(x + 3) + 2’, a rushed expansion might give ‘8x − 1’ instead of ‘8x − 4’. Take your time with each small step, and use the check as a habit: it confirms your answer and builds your confidence.

一定要将求出的值代入原方程,而不是代入化简后的某个中间式子,因为化简过程中可能出现错误。常见错误包括忘记用系数乘括号里的所有项、移项时没有改变符号、合并项时遗漏分数等。例如在“4(2x − 1) = 3(x + 3) + 2”中,匆忙的展开可能写成“8x − 1”而不是“8x − 4”。对每一个小步骤都要仔细,并养成检验的习惯:它既能确认答案,又能增强你的信心。


9. Practice Strategies to Build Fluency | 训练策略,提高熟练度

Start with simple equations where the variable appears just once on each side, such as ‘x + 5 = 2x − 1’. Move to equations with brackets, then with fractions. Use a mix of positive and negative coefficients early so you don’t develop a bias. Create your own equations by picking a value for x, constructing an expression on each side, and solving backwards – this helps you see the structure from both directions. Finally, timed practice under exam-style conditions will help you balance speed with accuracy. Remember, fluency comes from understanding, not just from rote repetition.

可以先从变量只在两边各出现一次的简单方程入手,例如“x + 5 = 2x − 1”。然后过渡到带括号的方程,再进阶到带分数的方程。尽早引入正系数和负系数混合的问题,避免形成思维定式。你也可以自己构造方程:先选好 x 的值,左右各写出一个表达式,再反向求解——这能让你从两个方向理解方程的结构。最后,在模拟考试环境下限时训练,能帮助你在速度与准确度之间找到平衡。记住,熟练来自理解,而不仅仅是机械重复。


10. Summary and Key Takeaways | 总结与关键要点

Solving linear equations with the variable on both sides revolves around three core actions: expanding brackets, collecting variable terms on one side and constants on the other, and isolating the unknown through balanced operations. Always respect the balance principle – whatever you do to one side, do to the other. Treat fractions by multiplying through by the lowest common denominator, and never skip the verification step. With deliberate practice, this topic becomes a powerful tool not just for KS3 assessments, but for all future mathematics. Keep asking yourself, “Is my equation still balanced?” and you will rarely go wrong.

求解两边都有变量的线性方程,关键围绕三个核心动作:去括号,把变量项集中到一边、常数项集中到另一边,通过平衡运算求出未知数。始终遵循平衡原则——你对一边做的,另一边也必须同样做。遇到分数时,用最小公分母乘以每一项来消去分数;绝不要省略检验步骤。通过有意识的练习,这一知识点会成为得力工具,不仅能应对 KS3 考试,也为未来的数学学习打好基础。常常问自己:“我的方程仍然平衡吗?”这样你几乎不会出错。


Published by TutorHao | Mathematics Revision Series | aleveler.com

Find Cambridge KS3 Maths Textbooks on eBay UK

New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.

Browse on eBay UK →

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

Comments

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

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