📚 AQA Mathematics: Parametric Equations – Key Points | 参数方程 考点精讲
Parametric equations offer a powerful way to describe curves by expressing both x and y coordinates in terms of a third variable, usually t or θ. In AQA A‑level Mathematics, mastering parametric equations requires you to confidently convert between parametric and Cartesian forms, differentiate to find gradients, determine equations of tangents and normals, and compute areas under curves. This guide breaks down each key skill with clear examples and examination tips, ensuring you understand the logic behind every step rather than just memorising procedures.
参数方程通过第三个变量(通常是 t 或 θ)来表达 x 和 y 坐标,为描述曲线提供了一种强有力的方法。在 AQA A‑level 数学中,掌握参数方程需要你能够熟练地在参数形式与笛卡尔形式之间转换、求导确定梯度、求解切线与法线方程,以及计算曲线下面积。本指南以清晰的示例和应试要点分解每个核心技能,帮助你真正理解每一步的逻辑,而不只是机械记忆。
1. What Are Parametric Equations? | 什么是参数方程?
In a standard Cartesian equation, y is given directly as a function of x, for example y = x² + 3. Parametric equations instead define both x and y separately in terms of an independent parameter, often denoted by t (a scalar or time) or θ (an angle). A classic parametric representation for the unit circle is x = cos θ, y = sin θ, where θ varies from 0 to 2π. This approach is especially useful for describing curves that do not represent functions in the usual y = f(x) sense, or for modelling motion where position depends on time. The parameter can have a physical meaning—like time in projectile motion—or simply serve as a convenient algebraic bridge.
在标准笛卡尔方程中,y 直接表示为 x 的函数,例如 y = x² + 3。而参数方程则通过一个独立参数(通常用 t 表示标量或时间,或用 θ 表示角度)分别定义 x 和 y。单位圆的一个经典参数表示就是 x = cos θ, y = sin θ,其中 θ 从 0 变化到 2π。这种方法特别适用于描述那些不满足通常 y = f(x) 函数关系的曲线,或用于建模位置依赖于时间的运动。参数可以具有物理意义——如抛体运动中的时间——也可以仅仅作为一个方便的代数桥梁。
2. Converting Parametric Equations to Cartesian Form | 将参数方程转化为笛卡尔形式
To find the Cartesian equation of a curve defined parametrically, you must eliminate the parameter. The strategy typically involves solving one equation for the parameter and substituting into the other, or using a trigonometric identity when the equations involve sin θ and cos θ. For example, given x = 2t + 1 and y = t² − 3, solve for t = (x − 1)/2 from the first equation, then substitute into y: y = ((x − 1)/2)² − 3 = ¼(x − 1)² − 3. If the parameter appears in trigonometric functions, use identities such as sin² θ + cos² θ = 1 or sec² θ − tan² θ = 1. For x = 3 cos θ, y = 4 sin θ, rewrite as cos θ = x/3 and sin θ = y/4, then (x/3)² + (y/4)² = 1, which is an ellipse. Always check the domain restriction on x and y that comes from the parameter range; this can limit the valid portion of the Cartesian curve.
要找出由参数方程定义的曲线的笛卡尔方程,你必须消去参数。通常的策略是从其中一个方程解出参数并代入另一个方程,或者当方程涉及 sin θ 和 cos θ 时利用三角恒等式。例如,给定 x = 2t + 1 和 y = t² − 3,从第一个方程解得 t = (x − 1)/2,然后代入 y:y = ((x − 1)/2)² − 3 = ¼(x − 1)² − 3。如果参数以三角函数形式出现,就使用诸如 sin² θ + cos² θ = 1 或 sec² θ − tan² θ = 1 这样的恒等式。对于 x = 3 cos θ, y = 4 sin θ,改写为 cos θ = x/3 和 sin θ = y/4,然后得到 (x/3)² + (y/4)² = 1,这是一个椭圆。始终要留意参数范围所导致的 x 和 y 的定义域限制;这可能限制笛卡尔曲线的有效部分。
3. Sketching Parametric Curves | 绘制参数曲线草图
When sketching a parametric curve, do not simply eliminate the parameter and plot the Cartesian equation—you need to consider the orientation. The parameter often gives a direction of travel as it increases. Build a table of t, x, and y values for key values of t (including any where the curve crosses axes or has vertical/horizontal tangents). Plot these points and indicate the direction of increasing t with arrows. For curves defined with trigonometric parameters, evaluate at standard angles (0, π/2, π, 3π/2, 2π). Pay attention to intervals where x or y might be negative to determine the correct quadrant. The sketch does not need to be perfectly to scale, but it must show intercepts, turning points, and the correct shape with correct orientation.
在绘制参数曲线草图时,不要简单地消去参数然后画出笛卡尔方程——你需要考虑方向。参数通常会在增加时给出运动方向。选取参数的一些关键值(包括曲线与坐标轴相交或具有水平/垂直切线的点),建立 t、x 和 y 的数值表格。描绘这些点并用箭头标出 t 增加的方向。对于用三角函数定义的曲线,要计算标准角(0, π/2, π, 3π/2, 2π)处的值。注意 x 或 y 可能为负的区间,以确定正确的象限。草图不需要完全按比例,但必须显示截距、驻点和正确的形状与方向。
4. Differentiating Parametric Equations – First Derivative | 参数方程求导 – 一阶导数
The gradient of a parametric curve is found using the chain rule. Given x = f(t) and y = g(t), the derivative dy/dx is the ratio of dy/dt to dx/dt: dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0. It is crucial to differentiate both x and y with respect to the parameter t first. For instance, if x = t³ + t and y = 2t² − 1, then dx/dt = 3t² + 1 and dy/dt = 4t. Therefore dy/dx = 4t / (3t² + 1). This expression is still in terms of t, which is typical—you can then substitute a specific t to find the gradient at a particular point. Never attempt to write dy/dx as a function of x or y directly unless required; leaving the answer in terms of the parameter is perfectly acceptable in AQA exams and often saves time.
参数曲线的梯度可通过链式法则求出。给定 x = f(t) 和 y = g(t),导数 dy/dx 是 dy/dt 与 dx/dt 的比值:dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。关键要先分别对参数 t 求导 x 和 y。例如,若 x = t³ + t, y = 2t² − 1,则 dx/dt = 3t² + 1,dy/dt = 4t。因此 dy/dx = 4t / (3t² + 1)。这个表达式仍然以 t 表示,这是很典型的——你可以代入具体的 t 值来求特定点的梯度。除非题目要求,否则绝不要试图直接写成关于 x 或 y 的函数;在 AQA 考试中,将答案保留为参数的表达式完全可接受,而且常常能节省时间。
5. Second Derivative d²y/dx² | 二阶导数 d²y/dx²
To determine concavity or confirm the nature of stationary points, you need the second derivative. The formula is d²y/dx² = d/dt (dy/dx) / (dx/dt). In other words, differentiate your first derivative dy/dx (which is a function of t) with respect to t, then divide by dx/dt. As an example, if dy/dx = 4t / (3t² + 1), first find d/dt (dy/dx) using the quotient rule: derivative = [4(3t² + 1) − 4t(6t)] / (3t² + 1)² = (12t² + 4 − 24t²) / (3t² + 1)² = (4 − 12t²) / (3t² + 1)². Then divide by dx/dt = 3t² + 1, giving d²y/dx² = (4 − 12t²) / (3t² + 1)³. Because the final expression involves t, you must be comfortable performing the quotient rule on parametric fractions. Always simplify fully if possible, and remember that d²y/dx² is not simply d²y/dt² divided by d²x/dt²—a common mistake.
要确定曲线的凹凸性或确认驻点的性质,你需要二阶导数。其公式为 d²y/dx² = d/dt (dy/dx) / (dx/dt)。也就是,先对 t 求导一阶导数 dy/dx(它是 t 的函数),然后除以 dx/dt。例如,若 dy/dx = 4t / (3t² + 1),先用商的求导法则计算 d/dt (dy/dx):导数为 [4(3t² + 1) − 4t(6t)] / (3t² + 1)² = (12t² + 4 − 24t²) / (3t² + 1)² = (4 − 12t²) / (3t² + 1)²。再除以 dx/dt = 3t² + 1,得 d²y/dx² = (4 − 12t²) / (3t² + 1)³。由于最终表达式涉及 t,你必须能熟练地对参数分式使用商的求导法则。如果可能,始终进行彻底化简,并牢记 d²y/dx² 并非简单地将 d²y/dt² 除以 d²x/dt²——这是一个常见误区。
6. Equations of Tangents and Normals | 切线方程与法线方程
Once you have the gradient dy/dx at a specific point, finding the tangent line is straightforward. For a given parameter value t₀, calculate the coordinates (x₀, y₀) and the gradient m = dy/dx|t=t₀. The tangent equation is y − y₀ = m (x − x₀). The normal is perpendicular to the tangent, so its gradient m_normal = −1/m, provided m ≠ 0. Then write y − y₀ = (−1/m)(x − x₀). Always express the final equation in a tidy linear form, such as ax + by + c = 0 or y = mx + c, as instructed by the question. It is good practice to leave m in exact form (fractions, surds) rather than decimal approximations unless a decimal is explicitly requested.
一旦求得特定点的梯度 dy/dx,求切线方程就很简单了。对于给定的参数值 t₀,计算坐标 (x₀, y₀) 和梯度 m = dy/dx|t=t₀。切线方程为 y − y₀ = m (x − x₀)。法线垂直于切线,因此其梯度 m_normal = −1/m(前提是 m ≠ 0)。然后写出 y − y₀ = (−1/m)(x − x₀)。始终将最终方程整理为简洁的线性形式,如 ax + by + c = 0 或 y = mx + c,按题目要求给出。除非明确要求,最好将 m 保留为精确值(分数、根式),而不要化为小数近似值。
7. Stationary Points and Their Nature | 驻点及其性质
A stationary point occurs where the curve has a horizontal tangent, i.e. dy/dx = 0. Since dy/dx = (dy/dt)/(dx/dt), this condition is equivalent to dy/dt = 0 while dx/dt ≠ 0. Solve dy/dt = 0 to find the parameter values t_i. For each t_i, determine the corresponding coordinates (x_i, y_i). To classify the stationary point as a local maximum, minimum, or point of inflection, you can use the second derivative test: evaluate d²y/dx² at t_i. If d²y/dx² > 0, the point is a local minimum; if d²y/dx² < 0, it is a local maximum; if d²y/dx² = 0, the test is inconclusive—then you must check the sign of dy/dx on either side of t_i. Remember that dx/dt must not be zero at the same parameter value, otherwise you might be dealing with a cusp or a point where the curve is not smooth.
驻点出现在曲线具有水平切线之处,即 dy/dx = 0。由于 dy/dx = (dy/dt)/(dx/dt),该条件等价于 dy/dt = 0 且 dx/dt ≠ 0。解 dy/dt = 0 得到参数值 t_i。对每个 t_i,确定相应坐标 (x_i, y_i)。要判定驻点是局部极大值、局部极小值还是拐点,可使用二阶导数检验:计算 t_i 处的 d²y/dx²。若 d²y/dx² > 0,该点为局部极小值;若 d²y/dx² < 0,则为局部极大值;若 d²y/dx² = 0,检验失效——此时你必须检查 t_i 两侧 dy/dx 的符号。记住,在同一参数值处 dx/dt 不得为零,否则你面对的可能是一个尖点或曲线不光滑的点。
8. 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 (dx/dt) dt, where the limits of integration are the t‑values that correspond to the x‑limits. This is derived by substituting x = f(t), hence dx = (dx/dt) dt. For example, if a curve is defined by x = t², y = 2t for t from 0 to 2, the x‑limits are from 0 to 4, but it is easier to integrate with respect to t: Area = ∫_{0}^{2} (2t) * (2t) dt = ∫_{0}^{2} 4t² dt = [4t³/3]_{0}^{2} = 32/3. If the curve loops or crosses itself, you may need to split the integral or carefully determine the correct orientation. Always draw a diagram to identify exactly which region the question is asking for, and check whether the curve goes below the x‑axis, as this would give a signed negative area, requiring adjustment.
要求由参数曲线与 x 轴围成的面积,可使用公式
面积 = ∫ y dx = ∫ y (dx/dt) dt,积分限为与 x 界限对应的 t 值。这是通过代换 x = f(t) 而得,因此 dx = (dx/dt) dt。例如,若曲线由 x = t², y = 2t 定义,t 从 0 到 2,x 界限为 0 到 4,但对 t 积分更方便:面积 = ∫_{0}^{2} (2t) * (2t) dt = ∫_{0}^{2} 4t² dt = [4t³/3]_{0}^{2} = 32/3。若曲线有环状或自交,你可能需要拆分积分或仔细确定正确的方向。始终画图明确题目所问的区域,并检查曲线是否走到 x 轴下方,因为这样会产生带符号的负面积,需要进行调整。
9. Trigonometric Parametric Curves – Special Techniques | 三角参数曲线 – 特殊技巧
When a curve is defined with trigonometric parameters, eliminating the parameter usually relies on Pythagorean identities. For x = a sin θ, y = b cos θ, re‑arrange to sin θ = x/a and cos θ = y/b; squaring and adding gives (x/a)² + (y/b)² = 1, an ellipse. For x = a sec θ, y = b tan θ, use sec²θ − tan²θ = 1, yielding (x/a)² − (y/b)² = 1, a hyperbola. Sketching these curves requires knowing the standard shapes of conic sections. Differentiation is simpler: dx/dθ and dy/dθ are direct trigonometric derivatives. For tangents and normals, you can often leave the gradient in terms of θ and substitute back coordinates. When finding stationary points, solve dy/dθ = 0 while dx/dθ ≠ 0; these often occur at multiples of π/2.
当曲线由三角函数参数定义时,消参通常依赖于勾股恒等式。对于 x = a sin θ, y = b cos θ,整理为 sin θ = x/a 和 cos θ = y/b;平方相加得 (x/a)² + (y/b)² = 1,这是椭圆。对于 x = a sec θ, y = b tan θ,利用 sec²θ − tan²θ = 1,得到 (x/a)² − (y/b)² = 1,这是双曲线。绘制这些曲线需要了解圆锥曲线的标准形状。求导更简单:dx/dθ 和 dy/dθ 是直接的三角函数导数。对于切线和法线,你通常可以将梯度保留为 θ 的表达式并代回坐标。求驻点时,解 dy/dθ = 0 且 dx/dθ ≠ 0;这些驻点通常出现在 π/2 的整数倍处。
10. Modelling with Parametric Equations | 参数方程的建模应用
Parametric equations frequently model real‑world motion where the position of a particle is given by (x(t), y(t)) at time t. The velocity vector is (dx/dt, dy/dt), and the speed is √[(dx/dt)² + (dy/dt)²]. The direction of motion can be found from the velocity vector. The path or trajectory is the curve obtained by eliminating t. Exam questions might ask for the Cartesian equation of the path, the time at which the particle hits the ground (y = 0), or the point of impact. Make sure to interpret the domain of t carefully—sometimes t ≥ 0 restricts the curve to only part of the full Cartesian equation. For projectile motion, x(t) = uₓ t, y(t) = uᵧ t − ½ g t², which yields a parabolic path.
参数方程常用于对现实世界运动的建模,其中质点的位置由时间 t 的坐标 (x(t), y(t)) 给出。速度矢量为 (dx/dt, dy/dt),速率为 √[(dx/dt)² + (dy/dt)²]。运动方向可从速度矢量求出。路径或轨迹是通过消去 t 得到的曲线。试题可能会要求路径的笛卡尔方程、质点落地的时间(y = 0)或落点。务必仔细解读 t 的定义域——有时 t ≥ 0 会将曲线限制为完整笛卡尔方程的一部分。对于抛体运动,x(t) = uₓ t, y(t) = uᵧ t − ½ g t²,这产生的是一条抛物线路径。
11. Common Mistakes and How to Avoid Them | 常见错误及避免方法
One frequent error is forgetting to differentiate both x and y with respect to t before forming dy/dx, leading to an incorrect gradient. Another is evaluating d²y/dx² incorrectly by simply differentiating dy/dx with respect to t and forgetting to divide by dx/dt. Also, when eliminating the parameter, students often neglect to state the domain restrictions on x and y, losing marks. In area problems, using the wrong limits (x‑limits instead of t‑limits, or forgetting to substitute y and dx/dt) is common. A careful, systematic approach—writing down the formulas, checking each step, and verifying the question’s requirements—will help you avoid these pitfalls.
一个常见错误是在构建 dy/dx 之前忘记分别对 t 求导 x 和 y,导致梯度错误。另一个错误是在计算 d²y/dx² 时,只对 t 求导 dy/dx 而忘记除以 dx/dt。此外,消参时学生常常忽略注明 x 和 y 的定义域限制,从而丢分。在面积问题中,使用错误的积分限(使用 x 界限而非 t 界限,或忘记代入 y 和 dx/dt)也很常见。细致、系统的方法——写下公式、检查每一步、核对题目要求——将帮助你避免这些陷阱。
12. Exam Tips for AQA Parametric Equations Questions | AQA 参数方程题的应试技巧
AQA exam questions on parametric equations often combine several skills in one multi‑part question. Start by reading the whole question to understand the flow. When asked to find dy/dx, show the explicit step dy/dx = (dy/dt)/(dx/dt) to secure method marks. If a Cartesian equation is requested, look for clues in the form of the parametric equations: if involving t² or t³, solve for t algebraically; if involving sin/cos, use an identity. Check the range of the parameter and adjust your Cartesian domain accordingly—this can be vital for the last part of the question. For area calculations, always write the integral with correct limits in terms of t and show the substitution of y and dx/dt. Finally, never leave your final answer unsimplified unless the question allows it; simplified exact forms are preferred.
AQA 考试中关于参数方程的题目常常在一个多部分题中综合多项技能。首先通读全题以理解流程。当被要求求 dy/dx 时,展示 dy/dx = (dy/dt)/(dx/dt) 的明确步骤以获得方法分。如果要求笛卡尔方程,从参数方程的形式中寻找线索:若涉及 t² 或 t³,以代数方法解出 t;若涉及 sin/cos,则使用恒等式。检查参数范围并相应调整笛卡尔定义域——这对题目的最后一部分可能至关重要。对于面积计算,始终写出用 t 表示正确积分限的积分式,并展示 y 和 dx/dt 的代入。最后,除非题目允许,否则不要留下未化简的最终答案;化简后的精确形式更受青睐。
Published by TutorHao | AQA Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导