📚 PDF资源导航

Coordinate Geometry for CCEA A-Level Maths | CCEA A-Level 数学:坐标几何 考点精讲

📚 Coordinate Geometry for CCEA A-Level Maths | CCEA A-Level 数学:坐标几何 考点精讲

Coordinate geometry, also known as analytic geometry, is a cornerstone of the CCEA A-Level Mathematics syllabus. It bridges algebraic techniques with geometric intuition, enabling you to describe lines, circles, and curves through equations. Mastering this topic is essential, not only for Pure Mathematics but also for success in applied modules. This article dissects every critical concept, from straight lines to circle geometry, parametric equations, and loci, providing you with precise definitions, step-by-step methods, and exam-focused tips.

坐标几何,又称解析几何,是 CCEA A-Level 数学大纲中的基石。它将代数技巧与几何直观联系起来,使我们能够通过方程描述直线、圆和曲线。掌握这一主题对于纯数学以及应用模块的成功至关重要。本文深入剖析每一个关键概念,从直线到圆的几何、参数方程和轨迹,为你提供精确的定义、逐步方法和以考试为导向的解题技巧。

1. Equations of a Straight Line | 直线的方程

A straight line in the xy-plane can be expressed in three main forms. The gradient-intercept form is y = mx + c, where m is the gradient and c is the y-intercept. The point-gradient form y − y₁ = m(x − x₁) is especially useful when you know one point on the line. The general form is ax + by + c = 0, where a, b and c are integers with a ≥ 0. You must be able to convert between these forms effortlessly.

xy 平面中的直线可以用三种主要形式表示。斜截式为 y = mx + c,其中 m 为斜率,c 为 y 轴截距。点斜式 y − y₁ = m(x − x₁) 在已知直线上一点时特别有用。一般式为 ax + by + c = 0,其中 a、b 和 c 为整数且 a ≥ 0。你必须能够轻松地在这些形式之间转换。

To find the gradient from two points (x₁, y₁) and (x₂, y₂), use m = (y₂ − y₁) / (x₂ − x₁). Parallel lines share the same gradient: m₁ = m₂. Perpendicular lines satisfy m₁ × m₂ = −1, provided both gradients exist. Do not forget the special cases: vertical lines have equation x = k (undefined gradient), and horizontal lines are y = k (gradient 0).

要计算两点 (x₁, y₁) 和 (x₂, y₂) 间的斜率,使用公式 m = (y₂ − y₁) / (x₂ − x₁)。平行线具有相同的斜率:m₁ = m₂。垂直线满足 m₁ × m₂ = −1,前提是两个斜率都存在。不要忘记特殊情况:垂直线的方程为 x = k(斜率未定义),水平线为 y = k(斜率为 0)。

y − y₁ = m(x − x₁)


2. Distance and Midpoint | 距离与中点

The distance d between two points (x₁, y₁) and (x₂, y₂) is given by d = √[(x₂ − x₁)² + (y₂ − y₁)²]. This formula stems directly from Pythagoras’ theorem. It is frequently used to find the radius of a circle or the length of a line segment. Always simplify the surd where possible and remember that distance is always non-negative.

两点 (x₁, y₁) 和 (x₂, y₂) 之间的距离 d 由 d = √[(x₂ − x₁)² + (y₂ − y₁)²] 给出。该公式直接来源于毕达哥拉斯定理。它经常用于求圆的半径或线段的长度。在可能的情况下请化简二次根式,并牢记距离总是非负的。

The midpoint M of the segment joining the two points is M = ((x₁ + x₂)/2, (y₁ + y₂)/2). This is a simple average of the x-coordinates and y-coordinates. CCEA questions often combine midpoint calculations with finding equations of perpendicular bisectors, so be prepared to apply both concepts together.

连接两点的线段的中点 M 为 M = ((x₁ + x₂)/2, (y₁ + y₂)/2)。这是 x 坐标与 y 坐标的简单平均值。CCEA 试题经常将中点计算与求垂直平分线的方程结合起来,因此要准备好同时运用这两个概念。

d = √[(x₂ − x₁)² + (y₂ − y₁)²] ,   M = ((x₁+x₂)/2 , (y₁+y₂)/2)


3. The Circle: Standard Form | 圆:标准形式

The equation of a circle with centre (a, b) and radius r is (x − a)² + (y − b)² = r². This is the standard form. It tells you immediately the centre and radius. When a circle is centred at the origin (0, 0), the equation simplifies to x² + y² = r². You must be able to write down the centre and radius by looking at the equation in this form.

以 (a, b) 为圆心、r 为半径的圆的方程为 (x − a)² + (y − b)² = r²。这是标准形式,它直接告诉你圆心和半径。当圆心在原点 (0, 0) 时,方程简化为 x² + y² = r²。你必须能够通过观察这种形式的方程,直接写出圆心和半径。

For example, (x + 3)² + (y − 2)² = 16 represents a circle with centre (−3, 2) and radius √16 = 4. Pay close attention to sign changes: (x + 3) means a = −3, and (y − 2) means b = +2. Radius must be extracted carefully; r² = 16 gives r = 4, not 16.

例如,(x + 3)² + (y − 2)² = 16 表示圆心为 (−3, 2)、半径为 √16 = 4 的圆。请密切关注符号变化:(x + 3) 意味着 a = −3,而 (y − 2) 意味着 b = +2。半径需小心提取;r² = 16 给出 r = 4,而不是 16。


4. The Circle: General Form and Completing the Square | 圆:一般形式与配方法

The general form of a circle’s equation is x² + y² + 2gx + 2fy + c = 0. The centre is (−g, −f) and the radius is √(g² + f² − c). This form is less immediately informative, so you must convert it to standard form by completing the square for both x and y terms. Always check that the radius squared is positive; if g² + f² − c < 0, the equation does not represent a real circle.

圆方程的一般形式为 x² + y² + 2gx + 2fy + c = 0。圆心为 (−g, −f),半径为 √(g² + f² − c)。这一形式不能立即给出几何信息,因此你必须通过对 x 和 y 项分别配方,将其转化为标准形式。始终检查半径平方是否为正;如果 g² + f² − c < 0,该方程不代表一个实圆。

Example: x² + y² − 6x + 4y − 3 = 0. Group x terms: x² − 6x, complete square → (x − 3)² − 9. y terms: y² + 4y → (y + 2)² − 4. So the equation becomes (x − 3)² + (y + 2)² = 9 + 4 + 3 = 16. Centre (3, −2), r = 4. CCEA marking schemes reward clear steps, so show your completing the square process fully.

示例:x² + y² − 6x + 4y − 3 = 0。将 x 项分组:x² − 6x,配方得 (x − 3)² − 9。y 项:y² + 4y → (y + 2)² − 4。方程化为 (x − 3)² + (y + 2)² = 9 + 4 + 3 = 16。圆心 (3, −2),半径 r = 4。CCEA 评分方案奖励清晰的步骤,所以请完整展示你的配方过程。


5. Intersection of a Line and a Circle | 直线与圆的相交

To find the intersection of a line and a circle, substitute the expression for y (or x) from the line equation into the circle’s equation. This yields a quadratic in one variable. The discriminant Δ = b² − 4ac of that quadratic determines the nature of the intersection:

要找出直线与圆的交点,可将直线方程中的 y(或 x)的表达式代入圆的方程,得到关于单一变量的二次方程。该二次方程的判别式 Δ = b² − 4ac 决定了相交的性质:

  • If Δ > 0, the line cuts the circle at two distinct points. | 若 Δ > 0,直线与圆相交于两个不同的点。

  • If Δ = 0, the line is tangent to the circle (touches at exactly one point). | 若 Δ = 0,直线与圆相切(恰好在一个点接触)。

  • If Δ < 0, the line does not meet the circle. | 若 Δ < 0,直线与圆不相交。

To find the equation of a tangent at a given point on the circle, use the fact that the tangent is perpendicular to the radius at the point of contact. Find the gradient of the radius, then use m_tangent = −1 / m_radius, and write the line equation using the point-gradient form.

要找到圆上给定点处的切线方程,可利用切线垂直于切点处的半径这一事实。求出半径的斜率,然后使用 m_tangent = −1 / m_radius,再利用点斜式写出直线方程。


6. Tangent from an External Point | 从外部点作的切线

When a tangent is drawn from an external point P(x₁, y₁) to a circle, there are two possible tangents. A common method involves setting up the equation of a line through P with an unknown gradient m, then substituting into the circle’s equation. Set the discriminant to zero to solve for m. Remember to check for the case where the tangent is vertical (infinite gradient), as this might be missed by the algebraic method.

当从外部点 P(x₁, y₁) 向圆作切线时,可能存在两条切线。一种常见方法是建立通过 P 且未知斜率为 m 的直线方程,然后代入圆的方程。令判别式为零以求解 m。切记检查切线为垂直(斜率为无穷)的情况,因为代数法可能会遗漏这一情形。

Alternatively, you can use the fact that the length of the tangent from P to the circle with centre C and radius r is given by √(PC² − r²). This is derived from the right-angled triangle formed by the tangent, the radius, and the line connecting P to the centre. This formula is a quick way to find the distance, though the full algebraic method is often required to find the points of contact.

或者,你可以利用从 P 到圆心为 C、半径为 r 的圆的切线长度公式:√(PC² − r²)。这是由切线、半径和连接 P 与圆心的线段构成的直角三角形推导而来的。该公式可快速求出距离,但通常需要用完整的代数计算来求切点坐标。


7. Parametric Equations of Lines and Circles | 直线与圆的参数方程

Parametric equations express the coordinates x and y in terms of a third variable, usually t or θ. For a line passing through (x₀, y₀) with direction vector (dₓ, d_y), the parametric form is x = x₀ + t·dₓ, y = y₀ + t·d_y, where t is a real number. This form is powerful for describing motion and lines in vector geometry.

参数方程通过第三个变量(通常为 t 或 θ)来表示坐标 x 和 y。对于通过 (x₀, y₀) 且方向向量为 (dₓ, d_y) 的直线,参数形式为 x = x₀ + t·dₓ, y = y₀ + t·d_y,其中 t 为实数。这一形式在描述运动和向量几何中的直线时十分强大。

For a circle with centre (a, b) and radius r, the standard parametric equations are x = a + r cos θ, y = b + r sin θ, where 0 ≤ θ < 2π. You may be asked to eliminate the parameter to find the Cartesian equation: use the identity cos² θ + sin² θ = 1. Conversely, you might need to find a parametric representation from a given Cartesian equation.

对于圆心为 (a, b)、半径为 r 的圆,标准参数方程为 x = a + r cos θ, y = b + r sin θ,其中 0 ≤ θ < 2π。你可能会被要求消去参数以求出笛卡尔方程:使用恒等式 cos² θ + sin² θ = 1。反过来,你也可能需要从给定的笛卡尔方程求出一个参数表示。


8. Locus Problems | 轨迹问题

A locus is a set of points satisfying a given condition. Typical CCEA locus problems involve finding the equation of the path traced by a point that moves under a distance rule. For example, the locus of a point P such that its distance from a fixed point C is constant is a circle. The locus of a point equidistant from two fixed points A and B is the perpendicular bisector of AB.

轨迹是满足给定条件的点的集合。典型的 CCEA 轨迹问题涉及求一个点在一定距离规则下移动所经过路径的方程。例如,到定点 C 的距离为常数的点 P 的轨迹是一个圆。到两定点 A 和 B 距离相等的点的轨迹是 AB 的垂直平分线。

