📚 KS3 Maths: Coordinate Geometry Essentials | KS3 数学:坐标几何 考点精讲
Coordinate geometry, also known as Cartesian geometry, is the branch of mathematics where algebra meets shapes and positions on a flat surface. In KS3, you will learn how to describe locations using coordinates, how to move points around the plane, and how to calculate distances, midpoints and areas of simple shapes directly from their coordinates. This topic builds a foundation for graphs, transformations and even later studies of functions and vectors. Whether you are plotting treasure maps or designing a video game character’s movement, coordinate geometry is a practical and visual skill. This article will walk you through every key concept, with plenty of examples, common mistakes and exam-style questions explained step by step.
坐标几何,也叫笛卡尔几何,是代数与平面图形相结合的一个数学分支。在 KS3 阶段,你将学习如何用坐标描述位置,如何在平面上移动点,以及如何通过坐标直接计算距离、中点和简单图形的面积。这一部分为后续的函数图像、变换甚至向量学习打下基础。无论你是在绘制藏宝图,还是设计游戏角色的移动轨迹,坐标几何都是一种既实用又直观的技能。本文将带你逐一梳理所有核心概念,配有大量实例、常见错误和考试风格的题目讲解。
1. The Cartesian Plane | 笛卡尔坐标系
The Cartesian plane is a flat surface made up of two perpendicular number lines: the horizontal x-axis and the vertical y-axis. The point where they cross is called the origin, labelled as (0, 0). Every point on the plane can be described by an ordered pair of numbers (x, y), where x tells you how far left or right to go from the origin, and y tells you how far up or down. The axes divide the plane into four sections called quadrants, numbered anticlockwise. Understanding this grid is the first step in mastering coordinate geometry.
笛卡尔坐标系是由两条互相垂直的数轴构成的平面:水平的 x 轴和垂直的 y 轴。它们的交点称为原点,记作 (0, 0)。平面上的每一个点都可以用一个有序数对 (x, y) 来描述,其中 x 表示从原点出发向左或向右的距离,y 表示向上或向下的距离。坐标轴把平面分成四个区域,称为象限,按逆时针方向编号。理解这个网格是掌握坐标几何的第一步。
2. Plotting Points | 描点
To plot a point such as (3, 4), start at the origin. Move 3 units to the right along the x-axis, then move 4 units up parallel to the y-axis. Mark the point with a small cross and label it if required. If the x-coordinate is negative, move left instead of right. If the y-coordinate is negative, move down instead of up. Always read the x-coordinate first — memorise this with the phrase ‘along the corridor, up the stairs’. Practising plotting helps you visualise shapes and patterns.
要描出 (3, 4) 这样的点,从原点出发,沿 x 轴向右移动 3 个单位,然后沿着平行于 y 轴的方向向上移动 4 个单位。用一个小十字标出该点,必要时加注标签。如果 x 坐标为负数,则向左移动;如果 y 坐标为负数,则向下移动。一定要先读 x 坐标——同学们可以记住口诀“先横走,再竖走”。多加描点练习有助于直观感受图形和规律。
3. Reading Coordinates | 读取坐标
When you are given a point already marked on the grid, you need to read its coordinate pair correctly. Look straight down to the x-axis to find the x-coordinate, and straight across to the y-axis to find the y-coordinate. The coordinates are always written in brackets like (x, y). Be careful with the scale: sometimes one square might represent more than 1 unit. Always check the labels on the axes before writing your answer. Double-check the sign if the point lies in a quadrant other than the first.
当网格上已经给定了某个点,你需要正确读出它的坐标。竖直向下看 x 轴找到 x 坐标,再水平看向 y 轴找到 y 坐标。坐标总是写在括号里,如 (x, y) 的形式。注意比例尺:有时一个格子可能表示的不止 1 个单位。写出答案前一定要检查坐标轴上的标记。如果点不在第一象限,还要确认坐标的正负号。
4. Quadrants | 四个象限
The four quadrants are labelled using Roman numerals. Quadrant I is the top-right region where both x and y are positive. Quadrant II is top-left (x negative, y positive). Quadrant III is bottom-left (x negative, y negative). Quadrant IV is bottom-right (x positive, y negative). Understanding the sign patterns helps you quickly check whether a plotted point is in the correct region or identify possible coordinates for a given description.
四个象限用罗马数字标记。第一象限在右上方,x 和 y 均为正数。第二象限在左上方(x 为负,y 为正)。第三象限在左下方(x 和 y 均为负数)。第四象限在右下方(x 为正,y 为负)。掌握这些符号规律,可以帮助你快速判断描出的点是否在正确区域,或根据文字描述找出可能的坐标。
Quadrant I: (+, +) Quadrant II: (−, +) Quadrant III: (−, −) Quadrant IV: (+, −)
5. Horizontal and Vertical Distances | 水平距离与垂直距离
If two points have the same y-coordinate, the line joining them is horizontal. The distance between them is simply the difference in their x-coordinates. If two points have the same x-coordinate, the connection is vertical, and the distance is the difference in y-coordinates. Always take the positive value of the difference, as distance cannot be negative. For example, the distance between (2, 5) and (9, 5) is |9 − 2| = 7 units. This idea will later be extended using Pythagoras’ theorem for sloping lines.
如果两个点具有相同的 y 坐标,连接它们的线段就是水平的,它们之间的距离就是 x 坐标之差的绝对值。如果两个点有相同的 x 坐标,连线则是垂直的,距离就是 y 坐标之差的绝对值。一定要取差值绝对值,因为距离不能为负数。例如 (2, 5) 与 (9, 5) 之间的距离为 |9 − 2| = 7 个单位。这一思路将来可以通过勾股定理推广到斜线段距离的计算。
6. Midpoint of a Line Segment | 线段的中点
The midpoint of a line segment connecting two points (x₁, y₁) and (x₂, y₂) is found by averaging the x-coordinates and averaging the y-coordinates. The formula is Midpoint = ((x₁ + x₂)/2, (y₁ + y₂)/2). This gives the point exactly halfway between them. You can check your answer by verifying that the distances from the midpoint to each endpoint are equal. This method works for any line segment, whether horizontal, vertical or sloping.
连接两点 (x₁, y₁) 和 (x₂, y₂) 的线段的中点,可通过分别对 x 坐标求平均值、对 y 坐标求平均值得到。公式为:中点 = ((x₁ + x₂)/2, (y₁ + y₂)/2)。这样得到的点恰好位于两点正中间。你可以验证中点到两端点的距离是否相等来检查答案。这个方法适用于任意线段,无论是水平的、垂直的还是倾斜的。
Midpoint = ((x₁ + x₂) ÷ 2, (y₁ + y₂) ÷ 2)
7. Symmetry and Reflection | 对称与反射
Reflecting a point across the x-axis changes the sign of the y-coordinate only: (x, y) → (x, −y). Reflecting across the y-axis changes the sign of the x-coordinate: (x, y) → (−x, y). Reflecting in the line y = x swaps the coordinates: (x, y) → (y, x). Reflecting in the origin is like a rotation of 180° and changes both signs: (x, y) → (−x, −y). Describing these transformations correctly is a common exam question, so learn the rules precisely.
一个点关于 x 轴反射时,只改变 y 坐标的正负号:(x, y) → (x, −y)。关于 y 轴反射时,只改变 x 坐标的符号:(x, y) → (−x, y)。关于直线 y = x 反射时,交换两个坐标的位置:(x, y) → (y, x)。关于原点反射相当于旋转 180°,两个坐标同时变号:(x, y) → (−x, −y)。准确描述这些变换是考试中的常见考查点,务必要牢记规则。
8. Translation | 平移
A translation moves every point of a shape by the same vector. The vector is written as a column (a going right, b going up) or described in words. For a point (x, y) translated by vector (a, b), the image is (x + a, y + b). When translating an entire shape, move each vertex separately and then join them. Keep the shape congruent — its size and orientation do not change. Be careful with negative components: they mean movement left or down.
平移是指将一个图形的每个点按照相同的向量移动。向量通常写成列向量的形式(a 向右,b 向上),也可以用文字描述。点 (x, y) 经过向量 (a, b) 平移后,像点为 (x + a, y + b)。平移整个图形时,分别移动每个顶点再连线即可。图形的形状和大小保持不变,只是位置改变。注意向量中的负值:它们代表向左或向下的移动。
9. Shapes on the Coordinate Plane | 坐标系中的图形
You can form polygons by plotting vertices and joining them in order. Common KS3 tasks include drawing triangles, rectangles, parallelograms and irregular quadrilaterals. Once the shape is drawn, you can identify missing vertices by using properties of the shape. For example, in a rectangle opposite sides must be equal and parallel, so you can find the fourth vertex when three are given. Visualisation is key, so practise sketching shapes from given coordinates and describing their properties.
通过描出顶点并按顺序连接,可以构成多边形。KS3 中常见的任务有画三角形、矩形、平行四边形和不规则四边形。等图形画好后,你可以利用图形性质找出缺失的顶点。比如,在矩形中,对边必须相等且平行,因此给定三个顶点就能求出第四个顶点。空间想象能力是关键,多练习根据给定坐标画图并描述图形的性质会非常有帮助。
10. Perimeter and Area Using Coordinates | 利用坐标求周长和面积
To find the perimeter of a shape on the coordinate plane, calculate the length of each side individually using horizontal and vertical distances, then add them up. For sloping sides at KS3 level, you are usually given the length or can find it using a surrounding rectangle approach. The area of an axis-aligned rectangle is base × height. For right-angled triangles, use ½ × base × height. For more complex polygons, break them into simpler shapes. Always write units (e.g. cm²) in your final answer.
在坐标系上求图形的周长时,单独计算每条边的长度(用水平或垂直距离法),然后相加即可。对于 KS3 阶段的斜边,通常会直接给出长度,或者可以通过补成矩形的方法求出。轴线对齐的矩形面积 = 底 × 高。直角三角形面积 = ½ × 底 × 高。对于较复杂的多边形,可分割成几个基本图形来处理。最终答案一定要写清单位(如 cm²)。
11. Solving Real-Life Problems | 解决实际问题
Coordinate geometry is used to model real-life situations like navigation, floor plans, map reading and even game design. You might be asked to find the shortest path between two locations on a grid, plot the route of a moving object, or check whether two paths are perpendicular. Read the problem carefully, identify the coordinates involved, and apply the relevant method. Draw a sketch whenever possible — visualising the problem will often make the maths much simpler.
坐标几何常被用来建立现实生活场景的模型,如导航、房屋平面图、地图判读甚至游戏设计。你可能会遇到在网格上寻找两个地点之间的最短路径、描出物体移动的路线,或判断两条路径是否垂直等问题。仔细读题,找出涉及的坐标,然后运用相应的方法。尽可能画一个草图——一旦把问题形象化,数学计算往往会简单得多。
12. Common Mistakes and Tips | 常见错误与技巧
One of the most frequent errors is swapping x and y in ordered pairs — always remember that x comes first. Another is forgetting to use brackets properly or mixing up signs in different quadrants. When calculating the midpoint, students sometimes subtract coordinates instead of adding. When translating, they may apply the vector in the wrong direction. To avoid these pitfalls, double-check each coordinate against the grid, label your axes clearly, and use a ruler for accurate sketches. Consistent practice will turn these skills into second nature.
最常见的错误之一是把有序数对中的 x 和 y 弄反——切记 x 永远在前。还有就是忘记正确使用括号,或在不同的象限中把正负号弄混。计算中点时,有的同学会错误地用减法而不是加法。平移时,也可能把向量的方向弄反。为了避免这些陷阱,一定要将每个坐标与网格仔细核对,清晰地标出坐标轴,画图时使用直尺。坚持练习,这些技能就会成为你的第二天性。
Published by TutorHao | KS3 Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导