学习指南

进阶坐标系

爱德思国际A-Level进阶数学· FP3 2.1-2.4,WFM03 2018年考纲第3版· 25 分钟阅读

1. 椭圆与双曲线的标准方程★★☆☆☆⏱ 5 min

✓ 计算器

FP3考察的两类新圆锥曲线是椭圆和普通双曲线,所有考试题目中二者的长轴均为水平方向、与x轴对齐。

📘 定义

标准椭圆

其直角坐标方程为,其中,参数方程为,可通过三角恒等式推导得到。

📘 定义

标准双曲线

其直角坐标方程为,有两种可用的参数形式:(利用恒等式,覆盖双曲线的两支),或(利用恒等式,仅覆盖的右支)。

📐 例题

已知圆锥曲线的参数方程为,求其直角坐标方程,并说明该曲线是椭圆还是双曲线。

  1. 1

    整理参数方程,分离出三角函数:

  2. 2

    将上述结果代入三角恒等式

  3. 3
    (x3)2(y5)2=1\left(\frac{x}{3}\right)^2 - \left(\frac{y}{5}\right)^2 = 1
  4. 4

    化简得到直角坐标方程:,该曲线为双曲线。

Exam tip:

对于限定在右支()的双曲线问题,建议使用双曲函数参数形式,以避免正割函数取负值带来的问题。

2. 离心率、焦点与准线★★★☆☆⏱ 6 min

✓ 计算器

所有圆锥曲线都可以通过决定其形状的离心率定义。的关系式,以及焦点坐标和准线方程都在公式手册中给出,但你必须能够正确应用这些公式。

Conic

Eccentricity range

relation to

Foci coordinates

Directrix equations

Asymptotes

Ellipse

None

Hyperbola

📐 例题

已知椭圆方程为,计算其离心率、焦点坐标和准线方程。

  1. 1

    从标准方程中确定的值:

  2. 2

    代入椭圆的离心率公式:

  3. 3
    1e2=925    e2=1625    e=451 - e^2 = \frac{9}{25} \implies e^2 = \frac{16}{25} \implies e = \frac{4}{5}
  4. 4

    计算焦点坐标:,因此焦点为

  5. 5

    计算准线方程:,因此准线为

Exam tip:

对于椭圆,,因此(焦点位于椭圆内部)且(准线位于椭圆外部),你可以利用这一性质快速核验答案是否合理。

3. 圆锥曲线的切线与法线★★★★☆⏱ 8 min

✓ 计算器

你可以通过隐函数求导(适用于直角坐标方程)或参数求导(适用于参数坐标)来求解切线和法线的斜率。直线与圆锥曲线相切的条件必须牢记,该条件不会在公式手册中给出。

  • Ellipse tangency condition:

  • Hyperbola tangency condition:

📐 例题

求双曲线处的切线方程(使用参数形式)。

  1. 1

    处的点坐标:,因此

  2. 2

    通过参数求导计算斜率:

  3. 3
    dydx=3sec2t4secttant=3sect4tant=34sint\frac{dy}{dx} = \frac{3 \text{sec}^2 t}{4 \sec t \tan t} = \frac{3 \sec t}{4 \tan t} = \frac{3}{4 \sin t}
  4. 4

    代入

  5. 5

    使用点斜式写出切线方程:

  6. 6

    化简为标准形式:

Exam tip:

请务必使用相切条件验证你的切线方程,以排查计算错误:以上述示例为例,,且,二者结果完全吻合。

4. 简单轨迹问题★★★★☆⏱ 7 min

✓ 计算器

轨迹是满足给定条件的所有点的集合(例如切线的中点、两条法线的交点)。绝大多数FP3轨迹问题最简便的解法是:先使用圆锥曲线上点的参数坐标,将轨迹点的坐标用参数表示,再消去参数得到直角坐标方程。

📐 例题

求椭圆的焦点与椭圆上任意一点连线所得线段的中点轨迹。

  1. 1

    设点的参数坐标为,中点为

  2. 2

    用参数表示中点坐标:

  3. 3

    整理方程以分离三角函数:

  4. 4

    使用三角恒等式消去参数

  5. 5
    (2haea)2+(2kb)2=1\left(\frac{2h - ae}{a}\right)^2 + \left(\frac{2k}{b}\right)^2 = 1
  6. 6

    替换为替换为,得到最终的轨迹方程:,该轨迹为另一个椭圆。

Exam tip:

在处理轨迹问题时,只要条件允许请优先使用参数坐标,与直接使用直角坐标相比,参数坐标可以减少你需要处理的变量数量。

5. 常见陷阱

错误做法:

Using the ellipse eccentricity formula for hyperbolas

原因:

Hyperbolas have , so this would give a negative value for , which is impossible

正确做法:

Remember the sign flips for hyperbolas:

错误做法:

Using the ellipse tangency condition for hyperbolas

原因:

The hyperbola tangency condition has a minus sign, so using the wrong sign will give an invalid value for

正确做法:

Memorize the difference: ellipse uses +, hyperbola uses - for the tangency condition

错误做法:

Swapping foci and directrix formulae: using for directrices and for foci

原因:

This gives coordinates/equations that are too large or small, leading to lost method marks

正确做法:

Sanity check with ellipse : so foci are inside the ellipse, so directrices are outside

错误做法:

Only using the sec-tan parametric form for hyperbolas even when the problem is restricted to the right branch

原因:

The sec-tan form can produce negative values that are outside the problem scope, leading to invalid solutions

正确做法:

Use the hyperbolic parametric form , for problems restricted to the right branch of the hyperbola

错误做法:

Forgetting that hyperbolas have asymptotes, while ellipses do not

原因:

Asymptotes are often required for hyperbola problems, and omitting them will lose marks

正确做法:

Recall that hyperbola asymptotes are , given in the formula booklet

6. 速查表

Conic

Standard Cartesian

Parametric Equations

Eccentricity

Foci

Directrices

Tangency Condition

Asymptotes

Ellipse ()

,

,

None

Hyperbola

/

,

7. 常见问题

我需要背诵椭圆和双曲线的离心率公式吗?

不需要,这些公式在官方FP3公式手册中已提供,但你必须能够正确应用它们来计算、焦点坐标和准线方程。

使用参数微分法求解切线和法线是否被允许?

是的,FP3中明确允许使用参数微分法,这与FP1中对圆锥曲线部分的限制不同。对于参数形式的点,该方法通常是最快捷的。

深入阅读

下一步

Now that you have mastered Further Coordinate Systems for FP3, you can apply these skills to other areas of the Edexcel IAL Further Maths specification. Conic sections often appear alongside differentiation and integration problems, so solidifying your understanding of these coordinate systems will help you tackle more complex calculus questions in FP3. The next topic in FP3 is Further Matrix Algebra, which builds on FP1 matrix content to cover eigenvalues, eigenvectors, and diagonalization, with applications to transformations of conic sections. You should also practice past paper questions on this topic to familiarize yourself with the exam style, as questions often combine multiple parts (eccentricity, tangents, loci) in a single 8-12 mark question. Make sure you can recall the tangency conditions without reference to notes, as these are not provided in the formula book.