Parametric Equations for IB & Edexcel: Key Exam Points | 参数方程:IB与Edexcel考点精讲

📚 Parametric Equations for IB & Edexcel: Key Exam Points | 参数方程:IB与Edexcel考点精讲

Parametric equations are a powerful way to describe curves using an independent parameter, often t. Instead of expressing y directly as a function of x, we write x = f(t) and y = g(t). This approach is essential for modelling motion, where t represents time, and for curves that do not pass the vertical line test. In IB and Edexcel A-level Mathematics, parametric equations feature prominently in Pure and Mechanics, testing your ability to differentiate, integrate, and interpret geometrically.

参数方程是用独立参数(通常为 t)描述曲线的强大工具。不同于将 y 表示为 x 的函数,我们写成 x = f(t) 和 y = g(t)。这种方法对于建模运动(t 代表时间)以及处理不满足垂直线检验的曲线至关重要。在 IB 和 Edexcel A-level 数学中,参数方程在纯数和力学中都占有重要地位,考查微积分运算和几何解释能力。


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

A parametric equation defines both x and y in terms of a third variable t, called the parameter. As t varies over a given domain, the point (x, y) traces out a curve. The classic example is the unit circle: x = cos t, y = sin t with t in [0, 2π). Unlike Cartesian equations, parametric forms can easily represent loops, self-intersections, and multiple y-values for a single x.

参数方程通过第三个变量 t(称为参数)来同时定义 x 和 y。当 t 在给定定义域内变化时,点 (x, y) 就描绘出一条曲线。经典例子是单位圆:x = cos t, y = sin t,t ∈ [0, 2π)。与笛卡尔方程不同,参数形式可以轻松表示环状曲线、自交叉线以及一个 x 对应多个 y 的情况。

Parametric curves are often used to model the path of a particle. Here t represents time, and the functions (x(t), y(t)) give the position at any instant. This links directly to kinematics, where velocity and acceleration vectors are obtained by differentiation.

参数曲线常用来模拟质点的运动轨迹。此时 t 表示时间,函数 (x(t), y(t)) 给出了任意时刻的位置。这直接与运动学关联,通过求导可得到速度矢量和加速度矢量。


2. Eliminating the Parameter | 消去参数

To convert a parametric curve to its Cartesian form y = f(x) or an implicit relation, we eliminate t. The technique depends on the functions involved: solve one equation for t and substitute into the other, or use trigonometric identities like sin² t + cos² t = 1. Be careful with the domain of t, as it may restrict the valid Cartesian section.

要将参数曲线转换成笛卡尔形式 y = f(x) 或隐函数关系,我们需要消去 t。具体方法取决于函数类型:从其中一个方程解出 t 代入另一个,或利用三角恒等式,如 sin² t + cos² t = 1。注意 t 的定义域,它可能会限制笛卡尔方程的有效区间。

Example: Given x = t² – 1, y = 2t + 3. From x = t² – 1 we can write t = √(x + 1) but the sign depends on the original range of t. Substituting both cases yields y = 2√(x + 1) + 3 or y = -2√(x + 1) + 3. In an exam, always state any restrictions on x.

示例:已知 x = t² – 1, y = 2t + 3。由 x = t² – 1 可得 t = √(x + 1),但符号取决于 t 的原始取值范围。代入两种情形得到 y = 2√(x + 1) + 3 或 y = -2√(x + 1) + 3。考试中务必注明 x 的限制条件。


3. First Derivative dy/dx | 一阶导数

The chain rule gives the derivative of y with respect to x in terms of the parameter: dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0. This formula is the very first step for finding gradients, tangents, and normals.

根据链式法则,y 关于 x 的导数可用参数表示:dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。该公式是求梯度、切线和法线的第一步。

dy/dx = (dy/dt) ÷ (dx/dt)

If both dy/dt and dx/dt are zero at a point, you have a singular point where further analysis is needed. However, typical exam questions avoid such complications. Remember that dy/dx itself is usually a function of t, so you may need to evaluate it at a specific t value.

如果某点处 dy/dt 和 dx/dt 同时为零,则出现奇点,需进一步分析。不过典型考题会避开这种复杂情况。请记住 dy/dx 本身通常是 t 的函数,因此可能需要代入特定 t 值进行求值。


4. Second Derivative d²y/dx² | 二阶导数

The second derivative measures the rate of change of the gradient. In parametric form it is found by differentiating dy/dx with respect to x: d²y/dx² = d(dy/dx)/dx = d/dt(dy/dx) / (dx/dt). It is not simply the second derivative of y over the second derivative of x!

二阶导数衡量梯度的变化率。参数方程中,需对 dy/dx 关于 x 再次求导:d²y/dx² = d(dy/dx)/dx = d/dt(dy/dx) / (dx/dt)。它不是简单地将 y 和 x 分别求两次导再相除!

d²y/dx² = [d/dt(dy/dx)] / (dx/dt)

