📚 PDF资源导航

A-Level OCR Maths: Mastering Parametric Equations | A-Level OCR 数学:参数方程 考点精讲

📚 A-Level OCR Maths: Mastering Parametric Equations | A-Level OCR 数学:参数方程 考点精讲

Parametric equations offer a powerful way to describe curves by expressing both x and y in terms of a third variable, usually t. In OCR A-Level Mathematics, this topic bridges algebra, coordinate geometry, and calculus, and frequently appears in Paper 1 (Pure) of the final exams. Mastering parametric equations means understanding how to eliminate the parameter, differentiate, find tangents and normals, and calculate areas—all while spotting the subtle symmetries that can save precious time in an exam.

参数方程通过第三个变量(通常为 t)同时描述 x 和 y,是描述曲线的一种强大方式。在 OCR A-Level 数学中,该主题连接了代数、坐标几何和微积分,经常出现在最终考试的纯数卷一里。掌握参数方程意味着要理解如何消去参数、进行求导、寻找切线和法线,并计算面积——同时发现那些可以节省宝贵考试时间的细微对称性。

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

In standard Cartesian equations, y is given directly as a function of x, for example y = x² + 1. With parametric equations, both x and y are expressed as functions of an independent parameter, often t: x = f(t), y = g(t). As t varies, the point (x, y) traces out a curve. This representation is invaluable for describing complex curves, including those that loop or cross themselves, and for modelling motion where t represents time.

在标准笛卡尔方程中,y 直接表示为 x 的函数,例如 y = x² + 1。而在参数方程中,x 和 y 都表示为独立参数(通常为 t)的函数:x = f(t),y = g(t)。随着 t 变化,点 (x, y) 描绘出一条曲线。这种表示法对于描述复杂曲线(包括有环或自交的曲线)以及用 t 表示时间的运动建模来说,非常有价值。

For example, x = 2cos t, y = 2sin t (0 ≤ t < 2π) represents a circle of radius 2 centred at the origin. The parameter t here represents the angle measured from the positive x-axis. You can also have rational functions such as x = t/(1−t), y = t²/(1−t²) which generate conic sections after eliminating t.

例如,x = 2cos t,y = 2sin t(0 ≤ t < 2π)表示以原点为圆心、半径为2的圆。此处参数 t 表示从正 x 轴量起的角度。你还可以遇到有理函数,如 x = t/(1−t),y = t²/(1−t²),它们在消去 t 后会生成二次曲线。


2. Eliminating the Parameter to Find the Cartesian Equation | 消去参数求笛卡尔方程

The simplest method to convert parametric equations to Cartesian form is to solve one equation for t and substitute into the other. If x = 2t, y = 4t² + 2, then t = x/2 and substitution gives y = 4(x/2)² + 2 = x² + 2. Always check the domain: the original parametric form may restrict the range of x and y, so specify the valid interval for the Cartesian equation.

将参数方程转化为笛卡尔方程最简单的方法是:从一个方程解出 t,然后代入另一个方程。若 x = 2t,y = 4t² + 2,则 t = x/2,代入得 y = 4(x/2)² + 2 = x² + 2。务必检查定义域:原参数形式可能限制了 x 和 y 的取值范围,因此需要指明笛卡尔方程的有效区间。

For trigonometric parametric equations, use identities such as sin² t + cos² t ≡ 1 or sec² t − tan² t ≡ 1. Given x = 3cos t, y = 2sin t, rewrite as cos t = x/3, sin t = y/2, then square and add: (x/3)² + (y/2)² = 1, an ellipse. Sometimes squaring both sides introduces extraneous solutions; always cross-check by considering the original parametric form.

对于三角参数方程,使用恒等式如 sin² t + cos² t ≡ 1 或 sec² t − tan² t ≡ 1。给定 x = 3cos t,y = 2sin t,改写为 cos t = x/3,sin t = y/2,则平方相加得 (x/3)² + (y/2)² = 1,一个椭圆。有时两边平方会引入增根;始终要结合原始参数形式加以验证。


3. Domain and Range from Parametric Definitions | 由参数定义确定定义域与值域

