📚 Edexcel Maths: Coordinate Geometry Revision | Edexcel 数学:坐标几何 考点精讲
Coordinate geometry, also known as analytic geometry, connects algebra and geometry through the Cartesian plane. In the Edexcel A Level Maths specification, this topic is fundamental for Pure Mathematics 1 and beyond. Understanding points, lines, circles, and their equations allows you to solve geometric problems using algebraic methods, and it forms the backbone of many calculus and vector applications later. This article delivers a focused, exam-style breakdown of the key concepts you must master for success.
坐标几何,又称解析几何,通过笛卡尔平面将代数与几何联系起来。在 Edexcel A Level 数学大纲中,该主题是纯数 1 及后续内容的基础。理解点、直线、圆及其方程,使你能够用代数方法解决几何问题,并为后续的微积分和向量应用打下基础。本文将以考试为导向,精讲你必须掌握的核心概念。
1. Cartesian Coordinates and Basic Concepts | 笛卡尔坐标与基本概念
The Cartesian plane consists of a horizontal x-axis and a vertical y-axis intersecting at the origin O(0,0). A point P is represented by an ordered pair (x, y). The x-coordinate (abscissa) measures horizontal distance from the origin, positive to the right; the y-coordinate (ordinate) measures vertical distance, positive upwards. Understanding quadrant signs is essential: QI (+,+), QII (−,+), QIII (−,−), QIV (+,−). This coordinate system allows us to translate geometric figures into algebraic expressions.
笛卡尔平面由水平的 x 轴和垂直的 y 轴组成,两轴相交于原点 O(0,0)。一个点 P 用有序对 (x, y) 表示。x 坐标(横坐标)测量到原点的水平距离,向右为正;y 坐标(纵坐标)测量垂直距离,向上为正。理解象限符号很重要:第一象限 (+,+)、第二象限 (−,+)、第三象限 (−,−)、第四象限 (+,−)。这个坐标系使我们能将几何图形转化为代数表达式。
2. Distance Between Two Points | 两点间距离公式
The distance d between two points A(x₁, y₁) and B(x₂, y₂) is derived from Pythagoras’ theorem. The horizontal difference is |x₂ − x₁| and the vertical difference is |y₂ − y₁|. The distance is given by the formula:
d = √[(x₂ − x₁)² + (y₂ − y₁)²]
This formula is essential for calculating lengths of line segments and appears frequently in problems involving triangles, circles, and coordinate proofs.
两点 A(x₁, y₁) 和 B(x₂, y₂) 之间的距离 d 由勾股定理推导。水平差为 |x₂ − x₁|,垂直差为 |y₂ − y₁|。距离由以下公式给出:
d = √[(x₂ − x₁)² + (y₂ − y₁)²]
该公式是计算线段长度的基础,在涉及三角形、圆和坐标证明的问题中频繁出现。
3. Midpoint of a Line Segment | 线段的中点公式
The midpoint M of the line segment joining A(x₁, y₁) and B(x₂, y₂) is found by averaging the coordinates. It is the point with coordinates:
M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 )
The midpoint is crucial for finding the centre of a diameter of a circle, constructing perpendicular bisectors, and working with symmetry. Many exam questions ask for the midpoint as an intermediate step.
连接 A(x₁, y₁) 和 B(x₂, y₂) 的线段中点 M 通过对坐标求平均值得到。其坐标为:
M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 )
中点在求圆的直径的圆心、构造垂直平分线以及处理对称性问题时至关重要。许多考题都要求中点作为中间步骤。
4. Gradient of a Straight Line | 直线的斜率
The gradient (slope) m measures the steepness of a line. For two distinct points (x₁, y₁) and (x₂, y₂),
m = (y₂ − y₁) / (x₂ − x₁) = Δy / Δx
A positive gradient means the line rises to the right; a negative gradient means it falls. A horizontal line has m = 0; a vertical line has undefined gradient. The gradient is the tangent of the angle the line makes with the positive x-direction. Remember that parallel lines have equal gradients, and the product of gradients of perpendicular lines is −1.
斜率 m 衡量直线的倾斜程度。对于两个不同点 (x₁, y₁) 和 (x₂, y₂),
m = (y₂ − y₁) / (x₂ − x₁) = Δy / Δx
斜率为正表示直线向右上升;为负则向右下降。水平线斜率为 0;垂直线斜率无定义。斜率等于直线与正 x 轴夹角的正切值。记住,平行直线斜率相等,垂直直线的斜率乘积为 −1。
5. Equations of a Straight Line | 直线方程
You must be confident switching between three forms: slope-intercept form y = mx + c, where m is the gradient and c is the y-intercept; point-slope form y − y₁ = m(x − x₁), used when you know a point and the gradient; and general form ax + by + c = 0, where a, b, c are integers and a is typically positive. Edexcel often expects answers in the form ax + by + c = 0. To find the equation from two points, first compute m, then use point-slope, and rearrange.
y = mx + c
y − y₁ = m(x − x₁)
ax + by + c = 0
你必须熟练地在三种形式之间切换:斜截式 y = mx + c,其中 m 为斜率,c 为 y 轴截距;点斜式 y − y₁ = m(x − x₁),当已知一点和斜率时使用;一般式 ax + by + c = 0,其中 a、b、c 为整数,a 通常为正数。Edexcel 常要求答案写成 ax + by + c = 0 的形式。要根据两点求方程,先计算 m,然后使用点斜式,再整理。
6. Parallel and Perpendicular Lines | 平行与垂直直线
If two lines are parallel, their gradients are equal: m₁ = m₂. If they are perpendicular, the product of their gradients is −1: m₁ × m₂ = −1, provided neither line is vertical. Thus, the perpendicular gradient is the negative reciprocal. For example, a line perpendicular to y = 3x + 2 has gradient m = −⅓. A vertical line x = k is parallel to any other vertical line and perpendicular to any horizontal line y = c. These relationships are used to find equations of parallel or perpendicular lines through a given point.
如果两条直线平行,则它们的斜率相等:m₁ = m₂。如果垂直,则斜率乘积为 −1:m₁ × m₂ = −1,前提是两线都不垂直。因此,垂直直线的斜率是负倒数。例如,垂直于 y = 3x + 2 的直线斜率为 m = −⅓。垂直线 x = k 平行于任何其他垂直线,并垂直于任何水平线 y = c。这些关系用于求过给定点的平行或垂直线的方程。
7. Intersection of Two Lines | 两条直线的交点
To find the intersection point of two lines, solve their equations simultaneously. If the lines are given in the form y = m₁x + c₁ and y = m₂x + c₂, set them equal: m₁x + c₁ = m₂x + c₂. Solve for x, then substitute back to find y. If the lines are parallel and distinct, there is no solution; if they are coincident, there are infinitely many solutions. This algebraic approach is much more reliable than graphical estimation. Intersection problems often lead to applications in geometry, such as finding the centroid of a triangle or the foot of a perpendicular.
要找到两条直线的交点,需联立解方程组。如果直线形式为 y = m₁x + c₁ 和 y = m₂x + c₂,则令其相等:m₁x + c₁ = m₂x + c₂。解出 x,再代回求 y。若两线平行且不同,则无解;若重合,则有无穷多解。这种代数方法比图像估计可靠得多。交点问题常应用于几何中,例如求三角形的重心或垂足。
8. Equation of a Circle | 圆的方程
The standard equation of a circle with centre (a, b) and radius r is:
(x − a)² + (y − b)² = r²
The general form of a circle’s equation is x² + y² + 2gx + 2fy + c = 0, where the centre is (−g, −f) and radius is √(g² + f² − c). For this to represent a real circle, we need g² + f² − c > 0. Completing the square is the key technique to convert from general form to standard form. Knowing the centre and radius allows you to sketch the circle and solve problems involving tangents and chords.
以 (a, b) 为圆心、r 为半径的圆的标准方程为:
(x − a)² + (y − b)² = r²
圆方程的一般式为 x² + y² + 2gx + 2fy + c = 0,其中圆心为 (−g, −f),半径为 √(g² + f² − c)。要表示一个真实的圆,需要 g² + f² − c > 0。配方法是从一般式转换为标准式的关键技巧。知道圆心和半径后,你可以画出圆的草图,并解决涉及切线和弦的问题。
9. Tangents and Normals to a Circle | 圆的切线与法线
A tangent to a circle is a straight line that touches the circle at exactly one point. The radius drawn to the point of tangency is perpendicular to the tangent. Therefore, if you know the centre C(a, b) and the point of contact P(x₁, y₁), you can find the gradient of CP, then use the negative reciprocal to get the gradient of the tangent. The normal at a point on a circle is the line through the centre and that point (i.e., the radius extended). Thus, finding the equation of the normal is straightforward once you have the centre. This property is frequently tested in Edexcel exams.
圆的切线是一条与圆恰好交于一点的直线。连接切点的半径垂直于切线。因此,如果你知道圆心 C(a, b) 和切点 P(x₁, y₁),可以先求 CP 的斜率,再用负倒数得到切线的斜率。圆上一点的法线是经过圆心和该点的直线(即半径的延长线)。因此,一旦知道圆心,求法线方程就很简单。这一性质在 Edexcel 考试中经常出现。
10. Intersection of a Line and a Circle | 直线与圆的交点
To determine where a line intersects a circle, substitute the linear equation into the circle’s equation to obtain a quadratic in one variable. The discriminant (b² − 4ac) of this quadratic tells you the nature of the intersection: if discriminant > 0, the line cuts the circle at two distinct points (secant); if discriminant = 0, the line is tangent to the circle; if discriminant < 0, the line and the circle do not intersect. This method is a classic application of algebraic techniques to geometry. You might be asked to find the exact intersection coordinates or the condition for tangency.
要确定直线与圆的相交情况,将直线方程代入圆的方程,得到关于一个变量的二次方程。这个二次方程的判别式 (b² − 4ac) 能说明交点的性质:若判别式 > 0,直线与圆相交于两个不同点(割线);若判别式 = 0,直线与圆相切;若判别式 < 0,直线与圆不相交。这种方法是代数技巧在几何中的经典应用。题目可能要求你求出确切的交点坐标或相切的条件。
11. Parametric Equations of a Circle | 圆的参数方程
A circle can also be described using a parameter θ, typically the angle made with the positive x-direction. For a circle with centre (0,0) and radius r, the parametric equations are:
x = r cos θ, y = r sin θ
For a circle with centre (a, b), simply translate:
x = a + r cos θ, y = b + r sin θ
Parametric equations are useful for modelling motion and in calculus (e.g., finding gradients using parametric differentiation). While not always a core coordinate geometry question, they appear in later Pure topics and can simplify some geometry problems.
圆也可以用参数 θ 来描述,θ 通常表示与正 x 轴方向的夹角。对于圆心在 (0,0)、半径为 r 的圆,参数方程为:
x = r cos θ, y = r sin θ
对于圆心在 (a, b) 的圆,简单平移即可:
x = a + r cos θ, y = b + r sin θ
参数方程对运动建模和微积分(如用参数微分求斜率)很有用。虽然参数方程不总是坐标几何的核心问题,但它们出现在后续的纯数主题中,并能简化某些几何问题。
12. Summary and Exam Tips | 总结与考试技巧
Coordinate geometry requires a blend of algebraic manipulation and geometric insight. Always draw a quick sketch, even if a graph is not required, to visualise the problem. Memorise the key formulas: distance, midpoint, gradient, equation of a circle. Be meticulous with signs and algebraic steps, especially when completing the square or solving simultaneous equations. Check that your answer makes sense in context—does the point lie on both lines? Is the radius positive? Practice past papers under timed conditions to build speed and confidence.
坐标几何需要代数运算与几何直觉的结合。即使题目不要求画图,也总要画一个快速草图来帮助可视化。熟记核心公式:距离、中点、斜率、圆方程。在处理符号和代数步骤时要一丝不苟,尤其是在配方法或解联立方程时。检查答案在上下文中是否合理——该点是否同时在两条线上?半径是否为正数?在限时条件下练习历年真题,以提高速度和信心。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导