Understanding Linear Functions and Coordinate Geometry | 理解线性函数与坐标几何

📚 Understanding Linear Functions and Coordinate Geometry | 理解线性函数与坐标几何

Coordinate geometry is one of the most practical and frequently tested topics in IGCSE Mathematics. It connects algebraic equations with geometric shapes on a plane, allowing us to describe lines, calculate distances, and solve real-world problems using coordinates. This article covers everything you need for your revision: the Cartesian plane, distance, midpoint, gradient, equations of straight lines, drawing graphs, and parallel/perpendicular conditions.

坐标几何是IGCSE数学中最实用、最高频的考点之一。它将代数方程与平面上的几何图形联系起来,使我们能够通过坐标描述直线、计算距离,并解决现实生活中的问题。本文涵盖复习所需的全部核心内容:笛卡尔平面、距离、中点、梯度、直线方程、图像绘制,以及平行与垂直的条件。


1. The Cartesian Coordinate System | 笛卡尔坐标系

The Cartesian coordinate system is built from two perpendicular number lines: the x-axis (horizontal) and the y-axis (vertical). Their intersection is called the origin, written as O (0, 0). Every point on the plane is represented by an ordered pair (x, y), where x is the horizontal distance from the origin and y is the vertical distance.

笛卡尔坐标系由两条互相垂直的数轴构成:x轴(水平)和y轴(垂直)。它们的交点称为原点,记作O (0, 0)。平面上的每个点都用有序数对 (x, y) 表示,其中x是到原点的水平距离,y是到原点的垂直距离。

  • The x-coordinate is always written first, then the y-coordinate, for example (3, 5) means x = 3 and y = 5.

    x坐标永远写在前面,然后是y坐标,例如 (3, 5) 表示 x = 3,y = 5。

  • The axes divide the plane into four quadrants, numbered counterclockwise from the top right.

    两个坐标轴把平面分成四个象限,从右上角开始逆时针编号。

  • Points on the x-axis have y = 0; points on the y-axis have x = 0.

    x轴上的点满足 y = 0;y轴上的点满足 x = 0。


2. Distance Between Two Points | 两点间距离

To find the straight-line distance between two points A(x₁, y₁) and B(x₂, y₂), we use Pythagoras’ theorem. The horizontal difference is (x₂ − x₁) and the vertical difference is (y₂ − y₁). The distance is the hypotenuse of a right-angled triangle.

要计算两点 A(x₁, y₁) 和 B(x₂, y₂) 之间的直线距离,我们使用勾股定理。水平差为 (x₂ − x₁),垂直差为 (y₂ − y₁)。距离就是这个直角三角形的斜边。

d = √[(x₂ − x₁)² + (y₂ − y₁)²]

  • Example: Find the distance between A(1, 2) and B(4, 6). Here x₂ − x₁ = 3 and y₂ − y₁ = 4, so d = √(3² + 4²) = √25 = 5.

    示例:求 A(1, 2) 和 B(4, 6) 之间的距离。这里 x₂ − x₁ = 3,y₂ − y₁ = 4,所以 d = √(3² + 4²) = √25 = 5。

  • It does not matter which point is called (x₁, y₁); the result is the same because of the square.

    哪个点取作 (x₁, y₁) 并不重要;因为平方的存在,结果相同。


3. Midpoint of a Line Segment | 线段中点

The midpoint M of a line segment joining A(x₁, y₁) and B(x₂, y₂) is the average of the x-coordinates and the average of the y-coordinates. It divides the segment into two equal parts.

连接 A(x₁, y₁) 和 B(x₂, y₂) 的线段中点M,等于x坐标的平均值和y坐标的平均值。它把线段分成相等的两部分。

M = ((x₁ + x₂)/2, (y₁ + y₂)/2)

  • Example: The midpoint of A(2, 3) and B(6, 7) is M = ((2+6)/2, (3+7)/2) = (4, 5).

    示例:A(2, 3) 和 B(6, 7) 的中点为 M = ((2+6)/2, (3+7)/2) = (4, 5)。

  • The midpoint formula is also useful when you know one endpoint and the midpoint, and need to find the other endpoint.

    中点公式也可用于已知一个端点和中点,求另一个端点的情况。


4. Gradient of a Line | 直线的梯度

