Solving and Applying Linear Equations | 直线方程的求解与应用

📚 Solving and Applying Linear Equations | 直线方程的求解与应用

The equation of a straight line is one of the most powerful tools in coordinate geometry. It bridges algebra and geometry, enabling us to model real-world relationships, solve intersection problems, compute distances, and determine areas. Mastering linear equations is essential for success in GCSE, A-Level, and equivalent examinations.

直线方程是坐标几何中最强大的工具之一。它连接了代数与几何,使我们能够建立现实世界关系的模型、解决交点问题、计算距离并确定面积。掌握直线方程对于在 GCSE、A-Level 及同等考试中取得好成绩至关重要。

In this article, we will review the definition of slope, explore the five standard forms of a linear equation, discuss how to convert between them, and apply these techniques to parallel and perpendicular conditions, distance and area problems, and practical real-life scenarios.

在本文中,我们将复习斜率的定义,探讨直线方程的四种标准形式,讨论它们之间的相互转换,并将这些技巧应用于平行与垂直条件、距离与面积问题以及实际生活场景。


1. The Slope of a Line | 直线的斜率

The slope of a line measures its steepness and direction. Given two distinct points (x₁, y₁) and (x₂, y₂) on a non-vertical line, the slope m is defined as the ratio of the vertical change to the horizontal change:

直线的斜率衡量其倾斜程度和方向。给定一条非垂直线上两个不同的点 (x₁, y₁)(x₂, y₂),斜率 m 定义为纵坐标变化量与横坐标变化量之比:

m = (y₂ − y₁) / (x₂ − x₁),其中 x₁ ≠ x₂

A positive slope means the line rises from left to right, while a negative slope means it falls. A horizontal line has slope 0, and a vertical line has an undefined slope because its x-coordinates are identical.

斜率为正表示直线从左到右上升,而斜率为负表示直线从左到右下降。水平线的斜率为 0,垂直线因所有点的 x 坐标相同,其斜率不存在。

For example, the slope of the line passing through A(1, 2) and B(4, 8) is m = (8 − 2) / (4 − 1) = 6 / 3 = 2. This tells us that every time x increases by 1 unit, y increases by 2 units.

例如,经过 A(1, 2)B(4, 8) 两点的直线斜率为 m = (8 − 2) / (4 − 1) = 6 / 3 = 2。这说明每当 x 增加 1 个单位,y 就增加 2 个单位。


2. Point-Slope Form | 点斜式

The point-slope form is the most direct way to write the equation of a line when you know its slope and one point on the line. If a line has slope m and passes through the point (x₁, y₁), its equation is:

点斜式是当已知直线斜率及其上一点时,写出直线方程最直接的方法。若直线斜率为 m 且经过点 (x₁, y₁),其方程为:

y − y₁ = m(x − x₁)

This form is particularly useful in examination problems because it avoids solving for the intercept separately. Once the slope and a point are identified, you can substitute them directly.

这种形式在考试问题中特别有用,因为它避免了单独求解截距的步骤。一旦确定了斜率和一点,就可以直接代入。

Example: Find the equation of the line with slope 3 that passes through the point (2, −1).

例:求斜率为 3 且经过点 (2, −1) 的直线方程。

Substituting m = 3, x₁ = 2, y₁ = −1 into y − y₁ = m(x − x₁) gives y − (−1) = 3(x − 2), which simplifies to y + 1 = 3x − 6, and then y = 3x − 7.

将 m = 3、x₁ = 2、y₁ = −1 代入 y − y₁ = m(x − x₁),得 y − (−1) = 3(x − 2),即 y + 1 = 3x − 6,化简得 y = 3x − 7。

A common mistake is to write y − y₁ = m(x − x₁) with the wrong sign for y₁. Always check that subtracting a negative point gives a plus sign, as in the example above.

常见的错误是在 y − y₁ = m(x − x₁) 中弄错 y₁ 的符号。务必检查:当点的纵坐标为负数时,减去它就变成加号,如上例所示。


3. Slope-Intercept Form | 斜截式

The slope-intercept form is arguably the most recognisable representation of a straight line. It expresses the equation as:

斜截式可以说是最广为人知的直线表示形式。它将方程表达为:

y = mx + b

Here, m is the slope and b is the y-intercept, which is the y-coordinate where the line crosses the y-axis (i.e. at x = 0).

其中 m 是斜率,b 是 y 截距,即直线与 y 轴交点的纵坐标(此时 x = 0)。

To find the equation of a line in slope-intercept form, you can either read m and b directly from information in the problem, or convert from another form by solving for y.

要求出斜截式直线方程,你可以直接从题目信息中读出 m 和 b,也可以通过解出 y 从其他形式转换而来。

