Parametric Equations: Key Concepts for IB & AQA | 参数方程考点精讲

📚 Parametric Equations: Key Concepts for IB & AQA | 参数方程考点精讲

Parametric equations are a powerful way to describe curves where both x and y are expressed in terms of a third variable, typically t (the parameter). This approach is essential for modelling motion, geometry, and complex functions that cannot be written as a single equation y = f(x). In IB and AQA examinations, parametric equations appear across differentiation, integration, and kinematics, requiring a solid grasp of eliminating the parameter, finding tangents, and calculating areas.

参数方程是一种描述曲线的有力方法,它将 x 和 y 都表示为第三个变量(通常用 t 作为参数)的函数。这种方法对于运动建模、几何以及无法写成 y = f(x) 形式的复杂函数至关重要。在 IB 和 AQA 考试中,参数方程出现在微分、积分和运动学中,要求牢固掌握消去参数、求切线和计算面积等考点。


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

In a parametric representation, a curve is defined by two functions: x = f(t) and y = g(t), where t varies over a given interval. The parameter t often represents time in physical contexts, but it can be any independent variable. This form allows curves to loop, cross themselves, or represent motions with varying speed, which is impossible with a standard Cartesian equation.

在参数表示中,曲线由两个函数定义:x = f(t) 和 y = g(t),其中 t 在给定区间内变化。参数 t 在物理情境中通常表示时间,但也可以是任何自变量。这种形式允许曲线自交、闭环或者表示速度变化的运动,而这在标准笛卡尔方程中是无法做到的。

For example, a circle of radius r centred at the origin can be written as x = r cos θ, y = r sin θ with 0 ≤ θ < 2π. The same curve in Cartesian form is x² + y² = r². The parametric version gives explicit coordinates for each value of the parameter, which is extremely useful for plotting and analysing motion.

例如,圆心在原点、半径为 r 的圆可以表示为 x = r cos θ,y = r sin θ,其中 0 ≤ θ < 2π。同样的曲线在笛卡尔形式下是 x² + y² = r²。参数形式可以给出每个参数值对应的明确坐标,这对于绘图和分析运动极为有用。


2. Eliminating the Parameter | 消去参数

To convert parametric equations into a Cartesian equation, we eliminate the parameter t. Common strategies include solving one equation for t and substituting into the other, or using trigonometric identities. For instance, given x = 2 cos t and y = 2 sin t, we rearrange to cos t = x/2 and sin t = y/2, then apply cos²t + sin²t = 1 to obtain x² + y² = 4.

要将参数方程转化为笛卡尔方程,我们需要消去参数 t。常见的策略包括从一个方程解出 t 并代入另一个方程,或者使用三角恒等式。例如,给定 x = 2 cos t 和 y = 2 sin t,可以整理得到 cos t = x/2 和 sin t = y/2,然后利用 cos²t + sin²t = 1 得出 x² + y² = 4。

When the relationship involves exponentials or logarithms, solve for t algebraically. For x = eᵗ and y = 3e²ᵗ, we have t = ln x, so y = 3e²ˡⁿˣ = 3x² (for x > 0). Always check the domain and range of the parameter, as they restrict the Cartesian equation. In exams, you may be asked to sketch the curve and indicate the direction of increasing t.

当涉及指数或对数关系时,可以用代数方法解出 t。例如 x = eᵗ 和 y = 3e²ᵗ,我们有 t = ln x,因此 y = 3e²ˡⁿˣ = 3x²(x > 0)。务必检查参数的定义域和值域,因为它们会限制笛卡尔方程。考试中可能会要求你画出曲线并标记随 t 增大的方向。


3. Differentiation and Tangents | 求导与切线

The derivative dy/dx for parametric equations is given by the chain rule: dy/dx = (dy/dt) ÷ (dx/dt), provided dx/dt ≠ 0. This formula allows us to find the gradient of the tangent without eliminating the parameter. To find the equation of a tangent at a specific point, first determine the value of t corresponding to that point, then evaluate dy/dt and dx/dt.

参数方程的导数 dy/dx 由链式法则给出:dy/dx = (dy/dt) ÷ (dx/dt),前提是 dx/dt ≠ 0。该公式让我们无需消去参数就能求出切线的斜率。要找到某点处的切线方程,首先确定该点对应的 t 值,然后计算 dy/dt 和 dx/dt。

