Mastering Simultaneous Equations | 掌握联立方程

📚 Mastering Simultaneous Equations | 掌握联立方程

Simultaneous equations are a key algebra topic in IGCSE Mathematics. They require you to find one set of values, usually for x and y, that makes two or more equations true at the same time. This skill is tested both as pure algebra and through real-life word problems, so a clear method is essential for exam success.

联立方程是 IGCSE 数学中一个重要的代数主题。它要求你找到一组值(通常是 x 和 y),能同时使两个或多个方程成立。这个技能既会以纯代数形式考查,也会通过实际文字题出现,因此掌握清晰的方法是考试成功的关键。


1. What Are Simultaneous Equations? | 什么是联立方程

A simultaneous equation system consists of two or more equations with the same variables, usually written as x and y. A solution is an ordered pair of values that satisfies every equation in the system at the same time.

联立方程组由两个或多个含有相同变量的方程组成,通常用 x 和 y 表示。它的解是一组有序数值,能同时满足方程组中的每一个方程。

For example, the pair x = 2 and y = 5 satisfies both 3x + 2y = 16 and 2x + y = 9. If one equation is true but the other is not, then the pair is not a solution.

例如,x = 2 和 y = 5 同时满足 3x + 2y = 16 与 2x + y = 9。如果只有一个方程成立而另一个不成立,那么这组值就不是方程组的解。

In IGCSE Mathematics, most simultaneous equations are linear, meaning their graphs are straight lines. Extended-tier papers may also include one linear and one quadratic equation.

在 IGCSE 数学中,大多数联立方程是线性的,也就是说它们的图像是直线。扩展级别试卷中也可能出现一个线性方程和一个二次方程的组合。


2. The Elimination Method | 消元法

Elimination is one of the most reliable methods for solving linear simultaneous equations. The idea is to make the coefficient of one variable the same in both equations, then add or subtract the equations to remove that variable.

消元法是求解线性联立方程最可靠的方法之一。它的思路是让两个方程中某一个变量的系数相同,然后相加或相减以消去该变量。

Consider the system below.

请看下面的方程组。

3x + 2y = 16
2x + y = 9

Multiply the second equation by 2 so that the y-term becomes 2y, matching the first equation.

将第二个方程乘以 2,使 y 项变成 2y,与第一个方程匹配。

2(2x + y) = 2(9) → 4x + 2y = 18

Subtract the first equation from this new equation. The 2y terms cancel, leaving an equation in x only.

用这个新方程减去第一个方程。2y 项相互抵消,只剩下关于 x 的一元方程。

(4x + 2y) − (3x + 2y) = 18 − 16 → x = 2

Substitute x = 2 back into either original equation to find y.

将 x = 2 代回任意一个原方程即可求出 y。

2(2) + y = 9 → 4 + y = 9 → y = 5

The solution is x = 2, y = 5. If the coefficients have opposite signs, add the equations instead of subtracting them.

解为 x = 2,y = 5。如果两个系数符号相反,就应相加而不是相减。


3. The Substitution Method | 代入法

Substitution is especially useful when one equation already has a variable isolated, such as y = 2x + 1, or when one variable has a coefficient of 1. You replace that variable in the other equation with its expression.

当一个方程已经把某个变量单独放在一边时,例如 y = 2x + 1,或者某个变量的系数为 1 时,代入法尤其有用。你只需用该表达式替换另一个方程中的这个变量。

Use the system below to see substitution in action.

用下面的方程组来演示代入法的过程。

y = 2x + 1
3x + 2y = 16

Replace y in the second equation with 2x + 1 from the first equation.

将第二个方程中的 y 替换为第一个方程中的 2x + 1。

3x + 2(2x + 1) = 16 → 3x + 4x + 2 = 16 → 7x = 14 → x = 2

Now substitute x = 2 back into the isolated equation to find y.

现在将 x = 2 代回已分离变量的方程,求出 y。

y = 2(2) + 1 → y = 5