Example: A line has slope −2 and its y-intercept is 5. Its equation is simply y = −2x + 5. If instead we know the line passes through (3, 1) and has slope 4, we set 1 = 4(3) + b, so b = 1 − 12 = −11, giving y = 4x − 11.

例:一条直线斜率为 −2,y 截距为 5,其方程就是 y = −2x + 5。如果我们已知直线过点 (3, 1) 且斜率为 4,则令 1 = 4(3) + b,得 b = 1 − 12 = −11,所以 y = 4x − 11。

The slope-intercept form is especially convenient for graphing and for comparing the slopes of multiple lines, as we will see in the section on parallel and perpendicular lines.

斜截式在绘图和比较多条直线的斜率时特别方便,我们将在平行与垂直直线的章节中看到。


4. Two-Point and Intercept Forms | 两点式与截距式

When two points on a line are known, we can first compute the slope and then use the point-slope form. This two-step method is equivalent to the two-point form:

当已知直线上两点时,我们可以先计算斜率,再使用点斜式。这种两步方法与两点式等价:

(y − y₁) / (y₂ − y₁) = (x − x₁) / (x₂ − x₁)

provided that y₂ ≠ y₁ and x₂ ≠ x₁. This form is rarely memorised by students, but it is useful to recognise it as a direct application of the slope formula.

前提是 y₂ ≠ y₁ 且 x₂ ≠ x₁。学生很少去背诵这种形式,但把它看作斜率公式的直接应用是有益的。

Example: Find the equation of the line through P(1, 3) and Q(5, 11). The slope is m = (11 − 3) / (5 − 1) = 8 / 4 = 2. Using point-slope form with P: y − 3 = 2(x − 1), so y = 2x + 1.

例:求经过 P(1, 3) 和 Q(5, 11) 的直线方程。斜率 m = (11 − 3) / (5 − 1) = 8 / 4 = 2。利用点斜式及点 P:y − 3 = 2(x − 1),所以 y = 2x + 1。

The intercept form is used when the x-intercept and y-intercept are known. If a line crosses the x-axis at (a, 0) and the y-axis at (0, b), its equation is:

当已知 x 截距和 y 截距时,使用截距式。若直线与 x 轴交于 (a, 0)、与 y 轴交于 (0, b),其方程为:

x / a + y / b = 1

For instance, if a = 3 and b = 6, the equation is x/3 + y/6 = 1. Multiplying through by 6 gives 2x + y = 6, or y = −2x + 6. Notice that the x-intercept is 3 and the y-intercept is 6.

例如,若 a = 3、b = 6,方程为 x/3 + y/6 = 1。两边乘以 6,得 2x + y = 6,即 y = −2x + 6。注意 x 截距为 3,y 截距为 6。

The intercept form is particularly helpful when computing the area of a triangle formed by the line and the coordinate axes, because the intercepts directly give the base and height of that right triangle.

截距式在计算直线与坐标轴所围三角形面积时尤为有用,因为截距直接给出了该直角三角形的底和高。


5. Converting Between Forms | 不同形式之间的转换

Examination questions often provide a line in one form and ask for it in another. Being fluent in conversion is therefore a key skill. The general form of a line is written as:

考试题目通常给出一种形式的直线方程,要求写为另一种形式。因此,熟练掌握转换是一项关键技能。直线的一般式写为:

Ax + By + C = 0

where A, B, and C are constants, and A and B are not both zero. To convert general form to slope-intercept form, solve for y:

其中 A、B、C 为常数,且 A、B 不同时为零。将一般式转换为斜截式时,只需解出 y:

If 2x + 3y − 6 = 0, then 3y = −2x + 6, so y = −(2/3)x + 2. The slope is −2/3 and the y-intercept is 2.

若 2x + 3y − 6 = 0,则 3y = −2x + 6,故 y = −(2/3)x + 2。斜率为 −2/3,y 截距为 2。

To convert from slope-intercept form to general form, rearrange all terms onto one side. For y = 3x − 7, we subtract y from both sides to obtain 3x − y − 7 = 0.

将斜截式转换为一般式时,把所有项移到同一侧。对 y = 3x − 7,两边减去 y 得 3x − y − 7 = 0。

Some problems express the equation in the form ax + by = c. Moving between this and other forms uses exactly the same algebraic operations: add, subtract, or multiply both sides by a nonzero constant.

有些问题将方程表示为 ax + by = c 的形式。在这种形式与其他形式之间转换,使用的代数操作完全相同:两边同时加减或乘以非零常数。

When converting, always keep the coefficients as simplified fractions or integers. Avoid decimals unless specifically permitted, because fractions make it easier to spot parallel or perpendicular relationships.

转换时,始终保持系数为化简后的分数或整数。除非题目明确允许,否则避免小数,因为分数更容易看出平行或垂直关系。


