📚 PDF资源导航

Coordinate Geometry for GCSE WJEC Mathematics | GCSE WJEC 数学:坐标几何 考点精讲

📚 Coordinate Geometry for GCSE WJEC Mathematics | GCSE WJEC 数学:坐标几何 考点精讲

Coordinate geometry, also known as analytic geometry, is a crucial topic in the GCSE WJEC Mathematics syllabus. It provides a link between algebra and geometry by using coordinates to describe points, lines, and shapes on a plane. Mastering this topic will enable you to solve problems involving gradients, equations of straight lines, midpoints, distances, and intersections. This revision guide covers all the key concepts and techniques that you need to excel in your exam.

坐标几何,又称解析几何,是GCSE WJEC数学大纲中的重要主题。它通过使用坐标来描述平面上的点、线和图形,将代数与几何联系起来。掌握这一主题将使你能够解决涉及斜率、直线方程、中点、距离和交点的问题。本复习指南涵盖了你需要掌握的所有关键概念和技巧,助你在考试中取得优异成绩。


1. Understanding Coordinates and the Cartesian Plane | 理解坐标与笛卡尔平面

The Cartesian plane consists of a horizontal x-axis and a vertical y-axis intersecting at the origin, labelled O(0, 0). Every point is written as an ordered pair (x, y), where x gives the horizontal position and y the vertical position. Positive x values move right, negative move left; positive y move up, negative move down.

笛卡尔平面由水平 x 轴和垂直 y 轴构成,两轴交于原点 O(0, 0)。每个点写成有序数对 (x, y),x 表示水平位置,y 表示垂直位置。x 正为右,负为左;y 正为上,负为下。


2. Calculating the Gradient of a Straight Line | 计算直线斜率

The gradient (often denoted m) measures the steepness of a line. For two points (x₁, y₁) and (x₂, y₂), the gradient formula is:

斜率(通常记为 m)衡量直线的倾斜程度。对于两点 (x₁, y₁) 和 (x₂, y₂),斜率公式为:

m = (y₂ – y₁) ÷ (x₂ – x₁)

A positive gradient means the line slopes upward to the right, a negative gradient slopes downward. A horizontal line has gradient 0, and a vertical line has an undefined gradient (denominator zero).

斜率为正表示直线向右上方倾斜,斜率为负表示向右下方倾斜。水平线的斜率为 0,垂直线的斜率无定义(分母为零)。

Always subtract coordinates in the same order: you can use ‘rise over run’ to remember this. If given a graph, select two clear points to calculate the gradient.

始终以相同顺序相减坐标:你可以用“纵差除以横差”来记忆。如果给出图像,选择两个清晰点来计算斜率。


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

The midpoint M of a segment connecting (x₁, y₁) and (x₂, y₂) is found by averaging the x-coordinates and the y-coordinates:

连接 (x₁, y₁) 和 (x₂, y₂) 的线段的中点 M 通过取 x 坐标和 y 坐标的平均值得到:

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

This is essentially the average position. The midpoint formula is useful for problems involving diagonal bisectors or finding the centre of a line segment.

这本质上是平均位置。中点公式在涉及对角线平分或求线段中心的问题中很有用。

For example, the midpoint of A(2, 5) and B(6, 1) is ( (2+6)/2, (5+1)/2 ) = (4, 3).

例如,A(2, 5) 和 B(6, 1) 的中点为 ( (2+6)/2, (5+1)/2 ) = (4, 3)。


4. The Distance Between Two Points | 两点之间的距离

The distance d between two points (x₁, y₁) and (x₂, y₂) comes directly from Pythagoras’ theorem:

两点 (x₁, y₁) 和 (x₂, y₂) 之间的距离 d 直接来自毕达哥拉斯定理:

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

The difference in x-coordinates and y-coordinates forms the legs of a right‑angled triangle whose hypotenuse is the distance.

x 坐标之差与 y 坐标之差构成直角三角形的两条直角边,斜边即为距离。

For instance, the distance between (1, 2) and (4, 6) is √[(4–1)² + (6–2)²] = √(9 + 16) = √25 = 5 units.

例如,(1, 2) 和 (4, 6) 间的距离为 √[(4–1)² + (6–2)²] = √(9 + 16) = √25 = 5 单位。


5. Equation of a Straight Line: y = mx + c | 直线方程的形式:y = mx + c

The most common form of a straight line equation is y = mx + c, where m is the gradient and c is the y-intercept (the point where the line crosses the y-axis).

直线最常见的方程形式是 y = mx + c,其中 m 为斜率,c 为 y 轴截距(直线与 y 轴的交点)。

To find the equation from a graph, first read the y-intercept directly, then calculate the gradient using two points on the line. Then substitute into y = mx + c. The line y = 2x + 3 has gradient 2 and crosses the y-axis at (0, 3).

要从图像求方程,先直接读取 y 轴截距,再用直线上两点计算斜率,然后代入 y = mx + c。直线 y = 2x + 3 的斜率为 2,与 y 轴交于 (0, 3)。

Exam questions often ask you to state the gradient and y-intercept from a given equation, or write the equation from a graph.

考题常要求从给定方程说出斜率和 y 轴截距,或根据图像写出方程。


6. Alternative Forms: ax + by + c = 0 | 其他形式:ax + by + c = 0

