Linear Simultaneous Equations: Methods and Techniques | 线性联立方程组:解法与技巧

📚 Linear Simultaneous Equations: Methods and Techniques | 线性联立方程组:解法与技巧

Linear simultaneous equations are a cornerstone of A-Level mathematics. They involve two or more linear equations that share common variables, and solving them means finding values that satisfy all equations simultaneously. Mastering these techniques is essential for success in exams and for tackling more advanced topics.

线性联立方程组是 A-Level 数学的基石。它涉及多个共享变量的线性方程,求解意味着找到同时满足所有方程的变量值。掌握这些方法对考试成功以及学习更高级的主题都至关重要。


1. Understanding Linear Simultaneous Equations | 理解线性联立方程组

Two linear equations in two variables can be written in the general form: ax + by = c and dx + ey = f, where a, b, d, e are coefficients and c, f are constants. A solution is an ordered pair (x, y) that satisfies both equations.

两个变量的线性方程组可写成一般形式:ax + by = c 和 dx + ey = f,其中 a、b、d、e 是系数,c、f 是常数。解是一对有序数组 (x, y),同时满足两个方程。

Geometrically, each linear equation represents a straight line. The solution to the system corresponds to the point where the two lines intersect. This geometric view helps us understand the number of possible solutions.

从几何上看,每个线性方程代表一条直线。方程组的解对应两条直线的交点。这种几何视角有助于我们理解可能解的数量。


2. The Substitution Method | 代入法

Substitution is often the first method taught. It involves rearranging one equation to express one variable in terms of the other, then substituting that expression into the second equation. This reduces the system to a single linear equation in one unknown.

代入法是通常最先教授的方法。它涉及重新排列一个方程,将一个变量用另一个变量表示,然后将该表达式代入第二个方程。这使方程组简化为只含一个未知数的线性方程。

Example: Solve 2x + y = 7 and 3x – 2y = 1. From the first equation, y = 7 – 2x. Substitute y into the second equation: 3x – 2(7 – 2x) = 1, which simplifies to 3x – 14 + 4x = 1, so 7x = 15, giving x = 15/7. Then y = 7 – 2(15/7) = 19/7.

例如:解 2x + y = 7 和 3x – 2y = 1。由第一个方程得 y = 7 – 2x。将 y 代入第二个方程:3x – 2(7 – 2x) = 1,化简得 3x – 14 + 4x = 1,所以 7x = 15,得到 x = 15/7。然后 y = 7 – 2(15/7) = 19/7。

This method is particularly useful when one variable has a coefficient of 1, making rearrangement simple. However, it can generate fractions, so careful algebra is required.

当一个变量的系数是 1 时,代入法特别方便,因为重排很简单。然而,它可能会产生分数,因此需要仔细的代数运算。


3. The Elimination Method | 消元法

Elimination is often the most efficient technique. It involves adding or subtracting the equations to eliminate one variable. To do this, we may need to multiply one or both equations by constants so that the coefficients of one variable are equal in magnitude.

消元法往往是最有效的技巧。它通过两式相加或相减来消去一个变量。为此,我们可能需要将一个或两个方程乘以常数,使某个变量的系数绝对值相等。

Example: Solve 3x + 2y = 12 and 2x – 2y = 8. Adding the two equations directly eliminates y: (3x + 2x) + (2y – 2y) = 12 + 8, giving 5x = 20, so x = 4. Substituting x = 4 into 3x + 2y = 12 gives 12 + 2y = 12, so y = 0.

例如:解 3x + 2y = 12 和 2x – 2y = 8。直接将两式相加可消去 y:(3x + 2x) + (2y – 2y) = 12 + 8,得到 5x = 20,所以 x = 4。将 x = 4 代入 3x + 2y = 12 得 12 + 2y = 12,所以 y = 0。

When coefficients do not match, multiply each equation by the appropriate number. For instance, to eliminate x in 2x + 3y = 8 and 3x – y = 5, multiply the first by 3 and the second by 2, then subtract.

当系数不一致时,将每个方程乘以合适的数。例如,在 2x + 3y = 8 和 3x – y = 5 中要消去 x,可将第一个方程乘以 3,第二个乘以 2,然后相减。


4. The Graphical Method | 图解法

Graphical methods involve plotting both lines on the same axes and reading the coordinates of their intersection. This approach is intuitive but usually gives approximate solutions unless the intersection happens to be at integer coordinates.

图解法是在同一坐标系中绘制两条直线,并读取它们交点的坐标。这种方法直观,但通常只能得到近似解,除非交点恰好在整数坐标上。

To draw a line from its equation, find two or three points that satisfy the equation, often by setting x = 0 and y = 0 to find intercepts. Plot these points and connect them with a straight line.

要绘制直线方程,需要找到两个或三个满足方程的点,通常设 x = 0 和 y = 0 来求截距。描绘这些点并连线即可。

