Parametric Equations | 参数方程

📚 Parametric Equations | 参数方程

Parametric equations offer a powerful way to describe curves that cannot easily be captured by a single equation y = f(x). In the IGCSE WJEC Mathematics specification, mastering parametric forms unlocks a deeper understanding of motion, geometry, and calculus. This article distils the essential concepts, techniques, and exam-style problem-solving strategies you need to excel.

参数方程提供了一种强大的方式来描述那些难以用单个方程 y = f(x) 表示的曲线。在 IGCSE WJEC 数学大纲中,掌握参数形式能让你更深入地理解运动、几何和微积分。本文浓缩了关键概念、技巧以及应试解题策略,助你斩获高分。


1. What Are Parametric Equations? | 什么是参数方程?

In a standard Cartesian equation, y is expressed directly in terms of x, such as y = 2x + 3. Parametric equations introduce a third variable — usually denoted t, θ, or another letter — that acts as an independent parameter to define both x and y separately. A curve is then described by a pair of equations: x = f(t), y = g(t). Each value of t generates a point (x, y) on the curve, and as t varies, the point traces out the entire path.

在标准的笛卡尔方程中,y 直接用 x 表示,例如 y = 2x + 3。参数方程引入第三个变量——通常记为 t、θ 或其他字母——作为独立参数分别定义 x 和 y。曲线由一对方程描述:x = f(t), y = g(t)。每个 t 值生成曲线上的一个点 (x, y),随着 t 变化,该点描绘出完整轨迹。

The most intuitive example is the motion of a particle over time: x = 2t, y = t² − 1. Here, x and y are both functions of time t. While we can often eliminate t to recover a Cartesian form, the parametric representation retains directional information and is essential when a curve folds back on itself or cannot be expressed as a single-valued function.

最直观的例子是粒子随时间运动:x = 2t, y = t² − 1。这里 x 和 y 都是时间 t 的函数。虽然我们通常可以消去 t 得到笛卡尔形式,但参数表示保留了方向信息,在曲线自相交或不能表示为单值函数时至关重要。


2. Understanding the Parameter | 理解参数

The choice of parameter depends on the context. In mechanics, t stands for time. In geometry, θ often represents an angle measured from the positive x‑axis. A parameter can be any real number, and the domain of t (or θ) determines the portion of the curve we see. For example, the parametric equations x = cos θ, y = sin θ for 0 ≤ θ < 2π trace a complete circle, but restricting θ to 0 ≤ θ ≤ π gives only the upper semicircle.

参数的选择取决于上下文。在力学中,t 代表时间。在几何中,θ 通常表示从 x 轴正方向测得的角。参数可以是任意实数,t(或 θ)的取值范围决定了我们看到的曲线部分。例如,参数方程 x = cos θ, y = sin θ,当 0 ≤ θ < 2π 时描绘出完整的圆,但限制 0 ≤ θ ≤ π 则只给出上半圆。

WJEC exam questions frequently ask you to identify the range of the parameter that produces a specific arc, or to find the parameter value corresponding to a given point. Always note any restrictions given in the problem — such as t ≥ 0 — because they affect the shape and orientation of the curve.

WJEC 考题经常要求你确定产生特定弧线的参数范围,或找出对应于给定点的参数值。始终注意题目中给出的限制条件(如 t ≥ 0),因为它们会影响曲线的形状和方向。


3. Sketching Parametric Curves | 绘制参数曲线

To sketch a curve given in parametric form, build a table of values for t, x, and y. Choose a suitable range of t — usually guided by the domain specified or by symmetry. Plot the (x, y) points and join them in increasing order of t. This sequential joining reveals the curve’s direction, which is a unique advantage of parametric equations.

要绘制参数形式的曲线,需要建立一个 t、x、y 的数值表。选择适当的 t 范围——通常由指定的定义域或对称性决定。标出 (x, y) 点,并按 t 递增的顺序连接。这种按序连接揭示了曲线方向,这是参数方程独有的优势。