6. Parallel and Perpendicular Lines | 平行与垂直直线

Two non-vertical lines are parallel if and only if their slopes are equal. That is, if line₁ has slope m₁ and line₂ has slope m₂, then line₁ ∥ line₂ exactly when m₁ = m₂.

两条非垂直直线平行当且仅当它们的斜率相等。也就是说,若直线₁的斜率为 m₁、直线₂的斜率为 m₂,则直线₁ ∥ 直线₂ 当且仅当 m₁ = m₂。

Two non-vertical lines are perpendicular if and only if the product of their slopes is −1. Equivalently, each slope is the negative reciprocal of the other:

两条非垂直直线垂直当且仅当它们的斜率乘积为 −1。等价地说,每条斜率是另一条斜率的负倒数:

m₁ × m₂ = −1

For rapid checking, you can also compare coefficients in general form. Lines A₁x + B₁y + C₁ = 0 and A₂x + B₂y + C₂ = 0 are parallel when A₁B₂ − A₂B₁ = 0, and perpendicular when A₁A₂ + B₁B₂ = 0.

若想快速检验,也可以比较一般式中的系数。直线 A₁x + B₁y + C₁ = 0 与 A₂x + B₂y + C₂ = 0 平行时满足 A₁B₂ − A₂B₁ = 0,垂直时满足 A₁A₂ + B₁B₂ = 0。

Example: Find the equation of the line through (3, −2) that is perpendicular to y = 2x + 5. The given line has slope 2, so the perpendicular slope is −1/2. Using point-slope form: y − (−2) = −(1/2)(x − 3), hence y + 2 = −(x/2) + 3/2, so y = −(x/2) − 1/2.

例:求经过点 (3, −2) 且垂直于 y = 2x + 5 的直线方程。已知直线斜率为 2,因此垂直直线的斜率为 −1/2。利用点斜式:y − (−2) = −(1/2)(x − 3),即 y + 2 = −(x/2) + 3/2,所以 y = −(x/2) − 1/2。

Why is the condition m₁m₂ = −1 true? Consider two perpendicular lines. The angle between them is 90°, and using the tangent angle-difference formula shows that tan θ₁ and tan θ₂ must multiply to −1. A full proof is beyond this article, but the condition is worth memorising.

为什么 m₁m₂ = −1 这一条件成立?考虑两条互相垂直的直线,它们之间的夹角为 90°,利用正切两角差公式可以证明 tan θ₁ 与 tan θ₂ 的乘积必须等于 −1。完整证明超出本文范围,但此条件值得牢记。


7. Distance and Area Applications | 距离与面积的应用

A line can be used to calculate distances and areas, which are common assessment objectives in coordinate geometry exams.

直线可用于计算距离和面积,这是坐标几何考试中常见的考查目标。

The perpendicular distance from a point (x₀, y₀) to a line Ax + By + C = 0 is given by:

(x₀, y₀) 到直线 Ax + By + C = 0 的垂直距离为:

d = |Ax₀ + By₀ + C| / √(A² + B²)

This formula is often tested in A-Level papers. For example, the distance from (4, 1) to the line 3x + 4y − 10 = 0 is d = |3(4) + 4(1) − 10| / √(3² + 4²) = |12 + 4 − 10| / 5 = 6 / 5.

该公式在 A-Level 试卷中经常考查。例如,点 (4, 1) 到直线 3x + 4y − 10 = 0 的距离为 d = |3(4) + 4(1) − 10| / √(3² + 4²) = |12 + 4 − 10| / 5 = 6 / 5。

The area of a triangle formed by a line and the two coordinate axes can be found directly from its intercepts. If the line has x-intercept a and y-intercept b, the triangle’s area is:

由直线与两条坐标轴围成的三角形面积可直接由其截距求出。若直线的 x 截距为 a、y 截距为 b,则三角形面积为:

Area = ½ |a × b|

For the line x/4 + y/3 = 1, the intercepts are 4 and 3, so the area is ½ × 4 × 3 = 6 square units. Always use absolute values, because intercepts may be negative.

对于直线 x/4 + y/3 = 1,截距分别为 4 和 3,所以面积为 ½ × 4 × 3 = 6 平方单位。截距可能为负,因此务必使用绝对值。

If two parallel lines are given by Ax + By + C₁ = 0 and Ax + By + C₂ = 0, the distance between them is |C₁ − C₂| / √(A² + B²). This is a useful shortcut when solving distance problems involving parallel railway tracks or boundary lines.

若两条平行直线为 Ax + By + C₁ = 0 和 Ax + By + C₂ = 0,则它们之间的距离为 |C₁ − C₂| / √(A² + B²)。在求解涉及平行铁路轨道或边界线的距离问题时,这是一个有用的捷径。