In exams, graphical methods are rarely required for exact answers, but they are excellent for checking solutions and understanding the concept of a solution set.

在考试中,图解法很少用于精确答案,但它对于检查解和理解解集的概念非常有用。


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

Not every pair of linear equations has a unique solution. If the two lines are parallel (same gradient but different intercepts), the system has no solution. If they are the same line (same equation or multiples of each other), there are infinitely many solutions.

并非每对线性方程都有唯一解。如果两条直线平行(斜率相同但截距不同),则方程组无解。如果它们是同一条直线(方程相同或互相成倍数),则有无数多个解。

Example of no solution: x + y = 3 and x + y = 5. These lines are parallel, so no point satisfies both equations. Example of infinite solutions: 2x + y = 4 and 4x + 2y = 8. The second equation is just double the first, so every point on the line is a solution.

无解的例子:x + y = 3 和 x + y = 5。这两条直线平行,因此没有点同时满足两个方程。无穷多解的例子:2x + y = 4 和 4x + 2y = 8。第二个方程只是第一个的两倍,因此直线上的每个点都是解。

Algebraically, when using elimination, if all variables disappear and the statement is false (e.g., 0 = 2), there is no solution. If the statement is true (e.g., 0 = 0), there are infinitely many solutions.

在代数上,使用消元时,如果所有变量都消失且语句为假(如 0 = 2),则无解。如果语句为真(如 0 = 0),则有无数解。


6. Solving Simultaneous Equations with One Linear and One Quadratic | 解线性与二次方程组的联立

A common exam question involves a linear equation and a quadratic equation, typically a line intersecting a parabola or circle. The substitution method is almost always used: rearrange the linear equation to express y (or x), then substitute into the quadratic.

常见的考试题型涉及一个线性方程和一个二次方程,通常是一条直线与抛物线或圆相交。几乎总是使用代入法:将线性方程重排为 y(或 x)的表达式,再代入二次方程。

Example: y = 2x + 1 and y = x² – 3x + 4. Substitute 2x + 1 for y: 2x + 1 = x² – 3x + 4, which rearranges to x² – 5x + 3 = 0. Solving this quadratic gives x values, and then we substitute back to find corresponding y values.

例如:y = 2x + 1 和 y = x² – 3x + 4。将 2x + 1 代入 y:2x + 1 = x² – 3x + 4,重排得 x² – 5x + 3 = 0。解这个二次方程得到 x 值,然后代回求对应的 y 值。

The discriminant of the resulting quadratic tells us how many intersection points exist. If the discriminant is positive, there are two distinct real solutions; if zero, one repeated solution (the line is tangent); if negative, no real solutions.

所得二次方程的判别式告诉我们交点的个数。判别式为正,有两个不同的实数解;为零,有一个重解(直线与曲线相切);为负,没有实数解。


7. Choosing the Best Method | 选择最佳方法

How do you decide between substitution and elimination? If a coefficient is 1 or -1, substitution is often quicker. If coefficients are simple and can be matched easily, elimination is efficient. For linear-quadratic systems, substitution is mandatory.

如何在代入法和消元法之间选择?如果某个系数是 1 或 -1,代入法通常更快。如果系数简单且容易匹配,消元法更高效。对于线性-二次方程组,必须使用代入法。

Also consider the context: if the question asks for exact rational answers, any algebraic method works. If it asks for approximate answers, you could use a calculator or graphical method. Always show clear working to avoid losing method marks.

还要考虑具体情境:如果题目要求精确的有理数答案,任何代数方法均可。如果要求近似答案,可以使用计算器或图解法。务必展示清晰的解题步骤,以免丢失方法分。

A useful practice is to check your final answer by substituting both values into the original equations. This catches arithmetic slips and gives you confidence.

一个有用的做法是将最终答案代回原方程进行检验。这能发现计算错误并增强信心。


8. Common Mistakes and How to Avoid Them | 常见错误及如何避免

One frequent error is forgetting to multiply every term when multiplying an equation. For example, when multiplying 2x + y = 5 by 3, some students write 6x + y = 15, forgetting to multiply y. Always multiply each term on both sides.

一个常见错误是乘以方程时忘记乘以每一项。例如,将 2x + y = 5 乘以 3 时,有些学生写成 6x + y = 15,忘记了乘以 y。务必两边每一项都乘以倍数。

Another mistake is mishandling signs when subtracting equations. If you subtract one equation from another, distribute the negative sign correctly. For instance, when subtracting (2x – 3y = 7) from (5x + 2y = 9), the y-term becomes 2y – (-3y) = 5y.

另一个错误是在相减方程时符号处理不当。用一式减另一式时,要正确分配负号。例如,从 (5x + 2y = 9) 中减去 (2x – 3y = 7) 时,y 项变为 2y – (-3y) = 5y。