Many candidates mistakenly compute (d²y/dt²) / (d²x/dt²), which is incorrect. Always find dy/dx first, then differentiate it with respect to t, and divide by dx/dt. The result helps determine the concavity of the curve.

许多考生错误地计算 (d²y/dt²) / (d²x/dt²),这是不对的。务必先求出 dy/dx,再对其关于 t 求导,然后除以 dx/dt。所得结果可用于判断曲线的凹凸性。


5. Tangent Lines | 切线方程

To find the equation of a tangent at a point given by a specific parameter t₀, first calculate the coordinates (x₀, y₀) and the gradient m = dy/dx evaluated at t₀. Then use the point-gradient form: y – y₀ = m(x – x₀). If dx/dt = 0 at t₀, the tangent is vertical with equation x = x₀.

要求参数方程在给定参数 t₀ 对应点处的切线方程,先计算坐标 (x₀, y₀) 和梯度 m = dy/dx|t=t₀,然后使用点斜式:y – y₀ = m(x – x₀)。若在 t₀ 处 dx/dt = 0,则切线为垂直线 x = x₀。

Sometimes the question gives the Cartesian point and asks for the tangent; you must first find the t value(s) that produce that point. Be careful—there might be more than one t, leading to different tangents at the same crossing point.

有时题目给出笛卡尔坐标点并要求切线,你必须先找出产生该点的 t 值。注意可能存在多个 t 值,从而在同一点处得到不同的切线。


6. Normal Lines | 法线方程

The normal is perpendicular to the tangent. Its gradient mₙ is the negative reciprocal of the tangent’s gradient, provided m ≠ 0. So mₙ = -1/m = -(dx/dt)/(dy/dt). The equation of the normal at t₀ is y – y₀ = mₙ(x – x₀). If the tangent is horizontal (m = 0), the normal is vertical.

法线与切线垂直。其梯度 mₙ 是切线梯度的负倒数(当 m ≠ 0 时),即 mₙ = -1/m = -(dx/dt)/(dy/dt)。在 t₀ 处的法线方程为 y – y₀ = mₙ(x – x₀)。若切线水平 (m = 0),则法线垂直。

Be meticulous with signs. A common slip is forgetting the negative sign in the reciprocal. Also, when dy/dt = 0 (horizontal tangent), the normal is vertical with equation x = x₀.

注意符号。常见的失误是忘记负号。此外,当 dy/dt = 0(水平切线)时,法线为垂直线 x = x₀。


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

The area bounded by a parametric curve and the x-axis can be found by integrating y with respect to x. Using the substitution x = x(t), we get dx = (dx/dt) dt. Hence the area A = ∫ y(t) · (dx/dt) dt, with limits in terms of t. This is a direct application of integration by substitution.

参数曲线与 x 轴围成的面积可通过 y 对 x 积分求得。利用代换 x = x(t),得 dx = (dx/dt) dt。因此面积 A = ∫ y(t) · (dx/dt) dt,积分限为 t 的对应值。这是直接应用换元积分法。

Area = ∫t₁t₂ y(t) · (dx/dt) dt

In Edexcel exams, this is a standard topic for parametric integration. IB Analysis & Approaches also covers it. Watch out for curves that cross the x-axis; you may need to split the integral into sections where y is positive and negative, or take absolute value of the integral.

在 Edexcel 考试中,这是参数积分的一个标准考点。IB 分析与方法课程也涵盖。注意曲线穿过 x 轴的情况,可能需要根据 y 的正负分段积分,或对积分取绝对值。


8. Arc Length (IB HL) | 弧长(IB HL考点)

For IB Higher Level, the arc length s of a curve from t = t₁ to t₂ is given by the integral of the speed: s = ∫ √( (dx/dt)² + (dy/dt)² ) dt. This formula comes from the Pythagorean theorem applied to infinitesimal segments. Edexcel A-level does not require arc length, but it is valuable for IB Mathematics and often appears in Paper 3 questions.

对 IB 高水平,从 t = t₁ 到 t₂ 的曲线弧长 s 由速率积分给出:s = ∫ √( (dx/dt)² + (dy/dt)² ) dt。该公式源于对微元线段应用勾股定理。Edexcel A-level 不要求弧长,但它对 IB 数学很有价值,常出现在试卷三中。

s = ∫t₁t₂ √( (dx/dt)² + (dy/dt)² ) dt

When evaluating, simplify the square root as much as possible. Some curves, like the cycloid, yield a neat trigonometric simplification using identities such as 1 – cos t = 2 sin²(t/2). Always check whether the question allows a calculator; exact answers are often expected.

求值时尽可能化简根式。某些曲线,如摆线,可利用三角恒等式(如 1 – cos t = 2 sin²(t/2))得到简洁表达式。务必确认题目是否允许使用计算器,通常要求给出精确值。


9. Motion Along a Curve | 曲线运动学

When t represents time, the derivatives give kinematic quantities. The velocity vector is v = (dx/dt, dy/dt). The speed (magnitude of velocity) is |v| = √( (dx/dt)² + (dy/dt)² ). The acceleration vector is a = (d²x/dt², d²y/dt²). These concepts bridge pure parametric differentiation with mechanics, a key integration in both IB and Edexcel.

当 t 表示时间,导数就给出了运动量。速度矢量为 v = (dx/dt, dy/dt)。速率(速度矢量的模)为 |v| = √( (dx/dt)² + (dy/dt)² )。加速度矢量为 a = (d²x/dt², d²y/dt²)。这些概念将纯参数求导与力学联系起来,是 IB 和 Edexcel 的重要整合考点。

Questions may ask for the direction of motion (angle with the horizontal), the times when the particle is instantaneously at rest, or the Cartesian path. Instantaneous rest occurs when both dx/dt = 0 and dy/dt = 0 simultaneously. For projectile motion, parametric equations take the form x = u cosα · t, y = u sinα · t – ½ gt².

此类题可能要求计算运动方向(与水平夹角)、质点瞬时静止的时刻或笛卡尔路径。瞬时静止发生在 dx/dt 与 dy/dt 同时为零的时候。对于抛体运动,参数方程通常为 x = u cosα · t, y = u sinα · t – ½ gt²。


10. Sketching Parametric Curves | 参数曲线草图绘制

To sketch a parametric curve, follow a systematic approach: determine the range of x and y from the domain of t; find key points such as intercepts (set x = 0 or y = 0 and solve for t); analyse gradients by finding dy/dx and identify horizontal/vertical tangents; and check for symmetries or loops. A table of values for t, x, y is helpful.

绘制参数曲线草图可按系统步骤进行:由 t 的取值范围确定 x 和 y 的范围;求关键点,如截距点(令 x=0 或 y=0 解出 t);通过求 dy/dx 分析梯度,找出水平和垂直切线;检查对称性或环状结构。列一个 t, x, y 的数值表很有帮助。

Common curve shapes include circles, ellipses, parabolas when t is correctly interpreted. For example, x = 2 cos t, y = 3 sin t gives an ellipse. In exams, you may not need a full fine-art sketch, but you must indicate crucial features like asymptotes, intercepts, and the direction of movement as t increases.

常见的曲线形状包括圆、椭圆、抛物线(通过正确解释 t)。例如 x = 2 cos t, y = 3 sin t 表示椭圆。考试中不一定需要完美作图,但必须标出渐近线、截距点等关键特征,并标明 t 增大时的运动方向。


11. Common Mistakes | 常犯错误

Mistake 1: Using the wrong second derivative formula. Many students compute d²y/dx² as (d²y/dt²) / (d²x/dt²). This is statistically one of the most frequent errors and will cost several marks.

错误1:使用错误的二阶导数公式。许多学生将 d²y/dx² 计算为 (d²y/dt²)/(d²x/dt²)。统计上这是最常见的错误之一,会丢掉好几分。

Mistake 2: Forgetting the condition dx/dt ≠ 0. When dx/dt = 0, the tangent is vertical and the gradient is undefined; the standard dy/dx formula breaks down. Analysis of tangents at such points must treat vertical lines separately.

错误2:忘记条件 dx/dt ≠ 0。当 dx/dt = 0 时,切线垂直,梯度无定义,标准 dy/dx 公式失效。此时必须单独处理垂直线。

Mistake 3: Ignoring the parameter’s domain when eliminating. Without specifying the resulting x-range, the Cartesian equation may describe a larger curve than the original parametric one.

错误3:消参时忽略参数的定义域。未指明导出的 x 范围,笛卡尔方程可能描述比原参数曲线更大的图形。

Mistake 4: Misapplying area integrals: confusing whether to use y·(dx/dt) dt or x·(dy/dt) dt. The area with respect to the x-axis uses y dx; with respect to the y-axis uses x dy.

错误4:误用面积积分:混淆使用 y·(dx/dt) dt 还是 x·(dy/dt) dt。关于 x 轴的面积用 y dx;关于 y 轴的面积则用 x dy。


12. Exam Strategy | 考试策略

In both IB and Edexcel, parametric questions often combine multiple skills. Read the entire question first—a later part might ask for a normal or area that relies on derivatives you have already found. Show all derivatives clearly; even if you make an arithmetic slip, method marks are awarded for correct use of dy/dx = (dy/dt)/(dx/dt).

无论在 IB 还是 Edexcel,参数方程题通常融合多种技能。先通读全题——后面的小题可能要求法线或面积计算,这依赖于你已经求出的导数。清晰展示所有求导步骤;即使有算术错误,只要正确使用了 dy/dx = (dy/dt)/(dx/dt) 就能获得方法分。

When a question provides a specific point, immediately find the corresponding t-value. It may require solving a trigonometric equation or a quadratic. Remember one point can correspond to multiple t-values, leading to multiple tangents or normals—examiners love this twist.

当题目给出具体点时,立刻求出对应的 t 值。这可能需要解三角方程或二次方程。记住一个点可能对应多个 t 值,从而导致多条切线和法线——这是考官偏爱的出题陷阱。

Finally,

Published by TutorHao | IB 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