8. Real-World Application Problems | 实际应用问题

Linear equations are not just abstract mathematical objects; they model countless real-world situations. In business, a cost function might be written as C = mx + b, where m is the variable cost per unit and b is the fixed cost.

直线方程不仅仅是抽象的数学对象;它们为无数现实情境建模。在商业中,成本函数可写为 C = mx + b,其中 m 是每单位变动成本,b 是固定成本。

For example, a taxi company charges a fixed boarding fee of ¥3 plus ¥2 per kilometre. The fare is F = 2d + 3, where d is the distance in kilometres. If a passenger travels 10 km, the fare is F = 2(10) + 3 = ¥23.

例如,一家出租车公司收取 3 元固定起步价,外加每公里 2 元。车费为 F = 2d + 3,其中 d 为距离(公里)。若乘客行驶 10 公里,车费为 F = 2(10) + 3 = 23 元。

In physics, uniform motion is described by s = s₀ + vt, where s₀ is the initial position and v is the constant velocity. Rearranging this equation to find the time when an object reaches a certain position is a direct application of solving linear equations.

在物理学中,匀速运动用 s = s₀ + vt 描述,其中 s₀ 是初始位置,v 是恒定速度。重新整理该方程来求物体到达某一位置的时间,就是解直线方程的直接应用。

In economics, supply and demand curves are often linear approximations. The equilibrium point is the intersection of the two lines, found by solving their equations simultaneously. For instance, if supply is p = 2q + 1 and demand is p = −3q + 16, then setting 2q + 1 = −3q + 16 gives q = 3 and p = 7.

在经济学中,供给曲线和需求曲线通常是线性近似。均衡点是这两条直线的交点,通过联立求解它们的方程得出。例如,若供给曲线为 p = 2q + 1、需求曲线为 p = −3q + 16,令 2q + 1 = −3q + 16,得 q = 3、p = 7。

In coordinate geometry itself, linear equations can describe the path of a plane, a ship, or a surveyor’s line. Given two points on a map, you can write the equation of the path and then determine whether a third point lies on that same path by substituting its coordinates.

在坐标几何本身中,直线方程可以描述飞机、船舶或测量员所画直线的路径。给定地图上的两点,你可以写出路径方程,然后通过代入第三个点的坐标来判断它是否位于同一条路径上。


9. Key Points and Exam Tips | 关键点与应试技巧

To conclude, here are the essential ideas and strategies to remember.

作为总结,以下是要记住的基本概念和策略。

First, always identify which information is given: a slope and a point, two points, or intercepts. This choice determines the quickest form to use. Do not blindly memorise forms; understand which form suits each situation.

第一,务必先判断题目给出了哪些信息:斜率和一点、两点,还是截距。这一判断决定了使用哪种形式最快。不要死记硬背各种形式,要理解哪种形式适合哪种情境。

Second, when solving word problems, clearly define variables before writing the equation. For example, in distance problems, decide whether x represents time or distance, and keep units consistent.

第二,在解决应用题时,先明确定义变量,再写出方程。例如,在距离问题中,确定 x 代表时间还是距离,并保持单位一致。

Third, check your final answer by substituting the given point back into the equation. If the point satisfies the equation, the line is correct. For perpendicular or parallel problems, also verify the slope condition numerically.

第三,通过将给定点代回方程来检查最终答案。如果该点满足方程,则直线正确。对于垂直或平行问题,还要数值验证斜率条件。

Fourth, do not ignore the general form Ax + By + C = 0. Many exam questions expect an answer in this form, so practise converting your final slope-intercept equation into general form.

第四,不要忽视一般式 Ax + By + C = 0。许多考试题目要求这种形式的答案,因此要练习将最终的斜截式方程转换为一般式。

Finally, remember the distance and area formulas. They appear frequently in coordinate geometry papers and save valuable time when applied correctly.

最后,记住距离和面积公式。它们在坐标几何试卷中经常出现,正确应用时能节省宝贵的时间。


The equation of a straight line is a compact yet enormously powerful expression. By mastering the slope formula, the point-slope, slope-intercept, two-point, and intercept forms, and by practising conversions and applications, you will be well prepared for any question involving linear equations.

直线方程是一种简洁却极为强大的表达式。通过掌握斜率公式、点斜式、斜截式、两点式和截距式,并练习相互转换与实际应用,你将为任何涉及直线方程的题目做好充分准备。

Remember that problem-solving in coordinate geometry rewards methodical thinking: identify what is given, choose the right form, compute carefully, and always verify your result.

请记住,坐标几何中的解题讲究有条理的思维:确定已知条件、选择正确形式、仔细计算并始终验证结果。

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