📚 A-Level Mathematics: Length and Area Problems in Coordinate Geometry | A-Level数学:坐标几何中的长度与面积问题
Coordinate geometry is one of the most fundamental topics in A-Level Mathematics. Questions involving the length of line segments and the area of geometric figures offer a perfect opportunity to test your understanding of algebraic manipulation, the distance formula, and the determinant method for area calculation. In this revision guide, we will walk through the essential formulas, worked examples, and common pitfalls to help you master this topic with confidence.
坐标几何是A-Level数学中最基础的主题之一。涉及线段长度和几何图形面积的问题,是检验你对代数运算、距离公式以及行列式面积计算法掌握程度的绝佳机会。在本复习指南中,我们将梳理必备公式、讲解典型例题,并指出常见易错点,帮助你自信地掌握这一知识点。
1. Distance Between Two Points | 两点间的距离
The distance between two points \(A(x_1, y_1)\) and \(B(x_2, y_2)\) in a Cartesian plane is derived from Pythagoras’ theorem. The horizontal difference is \((x_2 – x_1)\) and the vertical difference is \((y_2 – y_1)\). Therefore, the straight-line distance between them is given by the formula:
在笛卡尔平面中,两点 \(A(x_1, y_1)\) 和 \(B(x_2, y_2)\) 之间的距离由勾股定理推导得出。水平差为 \((x_2 – x_1)\),垂直差为 \((y_2 – y_1)\)。因此,两点间的直线距离公式为:
d = √[(x₂ − x₁)² + (y₂ − y₁)²]
This formula is the cornerstone of all length calculations in coordinate geometry. When solving problems, always pay attention to the order of subtraction — since the differences are squared, the order does not affect the final result, but consistency avoids sign errors.
该公式是坐标几何中所有长度计算的基础。解题时,请注意减法的顺序——由于差值是平方形式,顺序不影响最终结果,但保持一致性可以避免符号错误。
For example, the distance between \(P(2, 3)\) and \(Q(-1, 7)\) is calculated as:
例如,点 \(P(2, 3)\) 与 \(Q(-1, 7)\) 之间的距离计算如下:
d = √[(−1 − 2)² + (7 − 3)²] = √[9 + 16] = √25 = 5
Always simplify the square root if possible; leaving an answer like \(\sqrt{25}\) without simplification may cost you a mark.
如果可能,请务必化简平方根;留下 \(\sqrt{25}\) 这样的未化简答案可能会扣分。
2. Midpoint of a Line Segment | 线段的中点
The midpoint of a line segment connecting \(A(x_1, y_1)\) and \(B(x_2, y_2)\) is simply the average of the respective coordinates:
连接 \(A(x_1, y_1)\) 和 \(B(x_2, y_2)\) 的线段中点,即为对应坐标的平均值:
M = ((x₁ + x₂)/2, (y₁ + y₂)/2)
While the midpoint formula itself is straightforward, it is frequently used in combination with the distance formula to solve problems involving isosceles triangles, medians, and perpendicular bisectors. For instance, if the midpoint of \(A(3, -2)\) and \(B(-5, 6)\) is required, we compute:
中点公式本身虽简单,但常与距离公式结合,用于解决等腰三角形、中线和垂直平分线等问题。例如,求 \(A(3, -2)\) 与 \(B(-5, 6)\) 的中点:
M = ((3 + (−5))/2, (−2 + 6)/2) = (−1, 2)
Notice that the midpoint coordinates must lie exactly halfway along the segment — a quick check is to verify that the distances from the midpoint to each endpoint are equal.
注意,中点必须恰好在线段的正中间——一个快速检验方法是验证中点到两个端点的距离相等。
3. Area of a Triangle Using Coordinates | 利用坐标求三角形面积
Given three points \(A(x_1, y_1)\), \(B(x_2, y_2)\), and \(C(x_3, y_3)\), the area of the triangle can be found using the determinant formula:
已知三点 \(A(x_1, y_1)\)、\(B(x_2, y_2)\) 和 \(C(x_3, y_3)\),三角形的面积可通过行列式公式求得:
Area = ½ |x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
The absolute value is essential because the sign of the expression depends on the orientation (clockwise or anticlockwise) of the points. The formula is derived from the cross product of two vectors formed by the three points.
绝对值至关重要,因为表达式的符号取决于三点绕行方向(顺时针或逆时针)。该公式源于由三点构成的两个向量的叉积。
For example, consider points \(A(1, 2)\), \(B(4, 5)\), and \(C(6, 1)\). Substituting into the formula:
例如,点 \(A(1, 2)\)、\(B(4, 5)\) 和 \(C(6, 1)\)。代入公式:
Area = ½ |1(5 − 1) + 4(1 − 2) + 6(2 − 5)| = ½ |4 − 4 − 18| = ½ × 18 = 9
An alternative method is to compute the area using the “shoelace” formula, which is especially convenient when dealing with polygons with many vertices.
另一种方法是使用“鞋带公式”计算面积,在处理多顶点多边形时尤为方便。
4. The Shoelace Formula (Surveyor’s Formula) | 鞋带公式(测量员公式)
The shoelace formula is a powerful tool for finding the area of any polygon when the coordinates of its vertices are known. For a triangle with vertices \((x_1, y_1)\), \((x_2, y_2)\), and \((x_3, y_3)\), the area can be written as:
鞋带公式是已知顶点坐标时求任意多边形面积的有力工具。对于顶点为 \((x_1, y_1)\)、\((x_2, y_2)\) 和 \((x_3, y_3)\) 的三角形,面积可写为:
Area = ½ |x₁y₂ + x₂y₃ + x₃y₁ − (y₁x₂ + y₂x₃ + y₃x₁)|
This version of the formula is simply the determinant form with the terms rearranged. Many students find the shoelace pattern easier to remember: multiply the coordinates diagonally in one direction, then subtract the sum of the products in the opposite direction.
该形式只是行列式形式的重新排列。许多学生发现鞋带模式更容易记忆:沿一个方向对角线相乘,然后减去反方向乘积之和。
For a quadrilateral or any higher-order polygon, the shoelace formula extends naturally by continuing the pattern. However, for A-Level Edexcel, you are typically only required to apply it to triangles and possibly quadrilaterals.
对于四边形或任何更高阶的多边形,鞋带公式可以自然扩展。但在Edexcel A-Level考试中,通常只要求应用于三角形,也可能涉及四边形。
5. Area of a Rectangle and Square in Coordinate Geometry | 坐标几何中矩形与正方形的面积
When dealing with rectangles and squares, the area is simply the product of the lengths of two adjacent sides. In coordinate geometry, you first find the side lengths using the distance formula, then multiply them. For a square, all four sides are equal, so the area is the square of the side length.
处理矩形和正方形时,面积就是相邻两边长度的乘积。在坐标几何中,先用距离公式求出边长,然后相乘。对于正方形,四边相等,面积为边长的平方。
Consider a rectangle with vertices at \(A(0, 0)\), \(B(5, 0)\), \(C(5, 3)\), and \(D(0, 3)\). The length \(AB = 5\) and the width \(AD = 3\), so the area is simply:
考虑顶点为 \(A(0, 0)\)、\(B(5, 0)\)、\(C(5, 3)\) 和 \(D(0, 3)\) 的矩形。长度 \(AB = 5\),宽度 \(AD = 3\),因此面积为:
Area = 5 × 3 = 15
Be careful: you must verify that the points form a rectangle (adjacent sides are perpendicular) before using simple multiplication. If the figure is a parallelogram or a trapezium, the shoelace formula or a combination of triangle areas is required.
请注意:在使用简单的乘法之前,必须验证这些点构成矩形(相邻边互相垂直)。如果图形是平行四边形或梯形,则需要使用鞋带公式或三角形面积组合。
6. Area of a Parallelogram and Trapezium | 平行四边形与梯形的面积
A parallelogram with vertices \(A\)、\(B\)、\(C\)、\(D\) (in order) has an area equal to twice the area of the triangle formed by three of its vertices. In coordinate form, if \(A(x_1, y_1)\), \(B(x_2, y_2)\), \(C(x_3, y_3)\) are consecutive vertices, the area of the parallelogram is:
顶点按顺序为 \(A\)、\(B\)、\(C\)、\(D\) 的平行四边形,其面积等于其中三个顶点构成的三角形面积的两倍。在坐标形式中,若 \(A(x_1, y_1)\)、\(B(x_2, y_2)\)、\(C(x_3, y_3)\) 是相邻顶点,则平行四边形面积为:
Area = |(x₂ − x₁)(y₃ − y₁) − (x₃ − x₁)(y₂ − y₁)|
This is the magnitude of the 2D cross product of vectors \(\vec{AB}\) and \(\vec{AC}\). Note that this formula is identical in structure to the triangle area formula without the ½ factor — the parallelogram area is twice the triangle area.
这是向量 \(\vec{AB}\) 和 \(\vec{AC}\) 的二维叉积的模长。请注意,该公式与三角形面积公式结构相同,但没有½因子——平行四边形面积是三角形面积的两倍。
For a trapezium with two parallel sides, the area is the average of the two parallel side lengths multiplied by the height. In coordinate geometry, you often need to determine which sides are parallel by comparing their gradients (slopes).
对于有两条平行边的梯形,面积为两平行边长度平均值乘以高。在坐标几何中,通常需要通过比较斜率来判断哪些边平行。
7. Finding Area Using Line Equations | 利用直线方程求面积
A common exam question involves a line intersecting the coordinate axes and forming a right-angled triangle with the origin. If a line has equation \(ax + by + c = 0\), its x-intercept is at \((-c/a, 0)\) and its y-intercept is at \((0, -c/b)\). The triangle formed by these two intercepts and the origin has a right angle at the origin.
一个常见的考试题型是直线与坐标轴相交并与原点构成直角三角形。若直线方程为 \(ax + by + c = 0\),其x截距为 \((-c/a, 0)\),y截距为 \((0, -c/b)\)。由这两个截距和原点构成的三角形在原点处有一个直角。
The area of this triangle is simply half the product of the absolute values of the intercepts:
该三角形的面积为两截距绝对值乘积的一半:
Area = ½ × |−c/a| × |−c/b| = c² / (2|ab|)
For instance, the line \(2x + 3y = 12\) crosses the x-axis at \((6, 0)\) and the y-axis at \((0, 4)\). The area of the triangle formed with the origin is ½ × 6 × 4 = 12 square units.
例如,直线 \(2x + 3y = 12\) 与x轴交于 \((6, 0)\),与y轴交于 \((0, 4)\)。该直线与原点围成的三角形面积为 ½ × 6 × 4 = 12 平方单位。
This method saves time when the line equation is given directly, avoiding the need to solve simultaneous equations for intersection points.
当直线方程直接给出时,这种方法可以节省时间,避免通过联立方程求解交点。
8. Combining Length and Area: Worked Example | 长度与面积综合:典型例题
Let us work through a complete Edexcel-style problem. Points \(A(2, 1)\), \(B(8, 5)\), and \(C(4, 7)\) form a triangle.
让我们完成一道完整的 Edexcel 风格题目。点 \(A(2, 1)\)、\(B(8, 5)\) 和 \(C(4, 7)\) 构成一个三角形。
Step 1: Calculate the length of \(AB\) | 步骤1:计算 \(AB\) 的长度
AB = √[(8 − 2)² + (5 − 1)²] = √[36 + 16] = √52 = 2√13
Step 2: Calculate the length of \(BC\) | 步骤2:计算 \(BC\) 的长度
BC = √[(4 − 8)² + (7 − 5)²] = √[16 + 4] = √20 = 2√5
Step 3: Calculate the length of \(AC\) | 步骤3:计算 \(AC\) 的长度
AC = √[(4 − 2)² + (7 − 1)²] = √[4 + 36] = √40 = 2√10
Step 4: Determine whether the triangle is right-angled | 步骤4:判断三角形是否为直角三角形
Using Pythagoras’ theorem, the largest side is \(AB = 2√13\). Check if \(AB² = BC² + AC²\):
利用勾股定理,最长的边是 \(AB = 2√13\)。验证是否 \(AB² = BC² + AC²\):
(2√13)² = 52; (2√5)² + (2√10)² = 20 + 40 = 60
Since \(52 ≠ 60\), the triangle is not right-angled. The triangle is scalene.
因为 \(52 ≠ 60\),三角形不是直角三角形,且是不等边三角形。
Step 5: Calculate the area | 步骤5:计算面积
Area = ½ |2(5 − 7) + 8(7 − 1) + 4(1 − 5)| = ½ |−4 + 48 − 16| = ½ × 28 = 14
The area of triangle \(ABC\) is 14 square units.
三角形 \(ABC\) 的面积为14平方单位。
9. Common Pitfalls and Exam Tips | 常见易错点与考试建议
Many students lose marks in coordinate geometry problems due to careless arithmetic or formula misapplication. Here are some of the most common pitfalls to avoid:
许多学生在坐标几何问题中因粗心计算或公式误用而失分。以下是一些最常见的需要避免的易错点:
- Forgetting the absolute value in the triangle area formula. Without it, your answer could be negative, which is impossible for an area.
- 忘记三角形面积公式中的绝对值。若不加绝对值,答案可能为负,而面积不可能为负。
- Confusing the midpoint formula with the distance formula. The midpoint divides, while the distance formula uses square roots.
- 混淆中点公式和距离公式。中点公式求平均,距离公式用平方根。
- Incorrectly identifying the intercepts of a line equation. Always rearrange the equation to \(ax + by = c\) form first if necessary.
- 错误地求直线方程的截距。如有必要,先将方程整理为 \(ax + by = c\) 的形式。
- Unsimplified surds. Express answers like \(\sqrt{52}\) as \(2\sqrt{13}\) for full marks.
- 根式未化简。为得满分,请将 \(\sqrt{52}\) 化简为 \(2\sqrt{13}\)。
- Switching x and y coordinates when substituting into formulas. The order of coordinates matters in area calculations.
- 代入公式时交换x和y坐标。在面积计算中,坐标的顺序很重要。
10. Practice Problems | 练习题
Test yourself with these Edexcel-style questions. Solutions are intentionally not provided so you can verify your answers independently.
请用以下 Edexcel 风格题目自测。刻意不提供答案,以便你独立验证计算结果。
Problem 1 | 题目1: Points \(A(0, 0)\), \(B(6, 0)\), and \(C(3, 4)\) form a triangle. Find its perimeter and area.
点 \(A(0, 0)\)、\(B(6, 0)\) 和 \(C(3, 4)\) 构成三角形。求其周长和面积。
Problem 2 | 题目2: The points \(P(2, 3)\), \(Q(7, 3)\), and \(R(5, 7)\) form a triangle. Show that triangle \(PQR\) is isosceles and find its area.
点 \(P(2, 3)\)、\(Q(7, 3)\) 和 \(R(5, 7)\) 构成三角形。证明三角形 \(PQR\) 是等腰三角形并求其面积。
Problem 3 | 题目3: A line has equation \(3x + 4y = 12\). Find the area of the triangle formed by this line and the two coordinate axes.
一条直线方程为 \(3x + 4y = 12\)。求该直线与两条坐标轴围成的三角形的面积。
Problem 4 | 题目4: The vertices of a quadrilateral are \(A(1, 1)\), \(B(5, 1)\), \(C(6, 4)\), and \(D(2, 5)\). Show that \(ABCD\) is a trapezium and find its area.
四边形顶点为 \(A(1, 1)\)、\(B(5, 1)\)、\(C(6, 4)\) 和 \(D(2, 5)\)。证明 \(ABCD\) 是梯形并求其面积。
For Problem 4, check which sides are parallel by computing gradients, then use the trapezium area formula.
对于题目4,通过计算斜率判断哪两条边平行,然后使用梯形面积公式。
11. Summary of Key Formulas | 核心公式汇总
For quick revision before the exam, memorise the following formulas:
为了考前快速复习,请牢记以下公式:
| Concept | 概念 | Formula | 公式 |
| Distance | 距离 | d = √[(x₂ − x₁)² + (y₂ − y₁)²] |
| Midpoint | 中点 | M = ((x₁ + x₂)/2, (y₁ + y₂)/2) |
| Triangle area (determinant) | 三角形面积(行列式) | Area = ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)| |
| Shoelace formula | 鞋带公式 | Area = ½|x₁y₂ + x₂y₃ + x₃y₁ − (y₁x₂ + y₂x₃ + y₃x₁)| |
| Line intercepts | 直线截距 | x-intercept = −c/a, y-intercept = −c/b |
| Triangle area from intercepts | 由截距求三角形面积 | Area = c²/(2|ab|) |
Keep this table handy and revisit it the day before your exam to ensure all formulas are fresh in your mind.
请将本表放在手边,在考试前一天复习,确保所有公式都牢记于心。
12. Final Advice | 最后建议
Coordinate geometry length and area problems are highly predictable in Edexcel examinations. The key to achieving full marks is to present clear, step-by-step working, simplify surds, and always check for the absolute value in area calculations. When a question asks you to “show that” a figure has a certain property, write down the relevant lengths or gradients explicitly — do not merely state it.
坐标几何中的长度与面积问题在 Edexcel 考试中具有很高的可预测性。取得满分的关键是展示清晰、分步的计算过程,化简根式,并始终检查面积计算中的绝对值。当题目要求你“证明”某图形具有某种性质时,务必明确写出相关的长度或斜率,切勿只是口头陈述。
Practise as many past paper questions as possible. Pay special attention to the marks allocated — a 2-mark question on distance does not require excessive detail, but a 5-mark question on area will require the full method to be shown.
尽可能多地练习历年真题。特别注意题目分值——2分的距离题不需要过度详细,但5分的面积题则必须展示完整方法。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply