Straight Line Graphs and Their Equations | 直线函数图像及其方程

📚 Straight Line Graphs and Their Equations | 直线函数图像及其方程

In your IGCSE Mathematics examination, the topic of straight line graphs is one of the most frequently tested areas. Understanding how to find the equation of a straight line, interpret its gradient and intercept, and solve problems involving parallel and perpendicular lines will earn you valuable marks across multiple questions. In this revision guide, we will work through the key concepts step by step, using clear examples that mirror the style of exam questions.

在 IGCSE 数学考试中,直线函数图像是最常考的知识板块之一。掌握如何求直线方程、理解斜率和截距的含义,以及解决平行与垂直直线相关的问题,能在多道题目中为你赢得宝贵的分数。在本复习指南中,我们将通过贴近考题风格的清晰例题,一步一步地梳理核心概念。


1. The General Form of a Straight Line | 直线的一般形式

The most common way to write the equation of a straight line is in the form y = mx + c, where m represents the gradient (slope) of the line and c represents the y-intercept, which is the point where the line crosses the y-axis. This form is sometimes called the slope-intercept form.

直线方程最常见的写法是 y = mx + c 的形式,其中 m 表示直线的斜率(坡度),c 表示 y 轴截距,也就是直线穿 y 轴的那个点的纵坐标。这种形式有时也被称为“斜截式”。

Another useful form is ax + by = d, called the standard form. You may need to rearrange this into the form y = mx + c to easily read off the gradient and intercept. Remember: whatever operation you perform on one side of the equation, you must perform on the other side to keep it balanced.

另一种有用的形式是 ax + by = d,称为“标准形式”。你有时需要重新整理这个等式,使它变成 y = mx + c 的样子,以便轻易读出斜率和截距。请记住:在等式一边进行的运算,也必须在另一边同样进行,以保持等式平衡。

y = mx + c ⟵ m = gradient, c = y-intercept


2. Finding the Gradient | 求斜率

The gradient measures how steep a line is. It is defined as the change in y divided by the change in x between two distinct points on the line. If point A has coordinates (x₁, y₁) and point B has coordinates (x₂, y₂), then the gradient is calculated using the following formula.

斜率衡量一条直线的陡峭程度,定义为直线上两个不同点之间 y 的变化量除以 x 的变化量。如果点 A 坐标为 (x₁, y₁),点 B 坐标为 (x₂, y₂),那么使用下面的公式计算斜率。

m = (y₂ − y₁) ÷ (x₂ − x₁) = Δy ÷ Δx

A positive gradient means the line slopes upward from left to right; a negative gradient means it slopes downward. A horizontal line has gradient 0, and a vertical line has an undefined (or infinite) gradient because the change in x is zero.

斜率为正表示直线从左到右向上倾斜;斜率为负表示直线从左到右向下倾斜。水平直线的斜率为 0,而竖直直线的斜率没有定义(或称为无穷大),因为 x 的变化量为零。

As a memory aid: gradient = “rise over run” — how much the line rises vertically for every unit it runs horizontally.

记忆技巧:斜率 = “纵向上升量 ÷ 横向前进量” —— 即直线每水平前进一个单位,垂直方向上升多少。


3. Finding the Equation of a Line | 求直线的方程

To find the equation of a straight line, you need two pieces of information: the gradient m, and the coordinates of one point on the line. You then substitute these values into the equation y = mx + c and solve for c.

要求一条直线的方程,你需要两个信息:斜率 m,以及直线上一个点的坐标。接着把这些值代入 y = mx + c,解出 c。

Worked Example: Find the equation of a line with gradient 3 that passes through the point (2, 7).

例题:求一条斜率为 3、经过点 (2, 7) 的直线方程。

Substitute x = 2, y = 7, m = 3 into y = mx + c:

把 x = 2、y = 7、m = 3 代入 y = mx + c:

7 = 3(2) + c → 7 = 6 + c → c = 1

Therefore the equation is y = 3x + 1. Always double-check by substituting the original point back into your final equation: 3(2) + 1 = 7 ✓

因此直线方程为 y = 3x + 1。务必代回原始点检查最终方程是否正确:3(2) + 1 = 7 ✓


4. Using Two Points to Find the Equation | 利用两点求方程

Sometimes you are not given the gradient directly. Instead, you are given two points on the line. The strategy is simple: first use the two points to compute the gradient, then use the gradient with one of the two points to find the full equation.

有时题目不直接给出斜率,而是给你直线上的两个点。解法策略很简单:先用两个点计算斜率,再结合其中任意一个点求出完整方程。

Worked Example: A line passes through A(1, 2) and B(4, 11). Find its equation.

例题:一条直线经过 A(1, 2) 和 B(4, 11) 两点,求它的方程。

Step 1 — Calculate the gradient:

第一步——计算斜率:

m = (11 − 2) ÷ (4 − 1) = 9 ÷ 3 = 3

Step 2 — Substitute m = 3 and point A(1, 2) into y = mx + c:

第二步——把 m = 3 和点 A(1, 2) 代入 y = mx + c:

2 = 3(1) + c → c = −1

Final answer: y = 3x − 1. Check with point B: 3(4) − 1 = 11 ✓

最终答案:y = 3x − 1。用点 B 验证:3(4) − 1 = 11 ✓


5. Horizontal and Vertical Lines | 水平线与竖直线

Every horizontal line has the equation y = k, where k is a constant. Its gradient is exactly 0, and it never crosses the x-axis unless k = 0. Every vertical line has the equation x = h, where h is a constant. Its gradient is undefined, and it never crosses the y-axis unless h = 0.

每条水平直线都有形式 y = k 的方程,其中 k 是常数。它的斜率正好是 0,除非 k = 0,否则它永远不会穿过 x 轴。每条竖直直线都有形式 x = h 的方程,其中 h 是常数。它的斜率没有定义,除非 h = 0,否则它永远不会穿过 y 轴。

Students often forget these two simple cases in exams. A common trap: the x-axis itself is the line y = 0, and the y-axis itself is the line x = 0. Also note that the line y = 3 is NOT the same as the line x = 3; one is horizontal, the other is vertical.

同学们在考试中经常忘记这两种简单情况。一个常见陷阱:x 轴本身就是直线 y = 0,而 y 轴本身就是直线 x = 0。另外注意,直线 y = 3 与直线 x = 3 并不相同;一条是水平线,另一条是竖直线。


6. Parallel Lines | 平行直线

Two straight lines are parallel if and only if they have exactly the same gradient. In other words, if line L₁ has equation y = m₁x + c₁ and line L₂ has equation y = m₂x + c₂, then L₁ is parallel to L₂ if and only if m₁ = m₂. The y-intercepts may be different — that simply means the lines are at different vertical positions.

两条直线平行当且仅当它们的斜率完全相同。换句话说,如果直线 L₁ 方程是 y = m₁x + c₁,直线 L₂ 方程是 y = m₂x + c₂,那么 L₁ 平行于 L₂ 当且仅当 m₁ = m₂。它们的 y 截距可以不同——那仅仅表示两条直线位于不同的竖直位置。

Worked Example: Find the equation of the line that passes through (3, −2) and is parallel to y = 4x + 5.

例题:求经过点 (3, −2) 且平行于 y = 4x + 5 的直线方程。

Since the lines are parallel, the new line has the same gradient: m = 4. Substitute x = 3 and y = −2 into y = 4x + c:

由于两直线平行,新直线的斜率相同:m = 4。把 x = 3、y = −2 代入 y = 4x + c:

−2 = 4(3) + c → −2 = 12 + c → c = −14

Answer: y = 4x − 14.

答案:y = 4x − 14。


7. Perpendicular Lines | 垂直直线

Two straight lines are perpendicular (that is, they meet at a right angle) if the product of their gradients equals −1. Symbolically: m₁ × m₂ = −1, provided both gradients are defined. Another way to say this is that m₂ = −1 ÷ m₁. The number −1 ÷ m₁ is called the negative reciprocal of m₁.

两条直线垂直(也就是它们以直角相交)时,它们的斜率乘积等于 −1。用符号表示:m₁ × m₂ = −1,前提是两条直线的斜率都有定义。另一种说法是 m₂ = −1 ÷ m₁。数 −1 ÷ m₁ 称为 m₁ 的“负倒数”。

Careful with fractions: if m₁ = ⅔, then the perpendicular gradient is m₂ = −3⁄2. If m₁ = −5, then the perpendicular gradient is m₂ = ⅕. If m₁ = 0 (a horizontal line), the perpendicular line is vertical, which has no finite gradient.

注意分数情况:如果 m₁ = ⅔,垂直斜率为 m₂ = −3⁄2。如果 m₁ = −5,垂直斜率为 m₂ = ⅕。如果 m₁ = 0(水平线),垂直的直线是竖直线,它没有有限的斜率。

Worked Example: A line L has equation 2y = 6x + 10. Find the gradient of any line perpendicular to L.

例题:直线 L 的方程为 2y = 6x + 10。求垂直于 L 的任意直线的斜率。

First rearrange to y = mx + c form:

先把方程整理成 y = mx + c 的形式:

2y = 6x + 10 → y = 3x + 5

So m₁ = 3. The perpendicular gradient is m₂ = −1 ÷ 3 = −⅓.

因此 m₁ = 3。垂直斜率为 m₂ = −1 ÷ 3 = −⅓。


8. Drawing a Line from Its Equation | 根据方程画直线

To draw a straight line graph accurately, you need at least two points; three points are recommended as a check. The simplest method is to create a table of values: choose convenient x-values — such as x = 0, 1, 2 — and substitute each into the equation to find the corresponding y-value. Then plot the points and join them with a straight edge.

要准确绘制一条直线图像,你至少需要两个点;建议取三个点用作检查。最简单的方法是做一张取值表:选择方便的 x 值——例如 x = 0、1、2——依次代入方程算出对应的 y 值,然后描出点并用直尺连线。

If the equation is in the form ax + by = d, it is often easier to find the two intercepts: set x = 0 to find the y-intercept, and set y = 0 to find the x-intercept. Join these two points.

如果方程是 ax + by = d 的形式,通常更容易的方法是求两个截距:令 x = 0 求 y 截距,令 y = 0 求 x 截距,然后连接这两个点。

Worked Example: Draw the graph of 3x + 2y = 12.

例题:画出 3x + 2y = 12 的图像。

When x = 0: 2y = 12 → y = 6, so the y-intercept is (0, 6). When y = 0: 3x = 12 → x = 4, so the x-intercept is (4, 0). Plot these two points and draw the line through them.

当 x = 0 时:2y = 12 → y = 6,因此 y 截距为 (0, 6)。当 y = 0 时:3x = 12 → x = 4,因此 x 截距为 (4, 0)。描出这两点,并通过它们画直线。


9. Finding Intersection Points | 求交点

When two lines intersect, their intersection point satisfies both equations simultaneously. You can find this point either graphically — by drawing both lines and reading off the point of crossing — or algebraically, by solving the two equations simultaneously using substitution or elimination.

当两条直线相交时,交点同时满足两条直线的方程。你可以用图像法求出——画出两条直线并读出交点坐标;也可以用代数法——利用代入法或消元法联立求解两个方程。

Worked Example: Find the intersection of y = 2x + 1 and y = −x + 7.

例题:求直线 y = 2x + 1 和 y = −x + 7 的交点。

Since both expressions equal y, set them equal:

因为两个表达式都等于 y,将它们相等:

2x + 1 = −x + 7

3x = 6 → x = 2

Substitute x = 2 into either equation, say y = 2(2) + 1 = 5. Intersection point: (2, 5).

把 x = 2 代入任一方程,例如 y = 2(2) + 1 = 5。交点为 (2, 5)。

