考点几何

坐标几何

考什么 · What it tests

把几何搬进坐标系用坐标算:两点距离、中点、斜率,以及在网格里求图形面积。会公式就能把「画图量」变成「算数」。
Geometry moved onto a grid and computed with coordinates: distance between points, midpoints, slope, and areas of figures on the plane. The formulas turn "measure the drawing" into "do arithmetic."

需要先会 · Prerequisites

  • 坐标系与点的表示 $(x,y)$ / The coordinate plane and points $(x,y)$
  • 勾股定理(距离公式的底子) / The Pythagorean theorem (behind the distance formula)
  • 平面图形面积 / Areas of plane figures

常见套路 · Common moves

  1. 距离就是勾股定理:两点距离 =(x2x1)2+(y2y1)2=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2},把横差竖差当两条直角边——坐标题最常用的一招。
    Distance is just the Pythagorean theorem: the distance between two points is (x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}, treating the horizontal and vertical gaps as the legs — the most-used move here.
  2. 中点取平均:中点坐标 =(x1+x22,y1+y22)\displaystyle =\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right),横纵各取平均。
    A midpoint is the average: its coordinates are (x1+x22,y1+y22)\displaystyle \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right), averaging the xx's and the yy's.
  3. 求斜三角形面积用「外接矩形减角」:画一个刚好框住它的矩形,减掉四周的直角三角形,避免找底和高。
    Find a tilted triangle's area by "bounding box minus corners": draw the smallest rectangle around it and subtract the corner right triangles, avoiding the search for a base and height.

易错点 · Common pitfalls

  • 距离公式里横竖差没平方或漏开方:先平方求和,最后别忘开方。
    Skipping the square or the final root in the distance formula: square and add first, then remember to take the root.
  • 斜率把 Δx\Delta xΔy\Delta y 放反:斜率 =\frac{\text{竖直变化}}{\text{水平变化}}=\frac{\Delta y}{\Delta x},上下别倒。
    Flipping Δx\Delta x and Δy\Delta y in the slope: slope =vertical changehorizontal change=ΔyΔx\displaystyle =\frac{\text{vertical change}}{\text{horizontal change}}=\frac{\Delta y}{\Delta x} — don't invert it.
开始练习包真题混变形,自动配 8–12 题

真题

官方真题12

变形

✓ 三门质检
同型★★★源自 2024-11

如图,坐标网格上三角形 ABC 的顶点为 A(2,1)、B(10,1)、C(4,y)(y>1)。三角形 ABC 的面积为 24。求 y 的值。

同型★★★★★源自 2024-23

罗德里戈先画一条从 $(0,3)$ 到 $(4,0)$ 的线段,把它内部穿过的 $6$ 个方格涂色(如图)。接着他画一条从 $(0,0)$ 到 $(4000,6000)$ 的线段。这条新线段内部穿过多少个方格?

变式★★★源自 2024-11

如图,三角形 ABC 的顶点为 A(3,2)、B(3,10)、C(x,6)(x>3)。三角形 ABC 的面积为 16。求 x 的值。

变式★★★源自 2024-11

如图,三角形 ABC 的顶点为 A(2,3)、B(b,3)(b>2)、C(5,11)。三角形 ABC 的面积为 24。求 b 的值。

变式★★★★★源自 2024-23

一个 $6 \times 4$ 单位方格组成的矩形,它的对角线穿过 $8$ 个方格(如图)。那么 $24 \times 36$ 的矩形,对角线穿过多少个方格?

变式★★★★★源自 2024-23

一条从 $(1,1)$ 到 $(5,4)$ 的线段,内部穿过 $6$ 个方格(如图)。那么从 $(7,5)$ 到 $(55,41)$ 的线段,内部穿过多少个方格?

挑战★★★源自 2024-11

如图,三角形 ABC 的顶点为 A(1,1)、B(6,3)、C(2,7)。求三角形 ABC 的面积。

挑战★★★★★源自 2024-23

如图,一条从 $(0,0)$ 到 $(4,2)$ 的线段,内部穿过 $4$ 个方格,并经过 $1$ 个内部格点(端点之间的格子角)。已知一条从 $(0,0)$ 到 $(a,b)$ 的线段($a$、$b$ 为正整数)内部恰好穿过 $2024$ 个方格,并经过恰好 $6$ 个内部格点。求 $a+b$。

变形 8 道 · 源自 2 真题