Again, the solution is (2, 5). Substitution is often slower than elimination for large coefficients, but it is very useful when an equation is already rearranged.

同样,解为 (2, 5)。当系数较大时,代入法通常比消元法慢,但当方程已经整理好时,代入法非常有用。


4. Choosing the Right Method | 如何选择合适的方法

Both elimination and substitution give the same answer, but choosing the faster method saves time in an exam. Use elimination when coefficients of one variable match or can easily be made to match by multiplying one or both equations.

消元法和代入法都能得到相同答案,但选择更快的方法可以在考试中节省时间。当一个变量的系数相同,或者通过乘以一个或两个方程就能轻易变得相同时,应使用消元法。

Use substitution when one equation is already in the form y = … or x = …, or when rearranging is very simple. For example, x + y = 5 becomes x = 5 − y in one step.

当一个方程已经是 y = … 或 x = … 的形式,或者移项非常简单时,应使用代入法。例如,x + y = 5 可以一步变为 x = 5 − y。

If you are unsure, elimination is usually the safer default for IGCSE linear systems because it follows a clear pattern.

如果你不确定,消元法通常是 IGCSE 线性方程组更稳妥的默认选择,因为它遵循清晰的步骤。


5. Graphical Interpretation | 图形解释

Every linear equation in two variables represents a straight line on the coordinate plane. Solving two linear simultaneous equations is the same as finding the point where the two lines intersect.

二元一次方程在坐标平面上表示一条直线。求解两个线性联立方程就相当于找到这两条直线的交点。

For the system 3x + 2y = 16 and 2x + y = 9, the two lines cross at the point (2, 5). This point lies on both lines, so it satisfies both equations.

对于方程组 3x + 2y = 16 和 2x + y = 9,两条直线相交于点 (2, 5)。这个点同时位于两条直线上,因此满足两个方程。

If the lines are parallel, they never intersect, so there is no solution. If the two equations represent the same line, every point on that line is a solution, giving infinitely many solutions.

如果两条直线平行,它们永远不会相交,因此方程组无解。如果两个方程表示同一条直线,那么这条直线上的每一个点都是解,方程组有无穷多解。


6. Word Problems | 文字应用题

Many IGCSE questions ask you to translate a real-life situation into a pair of simultaneous equations. Start by defining your variables clearly, for example: let x be the cost of an adult ticket and let y be the cost of a child ticket.

许多 IGCSE 题目要求你将实际情境转化为一对联立方程。首先要清晰地定义变量,例如:设 x 为成人票价,设 y 为儿童票价。

Consider this problem: Two adult tickets and three child tickets cost $24. Three adult tickets and one child ticket cost $22. Find the cost of each type of ticket.

请看这个问题:两张成人票和三张儿童票共花费 24 美元。三张成人票和一张儿童票共花费 22 美元。求每种票的价格。

The first sentence gives the equation 2x + 3y = 24. The second sentence gives 3x + y = 22.

第一句话给出方程 2x + 3y = 24。第二句话给出方程 3x + y = 22。

2x + 3y = 24
3x + y = 22

Multiply the second equation by 3, then subtract to eliminate y.

将第二个方程乘以 3,然后相减以消去 y。

3(3x + y) = 3(22) → 9x + 3y = 66

(9x + 3y) − (2x + 3y) = 66 − 24 → 7x = 42 → x = 6

Substitute x = 6 into 3x + y = 22 to get 18 + y = 22, so y = 4. An adult ticket costs $6 and a child ticket costs $4.

将 x = 6 代入 3x + y = 22,得到 18 + y = 22,因此 y = 4。成人票每张 6 美元,儿童票每张 4 美元。

Always write the final answer using the original context and include units where required.

最后一定要根据原始情境写出答案,并在需要时注明单位。


7. Special Cases: No Solution and Infinite Solutions | 特殊情况:无解与无穷多解

Not every pair of equations has a single solution. If the two lines are parallel, the system has no solution. Algebraically, elimination leads to a false statement such as 0 = 2.

