Solving Linear Equations with Directed Numbers | 解含正负数的线性方程

📚 Solving Linear Equations with Directed Numbers | 解含正负数的线性方程

Linear equations are the foundation of algebra in Cambridge KS3 Mathematics. They appear in number, geometry, and data problems, so learning to solve them confidently is essential. This article walks through key methods, from one-step equations to equations with unknowns on both sides, with plenty of examples and common errors to avoid.

线性方程是剑桥 KS3 数学中代数的基础。它们出现在数、几何和数据问题中,因此学会自信地解方程至关重要。本文将介绍从一步方程到未知数在等号两侧的方程的关键方法,并提供大量示例和常见错误提示。


1. What Is a Linear Equation? | 什么是线性方程?

A linear equation is an algebraic statement in which the unknown variable appears only to the first power, such as x, not x² or x³. In Cambridge KS3 Mathematics, you will often see equations like 2x + 5 = 13 or x − 4 = −2. Solving means finding the value of the unknown that makes the statement true.

线性方程是指未知数只出现一次幂的代数等式,例如 x,而不是 x² 或 x³。在剑桥 KS3 数学中,你会经常见到像 2x + 5 = 13 或 x − 4 = −2 这样的方程。解方程就是求出使等式成立的未知数的值。

Linear equations are called linear because their graphs are straight lines. At KS3 level, you will mainly work with one variable at a time, but the same balancing skills extend to harder problems later.

线性方程之所以称为线性,是因为它们的图像是直线。在 KS3 阶段,你主要一次处理一个变量,但同样的平衡技巧会延伸到以后更复杂的问题中。


2. Key Vocabulary and Symbols | 核心词汇与符号

Before solving, you must recognise key terms: variable (the unknown letter), coefficient (the number multiplying the variable), constant (a fixed number), and equation (a statement with an equals sign). The equals sign means both sides have the same value.

在解题之前,你必须认识关键术语:变量(未知字母)、系数(乘以变量的数)、常数(固定的数)以及方程(含有等号的陈述)。等号表示两边具有相同的值。

  • Variable: x, y, n — 变量:x、y、n
  • Coefficient: 3 in 3x — 系数:3x 中的 3
  • Constant: −2 in x − 2 — 常数:x − 2 中的 −2
  • Equation: 2x + 3 = 11 — 方程:2x + 3 = 11

3. Inverse Operations: The Golden Rule | 逆运算:黄金法则

To isolate the variable, use inverse operations. Addition and subtraction are inverses; multiplication and division are inverses. Whatever you do to one side of the equation, you must do to the other side to keep it balanced.

要分离变量,需要使用逆运算。加法和减法互为逆运算;乘法和除法互为逆运算。对等式一边进行的任何操作,都必须对另一边进行同样的操作,以保持平衡。

a + b = c → a = c − b  a × b = c → a = c ÷ b

Always perform the inverse operation in the reverse order of the original operations. This is sometimes called the balancing method, and it is the core skill for all equation solving.

务必按照原运算的相反顺序执行逆运算。这有时被称为平衡法,它是所有方程求解的核心技能。


4. Solving One-Step Equations | 解一步方程

In a one-step equation, only one operation is applied to the variable. For example, to solve x + 7 = 12, subtract 7 from both sides: x = 12 − 7 = 5. For x − 3 = 9, add 3 to both sides: x = 9 + 3 = 12.

在一步方程中,变量只进行了一种运算。例如,解 x + 7 = 12 时,两边同时减去 7:x = 12 − 7 = 5。对于 x − 3 = 9,两边同时加 3:x = 9 + 3 = 12。

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

  • x + 8 = 15 → x = 7 — x 加 8 等于 15,所以 x = 7
  • x − 5 = −2 → x = 3 — x 减 5 等于 −2,所以 x = 3

5. Solving Two-Step Equations | 解两步方程

Two-step equations have two operations. Solve 2x + 3 = 11 by first subtracting 3 from both sides to get 2x = 8, then dividing both sides by 2 to obtain x = 4. Always undo addition or subtraction before multiplication or division.

两步方程包含两种运算。解 2x + 3 = 11 时,先两边减去 3 得到 2x = 8,然后两边除以 2 得到 x = 4。始终先消除加法或减法,再处理乘法或除法。

2x + 3 = 11 → 2x = 8 → x = 4

Another example: 5x − 4 = 21. Add 4 to both sides: 5x = 25. Then divide by 5: x = 5. Writing each step below the previous one helps you avoid skipping signs.

另一个例子:5x − 4 = 21。两边加 4:5x = 25。然后除以 5:x = 5。把每一步写在上一步下方有助于避免漏掉符号。


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

When the coefficient is negative, divide or multiply by a negative number carefully. For −3x = 12, divide both sides by −3: x = 12 ÷ (−3) = −4. If the equation is −x = 5, remember that −x means −1x, so x = −5.

当系数为负数时,要小心地除以或乘以负数。对于 −3x = 12,两边除以 −3:x = 12 ÷ (−3) = −4。如果方程是 −x = 5,记住 −x 表示 −1x,所以 x = −5。

−3x = 12 → x = −4  −x = 5 → x = −5

Negative signs are a common source of error. If the equation is 7 − 2x = 1, you can add 2x to both sides first: 7 = 1 + 2x, then subtract 1 and divide by 2 to get x = 3. This avoids dividing by a negative coefficient.

