Solving Linear Equations | 解一元一次方程 – 数学练习动画第5讲知识点精讲

📚 Solving Linear Equations | 解一元一次方程 – 数学练习动画第5讲知识点精讲

In this animated lesson, we break down the essential skill of solving linear equations — a cornerstone of algebra that you will encounter throughout GCSE and A‑level mathematics. Whether you are just starting out or revising for an exam, mastering these techniques will give you the confidence to handle everything from simple equations to complex problem‑solving.

在本节动画课中,我们将拆解求解一元一次方程这一核心代数技能 —— 无论是初学还是备考,掌握这些方法都能让你从容应对从简单方程到复杂应用题。无论你在 GCSE 还是 A‑level 阶段学习数学,本讲都将为你打下坚实基础。


1. What is a Linear Equation? | 什么是一元一次方程?

A linear equation is an equation where the highest power of the variable (usually x) is 1. Its graph is always a straight line. The standard form looks like ax + b = c, where a, b and c are constants and a ≠ 0.

一元一次方程是指未知数(通常用 x 表示)的最高次数为 1 的方程。它的图像总是一条直线。标准形式为 ax + b = c,其中 a、b 和 c 是常数,且 a ≠ 0。

Example 示例: 2x + 3 = 11 is a linear equation because x has power 1. 2x + 3 = 11 是一元一次方程,因为 x 的指数是 1。


2. The Balancing Principle | 天平原理

Think of an equation as a balanced scale. Whatever you do to one side, you must do to the other to keep it balanced. This idea underpins all algebraic manipulation — add, subtract, multiply or divide equally on both sides.

把方程想象成一个平衡的天平。对一边所做的任何操作,都必须对另一边做同样操作,才能保持平衡。这一理念是所有代数变换的基础 —— 在等式两边同时加、减、乘或除以同一个数。


3. Solving One‑Step Equations | 解一步方程

When the variable is on its own except for one operation, we apply the inverse operation. Example: x + 7 = 15. Subtract 7 from both sides to isolate x → x = 15 − 7, so x = 8.

当未知数只被一个运算隔开时,我们直接运用逆运算。例如:x + 7 = 15。两边同时减去 7 来隔离 x → x = 15 − 7,因此 x = 8。

For multiplication: 3x = 21. Divide both sides by 3 → x = 21 ÷ 3 = 7. 对于乘法:3x = 21,两边除以 3 → x = 7。


4. Two‑Step Equations | 解两步方程

Here we have two operations linked to the variable. Always undo the addition or subtraction first, then deal with multiplication or division. Example: 4x − 5 = 11. Add 5 to both sides → 4x = 16, then divide by 4 → x = 4.

这里未知数涉及两步运算。一定要注意顺序:先处理加减,再处理乘除。例如:4x − 5 = 11。两边先加 5 → 4x = 16,再除以 4 → x = 4。


5. Equations with Brackets | 带括号的方程

If the equation contains brackets, expand them first using the distributive law, then solve as usual. Example: 3(2x + 4) = 30. Expand → 6x + 12 = 30. Subtract 12 → 6x = 18, divide by 6 → x = 3.

若方程含有括号,先用分配律展开,再按常规求解。例如:3(2x + 4) = 30。展开得 6x + 12 = 30,减 12 得 6x = 18,除以 6 得 x = 3。


6. Equations with Fractions | 含分数的方程

To eliminate fractions, multiply every term by the least common denominator (LCD). Example: x/2 + 3 = 5. Multiply both sides by 2 → x + 6 = 10, so x = 4. For more complex fractions like (x+1)/3 = 5, multiply by 3 → x + 1 = 15 → x = 14.

想要去掉分母,可以用最小公分母乘遍每一项。例如:x/2 + 3 = 5,两边乘 2 得 x + 6 = 10,因此 x = 4。对于 (x+1)/3 = 5,乘 3 得 x + 1 = 15 → x = 14。


7. Variables on Both Sides | 两边都有未知数

When x appears on both sides of the equals sign, collect like terms to one side first. Example: 5x − 3 = 2x + 9. Subtract 2x from both sides → 3x − 3 = 9. Add 3 → 3x = 12 → x = 4. Always aim to bring x‑terms onto one side and numbers to the other.