When solving locus problems, introduce coordinates for the moving point (x, y), translate the condition into an algebraic equation, and then simplify. For example, the locus of P where PA = 2PB leads to √[(x−x_A)²+(y−y_A)²] = 2√[(x−x_B)²+(y−y_B)²]. Squaring both sides and collecting like terms will usually yield a circle or a line.

在求解轨迹问题时,为动点引入坐标 (x, y),将条件转化为代数方程,然后化简。例如,满足 PA = 2PB 的点 P 的轨迹将导出 √[(x−x_A)²+(y−y_A)²] = 2√[(x−x_B)²+(y−y_B)²]。两边平方并合并同类项,通常能得到一个圆或一条直线。


9. Coordinate Geometry and Differentiation | 坐标几何与微分

At A-Level, coordinate geometry often intersects with calculus. For a curve given by y = f(x), the gradient of the tangent at a point is the derivative dy/dx evaluated at that point. The normal is perpendicular to the tangent. You may need to find the equation of a tangent or normal to a curve at a given point, using the point-gradient form after computing the gradient.

在 A-Level 阶段,坐标几何经常与微积分交织在一起。对于由 y = f(x) 给出的曲线,曲线上某点切线的斜率即为该点处的导数 dy/dx,而法线与切线垂直。你可能需要计算某点处的斜率,然后利用点斜式求出曲线在该点的切线或法线方程。

If the curve is defined implicitly (e.g., x² + y² = r²), implicit differentiation may be needed to find dy/dx: 2x + 2y·dy/dx = 0 ⇒ dy/dx = −x/y. This ties neatly into tangent and normal problems for circles without having to solve for y explicitly.

如果曲线以隐函数形式定义(例如 x² + y² = r²),则可能需要隐微分求 dy/dx:2x + 2y·dy/dx = 0 ⇒ dy/dx = −x/y。这就将与圆的切线和法线问题巧妙地联系起来,而无需显式解出 y。


10. Common Exam Pitfalls | 常见考试陷阱

Misreading signs is a frequent error. When given (x + 2)² + (y − 5)² = 25, the centre is (−2, 5), not (2, −5). Always double-check your sign interpretation. Another pitfall is forgetting that the radius is the square root of the right-hand side, so r = √25 = 5, not 25. In distance calculations, students sometimes omit the square root or apply it incorrectly.

误读符号是一个常见错误。当给出 (x + 2)² + (y − 5)² = 25 时,圆心为 (−2, 5),而不是 (2, −5)。请务必反复检查你对符号的解读。另一个陷阱是忘记半径是右侧数值的平方根,所以 r = √25 = 5,而不是 25。在距离计算中,学生有时会省略平方根或应用错误。

When completing the square, ensure you add the same constants to both sides of the equation. An incomplete square will lead to an incorrect radius or even a negative value under the square root. Also, when finding intersection points, always substitute back to find both coordinates; don’t stop after solving the quadratic in one variable.

在配方时,必须确保你在方程两边加上相同的常数。不完整的配方会导致半径错误,甚至根号下出现负值。另外,在求交点时,务必回代求出两个坐标;切勿在解完一个变量的二次方程后就停止。


11. Summary and Exam Strategy | 总结与应考策略

Coordinate geometry rewards precise algebraic manipulation and careful geometric reasoning. As you revise, practice converting between different forms of line and circle equations, and become fluent with both standard and parametric representations. Focus on the discriminant technique for tangents and intersections, and do not neglect locus questions that blend algebra and geometry.

坐标几何的得分依赖于精确的代数操作与细致的几何推理。在复习时,请练习直线与圆方程不同形式之间的转换,并熟练驾驭标准表示与参数表示。专注于处理切线和相交问题的判别式技巧,同时不要忽视那些融合代数与几何的轨迹题。

In the exam, show every logical step: write the gradient formula, state the midpoint, complete the square systematically, and clearly declare the discriminant condition. Time management is key; allocate roughly one minute per mark. If a question asks for the equation of a tangent, briefly sketch the situation to confirm the geometric relationship. With thorough preparation, coordinate geometry can 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