Because the parameter t often runs over a specified interval, the corresponding x- and y-values are restricted. For instance, x = t² − 1, y = t + 2, with −1 ≤ t ≤ 3. t varies from −1 to 3, so x = t² − 1 ranges from 0 (when t=0) to max of (3²−1)=8; y ranges from 1 to 5. The Cartesian equation alone, y = √(x+1) + 2, would suggest x ≥ −1, but the restricted t gives 0 ≤ x ≤ 8. Always state the domain of x alongside the Cartesian equation.

由于参数 t 通常在一个特定区间内变动,对应的 x 和 y 值便会受限。例如 x = t² − 1,y = t + 2,且 −1 ≤ t ≤ 3。t 从 −1 变到 3,x = t² − 1 的范围是 0(当 t=0 时)到 (3²−1)=8;y 范围从 1 到 5。仅有笛卡尔方程 y = √(x+1) + 2 会给出 x ≥ −1,但受 t 限制后实际为 0 ≤ x ≤ 8。在笛卡尔方程旁必须注明 x 的定义域。

When eliminating the parameter produces a multi-valued Cartesian relation, the original parametric interval picks out a specific branch. With x = t², y = t³, eliminating gives y² = x³, a cusp curve. If t ≥ 0, then y ≥ 0, only the upper branch; if t ≤ 0, y ≤ 0, only the lower branch. OCR exam questions often ask for a sketch and an explanation of the range based on the parameter limits.

当消去参数后得到一个多值的笛卡尔关系式时,原始的参数区间会选出特定的一支。对于 x = t²,y = t³,消去得 y² = x³,是一条尖点曲线。如果 t ≥ 0,则 y ≥ 0,仅取上半支;如果 t ≤ 0,则 y ≤ 0,仅取下半支。OCR 考题常要求根据参数界限画出草图并解释取值范围。


4. Differentiation: First Derivative dy/dx | 一阶导数 dy/dx 的求法

To find the gradient of a parametric curve, use the chain rule: dy/dx = (dy/dt) ÷ (dx/dt), often written as dy/dx = (dy/dt) / (dx/dt). Compute dx/dt and dy/dt separately, then divide. It is crucial to express the derivative in terms of the parameter t, and then substitute the specific t-value if a numerical gradient is required.

要求参数曲线的斜率,使用链式法则:dy/dx = (dy/dt) ÷ (dx/dt),常写作 dy/dx = (dy/dt) / (dx/dt)。分别计算 dx/dt 和 dy/dt,然后相除。关键是要用参数 t 表达导数,如需数值斜率再代入特定的 t 值。

For example, x = t² + 1, y = t³ − t. Then dx/dt = 2t, dy/dt = 3t² − 1, so dy/dx = (3t² − 1) / (2t). At t = 1, the gradient is (3−1)/(2) = 1. Where dx/dt = 0, the derivative is undefined and the curve may have a vertical tangent (verify using limits). These points are critical for sketching.

例如,x = t² + 1,y = t³ − t。则 dx/dt = 2t,dy/dt = 3t² − 1,故 dy/dx = (3t² − 1) / (2t)。在 t = 1 处,斜率为 (3−1)/(2) = 1。当 dx/dt = 0 时,导数无定义,曲线可能存在垂直切线(需用极限验证)。这些点是绘图的关键。


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

The second derivative with respect to x is not simply the derivative of dy/dt with respect to t. Instead, d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] ÷ (dx/dt). In other words, differentiate the expression for dy/dx with respect to t, then divide by dx/dt. This formula is tested regularly in OCR and requires careful algebraic manipulation.

对 x 的二阶导数并非简单地是 dy/dt 对 t 的导数。正确的做法是:d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] ÷ (dx/dt)。换句话说,先将 dy/dx 的表达式对 t 求导,再除以 dx/dt。该公式在 OCR 考试中反复出现,需要仔细的代数运算。

For the previous example, dy/dx = (3t² − 1)/(2t) = (3/2)t − (1/2)t⁻¹. Differentiate with respect to t: d/dt(dy/dx) = 3/2 + (1/2)t⁻² = (3/2) + 1/(2t²). Then d²y/dx² = [(3/2) + 1/(2t²)] / (2t) = 3/(4t) + 1/(4t³). You can simplify to (3t²+1)/(4t³). The sign of d²y/dx² helps classify stationary points.