当等号两边都有 x,要先把含 x 的项移到同一边。例如:5x − 3 = 2x + 9,两边减 2x 得 3x − 3 = 9,加 3 得 3x = 12 → x = 4。牢记:让未知数集中到一边,常数集中到另一边。


8. Checking Your Solution | 验算你的解

Substitute your answer back into the original equation to verify it. If both sides equal the same value, the solution is correct. For 5x − 3 = 2x + 9 with x = 4: left side = 5·4 − 3 = 17; right side = 2·4 + 9 = 17. Match!

将求得的解代入原方程验证。如果等号两边计算结果相等,就说明答案正确。以 5x − 3 = 2x + 9,x = 4 为例:左边 = 5×4 − 3 = 17;右边 = 2×4 + 9 = 17。一致!


9. Common Pitfalls and How to Avoid Them | 常见错误与避免方法

  • Forgetting to balance both sides — always write down the operation you perform on each side. 忘记两边平衡 —— 每次操作都要写出你在两边做了什么。

  • Misapplying the distributive property — multiply each term inside the bracket by the factor outside. 错误使用分配律 —— 确保括号里每一项都乘上外面的因数。

  • Incorrect order of operations — undo addition/subtraction before multiplication/division. 运算顺序错误 —— 先处理后加减,再处理乘除。

  • Sign errors when moving terms — carefully track negative signs. 移项时符号出错 —— 仔细留意负号。

  • Not using the LCD for fractions — multiply all terms, not just the ones with fractions. 解分数方程未用最小公分母 —— 记得每一项都要乘。

Mistake 错误 Correction 纠正
2(x + 3) = 10 → 2x + 3 = 10 2x + 6 = 10
5 − x = 2 → x = 3 (sign error) 5 − x = 2 → subtract 5 → −x = −3 → x = 3
x/2 + 4 = 10 → x + 4 = 20 (not multiplying 4) x/2 + 4 = 10 → multiply by 2 → x + 8 = 20

10. Real‑World Connection | 联系实际生活

Linear equations model countless everyday situations — calculating phone bills, splitting costs, converting currencies, or predicting distance travelled at a constant speed. The ability to set up and solve an equation empowers you to make informed decisions.

一元一次方程可以用来模拟无数日常情形 —— 计算电话费、分摊费用、货币兑换,或预测匀速行驶的距离。建立方程并求解的能力能帮助你做出理性决策。

For instance, if a taxi charges £3 base fare plus £2 per kilometre, the total cost C = 2k + 3. Solving 2k + 3 = 15 tells you the maximum distance you can travel for £15 is 6 km. 例如,出租车起步价 3 英镑,每公里 2 英镑,总费用 C = 2k + 3。解 2k + 3 = 15 即可知 15 英镑最多能行驶 6 公里。


11. Practice with Animated Visuals | 借助动画形象练习

In the animated series, watch how the balance scale tilts back to equilibrium as we isolate x. The visual cues reinforce the concept of equality and make abstract operations feel concrete. Pause the video at any step and try the next operation yourself before the animation reveals it.

在动画系列中,观察天平如何在隔离 x 的过程中恢复平衡。视觉提示强化了相等这一概念,让抽象操作变得具体可见。你可以在任何步骤暂停视频,在动画揭晓前自己尝试下一步操作。


12. Key Takeaways | 核心要点

Solving linear equations is a sequence of logical steps: expand brackets, clear fractions, collect like terms, isolate the variable, and check your work. With practice, these steps become automatic, freeing your mind for higher‑level problem‑solving in topics like quadratics, inequalities and functions.

解一元一次方程是一套逻辑有序的步骤:去括号、去分母、合并同类项、隔离未知数、验算。经过练习,这些步骤会变成自然而然的行为,让你能把精力投入到二次方程、不等式和函数等更高层次的解题中。

Equation goal: Always reduce to x = (number) 方程目标:最终化简为 x = 某个数。


Published by TutorHao | Mathematics Revision Series | aleveler.com

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

Comments

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

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

Exit mobile version