📚 Linear Equations: Complete Concept Guide | 线性方程:考点知识梳理
Linear equations form the foundation of algebra and coordinate geometry. Whether you are solving a simple equation like 2x − 3 = 7 or sketching a straight-line graph such as y = 3x + 1, this topic appears across every major exam board.
线性方程是代数和坐标几何的基础。无论是求解像 2x − 3 = 7 这样的简单方程,还是绘制形如 y = 3x + 1 的直线图像,这一考点在各大考试局中都会反复出现。
1. Definition and Standard Forms | 线性方程的定义与标准形式
A linear equation is an equation in which every variable has an exponent of exactly 1, meaning no squares, cubes, roots, or products of variables appear. In one variable, the standard form is written as ax + b = 0, where a ≠ 0. Its unique solution is x = −b/a.
线性方程是指所有变量的指数都为 1 的方程,也就是方程中不出现平方、立方、根号或变量相乘的情况。在一元情形下,标准形式写作 ax + b = 0,其中 a ≠ 0,其唯一解为 x = −b/a。
In two variables, a linear equation produces a straight-line graph. The general form is Ax + By + C = 0, while the more familiar slope-intercept form is y = mx + c. Both forms are mathematically equivalent and may be converted into one another.
在二元情形下,线性方程对应的图像是一条直线。一般式为 Ax + By + C = 0,而更常用的斜截式为 y = mx + c。这两种形式在数学上等价,可以互相转换。
General form: Ax + By + C = 0
Slope-intercept form: y = mx + c
To decide whether an equation is linear, check that each variable appears only to the first power. For example, 3x + 4y − 7 = 0 is linear, whereas x² + y = 1 is nonlinear because x is squared.
判断一个方程是否为线性方程,关键是看每个变量是否只出现一次方。例如,3x + 4y − 7 = 0 是线性方程,而 x² + y = 1 不是,因为 x 被平方了。
2. Slope and Intercepts | 斜率与截距
The slope m measures how steep a line is. It is defined as the change in y divided by the change in x between any two distinct points on the line. If two points are (x₁, y₁) and (x₂, y₂), then the slope formula is:
斜率 m 用于衡量直线的倾斜程度,它等于直线上任意两点之间 y 的改变量除以 x 的改变量。若两点坐标为 (x₁, y₁) 和 (x₂, y₂),则斜率公式为:
m = (y₂ − y₁)/(x₂ − x₁) = Δy/Δx
A line rising from left to right has a positive slope; a line falling from left to right has a negative slope. A horizontal line has slope 0, while a vertical line has an undefined slope because x₂ − x₁ = 0.
从左到右上升的直线斜率为正;从左到右下降的直线斜率为负。水平直线的斜率为 0,而垂直直线因 x₂ − x₁ = 0,斜率不存在。
The y-intercept is the y-coordinate where the line crosses the y-axis, found by setting x = 0. The x-intercept is found by setting y = 0. In the equation y = mx + c, the constant c gives the y-intercept directly.
截距分为两类:y 截距是直线与 y 轴交点的纵坐标,可通过令 x = 0 求得;x 截距是直线与 x 轴交点的横坐标,可通过令 y = 0 求得。在 y = mx + c 中,常数项 c 直接给出 y 截距。
3. Point-Slope and Two-Point Forms | 点斜式与截距式方程形式
Knowing one point (x₁, y₁) on a line and its slope m, you can write the equation immediately using the point-slope form:
如果已知直线上一点 (x₁, y₁) 和斜率 m,可以直接使用点斜式来写出方程:
y − y₁ = m(x − x₁)
If instead you know two points (x₁, y₁) and (x₂, y₂), first compute the slope m using the formula above, then substitute either point into the point-slope form. This is called the two-point method.
如果已知直线上不同的两点 (x₁, y₁) 与 (x₂, y₂),则可以先用上面的斜率公式求出 m,再将任意一点代入点斜式。这种方法称为两点式方法。
Another useful form is the intercept form x/a + y/b = 1, where a is the x-intercept and b is the y-intercept. This form is convenient when you need to sketch a line quickly.
另一种常用形式是截距式 x/a + y/b = 1,其中 a 为 x 截距,b 为 y 截距。当需要快速作图时,这种形式非常方便。
Intercept form: x/a + y/b = 1
To change any form into the general form Ax + By + C = 0, expand brackets, collect like terms, and arrange the terms in a conventional order.
若要将各种形式转换为一般式 Ax + By + C = 0,应展开括号、合并同类项,并按常规顺序排列各项。
4. Graphing Linear Equations | 线性方程的图形绘制
A linear equation in two variables always represents a straight line. Since two points determine a straight line, plotting any two correct points is enough to draw the graph accurately.
二元线性方程在坐标平面内总表示一条直线。因为两点确定一条直线,所以只需正确找出两个点,便能准确地画出图像。
A reliable method is to build a table of values. Choose simple x-values such as −2, 0, and 2, substitute each value into the equation to find the corresponding y-value, plot the coordinate pairs, and then join them with a straight edge.
可靠的方法是先制作数值表。选择 −2、0、2 等简单 x 值,逐个代入方程求出对应的 y 值,描出得到的坐标点,再用直尺连接起来。
- For y = mx + c, start at (0, c) and use the slope m = rise/run to locate another point.
- 对于 y = mx + c,先从点 (0, c) 出发,再依据斜率 m = 纵向变化/横向变化 找出第二个点。
- For the form Ax + By + C = 0, find both intercepts by setting each variable to zero in turn.
- 对于 Ax + By + C = 0,可以分别令 x = 0 和 y = 0,从而求出两个截距点。
The graph of a straight line has no turning points. Every x-value corresponds to exactly one y-value, except for vertical lines, which cannot be written in the form y = mx + c.
直线图像没有“转向点”。除垂直线外,每一个 x 值都对应唯一一个 y 值;垂直线不能用 y = mx + c 表示,因为它没有斜率。
5. Solving One-Variable Linear Equations | 一元一次方程的解法
Solving a linear equation means isolating the variable on one side of the equality sign. The guiding rule is that whatever operation you perform on one side, you must also perform on the other side.
解一元线性方程的目标是把变量单独放到等号的一边。基本原则是:对一边执行的运算,必须同时对另一边执行,以保持等式平衡。
A standard solving sequence is: expand any brackets, collect like terms, move variable terms to one side and constant terms to the other, then divide by the coefficient of the variable. For example:
标准的解题步骤是:先去括号,再合并同类项,把含未知数的项移到等号一边、常数项移到另一边,最后用未知数的系数去除两边。例如:
4(x − 2) + 1 = 3x + 5
4x − 8 + 1 = 3x + 5
4x − 7 = 3x + 5
4x − 3x = 5 + 7
x = 12
Always check your answer by substituting the result back into the original equation. In the example above, both sides become 41 when x = 12, so the solution is correct.
解完方程后务必把结果代回原方程进行验算。在上例中,当 x = 12 时等号两边都等于 41,因此解正确。
If the variable appears on both sides, gather the smaller coefficient term on the side that keeps the variable positive. This reduces sign errors and simplifies arithmetic.
当未知数同时出现在等号两边时,把较小的含未知数项移到能使未知数系数为正的一侧。这样能减少符号错误,并使计算更加简便。
6. Systems of Linear Equations | 线性方程组
When a problem contains two linear equations with two variables, we seek a pair (x, y) that satisfies both equations simultaneously. Graphically, the solution is the intersection point of the two lines.
当一个实际问题中包含含有两个变量的两个线性方程时,我们需要找出一对 (x, y),使它同时满足两个方程。从图形上看,这个解就是两条直线的交点坐标。
Three cases are possible for a pair of lines: they intersect at exactly one point, giving one unique solution; they are parallel and distinct, giving no solution; or they coincide, giving infinitely many solutions.
两条直线的位置关系有三种:相交于一点,对应唯一解;平行且不重合,对应无解;完全重合,对应无穷多组解。
Three algebraic methods are commonly used to solve systems of linear equations:
解线性方程组常用的代数方法有三种:
- Substitution: solve one equation for one variable, then substitute the expression into the other equation.
- 代入消元法:先从一个方程中解出一个变量,再把它代入另一个方程。
- Elimination: add or subtract multiples of the equations so that one variable cancels out.
- 加减消元法:通过给方程乘以适当的数再相加或相减,使一个变量的系数抵消为零。
- Graphical method: draw both lines accurately on the same set of axes and read the intersection point.
- 图像法:在同一坐标系中准确地画出两条直线,读出它们的交点坐标。
Example:
y = 2x + 3
y = −x + 9
Using substitution, 2x + 3 = −x + 9. Solving gives 3x = 6, so x = 2, and then y = 7. The unique solution is (2, 7), which is the intersection of the two lines.
用代入法,可得 2x + 3 = −x + 9。解得 3x = 6,即 x = 2,再代回得 y = 7。因此唯一解为 (2, 7),也就是两条直线的交点。
7. Parallel and Perpendicular Lines | 直线的平行与垂直
The slopes of two lines tell us immediately how they are related. If two distinct lines are parallel, they have exactly the same gradient: m₁ = m₂. If they are perpendicular, the product of their gradients equals −1:
两条直线的斜率可以直接揭示它们之间的位置关系。两条互不重合的直线平行时,它们的斜率相等,即 m₁ = m₂;两直线垂直时,它们的斜率之积等于 −1,即:
m₁ × m₂ = −1, that is, m₂ = −1/m₁
For example, y = 2x + 5 and y = 2x − 3 are parallel because both have slope 2. The line perpendicular to them has slope −1/2.
例如,y = 2x + 5 与 y = 2x − 3 的斜率都为 2,因此它们互相平行。与这些直线垂直的直线,其斜率为 −1/2。
Be careful when one line is horizontal and the other is vertical. A horizontal line has slope 0, and a vertical line has an undefined slope, so the product rule does not apply directly.
要特别注意水平线与垂直线的情形。水平线的斜率为 0,而垂直线的斜率不存在,因此不能直接套用斜率乘积规则。
In exam problems, you may be asked to find the equation of a line through a given point and parallel or perpendicular to a known line. Always begin by identifying the slope from the known line.
考试中常见的问题是:求过某个已知点且与已知直线平行或垂直的直线方程。解答时应先由已知直线求出相应的斜率,再利用点斜式写出方程。
8. Real-Life Applications and Modelling | 线性方程的实际应用与建模
Linear equations are powerful tools for modelling relationships with a constant rate of change. Common contexts include distance-time problems, salary calculations, currency conversion, and simple supply-and-demand models.
线性方程是描述“均匀变化”关系的强有力工具。常见情境包括行程问题、工资计算、货币兑换,以及简单的供求模型等。
For instance, a taxi fare can be modelled as F = a + bx, where a is the fixed booking fee, b is the charge per kilometre, and x is the distance travelled. Solving or graphing this equation allows us to predict travel costs.
例如,出租车费用可以建模为 F = a + bx,其中 a 是固定起步价,b 是每公里单价,x 是行驶里程。通过解方程或画图,我们可以预测出行费用。
To build a linear model from a word problem, identify known values, define a variable for the unknown quantity, write an equation, and then solve it. Finally, relate the solution back to the original question.
从实际问题建立线性模型时,应先识别已知量,为未知量设变量,再写出方程并求解。最后,还需要把解出的结果放回题目情境中检验其实际意义。
Example: A phone plan charges ₤15 per month plus ₤0.05 per minute.
Total cost = 15 + 0.05m
If a user’s monthly bill is ₤25, then 15 + 0.05m = 25, so 0.05m = 10 and m = 200 minutes. This simple model converts a real-world condition into a linear equation.
若某用户当月话费为 25 英镑,则 15 + 0.05m = 25,于是 0.05m = 10,解得 m = 200 分钟。这个简单模型将现实条件转化成了一个线性方程。
9. Common Mistakes in Linear Equations | 线性方程的常见错误
Many students lose marks not because they do not know the method, but because of small errors in signs, inverse operations, or arithmetic. Awareness of these traps can significantly boost your exam score.
许多同学丢分并不是因为不懂方法,而是因为在符号、逆运算或基本计算中出现小错误。提高对这些陷阱的警觉,可以显著提升考试成绩。
- Sign errors when moving terms: x + 3 = 0 means x = −3, not x = 3.
- 移项时弄错符号:例如 x + 3 = 0 应得 x = −3,而不是 x = 3。
- Forgetting to multiply every term when expanding brackets: 3(x + 2) = 3x + 6.
- 去括号时遗漏乘法分配:3(x + 2) 应等于 3x + 6,不能写成 3x + 2。
- Dividing by a negative coefficient incorrectly: from −2x = 10, x = −5.
- 除以负数系数时出错:由 −2x = 10 应得 x = −5。
- Rushing to solve without combining like terms first.
- 没有先合并同类项就急于求解。
When graphing, students often confuse the x-intercept and y-intercept. Remember: the y-intercept uses x = 0, while the x-intercept uses y = 0.
作图时,学生容易混淆 x 截距与 y 截距。请牢记:求 y 截距时令 x = 0,求 x 截距时令 y = 0。
10. Exam Strategy and Final Tips | 备考策略与要点提示
Linear equation questions appear in multiple-choice, short-answer, proof-style, and long modelling problems. A clear and organised working method is essential for full marks.
线性方程考点可以出现在选择题、简答题、证明题以及长篇应用题中。清晰而有条理的解题过程是拿到满分的重要保障。
In examinations, always show each algebraic step rather than writing only the final answer. This allows the examiner to award method marks even if a small arithmetic slip occurs.
考试中务必写出每一步代数变形过程,而不要只写最终答案。这样即使计算中出现小失误,阅卷老师仍能根据步骤给予方法分。
Before starting, decide which representation is most suitable: y = mx + c for finding slope and intercept, ax + b = 0 for one-variable equations, and simultaneous equations for two-variable contexts.
动笔之前,先判断哪种形式最合适:需要斜率与截距时使用 y = mx + c;一元问题时使用 ax + b = 0;涉及两个变量的关系则构建方程组。
Check the reasonableness of your answer. If you find x = −2 for a distance problem, you are almost certainly solving the wrong equation or made a sign error earlier.
解完要检查答案是否符合实际情况。如果在路程问题中得到 x = −2,那几乎一定是因为方程列错或先前有符号错误。
Practise converting between forms, drawing graphs from equations, and solving word problems without a calculator. These skills make you faster and more accurate in the actual exam.
平日应多加练习不同方程形式间的转换、由方程作图,以及不用计算器解应用题。这些训练能让你在真实考试中更迅速、更准确地作答。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导