对前一个例子,dy/dx = (3t² − 1)/(2t) = (3/2)t − (1/2)t⁻¹。对 t 求导得:d/dt(dy/dx) = 3/2 + (1/2)t⁻² = (3/2) + 1/(2t²)。于是 d²y/dx² = [(3/2) + 1/(2t²)] / (2t) = 3/(4t) + 1/(4t³)。可化简为 (3t²+1)/(4t³)。d²y/dx² 的符号有助于对驻点进行分类。


6. Tangents and Normals to Parametric Curves | 参数曲线的切线与法线

Once you have dy/dx at a specific t, the equation of the tangent at that point is straightforward. Find the coordinates (x₁, y₁) corresponding to the given t, compute the gradient m = (dy/dt)/(dx/dt), then use y − y₁ = m(x − x₁). For the normal, take the negative reciprocal gradient: m_normal = −1/m (provided m ≠ 0). If m = 0, the tangent is horizontal and the normal is vertical.

一旦求得特定 t 对应的 dy/dx,该点处的切线方程便显而易见。找到给定 t 对应的坐标 (x₁, y₁),计算梯度 m = (dy/dt)/(dx/dt),然后用公式 y − y₁ = m(x − x₁)。法线的梯度取负倒数:m_normal = −1/m(假设 m ≠ 0)。若 m = 0,切线为水平,法线为垂直。

Example: a curve has x = 2sin t, y = cos 2t. At t = π/6, x = 2(½) = 1, y = cos(π/3) = ½. dx/dt = 2cos t, dy/dt = −2sin 2t. At t = π/6, dx/dt = 2(√3/2) = √3, dy/dt = −2sin(π/3) = −2(√3/2) = −√3. Thus gradient m = −1. Tangent equation: y − ½ = −(x − 1). Normal gradient: 1, equation: y − ½ = x − 1. Always simplify and present in an appropriate form (ax + by + c = 0).

示例:曲线为 x = 2sin t,y = cos 2t。当 t = π/6 时,x = 2(½) = 1,y = cos(π/3) = ½。dx/dt = 2cos t,dy/dt = −2sin 2t。代入 t = π/6,dx/dt = 2(√3/2) = √3,dy/dt = −2sin(π/3) = −2(√3/2) = −√3。故梯度 m = −1。切线方程:y − ½ = −(x − 1)。法线梯度:1,方程:y − ½ = x − 1。最终务必化简并写成恰当的形式(如 ax + by + c = 0)。


7. Stationary Points and Their Nature | 驻点及其性质

Stationary points occur where dy/dx = 0, which means dy/dt = 0 (provided dx/dt ≠ 0). Solve dy/dt = 0 for t, then find corresponding x and y. To classify the nature, compute d²y/dx² at that t: if positive → minimum, if negative → maximum. If d²y/dx² = 0, use a sign change test on dy/dx around the point. Alternatively, analyse the sign of dy/dt and dx/dt to determine the behaviour of x and y near the stationary point.

驻点发生在 dy/dx = 0 处,即 dy/dt = 0(同时要求 dx/dt ≠ 0)。解得 dy/dt = 0 对应的 t,再求出相应的 x 和 y。判断驻点性质时,计算该 t 处的 d²y/dx²:正值→极小点,负值→极大点。若 d²y/dx² = 0,则对 dy/dx 在该点附近进行符号变化检验。也可以分析 dy/dt 和 dx/dt 的符号来判断 x 和 y 在驻点附近的行为。

Consider x = t² − 2t, y = t³ − 3t. dx/dt = 2t − 2, dy/dt = 3t² − 3 = 3(t−1)(t+1). Stationary points when t = 1 or t = −1. At t=1, x = −1, y = −2; dx/dt = 0 here, so need careful analysis—this may be a vertical tangent rather than a turning point. Always check both dx/dt and dy/dt.