Straight lines can also be expressed in the general form ax + by + c = 0, where a, b, c are integers and a is usually positive. To find the gradient, rearrange into y = mx + c form:

直线也可以用一般形式 ax + by + c = 0 表示,其中 a、b、c 为整数,通常 a 为正。要求斜率,重排为 y = mx + c 形式:

by = –ax – c → y = (–a/b)x – c/b, so m = –a/b

The y-intercept is –c/b and the x-intercept (where y=0) is –c/a. This form is especially helpful when dealing with linear simultaneous equations.

y 轴截距为 –c/b,x 轴截距(y=0 时)为 –c/a。在处理线性联立方程时,这种形式特别有用。

For example, in 2x + 3y – 6 = 0, the gradient is –2/3, and the y-intercept is 2.

例如,在 2x + 3y – 6 = 0 中,斜率为 –2/3,y 轴截距为 2。


7. Finding the Equation Given Two Points | 已知两点求直线方程

When you are given two points, first compute the gradient m = (y₂ – y₁)/(x₂ – x₁). Then use one point and substitute into y = mx + c to solve for c. Alternatively, use the point‑slope form:

当给出两点时,首先计算斜率 m = (y₂ – y₁)/(x₂ – x₁)。然后用其中一个点代入 y = mx + c 解出 c。或者使用点斜式:

y – y₁ = m(x – x₁)

This can be simplified to the required form. For points (1, 4) and (3, 10), m = (10–4)/(3–1) = 3. Using (1, 4): 4 = 3(1) + c → c = 1, so equation is y = 3x + 1.

这可以化简为所需的形式。对于点 (1, 4) 和 (3, 10),m = (10–4)/(3–1) = 3。使用 (1, 4):4 = 3(1) + c → c = 1,因此方程为 y = 3x + 1。

Always check your equation by substituting both points to ensure correctness.

务必用两点都代入检验方程是否正确。


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

Parallel lines have identical gradients: if line₁ has gradient m₁ and line₂ has gradient m₂, then they are parallel if m₁ = m₂.

平行线具有相同的斜率:若直线1的斜率为 m₁,直线2的斜率为 m₂,则 m₁ = m₂ 时它们平行。

Perpendicular lines have gradients whose product is –1: m₁ × m₂ = –1. In other words, one gradient is the negative reciprocal of the other.

垂直线的斜率乘积为 –1:m₁ × m₂ = –1。换句话说,一个斜率是另一个的负倒数。

Examples: The line y = 4x + 2 is parallel to y = 4x – 7. A line perpendicular to y = 4x + 2 has gradient –¼.

例子:直线 y = 4x + 2 与 y = 4x – 7 平行。与 y = 4x + 2 垂直的直线斜率为 –¼。

When given an equation of a line and a point, you can find the equation of a parallel or perpendicular line passing through that point by matching the gradient and solving for c.

当给定一条直线方程和一个点,你可以通过匹配斜率并解出 c,来求经过该点的平行或垂直线方程。


9. Interpreting Graphs and Intersections | 图形解读与交点

The point where two lines cross is the solution to their simultaneous equations. Graphically, you can plot both lines and read the intersection coordinates. Algebraically, you solve the equations simultaneously.

两条直线相交的点就是它们联立方程的解。用图像法可画出两直线并读取交点坐标。用代数法可联立求解方程。

For example, y = x + 1 and y = –x + 3 intersect at (1, 2). This is the only point that satisfies both equations. Real‑world applications include break‑even analysis and comparing tariffs.

例如,y = x + 1 和 y = –x + 3 交于 (1, 2)。这是唯一同时满足两个方程的点。现实中的应用包括盈亏分析以及费率比较。

When drawing graphs for WJEC exams, use a table of values and label axes clearly. Accuracy in plotting points is essential for correct intersection solutions.

在 WJEC 考试中画图时,使用数值表格并清晰标注坐标轴。精确描点对正确求出交点至关重要。


10. Real‑World Applications and Exam Tips | 实际应用与考试技巧

Coordinate geometry appears in distance‑time and speed‑time graphs, where gradients represent speed or acceleration. Midpoints can help find average positions, and distances can represent physical lengths on scaled maps.

坐标几何出现在距离‑时间图和速度‑时间图中,其中斜率表示速度或加速度。中点可用于求平均位置,距离可表示在地图比例尺上的实际长度。

Exam tips: always show full working when calculating gradients or equations, even if you use a calculator. Write down the formula first. Check for hidden parallel/perpendicular conditions in wording (e.g., ‘same slope’, ‘right angle’). Be careful with negative signs and fractional gradients. When asked to sketch, label intercepts and gradient.

考试技巧:计算斜率或方程时始终展示完整过程,即使使用计算器。先写下公式。注意文字中隐藏的平行/垂直条件(如“相同坡度”“直角”)。小心负号和分数斜率。要求画草图时,标注截距和斜率。

Practice past paper questions to become fluent in switching between the equation forms and interpreting word problems. Master these skills, and coordinate geometry will become one of your strongest topics.

练习历年真题,熟练切换不同方程形式并解读应用题。掌握这些技能,坐标几何将成为你最擅长的主题之一。

Published by TutorHao | Mathematics Revision Series | aleveler.com

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

Comments

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

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