📚 Parametric Equations Exam Questions & Problem-Solving Methods | 参数方程题型与解题方法
Parametric equations are a fundamental topic in A-Level Mathematics that appear in nearly every exam paper. Unlike Cartesian equations of the form y = f(x), parametric equations express both x and y in terms of a third variable, usually t. This article will break down the key question types, examine proven solution strategies, and highlight the common pitfalls that students face.
参数方程是 A-Level 数学中的核心考点,几乎每份试卷都会出现。与形如 y = f(x) 的直角坐标方程不同,参数方程将 x 和 y 分别表示为第三个变量(通常是 t)的函数。本文将系统梳理常见题型、实用的解题方法,以及学生容易踩中的常见误区。
1. Understanding Parametric Equations | 理解参数方程
A parametric equation defines x and y separately in terms of a parameter, typically t. For example, the curve x = t², y = 2t + 1 represents a parabola. The parameter t can be thought of as a “time” variable that tracks the motion of a point along the curve.
参数方程将 x 和 y 分别定义为参数(通常为 t)的函数。例如,x = t²,y = 2t + 1 表示一条抛物线。可以把参数 t 想象成”时间”变量,它追踪点在曲线上的运动轨迹。
In exams, the parameter often represents time (kinematics), angle (trigonometric curves), or simply a real number. Understanding the domain of t is essential—it tells us which part of the curve is actually traced.
在考试中,参数常常代表时间(运动学)、角度(三角曲线)或实数。理解 t 的定义域至关重要,它决定了曲线实际被描出的部分。
The standard forms you must be comfortable with include:
你需要熟练掌握的标准形式包括:
- x = f(t), y = g(t) — general parametric form / 一般参数形式
- x = a cos t, y = b sin t — ellipse (with t as the eccentric angle) / 椭圆(t 为离心角)
- x = a sec t, y = b tan t — hyperbola / 双曲线
- x = at², y = 2at — parabola / 抛物线
2. Question Type 1: Eliminating the Parameter | 题型一:消去参数
One of the most frequent questions asks you to convert a pair of parametric equations into a single Cartesian equation. The strategy depends on the form of the equations. If the parameter appears linearly in both x and y, solve for t in one equation and substitute into the other.
最常考的题型之一是将参数方程组转化为单一直角坐标方程。解题策略取决于方程的形式。如果参数在两个方程中都以线性方式出现,可以先从一个方程中解出 t,再代入另一个方程。
For example, given x = 2t + 1 and y = t – 3, we solve the first equation for t: t = (x – 1)/2, then substitute into y: y = (x – 1)/2 – 3 = (x – 7)/2. The result is the straight line y = (x – 7)/2.
例如,已知 x = 2t + 1,y = t – 3,从第一个方程解得 t = (x – 1)/2,再代入 y 得 y = (x – 1)/2 – 3 = (x – 7)/2,结果就是直线 y = (x – 7)/2。
When trigonometric functions are involved, use the identity sin²t + cos²t = 1. For instance, if x = 2cos t and y = 3sin t, then x²/4 + y²/9 = cos²t + sin²t = 1, giving the ellipse x²/4 + y²/9 = 1.
当涉及三角函数时,应使用恒等式 sin²t + cos²t = 1。例如,若 x = 2cos t,y = 3sin t,则 x²/4 + y²/9 = cos²t + sin²t = 1,得到椭圆 x²/4 + y²/9 = 1。
If the parameter appears as powers (e.g., x = t², y = t³), solve for t from the equation that gives the simpler expression, then substitute. For x = t² and y = t³, we get t = √x, hence y = (√x)³ = x^(3/2). Note that the domain must be restricted to x ≥ 0.
如果参数以幂次形式出现(如 x = t²,y = t³),从表达式较简单的方程中解出 t 再代入。对于 x = t²,y = t³,可得 t = √x,于是 y = (√x)³ = x^(3/2)。注意定义域须限制为 x ≥ 0。
3. Question Type 2: Differentiation Using Parametric Form | 题型二:参数方程求导
The most important calculus skill for parametric equations is finding dy/dx. The chain rule gives us a direct formula:
参数方程最重要的微积分技能是求 dy/dx。由链式法则可以直接得到公式:
dy/dx = (dy/dt) ÷ (dx/dt) = (dy/dt) / (dx/dt), provided dx/dt ≠ 0
Exams often test whether you can correctly apply this. For x = t² + 2t and y = t³ – 1, we compute dx/dt = 2t + 2 and dy/dt = 3t², so dy/dx = 3t² / (2t + 2). Remember to leave the answer in terms of t unless instructed otherwise.
考试常考查你是否能正确运用该公式。对于 x = t² + 2t,y = t³ – 1,计算得 dx/dt = 2t + 2,dy/dt = 3t²,所以 dy/dx = 3t² / (2t + 2)。除非题目另有要求,否则答案应保留为 t 的表达式。
A common mistake is to accidentally invert the fraction. Always remember: the derivative is dy over dx, so the derivative of y with respect to t must go on top. A good way to check is dimensional consistency—your final answer should have units of y per unit of x.
常见错误是误把分数颠倒。切记:导数是 dy 除以 dx,因此 y 关于 t 的导数必须在分子上。检验答案的好办法是量纲一致性——最终答案应具有”每个 x 对应多少 y”的量纲。
The second derivative d²y/dx² requires further care. It is not equal to (d²y/dt²) / (d²x/dt²). Instead, use the chain rule again:
二阶导数 d²y/dx² 需要特别小心。它不等于 (d²y/dt²) / (d²x/dt²)。正确方法是再次使用链式法则:
d²y/dx² = d(dy/dx)/dt ÷ dx/dt = [d(dy/dx)/dt] / (dx/dt)
Exam questions frequently ask for the second derivative at a specific point, so practice this step carefully. Work through the algebra methodically to avoid sign errors.
考试题经常要求在特定点求二阶导数,因此务必认真练习这一步骤。要按部就班地做代数运算,避免符号错误。
4. Question Type 3: Tangents and Normals | 题型三:切线与法线
Once you have dy/dx in terms of t, you can find the equation of the tangent at a point corresponding to a given parameter value. For example, if x = t² and y = 2t, then dx/dt = 2t and dy/dt = 2, so dy/dx = 1/t. At t = 2, the point is (4, 4) and the gradient is 1/2. Using y – y₁ = m(x – x₁), the tangent is y – 4 = ½(x – 4).
一旦得到关于 t 的 dy/dx,你就可以求曲线在某个参数值对应点处的切线方程。例如,若 x = t²,y = 2t,则 dx/dt = 2t,dy/dt = 2,所以 dy/dx = 1/t。当 t = 2 时,点为 (4, 4),斜率为 1/2。利用 y – y₁ = m(x – x₁),切线为 y – 4 = ½(x – 4)。
For the normal line, the gradient is the negative reciprocal of the tangent gradient. If the tangent gradient is m, the normal gradient is -1/m. Continuing the same example, the normal gradient at t = 2 is -2, giving the equation y – 4 = -2(x – 4).
法线的斜率是切线斜率的负倒数。若切线斜率为 m,则法线斜率为 -1/m。继续上面的例子,t = 2 处的法线斜率为 -2,方程为 y – 4 = -2(x – 4)。
Exam questions may substitute the parametric point into the line equation to verify, or they may ask for the intersection of a tangent with an axis. Both skills are tested regularly, so learn to switch fluently between parametric, Cartesian, and linear forms.
题目可能会要求将参数点代入直线方程验证,或求切线与坐标轴的交点。这两项技能在考试中经常出现,要学会在参数形式、直角坐标形式和直线形式之间灵活转换。
5. Question Type 4: Area Under a Parametric Curve | 题型四:参数曲线下的面积
Integrating parametric curves uses the formula:
参数曲线下的面积使用公式:
A = ∫ y dx = ∫ y(t) · (dx/dt) dt
The limits of integration in t must correspond to the x-limits of the area required. For instance, to find the area bounded by the x-axis and the curve x = t², y = t(1 – t), for t from 0 to 1, we first note that dx/dt = 2t. The area becomes ∫₀¹ t(1 – t) · 2t dt = ∫₀¹ (2t² – 2t³) dt = [2t³/3 – t⁴/2]₀¹ = 2/3 – 1/2 = 1/6.
积分的 t 上下限必须对应所求面积的 x 边界。例如,求 x 轴与曲线 x = t²,y = t(1 – t) 在 t 从 0 到 1 区间内所围成的面积。先求 dx/dt = 2t,则面积为 ∫₀¹ t(1 – t) · 2t dt = ∫₀¹ (2t² – 2t³) dt = [2t³/3 – t⁴/2]₀¹ = 2/3 – 1/2 = 1/6。
Pay careful attention to the orientation of the curve. If the curve is traced from right to left as t increases, the value of the integral will be negative. In such cases, take the absolute value to obtain the actual area. Always sketch the curve or check two points to determine orientation.
要特别注意曲线的走向。如果随着 t 增大曲线从右向左运动,积分值将为负。此时需取绝对值得到实际面积。不妨画草图或取两个点判断走向。
When the curve crosses the x-axis, split the integral at the crossing point. The area above and below the x-axis must be handled separately—the integral gives a signed area, which is not the same as the geometric area.
当曲线与 x 轴相交时,应在交点处将积分分段。x 轴上方和下方的面积必须分别处理——积分得到的是有符号面积,与几何面积并不相同。
6. Question Type 5: Points of Intersection | 题型五:交点问题
To find where a parametric curve meets a Cartesian line or curve, substitute the parametric expressions into the Cartesian equation. For example, to find where x = t², y = 2t meets the line y = x + 1, substitute: 2t = t² + 1, which simplifies to (t – 1)² = 0, giving t = 1. The point is (1, 2).
要求参数曲线与直角坐标直线或曲线的交点,只需将参数式代入直角坐标方程。例如,求 x = t²,y = 2t 与直线 y = x + 1 的交点:代入得 2t = t² + 1,即 (t – 1)² = 0,解得 t = 1,交点为 (1, 2)。
When the Cartesian equation is a circle, substitute x = f(t) and y = g(t) into x² + y² = r². This often leads to a quadratic in t. If the discriminant is negative, there is no intersection; if zero, the line is tangent; if positive, there are two intersection points.
当直角坐标方程为圆时,将 x = f(t) 和 y = g(t) 代入 x² + y² = r²。这通常会得到关于 t 的二次方程:判别式为负则无交点;为零则相切;为正则有两个交点。
Alternatively, convert the parametric curve into Cartesian form first, then solve. Which method is faster depends on the question. In an exam, you should evaluate both options quickly and choose the one that simplifies the algebra most comfortably.
另一种思路是先将参数曲线转化为直角坐标形式,再联立求解。哪种方法更快取决于具体题目。在考试中,应快速评估两种思路,选择代数运算最简便的一种。
7. Question Type 6: Stationary Points and Curve Sketching | 题型六:驻点与曲线绘图
Stationary points of parametric curves occur where dy/dx = 0, i.e., where dy/dt = 0 (provided dx/dt ≠ 0). Solve dy/dt = 0 for t, then substitute back to get the coordinates of the stationary point. For example, if y = t³ – 3t, then dy/dt = 3t² – 3 = 0, giving t = ±1. Plugging into x(t) yields the two stationary points.
参数曲线的驻点出现在 dy/dx = 0 处,即 dy/dt = 0(前提是 dx/dt ≠ 0)。解 dy/dt = 0 求出 t,再代回得到驻点坐标。例如,若 y = t³ – 3t,则 dy/dt = 3t² – 3 = 0,解得 t = ±1,代回 x(t) 即可得到两个驻点。
To determine the nature of a stationary point (maximum, minimum, or point of inflection), use the sign of d²y/dx² at that value of t. A positive second derivative indicates a local minimum, a negative one indicates a local maximum, and zero requires further investigation.
要判断驻点的性质(极大值、极小值或拐点),可考察该 t 值处 d²y/dx² 的符号:二阶导数为正为极小值,为负为极大值,等于零则需进一步判断。
For curve sketching, also find:
画图时还需要找出:
- Intercepts with axes — set x = 0 for points where the curve meets the y-axis, and y = 0 for the x-axis / 坐标轴交点——令 x = 0 求与 y 轴的交点,令 y = 0 求与 x 轴的交点
- Asymptotes — determine behaviour as t → ±∞ / 渐近线——研究 t → ±∞ 时的行为
- Direction of travel — identify whether x increases or decreases as t increases / 运动方向——判断随着 t 增大 x 是增大还是减小
Always sketch the curve after finding these details; examiners value accurate sketches with clearly labelled key points.
找到这些关键信息后一定要画图;阅卷人非常看重标注清晰关键点的准确草图。
8. Common Exam Traps and How to Avoid Them | 常见考试陷阱与应对方法
Students frequently lose marks on parametric questions due to a few predictable mistakes. Recognising these early can save valuable marks in the exam.
学生常常因为几种可预见的错误在参数方程题上丢分。尽早识别这些陷阱可以为考试赢得宝贵的分数。
Trap 1: Forgetting that dx/dt must not be zero. If dx/dt = 0 at a point, the tangent is vertical and dy/dx is undefined. Some exam questions deliberately choose t-values that make dx/dt = 0 to test your understanding of this limit.
陷阱一:忘记 dx/dt 不能为零。若在某点 dx/dt = 0,切线为竖直方向,dy/dx 无定义。有些题目故意选择使 dx/dt = 0 的 t 值,考查你是否理解这一极限情况。
Trap 2: Confusing the second derivative formula. As noted earlier, d²y/dx² ≠ (d²y/dt²) / (d²x/dt²). Using the incorrect formula is one of the most common errors in A-Level consecutive assessment.
陷阱二:混淆二阶导数公式。如前所述,d²y/dx² ≠ (d²y/dt²)/(d²x/dt²)。使用错误公式是 A-Level 评估中最常见的错误之一。
Trap 3: Adjusting the sign of area incorrectly. Remember that parametric integrals can be negative if the curve moves from right to left. Sketch a quick graph to check whether your final answer makes geometric sense.
陷阱三:面积符号处理错误。记住,如果曲线从右向左移动,参数积分可能为负。快速画一张草图,检查最终答案是否符合几何常识。
Trap 4: Incorrect limits after substitution. When converting an x-integral to t, you must recalculate the limits. Many students forget to do this or make arithmetic slips. Always track the correspondence between x-values and t-values carefully.
陷阱四:代换后极限错误。将关于 x 的积分转换为关于 t 的积分时,必须重新计算上下限。许多学生忘记这一步或出现算术错误。务必仔细跟踪 x 值与 t 值的对应关系。
Trap 5: Domain restrictions after eliminating the parameter. For example, if x = cos t, then x is restricted to [-1, 1]. After converting to Cartesian form, you must state the domain restriction; otherwise, the answer is incomplete.
陷阱五:消参后忘记定义域限制。例如,若 x = cos t,则 x 限制在 [-1, 1] 内。转化为直角坐标形式后,必须声明定义域限制;否则答案不完整。
9. Worked Exam-Style Example | 经典考试例题精讲
Let us consolidate these techniques with a typical exam-style question. A curve is defined by x = t² – 2t and y = t³ – 3t. Find (a) dy/dx in terms of t, (b) the equation of the tangent at t = 1, and (c) the coordinates of the stationary points.
让我们用一道典型的考试风格例题来巩固这些技巧。已知曲线 x = t² – 2t,y = t³ – 3t。求 (a) 用 t 表示 dy/dx;(b) t = 1 处切线的方程;(c) 驻点坐标。
Part (a): We have dx/dt = 2t – 2 and dy/dt = 3t² – 3. Therefore
第 (a) 问:由 dx/dt = 2t – 2,dy/dt = 3t² – 3,因此
dy/dx = (3t² – 3) / (2t – 2) = [3(t – 1)(t + 1)] / [2(t – 1)] = 3(t + 1)/2, for t ≠ 1
Notice how the factor (t – 1) cancels; we must note that t = 1 is excluded because dx/dt = 0 there.
注意因子 (t – 1) 可以约去;但必须注明 t = 1 被排除,因为该处 dx/dt = 0。
Part (b): At t = 1, the point on the curve is (1² – 2(1), 1³ – 3(1)) = (-1, -2). However, dy/dx is undefined at t = 1 because the denominator is zero. Thus the tangent is vertical: x = -1.
第 (b) 问:当 t = 1 时,曲线上的点为 (1² – 2(1),1³ – 3(1)) = (-1, -2)。然而 t = 1 处 dy/dx 无定义,因为分母为零。因此切线为竖直方向:x = -1。
Part (c): Stationary points occur when dy/dt = 0, so 3t² – 3 = 0 → t = ±1. At t = 1, the point is (-1, -2). At t = -1, x = (-1)² – 2(-1) = 1 + 2 = 3, and y = (-1)³ – 3(-1) = -1 + 3 = 2, giving the point (3, 2). To classify, compute d²y/dx² or examine the sign of dy/dx on either side.
第 (c) 问:驻点出现在 dy/dt = 0,即 3t² – 3 = 0,得 t = ±1。当 t = 1 时,点为 (-1, -2)。当 t = -1 时,x = (-1)² – 2(-1) = 1 + 2 = 3,y = (-1)³ – 3(-1) = -1 + 3 = 2,得到点 (3, 2)。要判断极值性质,可计算 d²y/dx² 或考察 dy/dx 在两侧的符号。
At t = 2 (right of t = 1), dy/dx = 3(2 + 1)/2 = 4.5. At t = 0 (left of t = 1), dy/dx = 3(0 + 1)/2 = 1.5. The gradient is positive on both sides of t = 1, so (-1, -2) is a stationary point of inflection, not a local extremum. Nice catch—exam questions often hide inflection points inside parametric curves.
在 t = 2(1 的右侧)时,dy/dx = 3(2 + 1)/2 = 4.5。在 t = 0(1 的左侧)时,dy/dx = 3(0 + 1)/2 = 1.5。t = 1 两侧梯度均为正,因此 (-1, -2) 是拐点,而不是局部极值点。这个细节很关键——考试题常常把拐点藏在参数曲线中。
10. Summary of Key Strategies | 核心策略总结
Mastering parametric equations is a matter of systematic practice. Memorise the core formulas, practise converting between forms, and always check the domain and the sign conventions. The table below summarises the essential tools.
掌握参数方程的关键在于系统练习。牢记核心公式,练习不同形式之间的转换,并始终检查定义域和符号约定。下表总结了必备工具。
| Task / 任务 | Formula / 公式 |
| First derivative / 一阶导数 | dy/dx = (dy/dt) / (dx/dt) |
| Second derivative / 二阶导数 | d²y/dx² = [d/d(dy/dx)/dt] / (dx/dt) |
| Area under curve / 曲线下面积 | A = ∫ y(t) · (dx/dt) dt |
| Stationary points / 驻点 | dy/dt = 0, with dx/dt ≠ 0 |
| Tangent at t = t₀ / t = t₀ 处切线 | y – y(t₀) = m(x – x(t₀)), m = dy/dx\|t₀ |
When you encounter a parametric question in the exam, start by writing down the given equations and the required output. Then choose the appropriate method from this article. Keep your working tidy and label each step so that partial marks are preserved even if a numerical error appears in the final answer.
在考试中遇到参数方程题时,先写下已知方程和所求目标,然后从本文中选择相应的方法。保持书写整洁并为每一步标注清楚,这样即使最终答案出现数值错误也能保住过程分。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply