1. Understanding the Cartesian Coordinate System | 理解笛卡尔坐标系
笛卡尔坐标系是坐标几何的基石,由法国数学家勒内·笛卡尔(René Descartes)在17世纪提出。这个系统使用两条互相垂直的数轴 – 水平轴称为x轴(x-axis),垂直轴称为y轴(y-axis) – 来确定平面上任意一点的位置。两条轴的交点称为原点(origin),坐标为(0, 0)。原点右侧的x值为正,左侧为负;原点上方的y值为正,下方为负。整个平面被两条轴分成了四个象限(quadrants),逆时针编号为第一、第二、第三和第四象限。在IGCSE CIE数学考试中,你需要能够准确地读取和标注点的坐标,这是所有坐标几何问题的基础。
The Cartesian coordinate system is the foundation of coordinate geometry, developed by the French mathematician René Descartes in the 17th century. This system uses two perpendicular number lines – the horizontal axis called the x-axis and the vertical axis called the y-axis – to determine the position of any point on a plane. The intersection of the two axes is called the origin, with coordinates (0, 0). To the right of the origin, x-values are positive; to the left, negative. Above the origin, y-values are positive; below, negative. The entire plane is divided by the two axes into four quadrants, numbered anticlockwise as the first, second, third, and fourth quadrants. In the IGCSE CIE Mathematics exam, you need to be able to accurately read and plot point coordinates – this is the foundation of all coordinate geometry problems.
2. Plotting Points and Reading Coordinates | 绘制点与读取坐标
绘制点的过程非常简单但必须精确。给定坐标(3, 4),你需要从原点出发,沿x轴向右移动3个单位,然后沿y轴向上移动4个单位。坐标始终以(x, y)的形式书写,x坐标(横坐标)在前,y坐标(纵坐标)在后。在考试中,你常常需要根据给定的坐标在方格纸上绘制多个点,然后用直线将它们连接起来形成几何图形。反过来,如果给你一个已经绘制好的点,你需要能够通过查看它在x轴和y轴上的投影来确定它的坐标。一个常见的错误是将x和y坐标的顺序搞反 – 请记住”沿着走廊走,然后上楼”(along the corridor, then up the stairs),即先x后y。
Plotting points is straightforward but must be done precisely. Given coordinates (3, 4), you start at the origin, move 3 units to the right along the x-axis, then 4 units up along the y-axis. Coordinates are always written in the form (x, y), with the x-coordinate (abscissa) first and the y-coordinate (ordinate) second. In exams, you often need to plot multiple points on grid paper given their coordinates, then connect them with straight lines to form geometric shapes. Conversely, if you are given a point already plotted, you need to determine its coordinates by looking at its projection onto the x-axis and y-axis. A common mistake is swapping the order of x and y coordinates – remember “along the corridor, then up the stairs,” meaning x first, then y.
3. The Gradient of a Straight Line | 直线的斜率
斜率(gradient,通常用字母m表示)是描述直线倾斜程度和方向的数值。它被定义为直线上任意两点间”垂直变化量(rise)与水平变化量(run)的比值”。公式为:m = rise / run = (y方向的改变量) / (x方向的改变量)。如果一条直线从左到右向上倾斜,斜率是正数;如果从左到右向下倾斜,斜率是负数。水平线(horizontal line)的斜率为0,因为垂直变化量为零;而垂直线(vertical line)的斜率是未定义的(undefined),因为水平变化量为零会导致除以零。在物理和实际应用中,斜率可以表示速度(距离-时间图的斜率)、加速度(速度-时间图的斜率)或任何变化率(rate of change)。IGCSE考试中经常要求你从图中读取斜率,或将斜率与给定的情境联系起来。
The gradient (usually denoted by the letter m) is a numerical value that describes the steepness and direction of a straight line. It is defined as the “ratio of the vertical change (rise) to the horizontal change (run)” between any two points on the line. The formula is: m = rise / run = (change in y) / (change in x). If a line slopes upward from left to right, the gradient is positive; if it slopes downward, the gradient is negative. A horizontal line has a gradient of 0 because the vertical change is zero; a vertical line has an undefined gradient because the horizontal change is zero, leading to division by zero. In physics and real-world applications, gradient can represent speed (gradient of a distance-time graph), acceleration (gradient of a speed-time graph), or any rate of change. IGCSE exams frequently ask you to read gradients from graphs or relate them to given contexts.
4. Calculating Gradient from Two Points | 通过两点计算斜率
当你知道直线上两个点的坐标时,可以使用斜率公式精确计算斜率。给定两点A(x₁, y₁)和B(x₂, y₂),斜率m的计算公式为:m = (y₂ – y₁) / (x₂ – x₁)。这里的关键是保持顺序一致 – 如果用B的y坐标减去A的y坐标作为分子,那么分母也必须用B的x坐标减去A的x坐标。让我们看一个例题:求通过点(2, 5)和(6, 13)的直线的斜率。代入公式:m = (13 – 5) / (6 – 2) = 8 / 4 = 2。这意味着对于x轴上每增加1个单位,y轴上的值增加2个单位。如果计算结果为负数,比如通过(1, 8)和(4, 2)的直线,m = (2 – 8) / (4 – 1) = -6 / 3 = -2,说明直线向下倾斜。IGCSE CIE考试通常会给出坐标点,要求你展示计算过程并得出最终答案。
When you know the coordinates of two points on a line, you can calculate the gradient precisely using the gradient formula. Given two points A(x₁, y₁) and B(x₂, y₂), the gradient m is calculated as: m = (y₂ – y₁) / (x₂ – x₁). The key is to maintain consistency – if you subtract A’s y-coordinate from B’s y-coordinate as the numerator, then you must also subtract A’s x-coordinate from B’s x-coordinate as the denominator. Let us work through an example: find the gradient of the line passing through (2, 5) and (6, 13). Substituting into the formula: m = (13 – 5) / (6 – 2) = 8 / 4 = 2. This means for every 1 unit increase in the x-direction, the y-value increases by 2 units. If the result is negative, such as the line through (1, 8) and (4, 2), m = (2 – 8) / (4 – 1) = -6 / 3 = -2, indicating a downward-sloping line. IGCSE CIE exams typically provide coordinate points and require you to show your working and arrive at the final answer.
5. The Equation of a Straight Line: y = mx + c | 直线方程:y = mx + c
在IGCSE数学中,直线最常见的表示形式是斜截式(slope-intercept form):y = mx + c。其中m代表斜率(gradient),c代表y轴截距(y-intercept) – 即直线与y轴交点的y坐标。这个形式之所以强大,是因为它让你一眼就能看出直线最重要的两个特征:它的倾斜程度和它穿过y轴的位置。例如,方程y = 3x + 2描述了一条斜率为3、与y轴交于(0, 2)的直线。要绘制这条直线,你可以从y截距(0, 2)开始,然后利用斜率”向上3,向右1″(rise=3, run=1)来找到第二个点,最后用直尺将两点连接起来。理解y = mx + c形式是解决IGCSE中几乎所有坐标几何问题的基础。
In IGCSE Mathematics, the most common form for representing a straight line is the slope-intercept form: y = mx + c. Here, m represents the gradient and c represents the y-intercept – the y-coordinate of the point where the line crosses the y-axis. This form is powerful because it allows you to see, at a glance, the two most important characteristics of the line: how steep it is and where it crosses the y-axis. For example, the equation y = 3x + 2 describes a line with a gradient of 3 and a y-intercept at (0, 2). To draw this line, you can start at the y-intercept (0, 2), then use the gradient “up 3, right 1” (rise = 3, run = 1) to find a second point, and finally use a ruler to connect the two points. Understanding the y = mx + c form is the foundation for solving almost all coordinate geometry problems in IGCSE.
6. Finding the Equation from a Graph | 从图像确定方程
给定一条直线的图像,你可以通过两个步骤来确定它的方程。第一步:找到y轴截距c – 即直线与y轴相交处的y值。例如,如果直线在(0, 4)处穿过y轴,那么c = 4。第二步:计算斜率m – 选择线上两个坐标清晰易读的点,使用公式m = (y₂ – y₁) / (x₂ – x₁)。例如,如果一条直线经过(0, -2)和(3, 4),那么m = (4 – (-2)) / (3 – 0) = 6 / 3 = 2。因此,这条直线的方程是y = 2x – 2。在IGCSE考试中,通常会给你一个已经绘制好的图像,要求你写出方程。确保分数的斜率以最简分数形式呈现 – 例如,m = 3/2而不是m = 1.5,除非题目明确要求使用小数。
Given the graph of a straight line, you can determine its equation in two steps. Step one: find the y-intercept c – the y-value where the line crosses the y-axis. For example, if the line crosses the y-axis at (0, 4), then c = 4. Step two: calculate the gradient m – choose two clearly readable points on the line and use the formula m = (y₂ – y₁) / (x₂ – x₁). For example, if a line passes through (0, -2) and (3, 4), then m = (4 – (-2)) / (3 – 0) = 6 / 3 = 2. Therefore, the equation of this line is y = 2x – 2. In IGCSE exams, you are typically given a pre-drawn graph and asked to write its equation. Make sure to present fractional gradients in their simplest form – for example, m = 3/2 rather than m = 1.5, unless the question specifically asks for decimals.
7. Finding the Equation from Two Points | 通过两点求直线方程
当你只知道直线上两个点的坐标而没有图像时,可以用两个步骤求出方程。第一步:使用斜率公式m = (y₂ – y₁) / (x₂ – x₁)计算斜率。第二步:将m的值和其中一个点的坐标代入y = mx + c,解出c的值。让我们看一个完整的例题:求通过点(1, 3)和(4, 9)的直线方程。首先,m = (9 – 3) / (4 – 1) = 6 / 3 = 2。然后,将m = 2和点(1, 3)代入:3 = 2(1) + c,解得c = 1。因此直线方程为y = 2x + 1。验证:将点(4, 9)代入,9 = 2(4) + 1 = 9,正确!这个两步骤方法在IGCSE考试中非常常见,经常结合几何图形(如求三角形某条边的方程)出现。
When you only know the coordinates of two points on a line without a graph, you can find the equation in two steps. Step one: calculate the gradient using the formula m = (y₂ – y₁) / (x₂ – x₁). Step two: substitute the value of m and the coordinates of one of the points into y = mx + c and solve for c. Let us work through a complete example: find the equation of the line passing through (1, 3) and (4, 9). First, m = (9 – 3) / (4 – 1) = 6 / 3 = 2. Then, substitute m = 2 and the point (1, 3): 3 = 2(1) + c, which gives c = 1. Therefore, the equation is y = 2x + 1. Verification: substitute point (4, 9): 9 = 2(4) + 1 = 9 – correct! This two-step method is very common in IGCSE exams and often appears in combination with geometric shapes, such as finding the equation of a side of a triangle.
8. Parallel Lines and Their Gradients | 平行线及其斜率
平行线是坐标几何中一个重要的概念。两条直线平行的条件是它们具有相同的斜率(gradient)。用数学语言表达:如果两条直线的方程分别为y = m₁x + c₁和y = m₂x + c₂,那么它们平行当且仅当m₁ = m₂。注意,平行线有不同的y截距 – 如果y截距也相同,那它们其实就是同一条直线,而不是两条平行的直线。这个性质在考试中非常实用:如果题目要求你求一条与已知直线平行且通过特定点的直线方程,你只需要(a)获取已知直线的斜率,(b)将这个斜率作为新直线的斜率代入y = mx + c,(c)利用给定的点解出c的值。例如,求与y = 3x – 5平行且通过点(2, 7)的直线方程:新直线的斜率也是3,代入(2, 7)得7 = 3(2) + c,c = 1,所以答案是y = 3x + 1。
Parallel lines are an important concept in coordinate geometry. Two straight lines are parallel if and only if they have the same gradient. Expressed mathematically: if two lines have equations y = m₁x + c₁ and y = m₂x + c₂, then they are parallel if and only if m₁ = m₂. Note that parallel lines have different y-intercepts – if the y-intercepts were also the same, they would be the same line, not two parallel lines. This property is extremely useful in exams: if a question asks you to find the equation of a line that is parallel to a given line and passes through a specific point, you (a) take the gradient of the known line, (b) use this gradient as the new line’s gradient in y = mx + c, and (c) use the given point to solve for c. For example, find the line parallel to y = 3x – 5 passing through (2, 7): the new gradient is also 3; substituting (2, 7) gives 7 = 3(2) + c, so c = 1, and the answer is y = 3x + 1.
9. Perpendicular Lines and Negative Reciprocals | 垂直线与负倒数
垂直线的关系比平行线稍微复杂一些。两条直线垂直的条件是它们的斜率互为负倒数(negative reciprocals)。也就是说,如果一条直线的斜率为m₁,另一条为m₂,它们垂直当且仅当m₁ × m₂ = -1,或者说m₂ = -1 / m₁。例如,如果一条直线的斜率是2,那么与它垂直的直线的斜率必须是-1/2。如果斜率是-3,垂线的斜率就是1/3。有几个特殊情况需要注意:水平线(m=0)与垂直线(斜率未定义)是垂直的;斜率为1的直线与斜率为-1的直线垂直。在IGCSE考试中,垂直线关系常出现在求三角形的高、矩形的边或证明直角等题型中。你应该能够快速心算出一个斜率的负倒数 – 分子分母互换并改变符号。
The relationship between perpendicular lines is slightly more complex than parallel lines. Two lines are perpendicular if and only if their gradients are negative reciprocals of each other. That is, if one line has gradient m₁ and the other has gradient m₂, they are perpendicular if and only if m₁ × m₂ = -1, or equivalently, m₂ = -1 / m₁. For example, if a line has a gradient of 2, a line perpendicular to it must have a gradient of -1/2. If the gradient is -3, the perpendicular gradient is 1/3. There are a few special cases to note: a horizontal line (m = 0) is perpendicular to a vertical line (undefined gradient); a line with gradient 1 is perpendicular to a line with gradient -1. In IGCSE exams, perpendicular line relationships often appear in questions involving the altitude of a triangle, the sides of a rectangle, or proving a right angle. You should be able to quickly work out the negative reciprocal of a gradient mentally – swap the numerator and denominator and change the sign.
10. The Distance Between Two Points | 两点之间的距离
两点之间的距离公式来源于毕达哥拉斯定理(Pythagoras’ Theorem)。在坐标平面上考虑两点A(x₁, y₁)和B(x₂, y₂),这两点之间的水平距离是|x₂ – x₁|,垂直距离是|y₂ – y₁|。将这两段距离作为直角三角形的两条直角边,点A和点B之间的直线距离就是直角三角形的斜边。因此,距离公式为:d = √[(x₂ – x₁)² + (y₂ – y₁)²]。例如,求点(1, 3)和点(5, 6)之间的距离:d = √[(5 – 1)² + (6 – 3)²] = √[16 + 9] = √25 = 5。在IGCSE考试中,如果结果是根号形式,通常可以保留为简化后的根号(如√20 = 2√5),除非题目特别要求给出小数近似值。距离公式是证明三角形类型(等腰、等边、直角)和计算多边形周长的基础工具。
The distance formula between two points is derived from Pythagoras’ Theorem. Consider two points A(x₁, y₁) and B(x₂, y₂) on the coordinate plane. The horizontal distance between them is |x₂ – x₁| and the vertical distance is |y₂ – y₁|. Treating these two distances as the legs of a right-angled triangle, the straight-line distance between point A and point B is the hypotenuse. Therefore, the distance formula is: d = √[(x₂ – x₁)² + (y₂ – y₁)²]. For example, find the distance between (1, 3) and (5, 6): d = √[(5 – 1)² + (6 – 3)²] = √[16 + 9] = √25 = 5. In IGCSE exams, if the result is in surd form, you can usually leave it as a simplified surd (e.g., √20 = 2√5), unless the question specifically asks for a decimal approximation. The distance formula is a fundamental tool for proving triangle types (isosceles, equilateral, right-angled) and calculating polygon perimeters.
11. The Midpoint of a Line Segment | 线段的中点
线段的中点公式可能是坐标几何中最简单也最常用的公式。给定线段的两端点A(x₁, y₁)和B(x₂, y₂),中点M的坐标为两个端点坐标的算术平均值:M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2)。这个公式的直观理解是:中点的x坐标正好在两端点x坐标的中间位置,y坐标也是如此。例如,求点(2, 4)和点(8, 10)之间的中点:x坐标 = (2 + 8) / 2 = 5,y坐标 = (4 + 10) / 2 = 7,所以中点是(5, 7)。在IGCSE CIE考试中,中点公式经常与平行四边形的性质结合起来考察 – 平行四边形的对角线互相平分,因此两条对角线的中点相同。你还可以用中点公式来找到线段的另一个端点,如果已知一个端点和中点的话。
The midpoint formula is perhaps the simplest and most frequently used formula in coordinate geometry. Given the two endpoints of a line segment A(x₁, y₁) and B(x₂, y₂), the midpoint M has coordinates that are the arithmetic mean of the corresponding endpoint coordinates: M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2). The intuitive understanding is that the x-coordinate of the midpoint sits exactly in the middle of the two x-coordinates, and similarly for the y-coordinate. For example, find the midpoint between (2, 4) and (8, 10): x-coordinate = (2 + 8) / 2 = 5, y-coordinate = (4 + 10) / 2 = 7, so the midpoint is (5, 7). In IGCSE CIE exams, the midpoint formula is often combined with parallelogram properties – the diagonals of a parallelogram bisect each other, so the midpoints of both diagonals are the same. You can also use the midpoint formula to find the other endpoint of a segment if you know one endpoint and the midpoint.
12. Real-World Applications of Coordinate Geometry | 坐标几何的实际应用
坐标几何不仅仅存在于数学课本中 – 它在现实世界中有广泛的应用。卫星导航系统(GPS)使用坐标几何来确定地球上任意两点之间的最短路径,本质上就是计算球面上的距离。计算机图形学和游戏开发使用坐标变换(平移、旋转、缩放)来渲染三维世界并将其投影到二维屏幕上。在建筑学中,坐标几何被用于精确绘制蓝图、计算结构角度,以及确保墙壁垂直、天花板水平。数据科学中的线性回归线(line of best fit)实际上就是寻找一条使得”所有数据点到直线的垂直距离平方和最小”的直线 – 这直接应用了坐标几何中直线方程的概念。在IGCSE阶段理解这些基础概念,为A-Level和大学阶段更高级的数学和科学课程打下了坚实的基础。
Coordinate geometry exists far beyond mathematics textbooks – it has extensive real-world applications. GPS navigation systems use coordinate geometry to determine the shortest path between two points on Earth, essentially calculating distances on a sphere. Computer graphics and game development use coordinate transformations (translation, rotation, scaling) to render three-dimensional worlds and project them onto two-dimensional screens. In architecture, coordinate geometry is used to precisely draw blueprints, calculate structural angles, and ensure that walls are perpendicular and ceilings are level. The line of best fit in data science (linear regression) actually seeks the line that minimises “the sum of the squares of the vertical distances from all data points to the line” – a direct application of the straight-line equation concept from coordinate geometry. Mastering these foundational concepts at the IGCSE level builds a strong base for more advanced mathematics and science courses at A-Level and university.
13. Different Forms of the Linear Equation | 直线方程的多种表示形式
虽然y = mx + c是IGCSE中最常用的形式,但在不同的问题情境中,你可能还会遇到其他形式的直线方程。一般式(general form)写作ax + by + c = 0,其中a、b、c均为整数,且a通常为正数。例如,将y = 3x – 5转化为一般式:-3x + y + 5 = 0,标准化为3x – y – 5 = 0。点斜式(point-slope form)写作y – y₁ = m(x – x₁),在你知道一个点和斜率时特别有用。例如,斜率为2且通过点(3, 7)的直线可以直接写为y – 7 = 2(x – 3)。在IGCSE CIE考试中,你可能需要在不同形式之间进行转换 – 能够灵活地在斜截式、一般式和点斜式之间切换,可以帮助你更快地解题,尤其是在几何证明题(如证明三点共线)中。
While y = mx + c is the most commonly used form in IGCSE, you may encounter other forms of the linear equation in different problem contexts. The general form is written as ax + by + c = 0, where a, b, and c are integers and a is usually positive. For example, converting y = 3x – 5 into general form: -3x + y + 5 = 0, standardised to 3x – y – 5 = 0. The point-slope form is written as y – y₁ = m(x – x₁), which is particularly useful when you know one point and the gradient. For example, a line with gradient 2 passing through (3, 7) can be written directly as y – 7 = 2(x – 3). In the IGCSE CIE exam, you may need to convert between these forms – being able to switch flexibly between slope-intercept, general, and point-slope forms will help you solve problems faster, especially in geometric proof questions such as proving that three points are collinear.
14. Exam Tips and Common Mistakes | 考试技巧与常见错误
在IGCSE CIE数学考试中,坐标几何题通常出现在Paper 2(计算器允许)和Paper 4(拓展卷)中。以下是一些关键的考试技巧:第一,始终画出草图(sketch the graph),即使题目没有要求 – 一个快速的草图可以让你直观地检查结果是否合理,例如斜率的正负号是否正确。第二,检查你的分数是否已经简化 – 将6/4写成3/2,将√18写成3√2,否则可能会丢失一分。第三,在代入y = mx + c时,要特别注意正负号。例如,7 = 2(-3) + c得到c = 13,而不是c = 1(这是如果你错误地写成7 = 2(3) + c会得到的结果)。第四,当题目要求”find the equation of the line”时,默认以y = mx + c的形式给出答案,除非题目明确要求其他形式。第五,对于证明题(如证明一个三角形是直角),务必展示完整的计算过程 – 光写”是直角三角形”是没有分的。
In the IGCSE CIE Mathematics exam, coordinate geometry questions typically appear in Paper 2 (calculator allowed) and Paper 4 (extended). Here are some key exam tips: First, always sketch the graph, even if the question does not ask for it – a quick sketch lets you visually check whether your results are reasonable, such as whether the sign of the gradient is correct. Second, check that your fractions are simplified – write 6/4 as 3/2 and √18 as 3√2, otherwise you might lose a mark. Third, pay careful attention to signs when substituting into y = mx + c. For example, 7 = 2(-3) + c gives c = 13, not c = 1 (which is what you would get if you incorrectly wrote 7 = 2(3) + c). Fourth, when a question asks you to “find the equation of the line”, give your answer in the form y = mx + c by default, unless the question explicitly asks for another form. Fifth, for proof questions such as proving that a triangle is right-angled, you must show full working – simply writing “it is a right-angled triangle” earns no marks.
15. Practice Questions with Worked Solutions | 练习题与详细解答
Question 1: Find the equation of the line passing through (2, 5) and (-4, -7). Solution: First, calculate the gradient: m = (-7 – 5) / (-4 – 2) = -12 / -6 = 2. Then, substitute m = 2 and point (2, 5) into y = mx + c: 5 = 2(2) + c → c = 1. Therefore, the equation is y = 2x + 1. Verification with (-4, -7): -7 = 2(-4) + 1 = -7, correct.
问题1:求通过点(2, 5)和(-4, -7)的直线方程。解答:首先计算斜率:m = (-7 – 5) / (-4 – 2) = -12 / -6 = 2。然后将m = 2和点(2, 5)代入y = mx + c:5 = 2(2) + c → c = 1。因此,直线方程为y = 2x + 1。用(-4, -7)验证:-7 = 2(-4) + 1 = -7,正确。
Question 2: Line L has equation y = 3x – 4. Find the equation of the line perpendicular to L that passes through (6, 1). Solution: The gradient of L is 3, so the perpendicular gradient is -1/3. Using point-slope form: y – 1 = (-1/3)(x – 6). Expanding: y – 1 = -x/3 + 2 → y = -x/3 + 3. Answer: y = -x/3 + 3.
问题2:直线L的方程为y = 3x – 4。求过点(6, 1)并与L垂直的直线方程。解答:L的斜率为3,因此垂直线的斜率为-1/3。使用点斜式:y – 1 = (-1/3)(x – 6)。展开:y – 1 = -x/3 + 2 → y = -x/3 + 3。答案:y = -x/3 + 3。
Question 3: Show that the points A(1, 2), B(4, 8), and C(10, 20) are collinear (lie on the same straight line). Solution: Find the gradient of AB: m₁ = (8 – 2) / (4 – 1) = 6 / 3 = 2. Find the gradient of BC: m₂ = (20 – 8) / (10 – 4) = 12 / 6 = 2. Since m₁ = m₂, and both segments share point B, points A, B, and C are collinear.
问题3:证明点A(1, 2)、B(4, 8)和C(10, 20)三点共线(在同一整直线上)。解答:计算AB的斜率:m₁ = (8 – 2) / (4 – 1) = 6 / 3 = 2。计算BC的斜率:m₂ = (20 – 8) / (10 – 4) = 12 / 6 = 2。由于m₁ = m₂且两段共享点B,因此A、B、C三点共线。
Question 4: Find the area of the triangle formed by the points P(0, 0), Q(4, 0), and R(2, 6). Solution: PQ is a horizontal segment of length 4. The height of the triangle is the vertical distance from R to the line PQ (which is the x-axis), so height = 6. Area = (1/2) × base × height = (1/2) × 4 × 6 = 12 square units.
问题4:求由点P(0, 0)、Q(4, 0)和R(2, 6)构成的三角形的面积。解答:PQ是水平线段,长度为4。三角形的高是从R到直线PQ(即x轴)的垂直距离,因此高 = 6。面积 = (1/2) × 底 × 高 = (1/2) × 4 × 6 = 12 平方单位。
Summary | 总结
坐标几何是IGCSE CIE数学的核心主题,它将代数方程与几何图形完美地统一在一起。通过掌握笛卡尔坐标系、斜率计算、直线方程y = mx + c、平行线与垂直线的关系、距离公式和中点公式这六大关键知识点,你不仅能够高效解决考试中的坐标几何问题,更能建立起代数与几何之间的深层联系。建议通过大量的做图练习来强化对斜率符号和y截距的直观理解,并结合历年真题(past papers)来熟悉CIE考试中常见的出题方式和解题要求。记住,坐标几何的每一个公式背后都有几何直觉作为支撑 – 理解”为什么”比单纯记忆”怎么做”更能让你在考试中游刃有余。
Coordinate geometry is a core topic in IGCSE CIE Mathematics that elegantly unifies algebraic equations with geometric figures. By mastering the six key areas – the Cartesian coordinate system, gradient calculation, the straight-line equation y = mx + c, the relationship between parallel and perpendicular lines, the distance formula, and the midpoint formula – you can not only solve coordinate geometry problems efficiently in the exam but also build a deep connection between algebra and geometry. It is strongly recommended to reinforce your intuitive understanding of gradient signs and y-intercepts through extensive graphing practice, and to work through past papers to become familiar with the common question styles and solution requirements in CIE exams. Remember, every formula in coordinate geometry is supported by geometric intuition – understanding “why” will serve you far better in the exam than simply memorising “how”.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导