并非每一对方程都有唯一解。如果两条直线平行,方程组就无解。从代数上看,消元后会出现 0 = 2 这样的假等式。

For example, the system 2x + y = 4 and 2x + y = 6 gives parallel lines. Subtracting one equation from the other produces 0 = 2, which is impossible.

例如,方程组 2x + y = 4 和 2x + y = 6 表示两条平行线。用一个方程减去另一个会得到 0 = 2,这是不可能的。

If one equation is a multiple of the other, the two equations represent the same line. In this case, there are infinitely many solutions.

如果一个方程是另一个方程的倍数,那么两个方程表示同一条直线。在这种情况下,方程组有无穷多解。

For example, 2x + y = 4 and 4x + 2y = 8 are the same line because the second equation is exactly double the first. Elimination leads to 0 = 0, which is always true.

例如,2x + y = 4 和 4x + 2y = 8 是同一条直线,因为第二个方程正好是第一个方程的两倍。消元后会得到 0 = 0,这恒成立。

Recognising these special cases early can save time in exams, especially in multiple-choice questions.

在考试中,尤其是选择题中,尽早识别这些特殊情况可以节省时间。


8. Checking Your Answers | 检验答案

After solving a simultaneous system, always check your answer by substituting the values into both original equations. This catches sign errors, arithmetic mistakes, and accidental mismatches.

解出联立方程组后,一定要把数值代回两个原方程进行检验。这可以避免符号错误、计算错误和意外的匹配错误。

For the solution x = 2 and y = 5 in the system 3x + 2y = 16 and 2x + y = 9, check the first equation: 3(2) + 2(5) = 6 + 10 = 16, which is correct.

对于方程组 3x + 2y = 16 和 2x + y = 9 中 x = 2、y = 5 的解,检验第一个方程:3(2) + 2(5) = 6 + 10 = 16,正确。

Then check the second equation: 2(2) + 5 = 4 + 5 = 9, also correct. Only when both equations check out is the solution valid.

再检验第二个方程:2(2) + 5 = 4 + 5 = 9,也正确。只有当两个方程都成立时,解才是有效的。

In word problems, also check that the answer makes sense in context, such as costs being positive numbers.

在文字题中,还要检查答案在具体情境中是否合理,例如价格应为正数。


9. Common Mistakes | 常见错误

One common mistake is forgetting to multiply every term when scaling an equation. If you multiply one side by 3, every term on the other side must also be multiplied by 3.

一个常见错误是在对方程进行倍乘时忘记乘以每一项。如果一边乘以 3,另一边也必须每一项都乘以 3。

Another mistake is adding when you should subtract, or subtracting when you should add. Pay close attention to the signs of the coefficients you are trying to eliminate.

另一个错误是该减的时候相加,或者该加的时候相减。要特别注意你准备消去的系数的符号。

Sign errors with negative numbers are also frequent. For example, subtracting 3x + 2y from 4x + 2y means every term in the bracket changes sign.

负数引起的符号错误也很常见。例如,用 4x + 2y 减去 3x + 2y 时,括号里的每一项都要变号。

Finally, many students solve for one variable and forget to find the other. A complete solution for two unknowns must give both x and y, or state clearly which variable is which in a word problem.

最后,许多学生求出一个变量后就忘了求另一个。对于两个未知数,完整的解必须同时给出 x 和 y,或者在文字题中明确指出哪个变量代表什么。


10. Exam Tips | 考试技巧

In IGCSE exams, method marks are often awarded even if the final answer is wrong. Always show your steps clearly, especially the multiplication and the addition or subtraction stage.

在 IGCSE 考试中,即使最终答案错误,也常常会给出方法分。要始终清晰展示步骤,尤其是倍乘以及相加或相减的环节。

Write your final solution as x = … and y = … so the examiner can see both unknowns. If the question is a word problem, answer in a full sentence with units.

将最终解写成 x = … 和 y = …

Published by TutorHao | IGCSE 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