📚 A-Level Mathematics: Forms and Applications of Straight Line Equations | A-Level 数学:直线方程的形式与应用
The straight line is one of the most fundamental objects in coordinate geometry. In A-Level Mathematics, mastering the various forms of the equation of a straight line and knowing when to apply each form is essential for solving problems across pure mathematics, kinematics, and even statistics.
直线是坐标几何中最基本的对象之一。在 A-Level 数学中,掌握直线方程的各种形式,并知道在何时使用哪种形式,对于解决纯数学、运动学乃至统计学中的问题至关重要。
1. The Gradient-Intercept Form | 斜截式
The gradient-intercept form is written as y = mx + c, where m represents the gradient (slope) of the line and c represents the y-intercept, i.e. the point where the line crosses the y-axis. This form is most useful when the gradient and the y-intercept are directly known or can be easily read from a graph.
斜截式写作 y = mx + c,其中 m 表示直线的斜率,c 表示 y 轴截距,即直线与 y 轴交点的纵坐标。当斜率与 y 轴截距直接已知或可以从图中轻松读出时,这种形式最为方便。
y = mx + c
For example, the line y = 3x − 2 has a gradient of 3 and crosses the y-axis at (0, −2). To draw this line quickly, start at the intercept and use the gradient to find another point: up 3 units, right 1 unit.
例如,直线 y = 3x − 2 的斜率为 3,与 y 轴交于点 (0, −2)。要快速画出这条直线,可从截距出发,利用斜率找到另一个点:上移 3 个单位,再右移 1 个单位。
2. The Point-Slope Form | 点斜式
When a line passes through a known point (x₁, y₁) and has gradient m, its equation can be written in point-slope form: y − y₁ = m(x − x₁). This is particularly useful when you know one point on the line and its gradient, but not the y-intercept.
当一条直线经过已知点 (x₁, y₁) 且斜率为 m 时,其方程可以写成点斜式:y − y₁ = m(x − x₁)。当你知道直线上一点及其斜率,但不知道 y 轴截距时,这种形式特别有用。
y − y₁ = m(x − x₁)
For instance, to find the equation of the line through (2, 5) with gradient 4, substitute directly: y − 5 = 4(x − 2). This can then be rearranged into y = 4x − 3.
例如,求过点 (2, 5) 且斜率为 4 的直线方程,直接代入得:y − 5 = 4(x − 2),整理后为 y = 4x − 3。
3. The Two-Point Form | 两点式
Given two distinct points (x₁, y₁) and (x₂, y₂), the gradient is first calculated using m = (y₂ − y₁)/(x₂ − x₁). The equation is then formed using the point-slope form with either of the two points. This method is widely used in exam questions that supply two coordinates.
已知两个不同的点 (x₁, y₁) 和 (x₂, y₂),先用 m = (y₂ − y₁)/(x₂ − x₁) 计算斜率,然后利用其中任一点代入点斜式,即可得到直线方程。这种方法在处理给出两个坐标的考试题目时非常常用。
m = (y₂ − y₁)/(x₂ − x₁)
For example, the line passing through (1, 2) and (3, 6) has gradient (6 − 2)/(3 − 1) = 2. Using (1, 2), the equation becomes y − 2 = 2(x − 1), which simplifies to y = 2x.
例如,过点 (1, 2) 和 (3, 6) 的直线斜率为 (6 − 2)/(3 − 1) = 2。取点 (1, 2),方程化为 y − 2 = 2(x − 1),即 y = 2x。
4. The Double-Intercept Form | 截距式
The double-intercept form is written as x/a + y/b = 1, where a is the x-intercept and b is the y-intercept. This form is particularly convenient when a line crosses the axes at known points, such as (a, 0) and (0, b).
截距式写作 x/a + y/b = 1,其中 a 为 x 轴截距,b 为 y 轴截距。当直线与坐标轴的交点已知时,如经过 (a, 0) 和 (0, b),这种形式特别方便。
x/a + y/b = 1
For example, a line with x-intercept 4 and y-intercept 6 has equation x/4 + y/6 = 1. Multiplying through by 12 gives 3x + 2y = 12, which can be rearranged into other forms as needed.
例如,一条 x 截距为 4、y 截距为 6 的直线方程为 x/4 + y/6 = 1。两边同乘 12 得 3x + 2y = 12,可根据需要转化为其他形式。
5. The General Linear Form | 一般式
The general form of a straight line is Ax + By + C = 0, where A, B and C are constants with A and B not both zero. This form is useful for neatly expressing answers and for determining whether lines are parallel or perpendicular by comparing gradients.
直线的一般式为 Ax + By + C = 0,其中 A、B、C 为常数,且 A、B 不同时为零。这种形式便于简洁地表达答案,也便于通过比较斜率来判断两直线是否平行或垂直。
Ax + By + C = 0
From this form, the gradient is m = −A/B (provided B ≠ 0). For example, 3x + 2y − 12 = 0 has gradient −3/2. Converting to slope-intercept form gives y = −(3/2)x + 6.
在这种形式中,斜率为 m = −A/B(前提 B ≠ 0)。例如,3x + 2y − 12 = 0 的斜率为 −3/2,转化为斜截式得 y = −(3/2)x + 6。
6. Parallel and Perpendicular Lines | 平行与垂直直线
Two lines with gradients m₁ and m₂ are parallel if m₁ = m₂. They are perpendicular if m₁ × m₂ = −1. These conditions are essential for solving problems involving parallel and perpendicular lines, such as finding the equation of a line perpendicular to a given line through a specific point.
两条斜率分别为 m₁ 和 m₂ 的直线,若 m₁ = m₂ 则平行;若 m₁ × m₂ = −1 则垂直。这些条件是解决涉及平行与垂直直线问题的关键,例如求过某点且与已知直线垂直的直线方程。
Parallel: m₁ = m₂ | Perpendicular: m₁ × m₂ = −1
For example, any line parallel to y = 2x + 1 must have gradient 2. Any line perpendicular to it must have gradient −1/2. Thus the line through (3, 4) perpendicular to y = 2x + 1 is y − 4 = −(1/2)(x − 3), i.e. y = −(1/2)x + 5.5.
例如,任何与 y = 2x + 1 平行的直线斜率必须为 2;任何与它垂直的直线斜率必须为 −1/2。因此过点 (3, 4) 且垂直于 y = 2x + 1 的直线为 y − 4 = −(1/2)(x − 3),即 y = −(1/2)x + 5.5。
7. Finding the Intersection of Two Lines | 求两直线交点
The point of intersection of two lines is found by solving their equations simultaneously. This can be done by substitution or elimination. Intersection problems are common in coordinate geometry, and they also appear in solving systems of linear equations.
两条直线的交点通过联立它们的方程来求解,常用代入法或消元法。交点问题在坐标几何中很常见,也出现在线性方程组的求解中。
For example, solve y = 2x + 1 and y = −x + 4. Setting 2x + 1 = −x + 4 gives 3x = 3, so x = 1. Substituting back, y = 3. The intersection point is (1, 3).
例如,解方程组 y = 2x + 1 与 y = −x + 4。令 2x + 1 = −x + 4,得 3x = 3,所以 x = 1。代回得 y = 3,交点坐标为 (1, 3)。
8. Distance from a Point to a Line | 点到直线的距离
The perpendicular distance from a point (x₀, y₀) to a line Ax + By + C = 0 is given by the formula:
点 (x₀, y₀) 到直线 Ax + By + C = 0 的垂直距离公式为:
d = |Ax₀ + By₀ + C| / √(A² + B²)
This formula is important in A-Level problems involving area, loci, and optimisation. For example, the distance from (1, 2) to the line 3x + 4y − 5 = 0 is |3×1 + 4×2 − 5| / √(3² + 4²) = |3 + 8 − 5| / 5 = 6/5.
这个公式在涉及面积、轨迹和最优化问题的 A-Level 题目中非常重要。例如,点 (1, 2) 到直线 3x + 4y − 5 = 0 的距离为 |3×1 + 4×2 − 5| / √(3² + 4²) = |3 + 8 − 5| / 5 = 6/5。
9. Applications in Kinematics and Modelling | 在运动学与建模中的应用
Straight line equations are widely used to model real-world relationships. In kinematics, displacement-time graphs and velocity-time graphs often involve straight lines, where the gradient represents speed or acceleration. In economics, linear demand and supply functions are common examples.
直线方程被广泛用于模拟现实世界中的关系。在运动学中,位移-时间图和速度-时间图常涉及直线,其斜率分别表示速度或加速度。在经济学中,线性的需求函数和供给函数是常见的例子。
For instance, a car travelling at constant speed v has displacement s = vt + s₀, which is a linear equation in t. The gradient v is the speed, and the intercept s₀ is the initial displacement.
例如,以恒定速度 v 行驶的汽车,其位移 s = vt + s₀,这是关于 t 的线性方程,斜率 v 为速度,截距 s₀ 为初始位移。
10. Common Exam Pitfalls and Tips | 常见易错点与技巧
Candidates often make mistakes when converting between different forms of a line equation. For example, forgetting to change the sign of the constant term when rearranging, or incorrectly computing the gradient as (y₁ − y₂)/(x₂ − x₁) instead of (y₂ − y₁)/(x₂ − x₁). Always be consistent with the order of subtraction.
考生在将直线方程从一种形式转化为另一种形式时常犯错误。例如,移项时忘记改变常数项的符号,或错误地将斜率计算为 (y₁ − y₂)/(x₂ − x₁) 而不是 (y₂ − y₁)/(x₂ − x₁)。务必保持减法顺序的一致性。
- Always check whether the gradient is positive or negative before substituting.
- When using the two-point form, subtract coordinates in the same order in numerator and denominator.
- When converting Ax + By + C = 0 to y = mx + c, make sure to solve for y completely.
- For perpendicular lines, verify that m₁ × m₂ = −1, not m₁ = −m₂.
在代入之前,始终检查斜率的正负号;使用两点式时,分子分母的坐标相减顺序要一致;将 Ax + By + C = 0 转化为 y = mx + c 时,务必完整解出 y;对于垂直直线,要验证 m₁ × m₂ = −1,而不是 m₁ = −m₂。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply