📚 IB Math: Parametric Equations – Essential Exam Guide | IB 数学:参数方程考点精讲
Parametric equations offer an elegant way to describe curves that cannot be expressed as single-valued functions in the Cartesian plane. In IB Mathematics, particularly the Analysis & Approaches HL course, parametric equations form a core topic that bridges algebra, calculus and kinematics. This article walks you through every major concept, from eliminating the parameter to computing arc length and applying these ideas in motion problems, all while highlighting the most common exam pitfalls.
参数方程提供了一种优雅的方式来描述那些在笛卡尔坐标系中无法表示为单值函数的曲线。在IB数学,尤其是分析与方法(HL)课程中,参数方程是连接代数、微积分和运动学的核心主题。本文带你逐一梳理所有重要概念——从消去参数到弧长计算,再到运动问题中的应用——并重点揭示最常见的考试陷阱。
1. Introduction to Parametric Equations | 参数方程简介
A parametric curve is defined by a pair of equations x = f(t) and y = g(t), where t is the parameter. Instead of relating y directly to x, both coordinates depend on an independent third variable, often representing time. This allows us to trace the path of a moving particle and to describe loops, self-intersections, and curves that fail the vertical line test.
参数曲线由一对方程 x = f(t) 和 y = g(t) 定义,其中 t 是参数。它不再直接将 y 表示为 x 的函数,而是让两个坐标都依赖于一个独立的第三变量(通常代表时间)。这使得我们可以描绘运动质点的轨迹,也能表达含有环、自交点以及不满足竖直判别法的曲线。
An example is the circle x = r cos t, y = r sin t for 0 ≤ t < 2π. Here t sweeps out the angle, and the entire circle is generated exactly once. Notice that a single x-coordinate appears with two different y-values, which is impossible in a standard function y = f(x).
以圆为例:x = r cos t, y = r sin t,0 ≤ t < 2π。这里 t 扫过角度,整个圆恰好被描绘一次。注意到同一个 x 坐标会出现两个不同的 y 值,这在普通函数 y = f(x) 中是不可能出现的。
2. Eliminating the Parameter | 消去参数
Although many problems are solved directly in parametric form, it is sometimes useful to recover the Cartesian equation. To eliminate t, solve one of the parametric equations for t (or for an expression involving t) and substitute into the other. Trigonometric identities such as cos² t + sin² t = 1 are particularly valuable when t appears inside sine and cosine.
尽管许多问题直接在参数形式下求解,但有时复原直角坐标方程也很有用。消去 t 的方法是从其中一个参数方程解出 t(或包含 t 的表达式),再代入另一个方程。当参数出现在正弦与余弦中时,像 cos² t + sin² t = 1 这样的三角恒等式特别有用。
For instance, given x = 2 cos t and y = 3 sin t, we obtain ( x/2 )² + ( y/3 )² = 1, which is an ellipse centred at the origin. Always remember to state any restriction on the domain that arises from the range of the original parameter.
例如,给定 x = 2 cos t 和 y = 3 sin t,可得 ( x/2 )² + ( y/3 )² = 1,这是一个以原点为中心的椭圆。请务必注明由原参数取值范围所导致的定义域限制。
3. First Derivative and the Chain Rule | 一阶导数与链式法则
The slope of a parametric curve at any point 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 formula is derived by writing dy/dx = (dy/dt) · (dt/dx) and noting that dt/dx is the reciprocal of dx/dt. In practice, differentiate x(t) and y(t) separately and form the quotient. Always check the sign of dy/dx to determine whether the curve is rising or falling at a particular t-value.
该公式的推导基于 dy/dx = (dy/dt) · (dt/dx),并注意到 dt/dx 是 dx/dt 的倒数。实际操作时,分别对 x(t) 和 y(t) 求导,然后作商。要时刻检查 dy/dx 的符号,以判断曲线在特定 t 值处是上升还是下降。
4. Second Derivative d²y/dx² | 二阶导数 d²y/dx²
The second derivative measures the rate of change of the slope and is crucial for identifying concavity and points of inflection. Its parametric form is:
d²y/dx² = [ d/dt (dy/dx) ] / (dx/dt).
二阶导数用于度量斜率的变化率,对判别凹凸性和寻找拐点至关重要。其参数形式为:
d²y/dx² = [ d/dt (dy/dx) ] / (dx/dt)。
Many students mistakenly differentiate (dy/dt)/(dx/dt) with respect to t and then divide by dx/dt twice. The correct method is to first compute dy/dx as an expression in t, differentiate it with respect to t, and only then divide by dx/dt. Do not treat it as the second derivative of a quotient.
许多学生错误地将 (dy/dt)/(dx/dt) 对 t 求导后再两次除以 dx/dt。正确的方法是:先将 dy/dx 表示为关于 t 的表达式,对其求关于 t 的导数,然后再除以 dx/dt。不要把它当作商的二阶导数来套用。
5. Equations of Tangents and Normals | 切线与法线方程
Once dy/dx is evaluated at a specific t = t₀, the point (x₀, y₀) = (x(t₀), y(t₀)) is known. The tangent line then takes the form y – y₀ = m (x – x₀) with slope m = dy/dx|t=t₀. The normal line is perpendicular, so its slope is –1/m provided m ≠ 0.
当在特定的 t = t₀ 处求出 dy/dx 后,点 (x₀, y₀) = (x(t₀), y(t₀)) 随之确定。切线方程可写为 y – y₀ = m (x – x₀),其中斜率 m = dy/dx|t=t₀。法线与切线垂直,因此在 m ≠ 0 时其斜率为 –1/m。
A common IB question provides parametric equations and asks for the tangent line at the point where the curve crosses itself or where t has a particular value. Be prepared to find the appropriate t by solving x(t) = given value or y(t) = given value.
一种常见的IB考题是给出参数方程,要求找到曲线在自交点处或在 t 取特定值处的切线。要能通过解 x(t) = 给定值或 y(t) = 给定值来确定相应的 t。
6. Stationary Points and Curve Sketching | 驻点与曲线作图
Stationary points occur where dy/dx = 0, i.e., dy/dt = 0 while dx/dt ≠ 0. The nature of such a point (maximum, minimum, or inflection) is determined by studying the sign of dy/dx on either side of the critical t-value or by evaluating d²y/dx².
驻点出现在 dy/dx = 0 处,也即 dy/dt = 0 且 dx/dt ≠ 0。这类点的性质(极大值、极小值或拐点)可通过考察临界 t 值两侧 dy/dx 的符号或计算 d²y/dx² 来判定。
Note that horizontal tangents also occur, revealing maxima or minima, while vertical tangents happen when dx/dt = 0 and dy/dt ≠ 0. These give cusps or vertical turning points. For sketching, build a table of t, x, y, dy/dx and note the behaviour as t increases. This reveals direction and shape far more clearly than a Cartesian equation alone.
还应注意水平切线(对应极大/极小值)与垂直切线(dx/dt = 0 且 dy/dt ≠ 0 时出现,可能产生尖点或垂直转折点)的区别。作图时,可建立一个包含 t、x、y 和 dy/dx 的表格,并观察当 t 增大时曲线的走向。这比仅依靠直角坐标方程更能清晰地揭示曲线的方向与形状。
7. Area Under a Parametric Curve | 参数曲线下的面积
The area enclosed by a parametric curve or between the curve and the x‑axis can be calculated by converting the standard integral ∫ y dx into an integral with respect to t:
Area = ∫t=αβ y(t) · (dx/dt) dt.
参数曲线围成的面积或曲线与 x 轴之间的面积可以通过将标准积分 ∫ y dx 转换为关于 t 的积分来计算:
面积 = ∫t=αβ y(t) · (dx/dt) dt。
The limits α and β correspond to the t-values that give the start and end of the region. When the curve is symmetric or a loop, you can integrate over half the loop and double the result. Be careful with orientation: if integration follows decreasing x, the integral may yield a negative contribution; take the absolute value or carefully track the direction of traversal.
积分限 α 和 β 对应于区域起点和终点的 t 值。当曲线具有对称性或为封闭环时,可仅对半环积分再乘以 2。需注意定向:若积分沿 x 减小的方向进行,结果可能出现负值;应取绝对值或仔细追踪变化方向。
If the area is bounded by a closed loop, the total area is given by the absolute value of the integral around the loop. For example, the area of the ellipse x = a cos t, y = b sin t is πab, which can be verified by this method.
若区域由封闭环围成,总面积即为绕环一周积分的绝对值。例如,椭圆 x = a cos t,y = b sin t 的面积为 πab,可通过此方法验证。
8. Arc Length of a Parametric Curve | 参数曲线的弧长
The length of a parametric curve from t = α to t = β is found by summing infinitesimal segments ds = √[(dx)² + (dy)²]:
s = ∫αβ √[ (dx/dt)² + (dy/dt)² ] dt.
从 t = α 到 t = β 的参数曲线弧长可通过累加微元 ds = √[(dx)² + (dy)²] 求得:
s = ∫αβ √[ (dx/dt)² + (dy/dt)² ] dt。
This formula is a direct application of the Pythagorean theorem on a differential scale. In IB exams, you may be asked to derive the integrand or to evaluate it using integration techniques such as trigonometric substitution or recognizing the derivative of an inner function. Always check if the integrand simplifies to a perfect square.
该公式是勾股定理在微分尺度上的直接应用。在IB考试中,可能要求推导被积函数,或用三角换元或识别内层函数的导数等积分技巧进行计算。请始终留意被积函数是否能够化简为完全平方形式。
9. Applications to Kinematics | 运动学应用
When the parameter is time t, the parametric equations x(t), y(t) represent the position of a particle moving in a plane. The velocity vector is (dx/dt, dy/dt), its magnitude (speed) is √[(dx/dt)² + (dy/dt)²], and the acceleration vector is (d²x/dt², d²y/dt²).
当参数为时间 t 时,参数方程 x(t)、y(t) 表示质点在平面内运动的位置。速度向量为 (dx/dt, dy/dt),其大小(速率)为 √[(dx/dt)² + (dy/dt)²],加速度向量为 (d²x/dt², d²y/dt²)。
Questions often ask for the Cartesian equation of the path, the time(s) when the particle is instantaneously at rest (both velocity components zero), or the distance traveled in a given time interval. Remember that distance traveled is the arc length of the path s = ∫ speed dt, not the net displacement.
考题常要求写出运动轨迹的直角坐标方程、找出质点瞬间静止的时刻(两个速度分量同时为零),或计算给定时间间隔内经过的路程。需注意,路程是路径的弧长 s = ∫ 速率 dt,而非净位移。
10. Common Mistakes and Exam Tips | 常见错误与考试技巧
Mistakes to avoid: (a) Forgetting to divide by dx/dt when finding dy/dx. (b) Computing second derivative as (d²y/dt²)/(d²x/dt²) — this is incorrect. (c) Using the wrong limits or direction when integrating for area. (d) Confusing speed with velocity, or displacement with distance. (e) Dropping the domain restrictions after eliminating the parameter.
常见错误: (a) 求 dy/dx 时忘记除以 dx/dt。(b) 将二阶导数误作 (d²y/dt²)/(d²x/dt²)——这是错误的。(c) 求面积时用错积分限或方向。(d) 将速率与速度、位移与路程混为一谈。(e) 消去参数后丢掉定义域限制。
Exam strategies: Always write down the parametric derivatives clearly: ẋ and ẏ (or dx/dt, dy/dt) before constructing dy/dx. Simplify algebraic expressions as early as possible. If a question asks for a tangent at a specific point, first find the corresponding t-value(s). For motion problems, draw a quick sketch of the path and label direction arrows; this helps avoid sign errors in integration.
应试策略: 在构造 dy/dx 之前,先清楚地写出参数导数 ẋ 和 ẏ(或 dx/dt、dy/dt)。尽早化简代数式。若题目要求某点处的切线,先找出对应的 t 值。对于运动问题,快速画出轨迹草图并标出方向箭头,这有助于避免积分时的符号错误。
11. Summary and Key Formulae | 要点总结与关键公式
The table below collects the essential parametric relationships you must be able to apply fluently in an IB HL exam:
下表总结了你在IB HL考试中必须能熟练应用的关键参数关系:
| Concept | Formula |
| First derivative | dy/dx = (dy/dt) / (dx/dt) |
| Second derivative | d²y/dx² = [d/dt(dy/dx)] / (dx/dt) |
| Arc length | s = ∫ √[(dx/dt)² + (dPublished by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信) CommentsMore posts |
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply