📚 PDF资源导航

AQA Mathematics: Coordinate Geometry Key Points | AQA 数学:坐标几何 考点精讲

📚 AQA Mathematics: Coordinate Geometry Key Points | AQA 数学:坐标几何 考点精讲

Coordinate geometry is a cornerstone of AQA A-level Mathematics, bridging algebra and geometry through the use of coordinates, gradients, and equations. From straight lines to circles, parametric forms to tangents, mastery of this topic unlocks a wide range of problem-solving tools. In this article, we distill the essential concepts, formulas, and examiner tips you need to excel in your exams.

坐标几何是 AQA A-level 数学的基石,通过坐标、斜率和方程将代数与几何联系起来。从直线到圆,从参数形式到切线,掌握这一主题将为你打开丰富的解题工具箱。在这篇文章中,我们将提炼你需要掌握的核心概念、公式和考官建议,助你在考试中脱颖而出。

1. Straight Lines: Gradient and Equations | 直线:斜率与方程

The gradient of a line joining points (x₁, y₁) and (x₂, y₂) is (y₂ − y₁)/(x₂ − x₁). A positive gradient slopes upward, a negative gradient downward, zero is horizontal, and undefined for vertical lines.

连接点 (x₁, y₁) 和 (x₂, y₂) 的直线斜率为 (y₂ − y₁)/(x₂ − x₁)。正斜率向上倾斜,负斜率向下,零为水平,垂直线的斜率无定义。

The equation of a straight line can be expressed in forms: y − y₁ = m(x − x₁) (point-gradient), y = mx + c (gradient-intercept), and ax + by + c = 0 (general form). On AQA papers, you should be comfortable converting between them.

直线方程可表示为多种形式:y − y₁ = m(x − x₁)(点斜式)、y = mx + c(斜截式)以及 ax + by + c = 0(一般式)。在 AQA 试卷中,你需要熟练地相互转换。

Parallel lines have equal gradients: m₁ = m₂. Perpendicular lines satisfy m₁ × m₂ = −1, provided neither is vertical. When a line is vertical (x = k), its perpendicular is horizontal (y = c).

平行线斜率相等:m₁ = m₂。垂直线满足 m₁ × m₂ = −1,除非其中一条为垂直线。当一条直线为垂直(x = k)时,其垂直线为水平(y = c)。


2. Midpoint and Distance Between Two Points | 中点与两点间距离

The midpoint M of (x₁, y₁) and (x₂, y₂) is ((x₁ + x₂)/2, (y₁ + y₂)/2). This is often used to find the centre of a line segment or in geometric proofs.

(x₁, y₁) 与 (x₂, y₂) 的中点 M 为 ((x₁ + x₂)/2, (y₁ + y₂)/2)。这常用来求线段的中点或用于几何证明。

The distance d between two points is derived from Pythagoras: d = √[(x₂ − x₁)² + (y₂ − y₁)²]. This formula appears frequently in circle geometry and optimisation problems.

两点间距离 d 来自于勾股定理:d = √[(x₂ − x₁)² + (y₂ − y₁)²]。该公式在圆的几何和优化问题中频繁出现。

A common exam task is to use the distance formula to show a triangle is right-angled by verifying Pythagoras, or to find the radius of a circle given its centre and a point on the circumference.

常见的考题是利用距离公式通过验证勾股定理来证明三角形为直角三角形,或给定圆心及圆上一点求半径。


3. Equation of a Circle | 圆的方程

The standard circle equation with centre (a, b) and radius r is (x − a)² + (y − b)² = r². This form immediately reveals the centre and radius, allowing quick sketching.

以 (a, b) 为圆心、r 为半径的标准圆方程为 (x − a)² + (y − b)² = r²。这种形式能立即揭示圆心和半径,便于快速画图。

AQA often presents the expanded general form: x² + y² + 2gx + 2fy + c = 0. You can complete the square to return to centre (−g, −f) and radius √(g² + f² − c), provided g² + f² − c > 0.

AQA 常给出展开的一般形式:x² + y² + 2gx + 2fy + c = 0。你可以通过配方化回标准形式,圆心为 (−g, −f),半径为 √(g² + f² − c),前提是 g² + f² − c > 0。

If g² + f² − c = 0, the equation represents a single point; if negative, there is no real circle (empty locus). Remember to state the condition for a valid circle when required.

若 g² + f² − c = 0,该方程表示一个点;若为负数,则没有实圆(空轨迹)。当需要时,记得说明圆存在的条件。


4. Intersection of Lines and Circles | 直线与圆的交点

To find intersection points, substitute the linear equation (often y = mx + c) into the circle equation. This yields a quadratic in x (or y). The discriminant Δ = b² − 4ac determines the number of intersections.

为求交点,将直线方程(通常为 y = mx + c)代入圆的方程,得到一个关于 x(或 y)的二次方程。判别式 Δ = b² − 4ac 决定交点的数量。

Δ > 0 ⇒ two intersections (secant), Δ = 0 ⇒ one intersection (tangent), Δ < 0 ⇒ no intersection. Many tangent problems require you to set Δ = 0 and solve for an unknown parameter.

Δ > 0 ⇒两个交点(割线),Δ = 0 ⇒一个交点(切线),Δ < 0 ⇒无交点。许多切线问题需要你设 Δ = 0 来求解未知参数。

Alternatively, you can compare the distance from the circle’s centre to the line with the radius r. The line is tangent if the perpendicular distance equals r.

另一种方法是比较圆心到直线的距离与半径 r。若垂直距离等于 r,则直线为切线。

The perpendicular distance from (x₁, y₁) to line ax + by + c = 0 is |ax₁ + by₁ + c| / √(a² + b²). This approach is elegant and often faster than discriminant substitution.

点 (x₁, y₁) 到直线 ax + by + c = 0 的垂直距离为 |ax₁ + by₁ + c| / √(a² + b²)。这种方法很优雅,且通常比代入判别式更快。


5. Tangents and Chord Properties | 切线与弦的性质

The radius to the point of tangency is perpendicular to the tangent. This property is vital: use gradient of radius m_rad, then tangent gradient m_tan = −1/m_rad to find its equation.

半径与切点处的切线垂直。这一性质至关重要:利用半径斜率 m_rad,则切线斜率 m_tan = −1/m_rad,从而求出切线方程。

A chord is a line segment joining two points on a circle. The perpendicular from the centre to a chord bisects the chord. This geometric fact can simplify finding midpoints or distances.

弦是连接圆上两点的线段。圆心到弦的垂线平分该弦。这一几何事实可简化中点或距离的计算。

To find the equation of a tangent or a chord given specific conditions, set up coordinates carefully and apply the perpendicular relationship or the circle equation.

要在给定条件下求切线或弦的方程,应仔细设置坐标,并应用垂直关系或圆的方程。


6. Parametric Equations of a Circle | 圆的参数方程

A circle centred at (a, b) with radius r can be written parametrically: x = a + r cos θ, y = b + r sin θ, where θ is the angle parameter. This form is useful for modelling motion and simplifying differentiation.

以 (a, b) 为圆心、r 为半径的圆可写成参数形式:x = a + r cos θ, y = b + r sin θ,其中 θ 为角度参数。这种形式在运动建模和简化求导时很有用。

Parametric differentiation uses dy/dx = (dy/dθ) / (dx/dθ). For a circle, dx/dθ = −r sin θ, dy/dθ = r cos θ, hence dy/dx = −cot θ = −x/y (provided y ≠ 0). This confirms the gradient of the radius.

参数微分使用 dy/dx = (dy/dθ) / (dx/dθ)。对于圆,dx/dθ = −r sin θ, dy/dθ = r cos θ,因此 dy/dx = −cot θ = −x/y(前提 y ≠ 0)。这证实了半径的斜率。

You may be asked to find tangents or normals using parametric derivatives. Combine with the chain rule to evaluate slopes at specific parameter values.

你可能会被要求使用参数导数求切线或法线。结合链式法则,可计算特定参数值处的斜率。


7. Coordinate Geometry of Triangles and Polygons | 三角形与多边形的坐标几何

Area of a triangle given vertices (x₁, y₁), (x₂, y₂), (x₃, y₃) can be found using the determinant ½ |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|. This formula handles any orientation and avoids base-height complications.

已知三角形三个顶点 (x₁, y₁), (x₂, y₂), (x₃, y₃) 的面积可用行列式表示为 ½ |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|。该公式适用于任意方向,避免底边与高的繁杂处理。

Collinearity can be tested by showing the gradients between points are equal or that the area is zero. An arithmetic approach often combines slope equality with algebraic manipulation.

共线性可通过证明点之间的斜率相等或面积为零来检验。算术方法常将斜率等式与代数运算结合起来。

The centroid (intersection of medians) is the average of vertices: ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3). This point is relevant to centre of mass problems.

