📚 Mastering Parametric Equations for CIE A-Level Maths | CIE A-Level 数学参数方程考点精讲
Parametric equations offer a powerful way to describe curves by expressing both x and y in terms of a third variable, typically t. In CIE A-Level Mathematics (9709), this topic appears in the Pure Mathematics 3 syllabus, requiring you to differentiate, find tangents, normals, stationary points, and even calculate areas under curves. Mastering parametric equations will give you a strong advantage in the exam and deepen your understanding of calculus and coordinate geometry.
参数方程通过用第三个变量(通常是 t)来表达 x 和 y,从而以强大、灵活的方式描述曲线。在 CIE A-Level 数学 (9709) 中,该主题属于纯数 3 大纲,要求考生能够求导、求切线、法线、驻点,乃至计算曲线下的面积。掌握参数方程不仅能让你在考试中占据优势,还能加深你对微积分和坐标几何的理解。
1. What are Parametric Equations? | 什么是参数方程?
A parametric curve is defined by a pair of equations x = f(t) and y = g(t), where t is the parameter. As t varies over a given interval, the point (x, y) traces out a curve. The parameter often represents time, but it can be any convenient variable.
参数曲线由方程组 x = f(t) 和 y = g(t) 定义,其中 t 是参数。当 t 在给定区间内变化时,点 (x, y) 会描绘出一条曲线。参数通常代表时间,但也可以是任何方便的变量。
For example, the unit circle can be expressed parametrically as x = cos t, y = sin t, with 0 ≤ t < 2π. The direction of motion can be indicated by arrows. Unlike a Cartesian equation, a parametric form naturally encodes orientation.
例如,单位圆可以用参数方程 x = cos t, y = sin t (0 ≤ t < 2π) 表示。运动方向可用箭头标出。与笛卡尔方程不同,参数形式自然地包含了方向信息。
2. Eliminating the Parameter | 消去参数
To convert parametric equations into a Cartesian equation, you ‘eliminate the parameter’. The two most common techniques are direct substitution and using trigonometric identities. Always note any restrictions on the domain that arise from the parameter range.
将参数方程转化为笛卡尔方程需要“消去参数”。最常用的两种方法是直接代换和利用三角恒等式。务必注意参数范围带来的定义域限制。
- Method 1 – Substitution: Solve one equation for t, then substitute into the other.
- 方法一 – 代换法:从一个方程解出 t,代入另一个方程。
- Method 2 – Trigonometric identity: Use identities such as cos² t + sin² t = 1, sec² t − tan² t = 1, or 1 + cot² t = csc² t.
- 方法二 – 三角恒等式:利用恒等式,如 cos² t + sin² t = 1, sec² t − tan² t = 1 或 1 + cot² t = csc² t。
For instance, given x = 2 cos θ, y = 3 sin θ, we obtain (x/2)² + (y/3)² = 1, an ellipse. If θ only ranges from 0 to π, the curve is only the upper half of the ellipse.
例如,给定 x = 2 cos θ, y = 3 sin θ,可得 (x/2)² + (y/3)² = 1,这是一个椭圆。若 θ 仅从 0 到 π,则曲线只包含椭圆的上半部分。
3. Parametric First Derivative | 参数方程的一阶导数
The key formula for the first derivative is obtained via the chain rule:
dy/dx = (dy/dt) / (dx/dt) , provided dx/dt ≠ 0.
一阶导数的关键公式通过链式法则得出:dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。
This allows you to find the gradient at a point corresponding to a specific parameter value without needing the Cartesian equation. Simply compute dx/dt and dy/dt, then divide.
这使你能在无需笛卡尔方程的情况下,找到对应特定参数值的点的梯度。只需计算 dx/dt 和 dy/dt,然后相除即可。
Example: For x = t² + 1, y = t³ + t:
dx/dt = 2t, dy/dt = 3t² + 1
Thus dy/dx = (3t² + 1)/(2t). At t = 2, gradient = 13/4.
示例:已知 x = t² + 1, y = t³ + t:
dx/dt = 2t,dy/dt = 3t² + 1
因此 dy/dx = (3t² + 1)/(2t)。在 t = 2 处,梯度为 13/4。
4. Tangents and Normals | 切线与法线
Once you have the gradient m = dy/dx at a point (x₁, y₁) obtained from a particular t, the equation of the tangent is:
y − y₁ = m (x − x₁)
一旦你从特定参数 t 得到点 (x₁, y₁) 处的梯度 m = dy/dx,切线方程为:y − y₁ = m (x − x₁)。
The normal is perpendicular to the tangent, so its gradient is −1/m (provided m ≠ 0). Its equation is:
y − y₁ = (−1/m) (x − x₁)
法线垂直于切线,因此其梯度为 −1/m(假设 m ≠ 0)。法线方程为:y − y₁ = (−1/m) (x − x₁)。
In CIE exams, you will often be asked to find both the tangent and the normal at a given parameter value. Always write your final answers in a clean, simplified form, such as ax + by + c = 0.
在 CIE 考试中,经常要求你求出给定参数值处的切线和法线方程。最终答案务必写成整洁、简化的形式,例如 ax + by + c = 0。
5. Stationary Points | 驻点
Horizontal stationary points occur where the tangent is horizontal, i.e. dy/dx = 0. This happens when dy/dt = 0 but dx/dt ≠ 0. Solve for t, then find the corresponding (x, y) coordinates.
水平驻点出现在切线水平时,即 dy/dx = 0。这发生在 dy/dt = 0 且 dx/dt ≠ 0 时。解出 t,然后求出对应的 (x, y) 坐标。
You may also encounter vertical tangents, where dx/dt = 0 and dy/dt ≠ 0. These are not stationary points in the usual sense but are important for curve sketching. Points where both derivatives are zero require careful examination.
你还可能遇到垂直切线,此时 dx/dt = 0 而 dy/dt ≠ 0。这些通常不属于驻点,但对绘制曲线草图非常重要。若两个导数同时为零,则需要仔细分析。
Example: x = t³ − 3t, y = t².
dx/dt = 3t² − 3, dy/dt = 2t. Setting dy/dt = 0 gives t = 0, yielding point (0,0). dx/dt at t=0 is −3 ≠ 0, so it is a stationary point. Check the sign of dy/dx either side of t=0 to classify (minimum in this case).
示例:x = t³ − 3t, y = t²。
dx/dt = 3t² − 3,dy/dt = 2t。令 dy/dt = 0 得 t = 0,对应点 (0,0)。在 t=0 处 dx/dt = −3 ≠ 0,因此这是一个驻点。检查 t=0 两侧 dy/dx 的符号可判断极值类型(本例为极小值点)。
6. Second Derivative | 二阶导数
The second derivative d²y/dx² measures the rate of change of the gradient. With parametric equations, it cannot be found by simply dividing d²y/dt² by d²x/dt². Instead, use the chain rule again:
d²y/dx² = d/dx (dy/dx) = [d(dy/dx)/dt] / (dx/dt)
二阶导数 d²y/dx² 衡量梯度的变化率。在参数方程中,不能简单地将 d²y/dt² 除以 d²x/dt² 得到。正确做法是再次运用链式法则:d²y/dx² = d/dx (dy/dx) = [d(dy/dx)/dt] / (dx/dt)。
Alternatively, a single formula can be derived:
d²y/dx² = (x’ y” − y’ x”) / (x’)³
另一种方法是使用统一公式:d²y/dx² = (x’ y” − y’ x”) / (x’)³,其中 x’ = dx/dt, y’ = dy/dt, x” = d²x/dt², y” = d²y/dt²。
Many students find the step-by-step chain rule method safer. First find dy/dx as a function of t. Then differentiate it with respect to t, and finally divide by dx/dt.
许多学生觉得逐步使用链式法则更稳妥。先将 dy/dx 表示为 t 的函数,再将其对 t 求导,最后除以 dx/dt。
Example: x = t², y = t³. dy/dx = (3t²)/(2t) = (3/2)t.
d(dy/dx)/dt = 3/2. dx/dt = 2t.
Hence d²y/dx² = (3/2)/(2t) = 3/(4t).
示例:x = t², y = t³。dy/dx = (3t²)/(2t) = (3/2)t。
d(dy/dx)/dt = 3/2,dx/dt = 2t。
因此 d²y/dx² = (3/2)/(2t) = 3/(4t)。
7. Area Under a Parametric Curve | 参数曲线下的面积
To find the area between a parametric curve and the x‑axis, use the substitution rule for definite integrals:
Area = ∫t₁t₂ y (dx/dt) dt
要计算参数曲线与 x 轴之间的面积,可使用定积分的换元法则:Area = ∫t₁t₂ y (dx/dt) dt。
The limits t₁ and t₂ must correspond to the x‑values a and b such that x(t₁)=a, x(t₂)=b. Pay close attention to the sign: if the curve goes below the x‑axis, you may need to integrate the absolute value or split the interval.
积分限 t₁ 和 t₂ 必须对应 x 值 a 和 b,使得 x(t₁) = a,x(t₂) = b。特别注意符号:如果曲线延伸到 x 轴下方,可能需要对绝对值积分或分割区间。
Example: Find the area of the ellipse given by x = a cos t, y = b sin t for the first quadrant. For the quarter in the first quadrant, t goes from π/2 to 0 (or 0 to π/2 if you adjust sign). Using Area = ∫ y dx = ∫t=π/20 (b sin t)(−a sin t) dt = ab ∫0π/2 sin² t dt = ab × π/4. Total area = πab.
示例:求椭圆 x = a cos t, y = b sin t 在第一象限的面积。在第一象限,t 从 π/2 到 0(或通过调整符号从 0 到 π/2)。利用面积公式:∫ y dx = ∫t=π/20 (b sin t)(−a sin t) dt = ab ∫0π/2 sin² t dt = ab × π/4。整个椭圆面积为 πab。
This integration technique is a regular feature in CIE P3; practice recognising when to use parametrically defined integrals.
这种积分技巧在 CIE P3 中常见,请练习识别何时使用参数定义下的积分。
8. Curve Sketching from Parametric Information | 由参数信息绘制曲线草图
When asked to sketch a parametric curve, bring together all the information you have: direction of motion, intercepts, stationary points, vertical tangents, and asymptotic behaviour. Plot a few key points by choosing strategic values of t.
当要求绘制参数曲线草图时,要综合所有已知信息:运动方向、截距、驻点、垂直切线以及渐近行为。选取若干关键 t 值描点。
- Direction: As t increases, follow the curve and mark arrows.
- 方向:当 t 增大时,沿曲线运动并标上箭头。
- Intercepts: Set x=0 or y=0 and solve for t.
- 截距:令 x=0 或 y=0 解出 t。
- Stationary points and vertical tangents: find t where dy/dx=0 or dx/dt=0 (but dy/dt≠0).
- 驻点与垂直切线:找出 dy/dx=0 或 dx/dt=0(且 dy/dt≠0)的 t 值。
- Asymptotes: Investigate limits of x and y as t → ±∞, or as t approaches values that make a denominator zero.
- 渐近线:考察 t → ±∞ 或 t 趋近使分母为零的值时 x 和 y 的极限。
Combining all this will produce an accurate sketch and often helps to verify your earlier derivative calculations.
综合这些信息能画出准确的草图,并常常有助于验证你之前的导数计算。
9. Common Mistakes and How to Avoid Them | 常见错误及避免方法
Mistakes in parametric questions often arise from hurrying through the differentiation or mishandling the parameter. Here are the most frequent pitfalls:
参数方程题目中的错误常源于匆忙求导或对参数处理不当。以下是最常见的陷阱:
- Forgetting the condition dx/dt ≠ 0 when forming dy/dx. If both dx/dt and dy/dt are zero, consider using limits.
- 构成 dy/dx 时忘记条件 dx/dt ≠ 0。若 dx/dt 和 dy/dt 同时为零,需考虑使用极限。
- Using the wrong formula for the second derivative – directly dividing d²y/dt² by d²x/dt² is incorrect.
- 使用错误的二阶导数公式——直接将 d²y/dt² 除以 d²x/dt² 是不正确的。
- Losing the parameter range when eliminating t, resulting in an incomplete Cartesian curve.
- 消去参数时忽略参数范围,导致笛卡尔曲线不完整。
- Mixing up the limits when calculating area; remember t₁ must correspond to the lower x‑limit and t₂ to the upper.
- 计算面积时混淆积分限;记住 t₁ 应对应较小的 x 值,t₂ 对应较大的 x 值。
- Writing the tangent/normal equation incorrectly – be sure to evaluate x₁, y₁ and m at the same t.
- 切线/法线方程书写错误——确保在同一个 t 下计算 x₁, y₁ 和 m。
Careful step-by-step working and clearly labelled variables will help you avoid these errors.
步步为营、清晰标记变量的解题习惯有助于你避免这些错误。
10. Exam Tips and Summary | 考试技巧与总结
In a CIE A-Level exam, parametric questions often appear as structured multi-part problems. You might first be asked to find dy/dx, then the equation of a tangent, followed by a stationary point, and finally an area calculation. Always show the derivative setup clearly:
dy/dx = (dy/dt) / (dx/dt)
在 CIE A-Level 考试中,参数方程题通常以结构化、多小问的形式出现。你可能首先被要求求 dy/dx,接着求切线方程,再找驻点,最后计算面积。务必清晰地展示求导过程:dy/dx = (dy/dt) / (dx/dt)。
Keep your working in terms of t until the final step where a value or coordinate is required. This avoids messy algebra and reduces the chance of mistakes. When a curve is defined with a trig parameter, remember to use the correct quadrant for t when finding inverse trig values.
在需要代入数值或坐标之前,保持表达式用参数 t 表示。这能避免复杂的代数运算,减少
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导