If the equations are in standard form ax + by = d, use the elimination method: multiply one or both equations so that one variable has matching coefficients, then add or subtract to eliminate that variable.

如果方程是标准形式 ax + by = d,可以使用消元法:将其中一个方程或两个方程乘以适当系数,使某个变量的系数相同,然后通过相加或相减来消去这个变量。


10. Real-World Application: Distance-Time Graphs | 实际应用:距离-时间图像

Straight line graphs are not just abstract exercises. In distance-time graphs, the gradient represents speed. A steeper gradient means a faster speed; a horizontal segment means the object is stationary. The intercept tells you the starting distance (if time = 0 is the reference point).

直线图像不只是抽象练习。在距离-时间图像中,斜率表示速度。斜率越大,速度越快;水平线段表示物体静止。截距表示起始距离(如果以时间 = 0 为参考点)。

Similarly, in velocity-time graphs, the gradient represents acceleration, and the area under the graph represents distance travelled. These interpretations are frequently tested in both pure mathematics and applied questions.

类似地,在速度-时间图像中,斜率表示加速度,而图像下方的面积表示行驶距离。这些解读在纯数学题和应用题中经常出现。


11. Common Exam Mistakes and How to Avoid Them | 常见考试错误与规避方法

Based on examiner reports, the following mistakes appear again and again:

根据考官报告,以下错误反复出现:

  • Mistake 1: Swapping the gradient and the intercept. Remember y = mx + c — the coefficient of x is always m, and the constant term is c.

  • 错误一:混淆斜率与截距。请记住 y = mx + c —— x 的系数始终是 m,常数项是 c。

  • Mistake 2: Forgetting that the gradient of a line perpendicular to a line with gradient m is −1/m, not −m.

  • 错误二:忘记“垂直于斜率为 m 的直线的斜率是 −1/m”,而不是 −m。

  • Mistake 3: Making sign errors when substituting negative coordinates into y = mx + c. For example, if the point is (−3, 4) and m = 2, the correct substitution is 4 = 2(−3) + c, giving c = 10 — not 4 = 6 + c.

  • 错误三:把负坐标代入 y = mx + c 时出现符号错误。例如,若点为 (−3, 4)、m = 2,正确代入是 4 = 2(−3) + c,得 c = 10——而不是 4 = 6 + c。

  • Mistake 4: Not rearranging equations into the form y = mx + c before reading off the gradient.

  • 错误四:在读取斜率之前没有把方程整理成 y = mx + c 的形式。

A final piece of advice: always check whether your answer makes sense. If the gradient is positive, the line must slope upward; if two lines are claimed to be perpendicular, the product of their gradients must be −1. Quick verification catches most careless errors.

最后一条建议:始终检查你的答案是否合理。如果斜率为正,直线必然向上倾斜;如果题目说两条线垂直,它们的斜率乘积必须等于 −1。快速验证能捕捉到大多数粗心错误。


12. Summary Table | 小结表

Here is a concise summary of the key formulas you should memorise before entering the examination hall.

下面是你进考场前应该牢记的关键公式简明汇总。

Concept Formula / Rule 概念 公式 / 规则
Gradient m = (y₂ − y₁) ÷ (x₂ − x₁) 斜率 m = (y₂ − y₁) ÷ (x₂ − x₁)
Equation of line y = mx + c 直线方程 y = mx + c
Parallel lines m₁ = m₂ 平行直线 m₁ = m₂
Perpendicular lines m₁ × m₂ = −1 垂直直线 m₁ × m₂ = −1
Horizontal line y = k (m = 0) 水平线 y = k (m = 0)
Vertical line x = h (m undefined) 竖直线 x = h (m 无定义)
Distance-time gradient gradient = speed 距离-时间图的斜率 斜率 = 速度
Velocity-time gradient gradient = acceleration 速度-时间图的斜率 斜率 = 加速度

Practise these techniques daily with past paper questions, and you will approach the straight line graphs topic with confidence.

每天用历年真题练习这些技巧,你就能自信地应对直线函数图像这一板块。

Published by TutorHao | IGCSE Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version