📚 Simultaneous Equations: Graphical and Algebraic Methods | IGCSE数学:联立方程的图像法与代数法
Simultaneous equations appear throughout the IGCSE Mathematics syllabus, especially in algebra and coordinate geometry. They describe two or more conditions that must be true at the same time. This revision guide explains graphical and algebraic methods, common pitfalls, and exam strategies for solving pairs of linear equations.
联立方程贯穿 IGCSE 数学大纲,尤其在代数和坐标几何中频繁出现。它们描述两个或多个必须同时成立的条件。本复习指南讲解线性联立方程的图像法和代数法、常见错误以及考试策略。
1. What Are Simultaneous Equations? | 什么是联立方程?
A pair of simultaneous equations contains two unknowns, usually x and y. A solution is a pair of values that satisfies both equations at the same time. For example, x + y = 7 and x – y = 1 are simultaneous because x and y must make both statements true together.
一组联立方程包含两个未知数,通常是 x 和 y。一个解是一对数值,它们同时满足两个方程。例如 x + y = 7 和 x – y = 1 就是联立方程,因为 x 和 y 必须同时使两个等式成立。
In IGCSE, linear simultaneous equations often represent two straight lines on a coordinate plane. Their intersection gives the unique solution, because that point lies on both lines. This link between algebra and geometry is central to the topic.
在 IGCSE 中,线性联立方程通常表示坐标平面上的两条直线。它们的交点给出唯一解,因为该点同时位于两条直线上。这种代数与几何之间的联系是本主题的核心。
We can solve simultaneous equations graphically by drawing lines, or algebraically by using substitution or elimination. Each method has advantages, and choosing the right one can save time in an exam.
我们可以通过画直线用图像法求解,也可以用代入消元法或加减消元法进行代数求解。每种方法都有优点,在考试中选择合适的方法可以节省时间。
2. The Graphical Method: Drawing and Reading Off | 图像法:画图与读数
To solve graphically, rearrange each equation into the form y = mx + c. Then draw both straight lines on the same coordinate grid, using a table of values or the gradient and y-intercept.
要用图像法求解,先把每个方程整理成 y = mx + c 的形式。然后使用数值表或根据斜率和 y 轴截距,在同一坐标网格上画出两条直线。
The solution is the point where the two lines cross. Read off the x-coordinate and y-coordinate carefully. For example, if the lines cross at (3, 4), then x = 3 and y = 4 is the solution to the pair of equations.
解就是两条直线相交的点。仔细读出 x 坐标和 y 坐标。例如,如果两条直线在 (3, 4) 处相交,那么 x = 3 和 y = 4 就是这组方程的解。
Graphical solutions are useful for checking algebraic answers and for seeing how the equations relate. However, they can be inaccurate if the intersection does not lie exactly on grid lines or if drawn by hand without care.
图像解对检查代数答案和理解方程之间的关系很有用。但如果交点没有正好落在网格线上,或者手工画图不够细致,结果可能不准确。
| Method | Advantage | Limit |
|---|---|---|
| Graphical | Visual, shows special cases | Less precise, needs accurate drawing |
| Algebraic | Exact and efficient | Requires careful arithmetic and signs |
3. Graphical Solutions: Special Cases | 图像解的特殊情况
If two lines are parallel, they never intersect. This means the simultaneous equations have no solution. Algebraically, the equations have the same gradient but different y-intercepts.
如果两条直线平行,它们永不相交。这意味着这组联立方程无解。从代数上看,两个方程具有相同的斜率但不同的 y 轴截距。
If two equations represent the same line, such as y = 2x + 1 and 2y = 4x + 2, there are infinitely many solutions. Every point on the line satisfies both equations, so a unique solution does not exist.
如果两个方程表示同一条直线,例如 y = 2x + 1 和 2y = 4x + 2,则有无穷多个解。直线上的每个点都满足两个方程,因此不存在唯一解。
Recognising these special cases helps you avoid wasting time looking for a unique solution. In an exam, you may be asked to describe whether a pair of equations has zero, one, or infinitely many solutions.
识别这些特殊情况可以帮助你避免浪费时间寻找唯一解。在考试中,你可能会被要求描述一组方程是否有零个、一个或无穷多个解。
4. Solving by Substitution | 代入消元法
Use substitution when one equation already has an isolated variable, such as y = 2x + 1 or x = 5 – y. Substitute this expression into the other equation to reduce the pair to one equation with one unknown.
当其中一个方程已经有一个变量被单独表示时,例如 y = 2x + 1 或 x = 5 – y,使用代入法。把这个表达式代入另一个方程,将两个方程化简为一个含有一个未知数的方程。
Example: solve y = 2x + 1 and x + y = 10. Substitute y = 2x + 1 into x + y = 10 to get x + (2x + 1) = 10. This simplifies to 3x + 1 = 10, so 3x = 9 and x = 3. Then y = 2(3) + 1 = 7.
示例:解 y = 2x + 1 和 x + y = 10。将 y = 2x + 1 代入 x + y = 10,得到 x + (2x + 1) = 10。化简得 3x + 1 = 10,所以 3x = 9,x = 3。然后 y = 2(3) + 1 = 7。
Always substitute back into the original isolated equation to find the second variable. Then check the answer in the other original equation to avoid arithmetic slips.
始终代回原来被单独表示的方程来求第二个变量。然后在另一个原方程中检验答案,避免计算失误。
5. Solving by Elimination | 加减消元法
Elimination works well when the coefficients of one variable are the same or opposites. Add or subtract the equations so that one variable cancels out, leaving a simple equation in the other variable.
当一个变量的系数相同或互为相反数时,加减消元法非常有效。将两个方程相加或相减,使一个变量消去,留下一个关于另一个变量的简单方程。
Example: solve x + y = 7 and x – y = 1. Adding the two equations gives (x + y) + (x – y) = 7 + 1, which simplifies to 2x = 8. Therefore x = 4. Substitute x = 4 into x + y = 7 to find y = 3.
示例:解 x + y = 7 和 x – y = 1。将两个方程相加得到 (x + y) + (x – y) = 7 + 1,化简得 2x = 8。因此 x = 4。将 x = 4 代入 x + y = 7,得到 y = 3。
Keep the equations aligned in columns so that like terms are clear. This makes it easy to see whether to add or subtract, and reduces the chance of sign errors.
将方程按列对齐,使同类项清晰。这样可以更容易判断该相加还是相减,并减少符号错误的概率。
6. Elimination with Scaled Equations | 需要乘倍数的加减消元法
If coefficients are not equal, multiply one or both equations by suitable numbers. Choose a common multiple of the target coefficient so that the variable can be eliminated.
如果系数不相等,将一个或两个方程乘以适当的数。选择目标系数的公倍数,使该变量能够被消去。
Example: solve 2x + 3y = 12 and x – y = 1. Multiply the second equation by 2 to get 2x – 2y = 2. Subtract this from the first equation: (2x + 3y) – (2x – 2y) = 12 – 2, giving 5y = 10, so y = 2.
示例:解 2x + 3y = 12 和 x – y = 1。将第二个方程乘以 2 得到 2x – 2y = 2。从第一个方程中减去该式:(2x + 3y) – (2x – 2y) = 12 – 2,得到 5y = 10,所以 y = 2。
After finding one variable, substitute into either original equation to find the other. For example, x – 2 = 1 gives x = 3. The solution is x = 3 and y = 2.
求出一个变量后,代入任意一个原方程求另一个变量。例如 x – 2 = 1 得 x = 3。解为 x = 3 和 y = 2。
Remember that every term on both sides of the equation must be multiplied when scaling. Missing a term is one of the most common errors in this topic.
记住,乘倍数时方程两边的每一项都要乘。漏乘某一项是本主题中最常见的错误之一。
7. Forming Simultaneous Equations from Word Problems | 由应用题列联立方程
Read the problem twice and define two variables clearly, such as x and y, with their meanings written down. Look for two separate numerical relationships that connect these variables.
仔细读题两遍,清楚地定义两个变量,例如 x 和 y,并写下它们的含义。寻找两个连接这些变量的独立数量关系。
Example: The sum of two numbers is 25 and their difference is 9. Let the larger number be x and the smaller number be y. Then x + y = 25 and x – y = 9.
示例:两个数的和是 25,差是 9。设较大的数为 x,较小的数为 y。则 x + y = 25 和 x – y = 9。
Solving by elimination gives 2x = 34, so x = 17. Substituting back gives y = 8. Always write the answer in the context of the question, for example, the two numbers are 17 and 8.
用加减消元法解得 2x = 34,所以 x = 17。代回得 y = 8。始终把答案写回题目情境中,例如这两个数分别是 17 和 8。
8. Checking Your Solution | 检验解
Substitute the found values into both original equations. Both sides must balance exactly. For example, if x = 3 and y = 2, check that 2(3) + 3(2) = 12 and 3 – 2 = 1 are both true.
将求出的值代入两个原方程。两边必须完全相等。例如,如果 x = 3 和 y = 2,检查 2(3) + 3(2) = 12 和 3 – 2 = 1 是否都成立。
If one equation does not balance, recheck your arithmetic and signs. Many errors come from dropped negative signs, incorrect multiplication, or adding when subtraction was needed.
如果有一个方程不成立,重新检查计算和符号。许多错误来自漏掉负号、乘法错误,或该减时加了。
A quick graphical sketch can also help confirm that your answer is reasonable. If the two lines do not cross near your algebraic solution, go back and find the mistake.
快速画一个草图也有助于确认答案是否合理。如果两条直线的交点不在你的代数解附近,就返回去查找错误。
9. Common Mistakes and How to Avoid Them | 常见错误与避免方法
Students often multiply only one side of an equation when scaling. Remember that every term on both sides must be multiplied by the same number.
学生常常在乘倍数时只乘方程的一边。记住两边每一项都要乘以同一个数。
Another common mistake is adding when subtraction is needed, or vice versa. Before combining equations, check the signs of the variable you are eliminating.
另一个常见错误是该减时加了,或该加时减了。在合并方程之前,检查你要消去的变量的符号。
Misreading the question can also create wrong equations. Highlight key numbers and relationships, and double-check that each equation matches the given information.
误读题目也会列错方程。高亮关键数字和关系,并再次检查每个方程是否符合题目给出的信息。
10. Exam-Style Practice Steps | 考试题型练习步骤
In the exam, choose the method that fits the question. Use elimination for aligned coefficients, substitution for an isolated variable, and graphs when the question explicitly asks for a graphical solution.
在考试中,选择适合题目的方法。系数对齐时用加减消元法,变量已单独表示时用代入法,题目明确要求时用图像法。
Show all working clearly, including the elimination step and the substitution step. Examiners award method marks even if the final answer is not fully correct.
清楚地写出所有步骤,包括消元步骤和代入步骤。即使最终答案不完全正确,考官也会给方法分。
After finding the solution, write it as x = … and y = … or as an ordered pair such as (3, 2), depending on the question style. Then check your solution in both original equations.
求出解后,根据题目要求写成 x = … 和 y = … 或有序数对(如 (3, 2))。然后在两个原方程中检验解。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导