For the cycloid x = t – sin t, y = 1 – cos t, we have dx/dt = 1 – cos t, dy/dt = sin t, so dy/dx = sin t / (1 – cos t). At t = π/2, the gradient is (sin π/2)/(1 – cos π/2) = 1. The tangent line can then be written using point-slope form with the coordinates (x(π/2), y(π/2)).

对于摆线 x = t – sin t,y = 1 – cos t,我们有 dx/dt = 1 – cos t,dy/dt = sin t,因此 dy/dx = sin t / (1 – cos t)。在 t = π/2 时,斜率为 (sin π/2)/(1 – cos π/2) = 1。然后就可以利用点斜式和坐标 (x(π/2), y(π/2)) 写出切线方程。


4. Second Derivative and Concavity | 二阶导数与凹凸性

The second derivative d²y/dx² is obtained by differentiating dy/dx with respect to x, again using a parametric approach: d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] / (dx/dt). This requires differentiating the expression for dy/dx with respect to t first, then dividing by dx/dt. The second derivative helps determine concavity and points of inflection.

二阶导数 d²y/dx² 可以通过对 x 再次微分求得,同样采用参数方法:d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] / (dx/dt)。这需要先对 dy/dx 的表达式关于 t 求导,再除以 dx/dt。二阶导数有助于判断曲线的凹凸性和拐点。

For a curve defined by x = t², y = t³ – 3t, we first find dy/dx = (3t² – 3) / (2t) = (3/2)(t – 1/t). Differentiating this with respect to t yields d/dt(dy/dx) = (3/2)(1 + 1/t²). Then d²y/dx² = [(3/2)(1 + 1/t²)] / (2t) = 3(t² + 1) / (4t³). Setting d²y/dx² = 0 helps locate possible inflection points.

对于 x = t²,y = t³ – 3t 的曲线,先求出 dy/dx = (3t² – 3) / (2t) = (3/2)(t – 1/t)。对此式关于 t 求导得到 d/dt(dy/dx) = (3/2)(1 + 1/t²)。因此 d²y/dx² = [(3/2)(1 + 1/t²)] / (2t) = 3(t² + 1) / (4t³)。令 d²y/dx² = 0 可帮助定位可能的拐点。


5. Normal Lines from Parametric Equations | 参数方程中的法线

The normal to a curve at a point is perpendicular to the tangent. Its gradient is the negative reciprocal of dy/dx, provided dy/dx ≠ 0. Thus the normal gradient m_N = -1 / (dy/dx). You can write the equation of the normal using the same point coordinates and the normal gradient. Always state the final answer in a required form, such as ax + by + c = 0.

曲线在某点处的法线垂直于切线。只要 dy/dx ≠ 0,法线的斜率就是 dy/dx 的负倒数。因此法线斜率 m_N = -1 / (dy/dx)。可以使用同样的点坐标和法线斜率写出法线方程。最终答案要按要求的形式给出,例如 ax + by + c = 0。

For example, with x = ln t, y = t² at t = 1, the point is (0,1). dx/dt = 1/t, dy/dt = 2t, so dy/dx = 2t². At t = 1, gradient = 2. The normal gradient = -1/2. The normal equation is y – 1 = -1/2 (x – 0), or x + 2y – 2 = 0.

例如,对于 x = ln t,y = t²,在 t = 1 处,点为 (0,1)。dx/dt = 1/t,dy/dt = 2t,因此 dy/dx = 2t²。当 t = 1 时,切线斜率为 2。法线斜率为 -1/2。法线方程为 y – 1 = -1/2 (x – 0),即 x + 2y – 2 = 0。


6. 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 a change of variable: Area = ∫ y dx = ∫ y(t) (dx/dt) dt, with limits given by the parameter values. Alternatively, if the curve is expressed as x(y), the area with respect to the y-axis is ∫ x dy = ∫ x(t) (dy/dt) dt.

参数曲线与 x 轴围成的面积可以通过对 y 关于 x 积分并换元求得:面积 = ∫ y dx = ∫ y(t) (dx/dt) dt,积分限由参数值给出。如果曲线用 x(y) 表示,则关于 y 轴的面积为 ∫ x dy = ∫ x(t) (dy/dt) dt。