The gradient (or slope) measures how steep a line is. It is defined as the change in y divided by the change in x as you move from one point on the line to another. Gradients can be positive, negative, zero, or undefined.

梯度(或称斜率)衡量一条直线的倾斜程度。它的定义是直线上从一个点移动到另一个点时,y的变化量除以x的变化量。梯度可以是正数、负数、零或未定义。

m = (y₂ − y₁) / (x₂ − 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; a vertical line has undefined gradient.

    水平线梯度为0;垂直线梯度未定义。

  • Example: The gradient through (1, 1) and (3, 5) is m = (5 − 1)/(3 − 1) = 4/2 = 2.

    示例:经过 (1, 1) 和 (3, 5) 的直线梯度为 m = (5 − 1)/(3 − 1) = 4/2 = 2。


5. Equation of a Straight Line: Slope-Intercept Form | 直线方程:斜截式

The slope-intercept form is the most common way to write a straight-line equation in IGCSE. The equation is y = mx + c, where m is the gradient and c is the y-intercept, which is where the line crosses the y-axis.

斜截式是IGCSE中最常见的直线方程形式。方程为 y = mx + c,其中m是梯度,c是y截距,即直线与y轴交点的y坐标。

y = mx + c

  • If m = 0, the line is horizontal, and the equation is simply y = c.

    若 m = 0,直线为水平线,方程简化为 y = c。

  • If c = 0, the line passes through the origin, and the equation is y = mx.

    若 c = 0,直线经过原点,方程为 y = mx。

  • Example: y = 2x + 3 has gradient 2 and crosses the y-axis at (0, 3).

    示例:y = 2x + 3 的梯度为2,与y轴交于点 (0, 3)。


6. Equation of a Straight Line: Standard Form | 直线方程:标准形式

Sometimes a line is given in standard form: ax + by = c, where a, b, and c are integers. To find the gradient and intercept, you can rearrange this equation into y = mx + c form.

有时直线方程以标准形式给出:ax + by = c,其中a、b、c为整数。要求梯度和截距,可以把方程重排成 y = mx + c 的形式。

  • Example: For 2x + 3y = 6, subtract 2x from both sides to get 3y = −2x + 6, then divide by 3: y = −(2/3)x + 2. So m = −(2/3) and c = 2.

    示例:对于 2x + 3y = 6,两边减去2x得 3y = −2x + 6,再除以3得 y = −(2/3)x + 2。因此 m = −(2/3),c = 2。

  • To find where a line crosses the x-axis, set y = 0 and solve for x.

    求直线与x轴交点时,令 y = 0,解出x即可。


7. Finding the Equation from Two Points | 由两点求直线方程

Given two points on a line, you can find the equation in four steps: first calculate the gradient, then substitute one point into y = mx + c to find c, and finally write the full equation. This is a very common exam question.

已知直线上的两个点,可以分四步求出方程:先算梯度,再把一个点代入 y = mx + c 求出c,最后写出完整方程。这是非常常见的考题。

  • Step 1: Use m = (y₂ − y₁)/(x₂ − x₁) to find the gradient.

    第一步:用 m = (y₂ − y₁)/(x₂ − x₁) 求梯度。

  • Step 2: Substitute one point, for example (x₁, y₁), into y = mx + c and solve for c.

    第二步:将一个点,例如 (x₁, y₁),代入 y = mx + c,解出c。

  • Example: Find the line through (1, 2) and (3, 8). Gradient m = (8 − 2)/(3 − 1) = 3. Then 2 = 3(1) + c, so c = −1. Equation: y = 3x − 1.

    示例:求经过 (1, 2) 和 (3, 8) 的直线。梯度 m = (8 − 2)/(3 − 1) = 3。然后 2 = 3(1) + c,得 c = −1。方程为 y = 3x − 1。


8. Drawing Straight Line Graphs | 绘制直线图

To draw the graph of a linear equation, you only need two points, though plotting three helps to check your work. You can use a table of values to find coordinates, then plot them and draw a straight line through all points.

要绘制线性方程的图像,只需要两个点,但取三个点有助于检查。你可以用数值表求出坐标,把它们描在坐标平面上,再画一条穿过所有点的直线。

  • Method 1: Choose three x-values, calculate the corresponding y-values, plot the points, and join them.

    方法一:选三个x值,计算对应的y值,描点并连线。

  • Method 2: Use the y-intercept and gradient to plot the line directly. Start at (0, c), then use the gradient as “rise over run”.

    方法二:利用y截距和梯度直接作图。从 (0, c) 开始,用梯度作为”纵升横走”来描点。

  • Always label your axes with x and y, and write the equation of the line near the graph if required.

    始终在坐标轴上标注x和y,如有要求,在图像附近写直线方程。


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

Two lines are parallel if they have the same gradient. Two lines are perpendicular if the product of their gradients is −1. These rules allow you to solve many geometric problems without drawing graphs.

两条直线平行当且仅当它们的梯度相同。两条直线垂直当且仅当它们的梯度乘积为−1。这些规则让你无需画图就能解决许多几何问题。

Parallel: m₁ = m₂   |   Perpendicular: m₁ × m₂ = −1

  • Example: y = 2x + 1 and y = 2x − 5 are parallel because both have m = 2.

    示例:y = 2x + 1 和 y = 2x − 5 平行,因为两者 m = 2。

  • Example: y = 2x + 1 and y = −(1/2)x + 3 are perpendicular because 2 × (−(1/2)) = −1.

    示例:y = 2x + 1 与 y = −(1/2)x + 3 垂直,因为 2 × (−(1/2)) = −1。

  • A vertical line x = a is perpendicular to every horizontal line y = c.

    垂直线 x = a 与所有水平线 y = c 垂直。


10. Applications in Real Life | 实际应用

Linear functions appear everywhere: converting temperatures, calculating phone bills, estimating distances, and modeling speed. In IGCSE exams, word problems often require you to form a linear equation from context and then interpret its gradient and intercept.

线性函数随处可见:温度换算、话费计算、距离估算、速度建模。在IGCSE考试中,应用题常常要求你根据情境建立线性方程,然后解释梯度和截距的实际含义。

  • Example: A taxi charges a fixed fee of $3 plus $2 per kilometer. The total cost C is C = 2d + 3, where d is distance. The gradient 2 is the cost per kilometer, and the intercept 3 is the base fare.

    示例:出租车收费为起步价3美元,每公里2美元。总费用 C = 2d + 3,其中d是距离。梯度2是每公里的费用,截距3是起步价。

  • Temperature conversion: F = (9/5)C + 32 is a linear function linking Celsius and Fahrenheit.

    温度换算:F = (9/5)C + 32 是联系摄氏度和华氏度的线性函数。

  • Always state what the gradient and intercept represent in the context of the problem.

    在解题时,务必说明梯度和截距在该情境中代表什么。


11. Common Mistakes and How to Avoid Them | 常见错误与避免方法

Many students lose marks in coordinate geometry due to avoidable errors. Below are the most frequent pitfalls and the correct approaches.

许多学生在坐标几何中因可避免的错误而失分。以下是最常见的陷阱和正确做法。

Common Mistake Why It Is Wrong Correct Approach
Using (x₁ − x₂) instead of (x₂ − x₁) in distance or gradient. The sign of the difference changes, which can give a wrong gradient. Consistently use (x₂ − x₁) and (y₂ − y₁), or keep the same order for both.
Forgetting that a horizontal line has gradient 0, not undefined. Horizontal lines have no rise; vertical lines have no run. Remember: horizontal m = 0, vertical m is undefined.
Mixing up which term is the y-intercept when rearranging ax + by = c. The intercept is the constant term only after solving for y. Always rearrange into y = mx + c form first.

It is also important to check that your final equation satisfies both given points. This simple verification step takes only seconds and prevents calculation errors.

同样重要的是,检查最终方程是否满足题目给出的两个点。这个简单的验证步骤只需要几秒钟,却能有效防止计算错误。


By mastering these core concepts, you will be able to handle any straight-line and coordinate geometry question in the IGCSE exam. Practice reading graphs carefully, using formulas accurately, and checking your results. With regular revision, linear functions become one of the most rewarding topics in mathematics.

掌握这些核心概念后,你将能够应对IGCSE考试中任何关于直线和坐标几何的题目。练习时注意仔细读图、准确使用公式、并检查结果。通过定期复习,线性函数会成为数学中最容易得分的主题之一。

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