📚 Edexcel Mathematics: Parametric Equations Exam Focus | 爱德思数学:参数方程考点精讲
Parametric equations are a powerful way to describe curves where both x and y depend on a third variable, typically t. In Edexcel A‑Level Mathematics, this topic bridges pure algebra, differentiation, integration and even mechanics. Mastering parametric equations means you can handle complex motion, find tangents, compute areas under curves and tidy up awkward Cartesian relationships. This guide will walk you through every examined skill, from converting forms to handling second derivatives and volumes of revolution.
参数方程是描述曲线的一种强大工具,x 和 y 都依赖于第三个变量(通常是 t)。在爱德思 A‑Level 数学中,这一内容连接了代数、微分、积分乃至力学。掌握参数方程意味着你能处理复杂运动、求切线、计算曲线下面积并简化棘手的笛卡尔关系。本指南将带你逐一攻克所有考查技能,从形式转换到二阶导数与旋转体体积。
1. What Are Parametric Equations? | 什么是参数方程?
A curve can be defined by a pair of equations x = f(t), y = g(t), where t is the parameter. As t varies, the coordinates (x, y) trace out a path. This is especially useful for describing loops, spirals and motion where x and y change independently over time.
曲线可以由一对方程 x = f(t)、y = g(t) 定义,其中 t 为参数。当 t 变化时,坐标 (x, y) 描绘出一条轨迹。这在描述环状、螺旋线以及 x 与 y 随时间独立变化的运动时特别有用。
Common examples include x = at², y = 2at (a parabola) and x = r cos θ, y = r sin θ (a circle). The domain of t gives a specific arc of the curve. For Edexcel, you must be able to sketch curves generated by parametric equations and understand the role of the parameter.
常见的例子有 x = at², y = 2at(抛物线)和 x = r cos θ, y = r sin θ(圆)。t 的定义域给出曲线的特定弧段。在爱德思考试中,你必须能够绘制由参数方程生成的曲线并理解参数的作用。
2. Converting to Cartesian Form | 转化为笛卡尔形式
One core skill is eliminating the parameter to obtain a Cartesian equation linking x and y directly. This often involves using trigonometric identities, algebraic substitution or log properties.
核心技能之一是消去参数,得到直接关联 x 与 y 的笛卡尔方程。这通常涉及利用三角恒等式、代数代入或对数性质。
- For x = a cos t, y = b sin t, use cos²t + sin²t = 1 to get (x/a)² + (y/b)² = 1, an ellipse.
- 对于 x = a cos t, y = b sin t, 利用 cos²t + sin²t = 1 可得 (x/a)² + (y/b)² = 1,即椭圆。
- If x = t + 1, y = t² − 3t, substitute t = x − 1 into y to obtain y = (x−1)² − 3(x−1).
- 若 x = t + 1, y = t² − 3t, 将 t = x − 1 代入 y 得 y = (x−1)² − 3(x−1)。
Always check the domain: the Cartesian equation may represent more of the curve than the parametric definition unless you note the range of t.
务必检查定义域:若不注明 t 的取值范围,笛卡尔方程可能会表示超出参数定义范围的曲线部分。
3. Differentiation – First Derivative dy/dx | 求导——一阶导数 dy/dx
In parametrics, the chain rule gives dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0. This formula is essential for finding gradients of tangents.
在参数方程中,链式法则给出 dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。该公式是求切线梯度的关键。
dy/dx = (dy/dt) ÷ (dx/dt)
For example, if x = t² + 1, y = t³ − 4t, then dx/dt = 2t, dy/dt = 3t² − 4. Hence dy/dx = (3t² − 4)/(2t). To find the gradient at a specific point, first find the corresponding t‑value by solving the x or y equation.
例如,若 x = t² + 1, y = t³ − 4t,则 dx/dt = 2t,dy/dt = 3t² − 4。因此 dy/dx = (3t² − 4)/(2t)。要找到某一点的梯度,需先通过解 x 或 y 方程确定对应的 t 值。
Remember: dy/dx is expressed in terms of t. You never need to convert back to Cartesian for differentiation – that’s the beauty of the method.
记住:dy/dx 用 t 表示。你永远不需要转换回笛卡尔形式求导——这就是该方法的美妙之处。
4. Differentiation – Second Derivative d²y/dx² | 二阶导数 d²y/dx²
To analyse concavity or confirm the nature of stationary points, you need d²y/dx². The formula is:
要分析凹凸性或确认驻点性质,你需要 d²y/dx²,公式如下:
d²y/dx² = d(dy/dx)/dt ÷ dx/dt
First compute dy/dx as a function of t, then differentiate it with respect to t, and finally divide by dx/dt.
首先将 dy/dx 表示为 t 的函数,然后对其关于 t 求导,最后除以 dx/dt。
- Using x = t², y = t³ − 3t: dy/dx = (3t² − 3)/(2t). diferenciate with respect to t gives d(dy/dx)/dt = …… then divide by 2t.
- 利用 x = t², y = t³ − 3t:dy/dx = (3t² − 3)/(2t),对 t 求导得 d(dy/dx)/dt = …… 再除以 2t。
The sign of d²y/dx² determines whether a stationary point is a maximum, minimum or point of inflection.
d²y/dx² 的符号决定了驻点是极大值、极小值还是拐点。
5. Tangents and Normals | 切线与法线
Once you have dy/dx at a point, the equation of the tangent is straightforward: use the point‑slope form y − y₁ = m(x − x₁). Find t₁ for the point, then m = dy/dx evaluated at t₁.
一旦得到某点的 dy/dx,切线方程便水到渠成:使用点斜式 y − y₁ = m(x − x₁)。先找出该点对应的 t₁,再代入 m = dy/dx 在 t₁ 处的值。
The normal line has gradient −1/m (if m ≠ 0). For parametrics, always express the final line in Cartesian form, often y = mx + c, unless asked otherwise.
法线的梯度为 −1/m(如果 m ≠ 0)。对于参数方程,除非题目另有要求,最终直线通常表示为 y = mx + c 的笛卡尔形式。
Exam tip: If you are asked to find where the tangent is parallel to the x‑axis, set dy/dt = 0 (and dx/dt ≠ 0). For vertical tangents, set dx/dt = 0 (and dy/dt ≠ 0).
考试提示:如果要求切线平行于 x 轴的点,设 dy/dt = 0(且 dx/dt ≠ 0)。竖直线则设 dx/dt = 0(且 dy/dt ≠ 0)。
6. Stationary Points | 驻点
Stationary points occur where dy/dx = 0, i.e. dy/dt = 0 provided dx/dt ≠ 0. After solving for t, substitute back into x and y to find the coordinates.
驻点出现在 dy/dx = 0 处,即 dy/dt = 0 且 dx/dt ≠ 0。求出 t 后,代回 x 和 y 得到坐标。
Determine the nature of each stationary point by checking the sign of d²y/dx² or by examining the sign of dy/dx on either side of the t‑value.
通过检查 d²y/dx² 的符号,或者检查 t 值两侧 dy/dx 的符号,来判断每个驻点的性质。
Be careful: if dx/dt = 0 at the same t, the curve may have a cusp or a vertical tangent – this is a special case that Edexcel sometimes tests.
注意:如果同一 t 值处 dx/dt = 0,曲线可能存在尖点或垂直切线——这是爱德思偶尔考查的特殊情况。
7. Integration – Area Under a Curve | 积分——曲线下面积
The area bounded by a parametric curve and the x‑axis is given by:
由参数曲线与 x 轴围成的面积由下式给出:
Area = ∫t₁t₂ y (dx/dt) dt
You must identify the t‑limits that correspond to the x‑limits of the region. Often you are given a diagram or a description such as “from the point where t = 0 to t = π/2”.
你必须找出对应于区域 x 界限的 t 积分限。题目通常会给出图形或描述如“从 t = 0 到 t = π/2 的点”。
For area between a parametric curve and the y‑axis, use ∫ x (dy/dt) dt with appropriate limits.
对于参数曲线与 y 轴之间的面积,使用 ∫ x (dy/dt) dt 并匹配相应积分限。
8. Integration – Volume of Revolution | 积分——旋转体体积
When a parametric curve rotates about the x‑axis, the volume is:
当参数曲线绕 x 轴旋转时,体积为:
V = π ∫t₁t₂ y² (dx/dt) dt
If the rotation is about the y‑axis, use V = π ∫ x² (dy/dt) dt. Always write the formula clearly before substituting.
若绕 y 轴旋转,使用 V = π ∫ x² (dy/dt) dt。在代入之前务必清晰写出公式。
This topic frequently combines parametrics with trigonometric identities, e.g., y = 4 sin t, dx/dt = 2 cos t, leading to an integral involving sin²t, which you simplify using the double‑angle formula.
这个主题经常将参数方程与三角恒等式结合,例如 y = 4 sin t, dx/dt = 2 cos t,积分会出现 sin²t,需要使用倍角公式进行化简。
9. Parametric Equations of Circles and Ellipses | 圆与椭圆的参数方程
The standard parametric form of a circle is x = r cos θ, y = r sin θ. For an ellipse, x = a cos θ, y = b sin θ. These forms appear often in modelling and coordinate geometry problems.
圆的标准参数形式为 x = r cos θ, y = r sin θ。对于椭圆,x = a cos θ, y = b sin θ。这些形式经常出现在建模与坐标几何问题中。
| Curve | Parametric Equations | Cartesian Equation |
| Circle | x = r cos θ, y = r sin θ | x² + y² = r² |
| Ellipse | x = a cos θ, y = b sin θ | x²/a² + y²/b² = 1 |
The parameter θ represents the angle measured from the positive x‑axis, but be aware that in an ellipse, θ is not the actual geometric angle of the point unless a = b.
参数 θ 表示从正 x 轴测量的角度,但需要注意,在椭圆中,除非 a = b,θ 并不是该点的实际几何角度。
10. Kinematics Applications | 运动学应用
In mechanics, parametric equations often describe the position of a particle: x = f(t), y = g(t). Then velocity components are v_x = dx/dt, v_y = dy/dt, and speed is √(v_x² + v_y²). Acceleration components are a_x = d²x/dt², a_y = d²y/dt².
在力学中,参数方程常用来描述质点的位置:x = f(t), y = g(t)。那么速度分量为 v_x = dx/dt, v_y = dy/dt,速率为 √(v_x² + v_y²)。加速度分量为 a_x = d²x/dt², a_y = d²y/dt²。
These link directly to differentiation skills. Edexcel questions may ask for the Cartesian equation of the path or the speed at a given time.
这些内容直接关联微分技能。爱德思的题目可能会要求轨道曲线的笛卡尔方程或给定时刻的速率。
11. Exam Tips and Common Mistakes | 考试技巧与常见错误
- Always check when dx/dt = 0 – you cannot compute dy/dx there; handle vertical tangents separately.
- 务必检查 dx/dt = 0 的情况——此时无法计算 dy/dx,需单独处理垂直切线。
- Do not stop after finding dy/dx; if a gradient at a specific point is required, find the correct t value first by solving the given x or y.
- 求完 dy/dx 不要停;如果需要某一点的梯度,先通过解给定的 x 或 y 找到正确的 t 值。
- When integrating to find area, ensure the t‑limits run from the lower x to the higher x, even if that means the t‑limits appear “backwards”.
- 积分求面积时,确保 t 积分限对应从较小 x 到较大 x,即使这意味着 t 限看起来“反向”也要换限。
- Keep parametric equations in your formula book: the derivative and integration formulas are not always given, so you must memorise dy/dx and the area/volume forms.
- 记住参数方程的相关公式;公式表里不一定会给出导数和积分公式,你必须熟记 dy/dx 和面积/体积形式。
- For volume of revolution, don’t forget the factor π. Square y or x correctly and use dx/dt or dy/dt within the integral.
- 旋转体体积不要漏掉 π。正确平方 y 或 x,并在积分内使用 dx/dt 或 dy/dt。
12. Summary of Key Formulas | 核心公式总结
Keep the following at your fingertips for the exam:
考试时请熟练掌握以下公式:
dy/dx = (dy/dt) / (dx/dt)
d²y/dx² = d(dy/dx)/dt ÷ dx/dt
Area = ∫ y (dx/dt) dt (x-axis)
Volume = π ∫ y² (dx/dt) dt (rotation about x-axis)
With these tools and plenty of practice, parametric equations become a topic where you can consistently score full marks.
掌握了这些工具并大量练习后,参数方程将是你能稳定拿满分的考点。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导