Consider the area under one arch of the cycloid x = a(t – sin t), y = a(1 – cos t) from t = 0 to 2π. Here dx/dt = a(1 – cos t). The area = ∫₀²π a(1 – cos t) · a(1 – cos t) dt = a² ∫₀²π (1 – cos t)² dt. Expanding and integrating gives 3π a², which is three times the area of the generating circle.

考虑摆线 x = a(t – sin t),y = a(1 – cos t) 的一个拱从 t = 0 到 2π 下的面积。这里 dx/dt = a(1 – cos t)。面积 = ∫₀²π a(1 – cos t) · a(1 – cos t) dt = a² ∫₀²π (1 – cos t)² dt。展开并积分得到 3π a²,是生成圆面积的三倍。

Always pay attention to the direction of integration: if the parameter runs from a higher to a lower x-value, you may need to reverse the limits or take absolute values to get a positive area. In exams, clearly set up the integral with the correct orientation.

务必注意积分方向:如果参数从较大的 x 值向较小的运行,可能需要调换积分限或取绝对值才能得到正面积。在考试中,要清晰地根据正确方向建立积分式。


7. Arc Length of a Parametric Curve | 参数曲线的弧长

The arc length L of a curve defined parametrically from t = α to t = β is L = ∫ₐᵦ √( (dx/dt)² + (dy/dt)² ) dt. This formula comes from the Pythagorean sum of infinitesimal horizontal and vertical displacements. It is particularly testable in IB HL and some AQA Further Mathematics contexts, so be ready to apply it.

参数定义的曲线从 t = α 到 t = β 的弧长 L 为 L = ∫ₐᵦ √( (dx/dt)² + (dy/dt)² ) dt。这个公式源自水平与垂直微元位移的勾股定理求和。它在 IB HL 和某些 AQA 进阶数学中可能会考查,因此要做好应用准备。

For the curve x = t³, y = t² from t = 0 to t = 1, dx/dt = 3t², dy/dt = 2t. The integrand becomes √(9t⁴ + 4t²) = t√(9t² + 4). Then L = ∫₀¹ t√(9t² + 4) dt. Use substitution u = 9t² + 4, du = 18t dt, giving L = (1/18) ∫₄¹³ √u du = (1/27)(13√13 – 8).

对于曲线 x = t³,y = t²,从 t = 0 到 t = 1,dx/dt = 3t²,dy/dt = 2t。被积函数为 √(9t⁴ + 4t²) = t√(9t² + 4)。因此 L = ∫₀¹ t√(9t² + 4) dt。用代换 u = 9t² + 4,du = 18t dt,得到 L = (1/18) ∫₄¹³ √u du = (1/27)(13√13 – 8)。


8. Parametric Equations in Kinematics | 参数方程在运动学中的应用

In mechanics, position vectors are often given parametrically: r(t) = x(t)i + y(t)j, where t is time. Velocity v = (dx/dt)i + (dy/dt)j, and acceleration a = (d²x/dt²)i + (d²y/dt²)j. The speed is the magnitude |v| = √( (dx/dt)² + (dy/dt)² ). Parametric differentiation directly yields these vectors, making it a natural fit for projectile motion and dynamics.

在力学中,位置向量通常用参数形式给出:r(t) = x(t)i + y(t)j,其中 t 是时间。速度 v = (dx/dt)i + (dy/dt)j,加速度 a = (d²x/dt²)i + (d²y/dt²)j。速率是速度的大小 |v| = √( (dx/dt)² + (dy/dt)² )。参数微分可以直接得到这些向量,因此非常适用于抛体运动和动力学。

A typical exam question: A particle moves such that its coordinates are x = 2t, y = t² – 4t. Find the speed at t = 3 and the Cartesian equation of the path. Speed: v_x = 2, v_y = 2t – 4, so at t = 3, v = 2i + 2j, speed = √(4+4) = √8 = 2√2. Eliminating t gives y = (x/2)² – 4(x/2) = x²/4 – 2x.