考虑 x = t² − 2t,y = t³ − 3t。dx/dt = 2t − 2,dy/dt = 3t² − 3 = 3(t−1)(t+1)。t = 1 或 t = −1 时驻点出现。t=1 处,x = −1,y = −2;此处 dx/dt = 0,因此需谨慎分析——它可能是垂直切线而非转折点。务必同时检查 dx/dt 和 dy/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, with limits of t corresponding to the x-boundaries. This transforms the integral into a single variable t, and is particularly useful when the Cartesian equation is messy or the integration limits are easier in t.

要计算参数曲线与 x 轴围成的面积,使用公式 Area = ∫ y dx = ∫ y (dx/dt) dt,积分限 t 的取值与 x 的边界对应。它将积分转化为单一变量 t,当笛卡尔方程比较繁琐,或者以 t 表示积分限更简便时,该公式尤其有用。

For example, the curve C has parametric equations x = t², y = 2t for 0 ≤ t ≤ 3. The area between C and the x-axis from x=0 to x=9 is: ∫ y dx = ∫_{t=0}^{3} (2t) * (2t) dt = 4 ∫ t² dt = 4 [t³/3]₀³ = 36. Note how t-limits are determined: when x=0 → t=0; x=9 → t=3 (since t ≥ 0).

例如,曲线 C 的参数方程为 x = t²,y = 2t,0 ≤ t ≤ 3。C 与 x 轴在 x=0 到 x=9 之间的面积为:∫ y dx = ∫_{t=0}^{3} (2t) * (2t) dt = 4 ∫ t² dt = 4 [t³/3]₀³ = 36。注意 t 的积分限如何确定:x=0 → t=0;x=9 → t=3(因为 t ≥ 0)。

If the curve loops and crosses itself, find the t-values where it intersects the x-axis or itself, and split the area accordingly. The area element dx can be negative if dx/dt is negative; then you are integrating “backwards” along x, which automatically gives signed area. Always sketch the curve and check whether you need absolute area (signed vs unsigned).

如果曲线有环并自交,找出它与 x 轴或自身的交点对应的 t 值,然后相应分段计算面积。若 dx/dt 为负,面积微元 dx 可以是负值;此时你正沿着 x 的反向积分,会自动给出有向面积。务必先画出曲线草图,根据题目要求判断需要的是有向面积还是绝对面积。


9. Partial Fractions and Trigonometric Substitutions in Parametric Integration | 参数积分中的部分分式与三角代换

Parametric integration often yields rational functions or trigonometric expressions. In OCR exams, you might need to use partial fractions to integrate an expression like (dx/dt) y = (2t)/(1−t²) etc. Applying standard techniques—partial fractions, trigonometric identities, or substitution—within the parametric context tests your integration fluency.

参数积分经常产生有理函数或三角表达式。在 OCR 考试中,你可能需要用部分分式来积分诸如 (dx/dt) y = (2t)/(1−t²) 这样的表达式。在参数情境下运用标准技巧——部分分式、三角恒等式或代换——检验你的积分熟练程度。

For example, find the area under x = tan θ, y = sec² θ from θ = 0 to π/4. dx/dθ = sec² θ, so area = ∫ y dx = ∫ sec² θ · sec² θ dθ = ∫ sec⁴ θ dθ. This can be tackled by writing sec⁴ θ = (1+tan² θ) sec² θ and substituting u = tan θ. Always be mindful of the limits transformation.

例如,求 x = tan θ,y = sec² θ 在 θ = 0 到 π/4 下的面积。dx/dθ = sec² θ,故面积 = ∫ y dx = ∫ sec² θ · sec² θ dθ = ∫ sec⁴ θ dθ。这可以通过将 sec⁴ θ 写作 (1+tan² θ) sec² θ 并代换 u = tan θ 来处理。务必注意积分限的变换。


10. Modelling Real-World Motion with Parametric Equations | 用参数方程对实际运动建模

In applied contexts, parametric equations often describe the trajectory of a projectile, with x = (ucosα)t, y = (usinα)t − ½gt², where t is time. Differentiating gives horizontal and vertical components of velocity. The path equation is obtained by eliminating t. Finding the time of flight, range, and maximum height all involve solving parametric conditions. This crosses into Mechanics, but the mathematical techniques are identical.