Finally, after finding one variable, always substitute back into one of the original equations to find the other. Do not use the expression you derived during rearrangement unless you are sure it is correct, as errors there will propagate.

最后,求出第一个变量后,一定要代回原方程之一求另一个变量。除非确定重排时得到的表达式正确,否则不要使用它,因为那里的错误会传播。


9. Setting Up Equations from Word Problems | 从应用题中建立方程组

Many exam questions present real-world scenarios. The key is to define variables clearly and translate the conditions into equations. Look for keywords: “total” often means addition, “difference” means subtraction, “per” signals a rate or coefficient.

许多考试题目提供现实场景。关键是要明确定义变量,并将条件转化为方程。留意关键词:”总计”通常表示加法,”差”表示减法,”每”表示比率或系数。

Example: A fruit seller buys apples and bananas. Apples cost $3 per kg, bananas cost $2 per kg, and the total weight is 7 kg with a total cost of $18. Let x be the weight of apples and y the weight of bananas. Then x + y = 7 and 3x + 2y = 18. Solving gives x = 4 and y = 3.

例如:一位水果商购买苹果和香蕉。苹果每千克 3 美元,香蕉每千克 2 美元,总重量为 7 千克,总费用为 18 美元。设 x 为苹果重量,y 为香蕉重量。则 x + y = 7 和 3x + 2y = 18。解方程得 x = 4,y = 3。

Always state what your variables represent at the start. This earns method marks and prevents confusion. Also check that your answer makes sense in the real-world context (e.g., weights cannot be negative).

在开始时务必说明变量代表的含义。这能获得方法分并避免混乱。同时检查答案在实际情境中是否合理(例如重量不能为负)。


10. Using Matrices to Solve Linear Systems | 用矩阵解线性方程组

For those studying Further Mathematics or looking ahead, linear simultaneous equations can also be solved using matrices. The system ax + by = c, dx + ey = f can be written as:

对于学习进阶数学或希望拓展的人来说,线性方程组也可以用矩阵求解。方程组 ax + by = c,dx + ey = f 可写成:

[ a b ] [ x ] [ c ]
[ d e ] [ y ] = [ f ]

If the determinant Δ = ae – bd is non-zero, the matrix is invertible, and the unique solution is x = (ce – bf) / Δ, y = (af – cd) / Δ. If Δ = 0 and the lines are not identical, there is no solution.

如果行列式 Δ = ae – bd 不为零,矩阵可逆,唯一解为 x = (ce – bf) / Δ,y = (af – cd) / Δ。如果 Δ = 0 且两直线不重合,则无解。

This matrix perspective connects to determinants and inverse matrices, which are powerful tools in more advanced mathematics. However, for standard A-Level questions, substitution and elimination remain the priority.

这种矩阵视角与行列式和逆矩阵相联系,是更高级数学中的强大工具。然而,对于标准 A-Level 问题,代入法和消元法仍然是重点。


11. Quick Tips for Exam Success | 考试成功小贴士

Always write down both equations clearly. If they are given in a form like y = mx + c, you can substitute directly. If they are in ax + by = c form, elimination is often neatest.

始终清楚写出两个方程。如果给出的形式是 y = mx + c,可以直接代入。如果是 ax + by = c 的形式,消元法通常最简洁。

Use a ruler for any graphs and label axes and lines clearly. When reading intersection points, give your answer to the degree of accuracy requested, or as exact fractions if required.

作图时使用直尺,并清楚标注坐标轴和直线。读取交点时,按题目要求的精度给出答案,或按要求给出精确分数。

Remember that the solution to a linear system is an ordered pair. Always present your final answer as x = …, y = …, and if asked, you can write the coordinate pair (x, y).

请记住,线性方程组的解是一对有序数组。始终以 x = …,y = … 的形式呈现最终答案,如果需要,也可以写为坐标 (x, y)。


12. Practice Makes Perfect | 熟能生巧

Solving simultaneous equations is a skill that improves with practice. Work through a variety of problems: integer coefficients, fractional coefficients, word problems, and linear-quadratic systems. The more you practise, the more instinctive your method selection becomes.

解联立方程组是一项熟能生巧的技能。通过练习各种类型的问题:整数系数、分数系数、应用题以及线性-二次方程组。练习越多,你选择方法就越具直觉性。

Try timing yourself under exam conditions to build speed and accuracy. After each question, reflect on the method you used and consider whether an alternative would have been faster. This reflection cements your understanding.

尝试在考试条件下计时练习,以提高速度和准确性。每题做完后,反思所用方法,并思考是否有更快的方法。这种反思能巩固你的理解。

Finally, don’t be afraid to make mistakes during practice. Each error teaches you something. With consistent effort, solving linear simultaneous equations will become second nature, and you’ll be well prepared for exams.

最后,练习时不要害怕犯错。每个错误都能让你学到东西。通过持续努力,解线性联立方程组将成为你的本能,你将为考试做好充分准备。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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