典型的考题:一质点运动使得其坐标 x = 2t,y = t² – 4t。求在 t = 3 时的速率以及路径的笛卡尔方程。速率:v_x = 2,v_y = 2t – 4,所以在 t = 3 时,v = 2i + 2j,速率 = √(4+4) = √8 = 2√2。消去 t 得到 y = (x/2)² – 4(x/2) = x²/4 – 2x。

Note that if the particle’s velocity vector is parallel to a given direction, you can set the ratio of components equal to the direction’s slope. Similarly, to find times when acceleration is perpendicular to velocity, use the dot product v · a = 0.

注意,如果质点的速度矢量与给定方向平行,可以让分量之比等于该方向的斜率。同样,要找到加速度垂直于速度的时刻,可以利用内积 v · a = 0。


9. Common Parametric Curves and Their Features | 常见参数曲线及其特征

Familiarity with standard parametric families saves time and helps verify results. Below is a summary:

Curve Parametric Equations Cartesian Form Notes
Circle x = h + r cos t, y = k + r sin t (x-h)² + (y-k)² = r² t in [0, 2π)
Ellipse x = a cos t, y = b sin t x²/a² + y²/b² = 1 If a > b, major axis horizontal
Parabola (vertical) x = t, y = at² y = ax² Simple direct substitution
Rectangular Hyperbola x = ct, y = c/t xy = c² t ≠ 0
Cycloid x = a(t – sin t), y = a(1 – cos t) None simple Traced by a point on a rolling wheel

熟悉标准参数曲线族可以节省时间并帮助验证结果。下表是一个总结:

In exams, being able to recognise a curve from its parametric form quickly lets you predict symmetry, intercepts, and behaviour without extensive algebra.

在考试中,能够快速识别参数形式对应的曲线,可以不必进行大量代数运算就能预判对称性、截距和曲线行为。


10. Exam-Style Traps and Tips | 考试常见陷阱与技巧

Tip 1: Always note the direction of the parameter. Sketching arrows to indicate increasing t is often required and helps avoid incorrect area signs. If dx/dt is negative, the curve is traced from right to left, which affects integral limits for area.

技巧1:始终注意参数的变化方向。通常要求标出 t 增大方向的箭头,这也有助于避免面积符号错误。如果 dx/dt 为负,曲线的走向是从右向左,这会影响求面积时的积分限。

Tip 2: When eliminating the parameter, be careful with domain restrictions implied by the original parametric definitions. For instance, x = eᵗ always positive, so the Cartesian equation y = x² will only be valid for x > 0.

技巧2:消去参数时,要小心原参数定义所隐含的定义域限制。例如,x = eᵗ 始终为正,因此笛卡尔方程 y = x² 仅在 x > 0 时有效。

Tip 3: For second derivative, many students forget to divide by dx/dt again. Remember the formula: d²y/dx² = (d/dt(dy/dx)) / (dx/dt). Practice it step by step to avoid errors.

技巧3:对于二阶导数,很多学生忘记再次除以 dx/dt。记住公式:d²y/dx² = (d/dt(dy/dx)) / (dx/dt)。按步骤练习以避免出错。

Tip 4: In area computations, always check if the curve lies entirely above the x-axis. If it dips below, you must split the integral or consider symmetry. Parametric limits that produce negative y will subtract area unless handled with absolute value or separate integration.

技巧4:在面积计算中,要检查曲线是否完全位于 x 轴上方。如果曲线部分在下方,则需分割积分或者利用对称性。产生负 y 的参数积分限会减去面积,除非用绝对值处理或分段积分。

Tip 5: For arc length, identifying whether the integrand can be simplified with a trigonometric identity is key. Often, (dx/dt)² + (dy/dt)² simplifies nicely using sin²t + cos²t = 1 or other identities.

技巧5:对于弧长,关键在于能否用三角恒等式简化被积函数。通常 (dx/dt)² + (dy/dt)² 可以利用 sin²t + cos²t = 1 或其他恒等式巧妙化简。

Consistent practice with past paper questions is the most effective way to master parametric equations. Focus on building speed in elimination, differentiation, and setting up integrals, as these constitute the core of examination marks.

通过对历年真题的持续练习,是掌握参数方程最有效的方法。重点训练消参、求导和建立积分式的速度,因为这些是考试中的核心得分点。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version