For instance, consider x = t³ − 3t, y = t² − 1. Tabulating from t = −2 to t = 2 shows that the curve crosses itself at the origin when t = ±√3. The direction arrows help you see how the particle moves: as t increases, the curve is traced from left to right on the rightmost branch.

例如,考虑 x = t³ − 3t, y = t² − 1。从 t = −2 到 t = 2 制表显示,曲线在 t = ±√3 时于原点自相交。方向箭头帮助看清质点如何运动:随着 t 增大,右侧分支的轨迹从左到右。

Always label key points: intercepts, turning points, and points where the tangent is horizontal or vertical. Show the direction clearly on your sketch.

始终标注关键点:截距、转向点以及切线的水平或竖直点。在草图上清晰标出方向。


4. Eliminating the Parameter | 消去参数

Converting parametric equations to a Cartesian equation y = f(x) or a relation F(x, y) = 0 is a core skill. The technique depends on the form of x(t) and y(t). If one equation can be solved for t explicitly, substitute into the other. For example, from x = 2t + 1 we obtain t = (x − 1)/2, then substitute into y = t² − 3 to get y = ((x − 1)/2)² − 3.

将参数方程转化为笛卡尔方程 y = f(x) 或关系式 F(x, y) = 0 是一项核心技能。技巧取决于 x(t) 和 y(t) 的形式。如果其中一个方程可显式解出 t,则代入另一个。例如,由 x = 2t + 1 得 t = (x − 1)/2,代入 y = t² − 3 得 y = ((x − 1)/2)² − 3。

When trigonometric functions are involved, use identities such as cos²θ + sin²θ = 1, sec²θ − tan²θ = 1, or cosh²t − sinh²t = 1. For x = a cos θ, y = b sin θ, rearranging gives (x/a)² + (y/b)² = cos²θ + sin²θ = 1, so the Cartesian equation is x²/a² + y²/b² = 1, an ellipse.

当涉及三角函数时,利用恒等式如 cos²θ + sin²θ = 1、sec²θ − tan²θ = 1 或 cosh²t − sinh²t = 1。对于 x = a cos θ, y = b sin θ,整理得 (x/a)² + (y/b)² = cos²θ + sin²θ = 1,因此笛卡尔方程为 x²/a² + y²/b² = 1,即椭圆。

Be mindful of the domain: after eliminating the parameter, you may need to state the range of x and y that corresponds to the original parametric domain.

注意定义域:消去参数后,你可能需要说明与原始参数定义域相对应的 x 和 y 取值范围。


5. Common Parametric Forms | 常见参数形式

Certain parameterisations appear repeatedly in WJEC exams. Recognising them saves time.

某些参数化形式在 WJEC 考试中反复出现。识别它们可节省时间。

  • Circle, centre (0,0), radius r: x = r cos θ, y = r sin θ (0 ≤ θ < 2π).
    圆,圆心 (0,0),半径 r:x = r cos θ, y = r sin θ (0 ≤ θ < 2π)。
  • Ellipse, centre (0,0): x = a cos θ, y = b sin θ.
    椭圆,中心 (0,0):x = a cos θ, y = b sin θ。
  • Parabola (opening right): x = at², y = 2at (t ∈ ℝ). Cartesian: y² = 4ax.
    抛物线(向右开口):x = at², y = 2at (t ∈ ℝ)。笛卡尔形式:y² = 4ax。
  • Rectangular hyperbola: x = ct, y = c/t (t ≠ 0). Cartesian: xy = c².
    等轴双曲线:x = ct, y = c/t (t ≠ 0)。笛卡尔形式:xy = c²。
  • Trigonometric curves: x = a sec θ, y = b tan θ gives (x/a)² − (y/b)² = 1, a hyperbola.
    三角曲线:x = a sec θ, y = b tan θ 给出 (x/a)² − (y/b)² = 1,即双曲线。

6. Differentiation: Finding dy/dx | 微分:求 dy/dx

The gradient of a parametric curve is obtained by the chain rule:

dy/dx = (dy/dt) ÷ (dx/dt) = (dy/dt) / (dx/dt), provided dx/dt ≠ 0.

参数曲线的梯度由链式法则求得:

