📚 Parametric Equations: Key Points for IGCSE Edexcel Maths | 参数方程 考点精讲
Parametric equations offer a powerful way to describe curves by expressing both x and y coordinates in terms of a third variable, usually t or θ. In the IGCSE Edexcel Further Pure Mathematics syllabus, mastering this topic means you can convert between parametric and Cartesian forms, differentiate to find tangents, and sketch curves efficiently. This revision guide walks you through the essential techniques and common exam pitfalls.
参数方程通过引入第三个变量(通常为 t 或 θ)来描述曲线上点的坐标,是一种非常灵活的表达方式。在 IGCSE Edexcel 进阶纯数课程中,掌握该考点意味着你需要熟练地在参数方程与笛卡尔方程之间进行转换,会通过求导找切线,并能快速画出曲线草图。本文逐一梳理关键技巧与常见考试陷阱。
1. What Are Parametric Equations? | 什么是参数方程?
Unlike the standard y = f(x) form, parametric equations define x and y separately using a parameter. For example, x = 2t, y = t² – 1. As t varies, each value generates a point (x, y) on the curve. This representation is especially useful for modelling motion where time is the natural parameter, and for curves that fail the vertical line test.
与标准的 y = f(x) 形式不同,参数方程使用参数分别定义 x 和 y。例如 x = 2t,y = t² – 1。随着 t 变化,每一个值都对应曲线上一个点 (x, y)。当时间自然成为参数时(如运动轨迹),或曲线无法用垂直线检验时,这种表示法尤为重要。
In Edexcel IGCSE, the parameter is usually denoted by t or θ. You will be expected to work with both algebraic and trigonometric parametric forms.
在 Edexcel IGCSE 考试中,参数通常用 t 或 θ 表示。要求你同时掌握代数型和三角型参数方程的运算。
2. Converting to Cartesian Form | 消去参数化为笛卡尔方程
Eliminating the parameter is often the first step to identifying the curve. There are two main strategies:
消去参数往往是识别曲线类型的第一步。主要有两种策略:
- Direct substitution: If x = 2t, express t = x/2 and substitute into y = t² – 1 to get y = (x/2)² – 1 = x²/4 – 1.
- 直接代入法:若 x = 2t,则 t = x/2,代入 y = t² – 1,得 y = (x/2)² – 1 = x²/4 – 1。
- Using trigonometric identities: For x = 3 cos θ, y = 3 sin θ, square and add: x² + y² = 9(cos²θ + sin²θ) = 9, giving a circle of radius 3.
- 利用三角恒等式:对于 x = 3 cos θ, y = 3 sin θ,两边平方相加得 x² + y² = 9(cos²θ + sin²θ) = 9,表示半径为 3 的圆。
Always state the domain for the Cartesian equation if the parameter range is restricted, because parametric curves often represent only part of a full Cartesian graph.
如果参数范围有限制,一定要注明笛卡尔方程的定义域,因为参数曲线常常只代表整个笛卡尔图形的一部分。
3. Domain and Range in Parametric Equations | 参数方程的定义域与值域
The parameter interval (e.g. 0 ≤ t ≤ 2π or -1 ≤ t ≤ 1) determines the portion of the curve actually covered. You must consider the minimum and maximum values of x and y as t runs through its domain. For x = 4 cos t, y = sin t with 0 ≤ t ≤ π, the x-range is [-4, 4] but y is only non‑negative: 0 ≤ y ≤ 1.
参数区间(如 0 ≤ t ≤ 2π 或 -1 ≤ t ≤ 1)决定了曲线被实际画出的部分。你需要考察当 t 在其定义域内变化时 x 和 y 的最小值与最大值。例如 x = 4 cos t, y = sin t,0 ≤ t ≤ π,x 的取值范围是 [-4, 4],但 y 只能取非负值:0 ≤ y ≤ 1。
Sketching questions frequently test your ability to find the correct end‑points by plugging the boundary t‑values into x(t) and y(t). Checking where the curve starts and ends is critical.
作图题常考查你是否能通过代入边界 t 值来找到正确的端点。判断曲线从哪里开始和结束至关重要。
4. Sketching Parametric Curves | 绘制参数曲线
To sketch a parametric curve quickly, follow these steps:
要快速绘制参数曲线,请按以下步骤操作:
- Create a small table of t, x, y values using key values of t from the given interval.
- 用给定的参数区间选取关键 t 值,制作一个小表格列出 t、x、y。
- Plot these points and consider the direction of motion as t increases (often indicated with an arrow).
- 标出这些点,并用箭头标明随 t 增大曲线的走向。
- Check for any symmetry or asymptotic behaviour, especially when t causes a denominator to approach zero.
- 检查对称性或渐近行为,尤其是当 t 使得分母趋近于 0 时。
If t is not restricted, still select a range that reveals the basic shape (e.g. t = -2, -1, 0, 1, 2). Where possible, use the Cartesian equivalent to confirm the shape.
若 t 没有限制,也应选取能展现基本形状的范围(例如 t = -2, -1, 0, 1, 2)。如有可能,利用笛卡尔等价方程确认形状。
5. Differentiation: The Chain Rule | 求导:链式法则
For parametric equations, the gradient function is found using the chain rule:
对于参数方程,梯度函数可通过链式法则求得:
dy/dx = (dy/dt) / (dx/dt)
This formula gives the slope of the tangent at any point corresponding to a particular t‑value, provided dx/dt ≠ 0. Always compute dy/dt and dx/dt separately before forming the quotient — it reduces algebraic mistakes.
该公式给出了与特定 t 值对应的任一点的切线斜率,前提是 dx/dt ≠ 0。务必先分别求出 dy/dt 和 dx/dt,再进行相除——这样可以减少代数错误。
Example: For x = t², y = t³ + t,
dy/dt = 3t² + 1, dx/dt = 2t, so dy/dx = (3t² + 1)/(2t).
示例:对于 x = t², y = t³ + t,
dy/dt = 3t² + 1, dx/dt = 2t,因此 dy/dx = (3t² + 1)/(2t)。
6. Finding Tangents and Normals | 求切线和法线方程
Once you have dy/dx at a specific t, you can write the equation of the tangent or normal at that point. The process is identical to standard Cartesian work: find the point (x₁, y₁) by substituting t, find the gradient m = dy/dx|ₜ, then use y – y₁ = m(x – x₁).
一旦求出了对应特定 t 的 dy/dx,就可以写出该点的切线或法线方程。过程与标准的笛卡尔方法完全一致:代入 t 求出点 (x₁, y₁),求出梯度 m = dy/dx|ₜ,然后使用 y – y₁ = m(x – x₁)。
The normal gradient is –1/m (provided m ≠ 0). If the tangent is horizontal (m = 0), the normal is vertical and has equation x = x₁.
法线的斜率为 –1/m(如果 m ≠ 0)。若切线是水平的 (m = 0),则法线垂直,方程形式为 x = x₁。
Examiners often ask for the equation in the form ax + by + c = 0. Simplify your final answer and check that a, b, c are integers where possible.
考官常要求将方程写成 ax + by + c = 0 的形式。简化最终结果,并尽量确保 a、b、c 为整数。
7. Second Derivatives (Optional but Useful) | 二阶导数(选学但实用)
Although not always tested in the core IGCSE Further Pure, the second derivative helps determine concavity and the nature of stationary points. The formula is derived by differentiating dy/dx with respect to t and dividing by dx/dt:
尽管未完全纳入 IGCSE 进阶纯数的核心考纲,二阶导数有助于判断凹向和驻点性质。其公式是将 dy/dx 对 t 求导后除以 dx/dt:
d²y/dx² = (d/dt [dy/dx]) / (dx/dt)
For x = t², y = t³ + t, dy/dx = (3t² + 1)/(2t). Differentiate this quotient with respect to t, then divide by dx/dt = 2t. The resulting expression lets you test for maxima or minima at points where dy/dx = 0.
对于 x = t², y = t³ + t,dy/dx = (3t² + 1)/(2t)。将该商对 t 求导后除以 dx/dt = 2t,即可得到二阶导数表达式。由此可检验 dy/dx = 0 处的极大值或极小值。
8. Trigonometric Parametric Equations | 三角参数方程
Parameters involving sin and cos often represent circles, ellipses, or Lissajous‑type curves. Key identities used for elimination are sin²θ + cos²θ = 1, sec²θ – tan²θ = 1, and double‑angle formulas.
涉及 sin 和 cos 的参数常表示圆、椭圆或利萨如图形。消参时主要用到恒等式 sin²θ + cos²θ = 1,sec²θ – tan²θ = 1 以及倍角公式。
Example: x = a cos θ, y = b sin θ gives an ellipse x²/a² + y²/b² = 1. If a = b, it is a circle. When θ runs from 0 to 2π, the curve is traced exactly once anticlockwise.
示例:x = a cos θ, y = b sin θ 表示椭圆 x²/a² + y²/b² = 1。若 a = b,则为圆。当 θ 从 0 变到 2π 时,曲线按逆时针方向恰好绕行一周。
Also be aware of the reverse order: if θ decreases, the direction of motion is reversed.
还需注意方向:如果 θ 递减,则运动方向相反。
9. Common Pitfalls and Exam Tips | 常见错误与考试技巧
- Forgetting the domain: After eliminating the parameter, students often ignore the original range of t, which can restrict the Cartesian domain. Always write the domain explicitly if the parameter is bounded.
- 遗忘定义域:消参后,学生常忽略原始 t 的范围,这可能会限制笛卡尔方程的定义域。如有界,务必明确写出。
- Mishandling dy/dx when dx/dt = 0: Vertical tangents occur where dx/dt = 0 but dy/dt ≠ 0. State that the gradient is undefined or the tangent is vertical.
- 当 dx/dt = 0 时处理 dy/dx 不当:在 dx/dt = 0 但 dy/dt ≠ 0 处切线竖直。应指出梯度无定义或切线为竖直线。
- Incorrect substitution order: In differentiation, always find dy/dt and dx/dt first, then divide. Substituting numbers too early loses the general expression and may hide errors.
- 代入顺序错误:求导时,应先求 dy/dt 和 dx/dt,再相除。过早代入数字会失去一般表达式,还可能掩盖错误。
- Neglecting the normal gradient –1/m: Many marks are lost by using the tangent gradient for the normal. Remember to flip and change the sign.
- 忘记法线斜率为 –1/m:考试中因误用切线斜率求法线而丢分的情况比比皆是。记得取倒并变号。
| Quick Check | 快速自查 |
|---|---|
| Have I considered the effect of the parameter’s range on x and y? | 我是否考虑了参数范围对 x 和 y 的影响? |
| Did I simplify dy/dx properly before substituting t? | 在代入 t 之前我是否先化简了 dy/dx? |
| Is my final tangent/normal equation in the required form? | 我的最终切线/法线方程是否符合题目要求的格式? |
10. Worked Example | 例题精讲
Question: A curve is defined by x = t² – 2t, y = t³ – 3t for t ≥ 0. Find the equation of the tangent at the point where t = 2.
问题:曲线由 x = t² – 2t, y = t³ – 3t 定义,t ≥ 0。求 t = 2 处的切线方程。
Step 1: Find the point. x = (2)² – 2(2) = 0; y = 2³ – 3(2) = 2. Point is (0, 2).
第1步:求点坐标。 x = (2)² – 2(2) = 0;y = 2³ – 3(2) = 2。点为 (0, 2)。
Step 2: Differentiate. dx/dt = 2t – 2, dy/dt = 3t² – 3. At t = 2: dx/dt = 2(2) – 2 = 2; dy/dt = 3(4) – 3 = 9. Thus m = dy/dx = 9/2.
第2步:求导。 dx/dt = 2t – 2,dy/dt = 3t² – 3。t = 2 时:dx/dt = 2,dy/dt = 9。故 m = dy/dx = 9/2。
Step 3: Tangent equation. y – 2 = (9/2)(x – 0) → y = (9/2)x + 2. In required form: 2y = 9x + 4 → 9x – 2y + 4 = 0.
第3步:切线方程。 y – 2 = (9/2)(x – 0) → y = (9/2)x + 2。按要求整理:9x – 2y + 4 = 0。
This shows the systematic method that earns full marks.
这一系统性的方法展示了如何拿到满分。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)