在实际情境中,参数方程常用来描述抛射体的轨迹,如 x = (ucosα)t,y = (usinα)t − ½gt²,其中 t 为时间。求导得到水平与竖直方向的速度分量。消去 t 可得轨迹方程。求飞行时间、射程和最大高度都涉及对参数条件的求解。这进入了力学范畴,但数学技巧是完全一致的。

OCR Pure papers may present a real-life scenario without the Mechanics label. For example, a curve is defined to model a bridge arch: x = 10sin t, y = 4cos 2t for 0 ≤ t ≤ π/2. You might be asked to find the highest point (max y), the length of the base (difference in x-coordinates), or the slope at a specific point. Treat the parameter as a descriptive variable and apply the same calculus tools.

OCR 纯数试卷可能不以力学标签呈现现实场景。例如,曲线被定义为桥梁拱模型:x = 10sin t,y = 4cos 2t,0 ≤ t ≤ π/2。你可能需要求最高点(y 的最大值)、基底长度(x 坐标之差)或特定点的斜率。把参数当作描述变量,运用同样的微积分工具即可。


11. Common Pitfalls and How to Avoid Them | 常见陷阱与应对策略

One frequent mistake is forgetting to multiply by dx/dt when converting “dx” to “dt” in area problems. Students sometimes write ∫ y dt instead of ∫ y (dx/dt) dt. Always write down the substitution: dx = (dx/dt) dt. Another pitfall is mishandling the second derivative—applying the quotient rule to dy/dx but forgetting to divide by dx/dt again. Practice writing d²y/dx² = d(dy/dx)/dx = (d(dy/dx)/dt) / (dx/dt) each time.

一个常见错误是在面积问题中将“dx”转换为“dt”时忘记乘以 dx/dt。学生有时会写出 ∫ y dt 而不是 ∫ y (dx/dt) dt。请始终写出代换:dx = (dx/dt) dt。另一个陷阱是处理二阶导数时失误——对 dy/dx 用了商法则却忘了再次除以 dx/dt。每次都练习写出 d²y/dx² = d(dy/dx)/dx = (d(dy/dx)/dt) / (dx/dt)。

Ignoring domain restrictions when eliminating the parameter is a classic blunder. If you arrive at y = √(x), but the parametric definition only generates the positive branch, note y ≥ 0. Also, watch out for cases where t is negative and squaring loses sign information. Sketching often reveals errors early.

在消去参数时忽视定义域限制,是经典失误。如果你得到了 y = √(x),但参数定义只生成了正半支,就要注明 y ≥ 0。同样,注意 t 为负而平方会丢失符号信息的情况。画草图常能尽早揭示错误。


12. Exam Technique and Final Tips | 应试技巧与终极建议

In an OCR exam, parametric questions often carry 6–12 marks and combine several skills: differentiation, finding Cartesian form, area calculation. Start by identifying the parameter range, sketch or visualise the curve, and plan your steps. If you get stuck on an algebraic simplification, look for trigonometric identities or factorisation. Show all derivative steps clearly—examiners award method marks for the correct derivative expressions even if the final answer has an arithmetic slip.

在 OCR 考试中,参数方程的题目通常分值在 6–12 分之间,综合了求导、求笛卡尔形式和面积计算等多项技能。先确定参数范围,画出或想象曲线,并规划好步骤。如果在代数化简时卡住,寻找三角恒等式或因式分解。所有的求导步骤都要清晰展示——即便最终答案有计算错误,阅卷人仍会因正确的导数表达式给方法分。

When evaluating definite integrals for areas, double-check the limits and direction. If t-limits are given, use them directly; if x-limits, solve for corresponding t-values – but pick the branch that matches the curve segment. Finally, leave answers in exact simplified form (including π, √, ln) unless decimal approximation is requested. Practise past OCR papers to recognise common question patterns, such as “Show that the Cartesian equation is …” followed by “Hence find the area …”.

计算面积定积分时,要仔细检查积分限和方向。若给出了 t 的积分限,直接使用;若给出 x 的积分限,先求解对应的 t 值——但要选择与曲线段匹配的分支。最后,除非要求小数近似,答案应保持精确简化形式(包括 π、√、ln)。多做 OCR 往年真题,熟悉常见的命题模式,例如“证明笛卡尔方程为……”接着“由此求面积……”。


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