dy/dx = (dy/dt) ÷ (dx/dt) = (dy/dt) / (dx/dt),假设 dx/dt ≠ 0。

Compute dx/dt and dy/dt separately, then divide. The result is expressed in terms of the parameter. To find the gradient at a specific point, first determine the parameter value t that gives that point, then substitute into dy/dx.

分别计算 dx/dt 和 dy/dt,然后相除。结果用参数表示。求特定点的梯度时,先确定给出该点的参数值 t,然后代入 dy/dx。

Example: For x = t³ + 2, y = t² − t, we have dx/dt = 3t², dy/dt = 2t − 1. Thus dy/dx = (2t − 1)/(3t²). At the point where t = 2, gradient = (4 − 1)/(12) = 3/12 = 1/4.

示例:对于 x = t³ + 2, y = t² − t,有 dx/dt = 3t²,dy/dt = 2t − 1。因此 dy/dx = (2t − 1)/(3t²)。在 t = 2 的点处,梯度 = (4 − 1)/(12) = 3/12 = 1/4。


7. Tangent and Normal Equations | 切线与法线方程

Once you have the gradient m = dy/dx at a given t, writing the equation of the tangent or normal is straightforward. Find the coordinates (x₁, y₁) by substituting t into x(t) and y(t). The tangent equation is:

y − y₁ = m(x − x₁)

一旦获得给定 t 处的梯度 m = dy/dx,写出切线或法线方程就很简单。将 t 代入 x(t) 和 y(t) 求坐标 (x₁, y₁)。切线方程为:

y − y₁ = m(x − x₁)

The normal gradient is −1/m (provided m ≠ 0), so the normal equation is:

y − y₁ = (−1/m)(x − x₁)

法线梯度为 −1/m(假设 m ≠ 0),因此法线方程为:

y − y₁ = (−1/m)(x − x₁)

WJEC questions often ask for the tangent at a point corresponding to a given parameter value, or at the point where the curve crosses itself. In the latter case, find the two distinct t values that produce the same (x, y), and then compute the two separate tangents.

WJEC 题目常要求求出对应于给定参数值的点处的切线,或在曲线自交点的切线。在后一种情况中,找出产生相同 (x, y) 的两个不同 t 值,然后计算两条不同的切线。


8. Horizontal and Vertical Tangents | 水平与竖直切线

A tangent is horizontal when dy/dx = 0, which occurs when dy/dt = 0 and dx/dt ≠ 0. A tangent is vertical when dx/dt = 0 (and dy/dt ≠ 0). These special points are often turning points or cusps of the curve.

当 dy/dx = 0 时切线水平,这发生在 dy/dt = 0 且 dx/dt ≠ 0 时。当 dx/dt = 0(且 dy/dt ≠ 0)时切线竖直。这些特殊点常常是曲线的转向点或尖点。

To locate horizontal tangents, solve dy/dt = 0 for t, check that dx/dt ≠ 0, and then find the corresponding (x, y). Similarly, for vertical tangents solve dx/dt = 0. Always verify that both derivatives are not simultaneously zero, which could indicate a cusp or a self‑intersection requiring further investigation.

要定位水平切线,解 dy/dt = 0 求 t,检查 dx/dt ≠ 0,然后求对应的 (x, y)。类似地,对于竖直切线,解 dx/dt = 0。始终验证两个导数不会同时为零,这可能意味着存在尖点或自交点,需要进一步分析。


9. Area Under a Parametric Curve | 参数曲线下的面积

To find the area bounded by a parametric curve and the x‑axis, use the formula:

Area = ∫ y dx = ∫ y(t) · (dx/dt) dt, with limits in terms of t.

要计算由参数曲线与 x 轴围成的面积,使用公式:

面积 = ∫ y dx = ∫ y(t) · (dx/dt) dt,积分限用 t 表示。

If the curve crosses the x‑axis, you may need to split the integral at the t‑values where y = 0. The sign of the integral gives signed area; for total area, take absolute values where the curve dips below the axis.

如果曲线穿过 x 轴,可能需要在 y = 0 的 t 值处分割积分。积分的符号给出带符号的面积;对于总面积,在曲线低于 x 轴的部分取绝对值。

Similarly, the area between a parametric curve and the y‑axis can be found using ∫ x dy = ∫ x(t) · (dy/dt) dt. This dual approach is useful when one axis integration is simpler than the other.

类似地,参数曲线与 y 轴间的面积可用 ∫ x dy = ∫ x(t) · (dy/dt) dt 求得。当对一轴的积分比另一轴更简单时,这种双重方法很有用。


10. Arc Length (Extension) | 弧长(拓展)

Although arc length is not always explicitly tested in IGCSE WJEC Mathematics, it appears in some further pure contexts. The length s of a curve from t = a to t = b is given by:

s = ∫ √[(dx/dt)² + (dy/dt)²] dt, from a to b.

虽然弧长不总在 IGCSE WJEC 数学中直接考查,但在某些进阶纯数内容中会出现。从 t = a 到 t = b 的曲线长度 s 由下式给出:

s = ∫ √[(dx/dt)² + (dy/dt)²] dt,从 a 到 b。

This formula derives from the Pythagorean distance along small increments. If you encounter it, be prepared to simplify the square‑root expression using trigonometric identities — for example, for x = a cos t, y = a sin t, the integrand reduces to a, giving the circumference of a circle.

该公式来自小增量的勾股距离。如果遇到,准备用三角恒等式化简根式——例如,对 x = a cos t, y = a sin t,被积函数简化为 a,从而得出圆的周长。


11. Typical Exam Mistakes and How to Avoid Them | 常见考试错误及避免方法

Forgetting to check dx/dt ≠ 0 when finding dy/dx: Always state the condition. If dx/dt = 0 at a point, the gradient may be vertical, and dy/dx is undefined.

求 dy/dx 时忘记检查 dx/dt ≠ 0:始终声明该条件。如果某点 dx/dt = 0,梯度可能为竖直,dy/dx 无定义。

Eliminating the parameter incorrectly: Double‑check your algebraic manipulation. If you square equations, you might introduce extraneous solutions; verify the domain.

错误消去参数:仔细检查代数操作。如果你对方程进行平方,可能引入额外解;验证定义域。

Confusing dy/dt and dy/dx: Remember, dy/dx is the gradient of the tangent in the x‑y plane, not the rate of change of y with respect to the parameter.

混淆 dy/dt 与 dy/dx:记住,dy/dx 是 x-y 平面内切线的梯度,而非 y 关于参数的变化率。

Area sign errors: When the curve goes below the x‑axis, y(t) is negative; the integral yields negative area. Use absolute value for total physical area unless the question asks for signed area.

面积符号错误:当曲线在 x 轴下方时,y(t) 为负;积分得到负面积。除非题目要求带符号面积,否则使用绝对值求实际总面积。


12. Revision and Exam Tips | 复习与应试技巧

Practise a wide variety of parametric curves: polynomials, trigonometric, and exponential forms. Become fluent in eliminating the parameter and converting between parametric and Cartesian forms. For differentiation and integration, always write down dx/dt and dy/dt clearly before doing any division or substitution. In sketching questions, plot at least 5–7 points and mark the direction. When solving for points of intersection with axes, set y = 0 (to find x‑intercepts) or x = 0 (for y‑intercepts) and solve for t, then find the Cartesian coordinates.

练习多种参数曲线:多项式、三角函数和指数形式。熟练消去参数,并在参数与笛卡尔形式间转换。对于微分和积分,在进行除法或代入前,务必清晰地写出 dx/dt 和 dy/dt。在绘图题中,至少标出 5–7 个点并标记方向。求解与坐标轴的交点时,设 y = 0(求 x 截距)或 x = 0(求 y 截距),解出 t,然后求笛卡尔坐标。

Time management is crucial: parametric questions often appear later in the paper and carry high marks. If you get stuck on eliminating a parameter, move on to parts about differentiation or area — they can often be answered directly in terms of t.

时间管理至关重要:参数题通常出现在试卷后半部分且分值高。如果你在消去参数上卡住,先做微分或面积相关的部分——它们通常可直接用 t 作答。

Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading