📚 Parametric Equations: Key Points for A-Level Math | A-Level 数学:参数方程 考点精讲
Mastering parametric equations is essential for A-Level Mathematics. This guide breaks down every key concept you need — from sketching and differentiation to integration and arc length. Each section offers clear English explanations followed by Chinese translations to build both your understanding and your confidence.
掌握参数方程对 A-Level 数学至关重要。本文拆解了所有你需要的关键概念——从绘图、求导到积分与弧长。每个小节都提供清晰的英文解释和对应的中文翻译,帮助你既深化理解又建立信心。
1. Introduction to Parametric Equations | 参数方程简介
Parametric equations express the coordinates (x, y) as functions of a third variable, typically t, called the parameter. Instead of writing y = f(x), we write x = f(t) and y = g(t). This form is especially useful for describing curves that are not functions, such as loops or circles.
参数方程用第三个变量(通常记为 t,称为参数)表示坐标 (x, y)。我们不写 y = f(x),而是写成 x = f(t) 和 y = g(t)。这种形式对于描述非函数曲线(例如环或圆)特别有用。
The parameter t often represents time in mechanics problems, making parametric equations a powerful tool for modelling motion. Each value of t gives a single point (x, y), and as t varies, the point traces out the curve.
在力学问题中,参数 t 通常代表时间,这使参数方程成为建模运动的强大工具。每个 t 值给出一个点 (x, y),当 t 变化时,该点就描绘出曲线。
In A-Level exams, you will encounter parametric equations involving polynomials, trigonometric functions, and exponentials. Being able to switch between parametric and Cartesian forms is a fundamental skill.
在 A-Level 考试中,你会遇到包含多项式、三角函数和指数函数的参数方程。在参数形式和笛卡尔形式之间灵活切换是一项基本技能。
2. Sketching Parametric Curves | 绘制参数曲线
To sketch a parametric curve, create a table of values for t, x, and y. Choose a sensible range of t, compute the corresponding (x, y) coordinates, and plot them. Pay special attention to the direction in which the curve is traced as t increases — this is often required in exam questions.
要绘制参数曲线,先列出 t、x 和 y 的取值表格。选取合理的 t 范围,计算出对应的 (x, y) 坐标,然后描点。特别注意随着 t 增加曲线的走向——考试中常会问到这个问题。
Look for symmetry or known shapes. For example, the parametric equations x = a cos t, y = a sin t (0 ≤ t < 2π) give a circle. Adding a coefficient or a shift can produce ellipses or spirals. Recognising standard forms saves time.
寻找对称性或已知形状。例如,参数方程 x = a cos t, y = a sin t (0 ≤ t < 2π) 表示一个圆。添加系数或平移可产生椭圆或螺旋线。识别标准形式可以节省时间。
Sometimes the parameter range is restricted. Always label key points such as intersections with axes and turning points. Indicate the direction of motion with an arrow on your sketch.
有时参数范围会受限制。始终标注关键点,如与坐标轴的交点和转折点。在图上用箭头标出运动方向。
3. Converting to Cartesian Form | 化为笛卡尔方程
Converting parametric equations to a Cartesian equation (y in terms of x, or a relation between x and y) often involves eliminating the parameter t. Common methods include substitution and using trigonometric identities.
将参数方程转换为笛卡尔方程(y 关于 x 的表达式,或 x 与 y 的关系式)通常需要消去参数 t。常用的方法包括代入法和使用三角恒等式。
-
If x = f(t) is easily invertible, express t in terms of x and substitute into y = g(t).
如果 x = f(t) 容易求反函数,就将 t 用 x 表示,然后代入 y = g(t)。
-
For trigonometric parameters, use identities like sin² t + cos² t = 1, sec² t − tan² t = 1, or double-angle formulas.
对于三角参数,利用恒等式,如 sin² t + cos² t = 1、 sec² t − tan² t = 1,或倍角公式。
Be careful: the Cartesian equation may describe a larger set of points than the original parametric curve because domain restrictions on t are lost. Always state any domain restrictions when giving the Cartesian form.
注意:笛卡尔方程可能描述的点的集合比原参数曲线大,因为 t 的定义域限制会丢失。给出笛卡尔形式时一定要说明定义域限制。
Example: For x = 2 cos t, y = 3 sin t, we get (x/2)² + (y/3)² = 1, an ellipse. The parametric form also tells us the orientation.
示例:由 x = 2 cos t, y = 3 sin t,得到 (x/2)² + (y/3)² = 1,一个椭圆。参数形式还告诉我们曲线的方向。
4. Differentiation – First Derivative | 一阶导数
To find dy/dx from parametric equations, use the chain rule: dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0. This gives the gradient of the curve at the point corresponding to a specific t.
从参数方程求 dy/dx,使用链式法则:dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。这给出了曲线在对应特定 t 的点处的梯度。
Always differentiate y and x separately with respect to t first. Then express the result in terms of t, or sometimes in terms of x and y if needed.
始终先分别对 y 和 x 关于 t 求导。然后将结果用 t 表示,或者根据需要表示为 x 和 y 的式子。
dy/dx = (dy/dt) ÷ (dx/dt)
For example, if x = t² and y = 2t, then dx/dt = 2t and dy/dt = 2. Hence dy/dx = 2 / (2t) = 1/t.
例如,若 x = t² 且 y = 2t,则 dx/dt = 2t, dy/dt = 2。因此 dy/dx = 2 / (2t) = 1/t。
The derivative dy/dx is itself a function of t. To find the gradient at a particular point, substitute the relevant t-value into the expression.
导数 dy/dx 本身是 t 的函数。要求某一点的梯度,将对应的 t 值代入表达式即可。
5. Differentiation – Second Derivative | 二阶导数
The second derivative d²y/dx² is the derivative of dy/dx with respect to x. To compute it, use the formula: d²y/dx² = (d/dt)[dy/dx] / (dx/dt).
二阶导数 d²y/dx² 是 dy/dx 关于 x 的导数。计算时使用公式:d²y/dx² = (d/dt)[dy/dx] / (dx/dt)。
In practice, first find dy/dx as a function of t. Then differentiate that expression with respect to t, and finally divide by dx/dt. This can be written as:
实际操作中,先求出作为 t 的函数的 dy/dx。然后将该表达式对 t 求导,最后除以 dx/dt。可写为:
d²y/dx² = [ d(dy/dx)/dt ] / (dx/dt)
Be careful not to simply take the second derivative of y with respect to t and divide by the second derivative of x — that is incorrect.
注意不要简单地对 y 关于 t 求二阶导再除以 x 关于 t 的二阶导——那是错误的。
The second derivative is used to determine concavity and confirm the nature of stationary points. A negative value indicates a local maximum, a positive value a local minimum.
二阶导数用于判断凹凸性并确认驻点的性质。负值表示局部最大值,正值表示局部最小值。
6. Tangents and Normals | 切线与法线
Once you have dy/dx as a function of t, you can write the equation of the tangent line at a point P corresponding to t = t₀. The tangent equation is y − y₀ = m(x − x₀), where m = dy/dx evaluated at t = t₀.
一旦有了作为 t 的函数的 dy/dx,就可以写出曲线在 t = t₀ 对应的点 P 处的切线方程。切线方程为 y − y₀ = m(x − x₀),其中 m = dy/dx 在 t = t₀ 的值。
The normal line is perpendicular to the tangent. Its gradient is −1/m, provided m ≠ 0. The normal equation is y − y₀ = (−1/m)(x − x₀).
法线垂直于切线。其梯度为 −1/m(假设 m ≠ 0)。法线方程为 y − y₀ = (−1/m)(x − x₀)。
Sometimes you need to find the tangent or normal at a point given by coordinates, without knowing t. In that case, solve x(t) = a, y(t) = b simultaneously to find t, then proceed.
有时需要求给定坐标点处的切线或法线,但不知道 t。此时需联立求解 x(t) = a, y(t) = b 得到 t,然后再进行后续计算。
Always express the final line equation in the requested form (e.g. ax + by + c = 0, or y = mx + c).
最终直线方程务必写成题目要求的形式(例如 ax + by + c = 0 或 y = mx + c)。
7. Stationary Points | 驻点
A stationary point occurs where the gradient dy/dx = 0. In parametric context, this means dy/dt = 0 while dx/dt ≠ 0. Solve dy/dt = 0 to find the value(s) of t at which stationary points occur, then substitute back to find (x, y).
驻点出现在梯度 dy/dx = 0 处。在参数方程中,这意味着 dy/dt = 0 且 dx/dt ≠ 0。解 dy/dt = 0 求出发生驻点的 t 值,再代回求 (x, y)。
There is a special case when dx/dt = 0 and dy/dt = 0 simultaneously — this may indicate a cusp or a point of inflection, requiring further analysis.
还有一种特殊情况:dx/dt = 0 和 dy/dt = 0 同时发生——这可能表示尖点或拐点,需要进一步分析。
To classify a stationary point, evaluate the second derivative d²y/dx² at the corresponding t. If d²y/dx² > 0, it is a minimum; if d²y/dx² < 0, a maximum. Alternatively, test the sign of dy/dx on either side of t.
要判断驻点的性质,在对应的 t 处计算二阶导数 d²y/dx²。若 d²y/dx² > 0,为极小点;若 d²y/dx² < 0,为极大点。也可检查 dy/dx 在 t 两侧的符号。
Stationary points are often tested together with tangents and normals in exam questions.
考试中经常将驻点与切线、法线结合起来考查。
8. Area Under a Parametric Curve | 参数曲线下的面积
The area between a parametric curve, the x-axis, and the lines x = a and x = b is given by ∫ y dx, with the limits expressed in terms of the parameter t.
参数曲线、x 轴以及直线 x = a 和 x = b 围成的面积为 ∫ y dx,其中积分上下限用参数 t 表示。
Using the relation dx = (dx/dt) dt, the formula becomes:
利用关系式 dx = (dx/dt) dt,公式变为:
A = ∫ y(dx/dt) dt, from t = t₁ to t = t₂
t₁ and t₂ are the parameter values corresponding to x = a and x = b, respectively. Ensure you correctly map the limits — if t increases as x increases, the lower limit corresponds to the smaller t.
t₁ 和 t₂ 分别是 x = a 和 x = b 对应的参数值。务必正确对应积分限——如果 x 随 t 增加而增加,则下限对应较小的 t。
This technique also applies to the area between the curve and the y-axis, using ∫ x dy = ∫ x(dy/dt) dt.
此方法也适用于曲线与 y 轴之间的面积,使用 ∫ x dy = ∫ x(dy/dt) dt。
Be mindful of the sign: if y or dx/dt is negative over the interval, the integral will give a negative value. Interpret the result as an absolute area if required.
注意符号:如果在区间内 y 或 dx/dt 为负,积分结果将为负值。需要时取其绝对值解释为面积。
9. Arc Length | 弧长
The arc length of a parametric curve from t = t₁ to t = t₂ is given by:
参数曲线从 t = t₁ 到 t = t₂ 的弧长公式为:
s = ∫ √[(dx/dt)² + (dy/dt)²] dt, from t₁ to t₂
This formula arises from Pythagoras’ theorem applied to infinitesimal segments of the curve. It is a standard result that will be given in your formula booklet, but you must know how to apply it.
该公式源自对曲线微元段应用勾股定理。它是标准结果,公式表里会提供,但你必须知道如何应用。
Simplify the expression under the square root as much as possible before integrating. Recognising perfect squares or using trigonometric identities often helps make the integral manageable.
积分前尽可能化简平方根内部的表达式。能识别完全平方或使用三角恒等式通常有助于使积分容易处理。
Arc length questions frequently involve parametric curves such as x = a cos³ t, y = a sin³ t where dx/dt = −3a cos² t sin t, dy/dt = 3a sin² t cos t, leading to a neat integrand.
弧长题常涉及参数曲线,如 x = a cos³ t, y = a sin³ t,其中 dx/dt = −3a cos² t sin t,dy/dt = 3a sin² t cos t,最后可得到简洁的被积函数。
10. Applications and Word Problems | 应用与文字题
Parametric equations are not just abstract; they model real-world motion. When t represents time, dx/dt and dy/dt are the horizontal and vertical components of velocity. The speed is the magnitude of the velocity vector: √[(dx/dt)² + (dy/dt)²].
参数方程并非抽象,它们可以模拟真实运动。当 t 代表时间时,dx/dt 和 dy/dt 就是速度的水平与竖直分量。速率即速度向量的模:√[(dx/dt)² + (dy/dt)²]。
Acceleration components are the second derivatives d²x/dt² and d²y/dt². Exam questions may ask for the direction of motion, the moment the particle is at rest, or the intersection with a given line.
加速度分量为二阶导数 d²x/dt² 和 d²y/dt²。考题可能会问及运动方向、质点静止的时刻,或与给定直线的交点。
Linking back to earlier topics, you may need to find the Cartesian path of a particle or analyse its trajectory using differentiation and integration skills learned in this chapter.
联系前面的内容,你可能需要求出质点的笛卡尔路径,或使用本章所学的微积分技能分析其轨迹。
Word problems often blend parametric equations with vectors, trigonometric identities, and calculus. Practise interpreting the physical meaning of your mathematical results — e.g. a zero vertical velocity means the particle reaches its highest point.
文字题常会将参数方程与向量、三角恒等式及微积分融合。练习解释数学结果的物理含义——例如,竖直速度为零意味着质点到达最高点。
11. Exam Tips and Common Mistakes | 考试技巧与常见错误
1. Always check the domain of the parameter. Curves may be drawn only for a restricted range of t, and your Cartesian equation must reflect that restriction.
1. 始终检查参数的定义域。曲线可能仅绘制在 t 的某范围内,你的笛卡尔方程必须反映这一限制。
2. When finding dy/dx, remember to divide dy/dt by dx/dt, not the other way around. A quick dimension check helps: gradient = Δy/Δx.
2. 求 dy/dx 时,记住是 dy/dt 除以 dx/dt,而不是反过来。快速量纲检查会有帮助:梯度 = Δy/Δx。
3. Do not forget that d²y/dx² requires differentiating dy/dx with respect to t first, then dividing by dx/dt.
3. 不要忘记,d²y/dx² 需要先将 dy/dx 对 t 求导,再除以 dx/dt。
4. When converting to Cartesian, do not lose information. If you square both sides, consider the sign of the original expressions.
4. 化为笛卡尔方程时,不要丢失信息。如果两边同时平方,要考虑原表达式的正负。
5. Practise arc length and surface area integrations; they often involve tricky algebraic simplifications.
5. 多练习弧长和表面积积分;它们常涉及棘手的代数化简。
12. Summary and Key Formulae | 总结与核心公式
To wrap up, keep these essential parametric facts at your fingertips:
最后,将以下基本参数知识牢记于心:
| Concept | Formula |
|---|---|
| First derivative | dy/dx = (dy/dt) / (dx/dt) |
| Second derivative | d²y/dx² = d(dy/dx)/dt ÷ (dx/dt) |
| Area under curve | ∫ y (dx/dt) dt |
| Arc length | ∫ √[(dx/dt)² + (dy/dt)²] dt |
| Speed | √[(dx/dt)² + (dy/dt)²] |
Master these, and parametric equations will become one of your strongest topics in A-Level Mathematics.
掌握这些,参数方程将成为你在 A-Level 数学中最拿手的主题之一。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导