📚 Parametric Equations: Key Points for IGCSE CIE Mathematics | 参数方程考点精讲(IGCSE CIE 数学)
Parametric equations offer a powerful way to describe curves by expressing the coordinates x and y in terms of a third variable, usually t, known as the parameter. In IGCSE CIE Mathematics, you will learn how to work with these equations, eliminate the parameter to find Cartesian forms, differentiate to find gradients, and apply these skills to tangents, normals, and curve sketching. This comprehensive revision guide breaks down every essential concept, with paired explanations in English and Chinese to support bilingual learners.
参数方程通过引入第三个变量(通常为 t,称为参数)来描述 x 和 y 坐标,为表示曲线提供了强大的工具。在 IGCSE CIE 数学中,你将学习如何处理参数方程、消去参数得到笛卡尔形式、求导计算斜率,并将这些技能应用于切线、法线和曲线绘制。这份全面的复习指南将每个核心概念逐一拆分讲解,以中英对照的方式帮助双语学生扎实掌握。
1. Introduction to Parametric Equations | 参数方程简介
A parametric equation defines a curve by giving both x and y as functions of a parameter, such as t. Instead of writing y = f(x), we write x = f(t) and y = g(t). As t varies, the point (x, y) traces out a path on the Cartesian plane. This representation is especially useful for curves that are not functions (fail the vertical line test), such as circles, ellipses, or loops.
参数方程通过将 x 和 y 分别表示为参数(例如 t)的函数,来定义一条曲线。我们不写 y = f(x),而是写 x = f(t)、y = g(t)。随着 t 变化,点 (x, y) 在笛卡尔平面上描出一条轨迹。这种表示方法对不是函数的曲线(不满足垂直线检验)特别有用,比如圆、椭圆或环状曲线。
In kinematics, t often represents time, and the parametric equations describe the path of a moving particle. In pure mathematics, parameters can be any real number, but their range is usually restricted to produce a specific section of the curve.
在运动学中,t 通常代表时间,参数方程描述运动质点的路径。在纯数学中,参数可以是任何实数,但其取值范围通常受到限制,以产生曲线的特定部分。
2. Eliminating the Parameter | 消去参数
To convert a parametric equation into a single Cartesian equation linking x and y directly, we eliminate the parameter t. The most common method is to solve one equation for t and substitute into the other. For example, given x = 2t + 1 and y = 4t² − 3, we can express t = (x − 1)/2 and substitute into y to get y = 4[(x − 1)/2]² − 3, which simplifies to y = (x − 1)² − 3.
为了将参数方程转化为直接联系 x 和 y 的笛卡尔方程,我们需要消去参数 t。最常见的方法是解出其中一个方程中的 t,然后代入另一个方程。例如,给定 x = 2t + 1 和 y = 4t² − 3,我们可以写出 t = (x − 1)/2,并代入 y 得到 y = 4[(x − 1)/2]² − 3,化简后为 y = (x − 1)² − 3。
Alternatively, identities such as sin²t + cos²t = 1 or sec²t − tan²t = 1 can be used when trigonometric functions are involved. If x = a cos t and y = b sin t, squaring both equations and using the Pythagorean identity yields x²/a² + y²/b² = 1, which is the equation of an ellipse.
或者,当涉及三角函数时,可以利用 sin²t + cos²t = 1 或 sec²t − tan²t = 1 等恒等式。如果 x = a cos t,y = b sin t,将两个方程平方并应用毕达哥拉斯恒等式,可以得到 x²/a² + y²/b² = 1,即一个椭圆的方程。
3. Sketching Curves from Parametric Equations | 根据参数方程绘制曲线
To sketch a parametric curve, you can either plot points by substituting values of t into x = f(t) and y = g(t), or eliminate the parameter to obtain a familiar Cartesian equation. The first method is straightforward: create a table of t, x, and y values, plot the points, and join them in order of increasing t, often marking the direction with arrows.
要绘制参数曲线,你可以代入 t 的值到 x = f(t) 和 y = g(t) 中描点,也可以消去参数得到熟悉的笛卡尔方程再画图。第一种方法很直接:建立一个 t、x、y 的取值表格,描出点,然后按 t 递增的顺序连接各点,通常用箭头标出方向。
When t is restricted to an interval, such as 0 ≤ t ≤ 2π, you only draw the portion of the curve traced out for those values. It is important to note any symmetry, asymptotes, or restricted domains that can simplify the sketch. For example, x = t², y = t³ − t yields a graph with a loop, which becomes clear once you evaluate several t-values including negative ones.
当 t 限制在一个区间内,例如 0 ≤ t ≤ 2π,你只需画出这些值所对应的部分曲线。注意任何对称性、渐近线或受限的定义域,可以简化草图。例如,x = t², y = t³ − t 会产生一个带环的图形,只要评估多个 t 值(含负数)就能清晰看出。
4. Domain and Range in Parametric Form | 参数形式下的定义域和值域
In parametric equations, the domain of the Cartesian relation is the set of x-values produced as t varies over its given range, while the range is the set of y-values. You can find the domain by analysing the function x = f(t) for the allowed t-values, and similarly for y = g(t). For instance, if x = √(t − 1) and t ≥ 1, then x ≥ 0. The corresponding y = t² will then have y ≥ 1.
在参数方程中,笛卡尔关系的定义域是 t 在其给定范围内变化时产生的所有 x 值,值域是所有 y 值的集合。你可以通过分析 x = f(t) 在允许 t 值下的行为来求定义域,y = g(t) 同理。例如,若 x = √(t − 1) 且 t ≥ 1,则 x ≥ 0。对应的 y = t² 就会有 y ≥ 1。
Sometimes the domain may be restricted even though the Cartesian equation appears to allow more values, because the parameter t cannot produce those x-values. Always check the original parametric definitions before stating the domain and range.
有时即使笛卡尔方程看起来允许更多值,定义域仍可能受限,因为参数 t 无法产生那些 x 值。务必在说明定义域和值域之前检查原始参数定义。
5. The Chain Rule for Parametric Differentiation | 参数求导的链式法则
To find the gradient dy/dx when x and y are given parametrically, we use the chain rule: dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0. In Leibniz notation, dy/dx = (dy/dt) × (dt/dx), and since dt/dx = 1/(dx/dt), the formula follows.
当 x 和 y 以参数形式给出时,我们使用链式法则求斜率 dy/dx:dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。用莱布尼茨记号表示为 dy/dx = (dy/dt) × (dt/dx),而 dt/dx = 1/(dx/dt),由此得出该公式。
For example, if x = 3t² and y = 2t³, then dx/dt = 6t and dy/dt = 6t², so dy/dx = (6t²)/(6t) = t, for t ≠ 0. This means the gradient at any point depends directly on the parameter value t.
例如,如果 x = 3t²,y = 2t³,则 dx/dt = 6t,dy/dt = 6t²,因此 dy/dx = (6t²)/(6t) = t,t ≠ 0。这意味着任意点的斜率直接取决于参数值 t。
6. Gradients and Tangents | 斜率和切线
Once dy/dx is expressed in terms of t, you can find the gradient at a specific point by substituting the t-value corresponding to that point. The equation of the tangent line at (x₁, y₁) with gradient m is y − y₁ = m(x − x₁). You must first calculate x₁ and y₁ from the given t-value, then find m = dy/dx evaluated at that t.
一旦用 t 表示出 dy/dx,你就可以代入对应点的 t 值求出该点的斜率。在点 (x₁, y₁) 处斜率为 m 的切线方程是 y − y₁ = m(x − x₁)。你必须先从给定的 t 值计算出 x₁ 和 y₁,再求出该 t 值对应的 m = dy/dx。
If a question asks for the tangent at a point where t = t₀, the steps are: differentiate, substitute t₀ into dy/dx to get m, find the point coordinates, and write the line equation. Always ensure dx/dt ≠ 0 at that t; otherwise, the tangent is vertical and the gradient is undefined.
如果题目要求求 t = t₀ 处的切线,步骤是:求导,将 t₀ 代入 dy/dx 求得 m,求出点的坐标,写出直线方程。务必确保该 t 处 dx/dt ≠ 0;否则切线为垂直,斜率无定义。
7. Normal Lines | 法线方程
The normal to a curve at a point is the line perpendicular to the tangent at that point. Its gradient mₙ is given by mₙ = −1/m, where m = dy/dx, provided m ≠ 0. The equation of the normal is then y − y₁ = mₙ(x − x₁). If the tangent is horizontal (m = 0), the normal is vertical (x = x₁). If the tangent is vertical, the normal is horizontal (y = y₁).
曲线上某点处的法线是垂直于该点切线的直线。其斜率 mₙ = −1/m,其中 m = dy/dx,前提是 m ≠ 0。法线方程则为 y − y₁ = mₙ(x − x₁)。如果切线水平(m = 0),法线垂直,方程为 x = x₁。如果切线垂直,法线水平,方程为 y = y₁。
Exam questions often ask for the normal equation at a specific t-value. The process mirrors that of the tangent, but you flip and negate the gradient. Always keep the final equation in the form required by the question, e.g., ax + by + c = 0.
考试题目常常要求求特定 t 值处的法线方程。流程与求切线类似,但你需要取斜率的负倒数。最终方程务必写成题目要求的形式,例如 ax + by + c = 0。
8. Second Derivative d²y/dx² | 二阶导数 d²y/dx²
To determine the concavity or to locate points of inflection on a parametric curve, we need the second derivative. The formula is d²y/dx² = d(dy/dx)/dx = [d(dy/dx)/dt] / (dx/dt). Since dy/dx is already a function of t, differentiate it with respect to t, then divide by dx/dt.
为了确定参数曲线的凹凸性或寻找拐点,我们需要二阶导数。公式为 d²y/dx² = d(dy/dx)/dx = [d(dy/dx)/dt] / (dx/dt)。因为 dy/dx 已经是 t 的函数,对它关于 t 求导,再除以 dx/dt 即可。
For instance, using the earlier example x = 3t², y = 2t³, we found dy/dx = t. Then d(dy/dx)/dt = 1, and dx/dt = 6t, so d²y/dx² = 1/(6t). This reveals that the curve’s concavity changes on either side of t = 0, which corresponds to a cusp or an inflexion depending on the context.
例如,沿用之前的例子 x = 3t², y = 2t³,我们得到 dy/dx = t。那么 d(dy/dx)/dt = 1,dx/dt = 6t,所以 d²y/dx² = 1/(6t)。这表明曲线在 t = 0 两侧凹凸性改变,可能对应一个尖点或拐点,视具体情况而定。
IGCSE may not always require the second derivative, but it is useful for deeper analysis and is sometimes tested in higher-tier papers or under the topic of stationary points when the Cartesian form is derived.
IGCSE 可能不总是要求二阶导数,但它对深入分析很有用,有时在提高层级的试卷中会出现,或者在推导出笛卡尔形式后用于驻点判定。
9. Converting Between Parametric and Cartesian Forms | 参数形式与笛卡尔形式的转换
Beyond simple elimination, some parametric equations require careful algebraic manipulation. For rational parameterisations, like x = 2t/(1 + t²), y = (1 − t²)/(1 + t²), you can often find a relationship by squaring, adding, or using identities. These forms frequently appear in circle and hyperbola representations.
除了简单的消元,某些参数方程需要细致的代数操作。对于有理参数化,如 x = 2t/(1 + t²), y = (1 − t²)/(1 + t²),通常可以通过平方、相加或利用恒等式找出关系。这类形式常出现在圆和双曲线的表示中。
Conversely, you might be asked to parametrise a given Cartesian equation. For a circle x² + y² = r², a standard parametrisation is x = r cos t, y = r sin t, where t ∈ [0, 2π). For a parabola y² = 4ax, one common set is x = at², y = 2at. There is no unique parametrisation; the choice often depends on the application.
反之,你可能需要将给定的笛卡尔方程参数化。对于圆 x² + y² = r²,标准参数化是 x = r cos t, y = r sin t,其中 t ∈ [0, 2π)。对于抛物线 y² = 4ax,常用的参数化是 x = at², y = 2at。参数化并不唯一;选择往往取决于应用背景。
10. Finding Points of Intersection | 求交点
To find where a parametric curve meets another curve (parametric or Cartesian), you substitute the parametric expressions for x and y into the equation of the other curve and solve for t. The solutions for t then give the intersection points when plugged back into x(t) and y(t).
要找出参数曲线与另一曲线(参数或笛卡尔形式)的交点,你需要将 x 和 y 的参数表达式代入另一曲线的方程中,解出 t。然后将 t 的解代回 x(t) 和 y(t) 中,即可得到交点坐标。
If the second curve is also parametric but uses a different parameter, say s, equate x₁(t) = x₂(s) and y₁(t) = y₂(s) and solve the simultaneous equations. This can be more challenging and is less common at IGCSE level, but knowing the method is beneficial.
如果第二条曲线也是参数形式但使用不同的参数,比如 s,则令 x₁(t) = x₂(s) 且 y₁(t) = y₂(s),解联立方程组。这可能更具挑战性,在 IGCSE 层面不太常见,但了解方法是有益的。
Be mindful of the range of t: an intersection point is only valid if the t-value lies within the specified domain for the parametric curve.
注意 t 的取值范围:只有当 t 值位于参数曲线指定的定义域内时,交点才有效。
11. Parametric Equations of Common Curves | 常见曲线的参数方程
Memorising the standard parametric forms of common curves can save time in exams. Below is a summary table of the most frequent ones, along with their restrictions.
熟记常见曲线的标准参数形式可以节省考试时间。下面是常见曲线及其限制条件的汇总表。
| Curve / 曲线 | Parametric Equations / 参数方程 | Range of t / t 的范围 |
|---|---|---|
| Circle (centred at origin) | x = r cos t, y = r sin t | 0 ≤ t < 2π |
| Ellipse | x = a cos t, y = b sin t | 0 ≤ t < 2π |
| Parabola y² = 4ax | x = at², y = 2at | t ∈ ℝ |
| Rectangular hyperbola | x = ct, y = c/t | t ≠ 0 |
| Cycloid (not always required) | x = a(t − sin t), y = a(1 − cos t) | t ∈ ℝ |
For the core IGCSE syllabus, the focus is usually on circles, ellipses, and simple polynomial-based parametric equations. You should be able to derive the Cartesian form from any given set of parametric equations and vice versa for these shapes.
对于 IGCSE 核心大纲,焦点通常放在圆、椭圆和简单的基于多项式的参数方程上。你应该能够从任意给定的参数方程推导出这些形状的笛卡尔形式,反之亦然。
12. Exam Tips and Common Pitfalls | 考试技巧与常见陷阱
A common mistake is forgetting that dy/dx is a function of t, not x. When writing the gradient at a point, always substitute the t-value, not use the Cartesian variable. Another pitfall is algebraic slips when eliminating the parameter, especially with squares and square roots — check the domain to avoid extraneous solutions.
一个常见错误是忘记 dy/dx 是 t 的函数,而不是 x 的函数。在写出某点的斜率时,务必代入 t 值,而非使用笛卡尔变量。另一个陷阱是消去参数时的代数失误,尤其是涉及平方和平方根时——检查定义域以避免增根。
When sketching, ensure you include arrows showing the direction as t increases, and label any key points such as intercepts or points of horizontal/vertical tangency. In differentiation problems, state the condition dx/dt ≠ 0; otherwise, the gradient formula is invalid and vertical tangents require special handling.
画图时,确保包含箭头以显示 t 增加的方向,并标注任何关键点,如截距或水平/垂直切线的点。在求导问题中,要说明条件 dx/dt ≠ 0;否则斜率公式无效,垂直切线需要特殊处理。
Lastly, practice regularly with past CIE papers. Questions often integrate parametric equations with coordinate geometry, calculus, and algebraic manipulation. Being fluent in both English and Chinese terminology will help you read questions accurately and present solutions clearly.
最后,定期练习 CIE 历年真题。题目经常将参数方程与坐标几何、微积分和代数操作相结合。流利掌握中英双语术语将帮助你准确读题并清晰地呈现解题步骤。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导