负号是常见的错误来源。如果方程是 7 − 2x = 1,你可以先两边加 2x:7 = 1 + 2x,然后减 1 再除以 2,得到 x = 3。这样可以避免除以负系数。


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

If the equation contains brackets, expand them first using the distributive law. For 3(x + 4) = 21, expand to 3x + 12 = 21, subtract 12, then divide by 3 to get x = 3. Alternatively, divide both sides by 3 first.

如果方程含有括号,先用分配律展开。对于 3(x + 4) = 21,展开得到 3x + 12 = 21,减去 12,再除以 3 得到 x = 3。也可以先两边除以 3。

3(x + 4) = 21 → 3x + 12 = 21 → 3x = 9 → x = 3

With a negative outside the bracket, be careful with signs: −2(x − 3) = 8 expands to −2x + 6 = 8. Then subtract 6: −2x = 2, so x = −1.

括号外是负数时,要注意符号:−2(x − 3) = 8 展开为 −2x + 6 = 8。然后减 6:−2x = 2,所以 x = −1。


8. Unknowns on Both Sides | 未知数在等号两侧

To solve equations such as 5x + 2 = 3x + 10, gather the variable terms on one side and the constants on the other. Subtract 3x from both sides: 2x + 2 = 10. Then subtract 2 and divide by 2 to get x = 4.

要解像 5x + 2 = 3x + 10 这样的方程,将含有变量的项移到一边,常数项移到另一边。两边减去 3x:2x + 2 = 10。然后减去 2 并除以 2,得到 x = 4。

5x + 2 = 3x + 10 → 2x + 2 = 10 → 2x = 8 → x = 4

Choose the smaller variable term to remove. For 7x − 5 = 4x + 7, subtract 4x: 3x − 5 = 7. Then add 5 and divide by 3: x = 4. This keeps the coefficient positive.

选择较小的含变量项来消去。对于 7x − 5 = 4x + 7,减去 4x:3x − 5 = 7。然后加 5 再除以 3:x = 4。这样系数保持为正。


9. Fractional Coefficients | 分数系数

Equations may involve fractions. For x/4 = 3, multiply both sides by 4 to get x = 12. For (2/3)x = 8, multiply both sides by the reciprocal 3/2: x = 8 × 3/2 = 12.

方程可能含有分数。对于 x/4 = 3,两边乘以 4 得到 x = 12。对于 (2/3)x = 8,两边乘以倒数 3/2:x = 8 × 3/2 = 12。

x/4 = 3 → x = 12  (2/3)x = 8 → x = 12

If the equation is x/3 + 2 = 5, first subtract 2: x/3 = 3, then multiply by 3: x = 9. Deal with the fraction as the final step, unless there are several fractions to clear first.

如果方程是 x/3 + 2 = 5,先减 2:x/3 = 3,然后乘以 3:x = 9。除非有多个分数需要先消去,否则将处理分数作为最后一步。


10. Word Problems and Real-Life Contexts | 应用题与实际问题

Word problems require you to translate English into algebra. Example: “A number is tripled and then 5 is subtracted. The result is 16. Find the number.” Let the number be n: 3n − 5 = 16. Add 5, then divide by 3: n = 7.

应用题要求你将文字翻译成代数。例题:“一个数乘以 3,再减去 5,结果是 16。求这个数。”设这个数为 n:3n − 5 = 16。加 5 后除以 3:n = 7。

3n − 5 = 16 → 3n = 21 → n = 7

  • “more than” means + — “比……多”表示 +
  • “less than” means − — “比……少”表示 −
  • “twice” means × 2 — “两倍”表示 × 2
  • “half of” means ÷ 2 — “一半”表示 ÷ 2

11. Common Mistakes to Avoid | 常见错误及避免方法

Common errors include forgetting to apply operations to both sides, incorrectly handling negative signs, and misusing the order of inverse operations. Always write each step clearly and check your signs.

常见错误包括忘记对等式两边同时进行运算、错误处理负号以及逆运算顺序不当。务必清晰地写出每一步并检查符号。

  • Only adding to one side — 只对一边进行加法运算
  • Losing a negative sign when expanding brackets — 展开括号时丢掉负号
  • Dividing before subtracting in two-step equations — 在两步方程中先除后减

For 2x + 3 = 11, a wrong move is to divide by 2 first: x + 3 = 5.5, which leads to a false result. Always undo the constant before the coefficient.

对于 2x + 3 = 11,错误的做法是先除以 2:x + 3 = 5.5,这会得到错误结果。务必先处理常数项,再处理系数。


12. Checking Your Answer | 检验你的答案

Substitute your solution back into the original equation. For 2x + 3 = 11, if x = 4, then 2(4) + 3 = 8 + 3 = 11, which is correct. Checking helps you catch mistakes before moving on.

将你的解代回原方程检验。对于 2x + 3 = 11,如果 x = 4,那么 2(4) + 3 = 8 + 3 = 11,正确。检验有助于在继续之前发现错误。

Check: 2(4) + 3 = 8 + 3 = 11 ✓

Make checking a regular habit. It takes only a few seconds and can significantly improve your accuracy in tests and homework.

把检验变成一种常规习惯。它只需几秒钟,却能显著提高你在考试和作业中的准确率。


Published by TutorHao | KS3 Mathematics Revision Series | aleveler.com

更多咨询请联系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