🗺️ 知识地图
AIME 知识体系 几何综合 📈 解析几何 3 / 3

📈 解析几何

Analytic Geometry

解析几何是 AIME 几何中的重要内容,涉及坐标系、直线、圆、圆锥曲线等多个概念。掌握这些理论,对于解决复杂的几何问题至关重要。

📖 3 章节 💡 4 道例题 🎯 难度:进阶 ⏱ 约30分钟
1
直线与圆 Lines and Circles
进阶 高频

直线与圆是解析几何中的基础概念,涉及直线的方程、圆的方程、直线与圆的位置关系等内容。

Lines and circles are basic concepts in analytic geometry, involving equations of lines, equations of circles, and positional relationships between lines and circles.

📝 直线的方程 / Equations of Lines
直线的常见方程形式:
1. 点斜式:y - y₁ = k(x - x₁)(k 为斜率)
2. 斜截式:y = kx + b(k 为斜率,b 为截距)
3. 两点式:(y - y₁)/(y₂ - y₁) = (x - x₁)/(x₂ - x₁)
4. 截距式:x/a + y/b = 1(a, b 分别为 x 轴和 y 轴截距)
5. 一般式:Ax + By + C = 0(A, B 不同时为 0)
Common forms of line equations
📝 圆的方程 / Equations of Circles
圆的常见方程形式:
1. 标准式:(x - h)² + (y - k)² = r²((h, k) 为圆心,r 为半径)
2. 一般式:x² + y² + Dx + Ey + F = 0(D² + E² - 4F > 0)
Common forms of circle equations

直线与圆的位置关系:

  • 相离:圆心到直线的距离 > 半径
  • 相切:圆心到直线的距离 = 半径
  • 相交:圆心到直线的距离 < 半径
💡 提示: 直线与圆的位置关系是解析几何中的重要内容,需要熟练掌握其判断方法。

例题 1 Example 1

📝 AIME 2021 I Problem 8 难度:中等
已知直线经过点 (1, 2) 和 (3, 4),求该直线的方程。 Given a line passing through points (1, 2) and (3, 4). Find the equation of the line.
解答:

首先计算直线的斜率 k:

k = (4 - 2)/(3 - 1) = 2/2 = 1

然后使用点斜式:

y - 2 = 1×(x - 1)

化简得:y = x + 1

所以直线的方程为 y = x + 1。

First calculate the slope k: k = (4 - 2)/(3 - 1) = 1. Using point-slope form: y - 2 = 1×(x - 1) → y = x + 1.

💡 关键思路: 先计算直线的斜率,然后使用点斜式求直线方程。
2
圆锥曲线 Conic Sections
进阶 必考

圆锥曲线是解析几何中的重要内容,涉及椭圆、双曲线、抛物线等曲线的性质和方程。

Conic sections are important content in analytic geometry, involving properties and equations of ellipses, hyperbolas, parabolas, and other curves.

📝 圆锥曲线的标准方程 / Standard Equations of Conic Sections
圆锥曲线的标准方程:
1. 椭圆:(x - h)²/a² + (y - k)²/b² = 1(a > b > 0)
2. 双曲线:(x - h)²/a² - (y - k)²/b² = 1 或 (y - k)²/a² - (x - h)²/b² = 1
3. 抛物线:(y - k)² = 4p(x - h) 或 (x - h)² = 4p(y - k)
Standard equations of conic sections

圆锥曲线的性质:

  • 椭圆:到两个焦点的距离之和为常数
  • 双曲线:到两个焦点的距离之差的绝对值为常数
  • 抛物线:到焦点的距离等于到准线的距离
⚠️ 注意: 圆锥曲线的性质和方程是解析几何中的重要内容,需要熟练掌握。

例题 2 Example 2

📝 AIME 2020 II Problem 9 难度:中等
已知椭圆的方程为 x²/25 + y²/16 = 1,求该椭圆的焦距。 Given the ellipse with equation x²/25 + y²/16 = 1. Find the focal length of the ellipse.
解答:

椭圆的标准方程为 x²/a² + y²/b² = 1,其中 a > b > 0。

对于给定的椭圆,a² = 25,所以 a = 5;b² = 16,所以 b = 4。

焦距 c 满足 c² = a² - b² = 25 - 16 = 9,所以 c = 3。

焦距为 2c = 6。

The standard equation of an ellipse is x²/a² + y²/b² = 1 with a > b > 0. For the given ellipse, a² = 25 → a = 5, b² = 16 → b = 4. The focal length c satisfies c² = a² - b² = 9 → c = 3. Thus the focal length is 2c = 6.

💡 关键思路: 利用椭圆的标准方程和焦距公式计算。
3
解析几何的应用 Applications of Analytic Geometry
困难 选考

解析几何的应用是 AIME 中的重要内容,涉及距离公式、中点公式、斜率公式、面积公式等多个概念的应用。

Applications of analytic geometry are important content in AIME, involving applications of distance formula, midpoint formula, slope formula, area formula, and other concepts.

📝 解析几何中的重要公式 / Important Formulas in Analytic Geometry
解析几何中的重要公式:
1. 距离公式:d = √[(x₂ - x₁)² + (y₂ - y₁)²]
2. 中点公式:((x₁ + x₂)/2, (y₁ + y₂)/2)
3. 斜率公式:k = (y₂ - y₁)/(x₂ - x₁)
4. 点到直线的距离:d = |Ax₀ + By₀ + C|/√(A² + B²)
5. 三角形面积公式:S = (1/2)|x₁(y₂ - y₃) + x₂(y₃ - y₁) + x₃(y₁ - y₂)|
Important formulas in analytic geometry

解析几何的应用场景:

  • 计算距离和角度
  • 求直线和曲线的交点
  • 求几何图形的面积和周长
  • 解决几何证明问题
💡 提示: 解析几何是解决几何问题的有力工具,需要熟练掌握各种公式和应用方法。

例题 3 Example 3

📝 AIME 2019 I Problem 9 难度:困难
已知点 A(1, 2),B(3, 4),C(5, 0)。求三角形 ABC 的面积。 Given points A(1, 2), B(3, 4), C(5, 0). Find the area of triangle ABC.
解答:

使用坐标法计算三角形面积:

S = (1/2)|x₁(y₂ - y₃) + x₂(y₃ - y₁) + x₃(y₁ - y₂)|

代入数值:

S = (1/2)|1×(4 - 0) + 3×(0 - 2) + 5×(2 - 4)|

S = (1/2)|4 - 6 - 10| = (1/2)|-12| = 6

所以三角形 ABC 的面积为 6。

Using the coordinate method to calculate the area of the triangle: S = (1/2)|1×(4 - 0) + 3×(0 - 2) + 5×(2 - 4)| = (1/2)|4 - 6 - 10| = 6.

💡 关键思路: 使用坐标法计算三角形的面积。

综合练习

练习题 1: 已知点 A(2, 3) 和 B(4, 5),求线段 AB 的长度。 Given points A(2, 3) and B(4, 5). Find the length of segment AB.
✅ 回答正确!
❌ 回答错误,请再试一次。
练习题 2: 已知圆的方程为 (x - 1)² + (y - 2)² = 9,求该圆的半径。 Given the circle with equation (x - 1)² + (y - 2)² = 9. Find the radius of the circle.
✅ 回答正确!
❌ 回答错误,请再试一次。
练习题 3: 已知直线的方程为 2x + 3y - 6 = 0,求该直线在 y 轴上的截距。 Given the line with equation 2x + 3y - 6 = 0. Find the y-intercept of the line.
✅ 回答正确!
❌ 回答错误,请再试一次。