重心(中线的交点)为顶点的平均值:((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3)。该点与质心问题相关。


8. Locus Problems in Coordinate Geometry | 坐标几何中的轨迹问题

A locus is a set of points satisfying a given condition. Typical examples: the set of points equidistant from two fixed points (perpendicular bisector), or points a fixed distance from a given point (circle).

轨迹是满足给定条件的点集。典型例子:到两个定点等距的点的集合(垂直平分线),或到一个定点等距的点的集合(圆)。

To find a locus, introduce a general point (x, y), translate the condition into an equation, and simplify. For instance, equidistance from A and B leads to √[(x−x_A)²+(y−y_A)²] = √[(x−x_B)²+(y−y_B)²], which simplifies to a linear equation.

为求轨迹,引入一个一般点 (x, y),将条件转化为方程并化简。例如,到 A 和 B 等距导致 √[(x−x_A)²+(y−y_A)²] = √[(x−x_B)²+(y−y_B)²],化简后得到线性方程。

Locus questions often involve circles: the path of a point moving such that its distance from a fixed point is constant, or such that the angle subtended by a segment is a right angle (circle with the segment as diameter).

轨迹问题常涉及圆:点运动到与一定点等距的路径,或由线段所张的角为直角(以线段为直径的圆)。


9. Coordinate Geometry with Inequalities and Regions | 坐标几何中的不等式与区域

Inequalities define half-planes. For linear inequalities ax + by < c, first draw the boundary line (dashed for strict, solid for ≤ or ≥), then test a point to shade the correct side.

不等式定义半平面。对于线性不等式 ax + by < c,先画出边界线(严格不等式用虚线,≤ 或 ≥ 用实线),然后测试一个点以确定阴影区域。

Systems of linear inequalities create feasible regions (polygons). For circle inequalities (x − a)² + (y − b)² < r², the interior of the circle is represented, and boundary is included or excluded accordingly.

一组线性不等式构成可行域(多边形)。对于圆的不等式 (x − a)² + (y − b)² < r²,表示圆的内部,边界根据等号是否包含而定。

On AQA papers, you might need to find the maximum or minimum of a linear expression over a polygonal region by checking vertices. This links coordinate geometry with linear programming ideas.

在 AQA 试卷中,你可能需要通过检验多边形的顶点来求线性表达式在区域上的最大值或最小值。这连接了坐标几何与线性规划思想。


10. Parametric and Cartesian Conversion | 参数式与笛卡儿式转换

Converting between parametric and Cartesian forms is a key skill. For a circle, eliminate θ using cos²θ + sin²θ = 1. For example, from x = a + r cos θ, y = b + r sin θ, you deduce (x − a)² + (y − b)² = r².

参数式与笛卡儿式的转换是一项关键技能。对于圆,利用 cos²θ + sin²θ = 1 消去 θ。例如,由 x = a + r cos θ, y = b + r sin θ 推导出 (x − a)² + (y − b)² = r²。

Other curves, such as parabolas or ellipses, also appear in parametric form. Always consider the domain of the parameter to restrict the Cartesian curve appropriately.

其他曲线,如抛物线或椭圆,也可能以参数式出现。始终考虑参数的定义域,以适当限制笛卡儿曲线的范围。

In differentiation problems, you might be asked to find dy/dx from parametric equations, then find equations of tangents or stationary points. Ensure you simplify the derivative and use the parameter value at the point.

在微分问题中,你可能被要求从参数方程求 dy/dx,然后求切线方程或驻点。确保化简导数并使用该点处的参数值。


11. Exam Technique and Common Pitfalls | 考试技巧与常见陷阱

Always draw a clear diagram, even if sketching roughly. It helps visualise distances, perpendicular relationships, and overall geometry. Marks are often awarded for method, so show your working.

始终画一个清晰的图示,即使只作粗略草图。这有助于想象距离、垂直关系及整体几何图形。分数通常给在方法上,所以展示你的推导过程。

Check for hidden conditions: is the point inside or outside the circle? Are there restrictions on the parameter? Does the chord’s length formula need a positive value? Avoiding sign errors and algebraic slips is essential.

检查隐藏条件:点在圆内还是圆外?参数是否有约束?弦长公式是否需要正值?避免符号错误和代数疏忽非常重要。

When using the discriminant method, always set the quadratic to zero and expand carefully. Simplify before computing Δ to reduce arithmetic. If the quadratic is in y, the same discriminant rules apply.

使用判别式方法时,始终将二次方程设为零并仔细展开。在计算 Δ 之前简化以减少运算量。如果二次方程是关于 y 的,判别式规则同样适用。

Familiarity with AQA’s formula booklet is crucial; know where distance, midpoint, and circle forms are referenced, but also recall them quickly from memory to save time.

熟悉 AQA 的公式手册很关键;要知道距离、中点及圆的形式在何处引用,但也要能够快速回忆起来以节省时间。


12. Summary: Core Connections | 总结:核心关联

Coordinate geometry weaves together algebraic manipulation, geometrical insight, and calculus. The AQA specification emphasises the interplay between equations and their graphs, particularly lines and circles, as well as parametric representations.

坐标几何将代数运算、几何直觉和微积分编织在一起。AQA 大纲强调方程与其图像之间的相互作用,尤其是直线和圆,以及参数表示法。

Master the basic formulas, practice intersection and tangent problems regularly, and develop a systematic approach to locus and region questions. With these foundations, you will confidently tackle any coordinate geometry question on your exams.

掌握基本公式,定期练习交点和切线问题,并培养解决轨迹和区域题目的系统方法。有了这些基础,你将自信地应对考试中的任何坐标几何问题。

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