📚 PDF资源导航

Parametric Equations | GCSE CCEA Maths | 参数方程 考点精讲

📚 Parametric Equations | GCSE CCEA Maths | 参数方程 考点精讲

Parametric equations offer a powerful way to describe curves by expressing coordinates (x, y) in terms of a third variable, usually t or θ. In CCEA GCSE Higher Tier, mastering parametric equations gives you the tools to tackle questions on curve sketching, converting to Cartesian form, finding gradients, and determining equations of tangents and normals. This article breaks down every essential topic, providing clear explanations and worked examples to help you revise effectively.

参数方程通过用第三个变量(通常是 t 或 θ)表示坐标 (x, y),为描述曲线提供了强有力的工具。在 CCEA GCSE 高阶考试中,掌握参数方程能让你有能力解决曲线草图绘制、转化为笛卡尔形式、求导数以及确定切线和法线方程等问题。本文分解每个重要主题,提供清晰的解释和例题,帮助你高效复习。

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

In Cartesian equations, you directly relate y to x, such as y = 2x + 1. In parametric form, both x and y are expressed as separate functions of an independent parameter, often t or θ. For example, x = t² and y = 2t + 1 define a parabola. As t varies, the point (x, y) traces out a curve. This representation is especially useful for describing motion and curves that fail the vertical line test as functions.

在笛卡尔方程中,你直接建立 y 与 x 的关系,例如 y = 2x + 1。而在参数形式中,x 和 y 分别表示为独立参数(通常是 t 或 θ)的函数。例如 x = t² 和 y = 2t + 1 定义了一条抛物线。当 t 变化时,点 (x, y) 会描绘出一条曲线。这种表示法在描述运动和那些不满足函数竖线测试的曲线时特别有用。


2. From Parametric to Cartesian: Eliminating the Parameter | 从参数化到笛卡尔化:消去参数

To convert parametric equations to Cartesian form, you need to eliminate the parameter. This involves solving one equation for the parameter and substituting into the other, or using trigonometric identities. For instance, if x = 2t and y = t², then t = x/2, so y = (x/2)² = x²/4. This gives the familiar Cartesian equation. GCSE questions often require you to find y in terms of x only.

要将参数方程转换为笛卡尔形式,你需要消去参数。这通常涉及从一个方程解出参数并代入另一个方程,或者使用三角恒等式。例如,若 x = 2t 且 y = t²,则 t = x/2,因此 y = (x/2)² = x²/4,得到熟悉的笛卡尔方程。GCSE 题目常要求你仅用 x 表达 y。


3. Elimination Methods for Rational and Quadratic Forms | 有理式与二次形式的消元方法

When parametric equations involve fractions or quadratics, careful algebraic manipulation is needed. Suppose x = 1/t and y = t + 1. Express t in terms of x: t = 1/x. Substituting gives y = 1/x + 1. For more complex cases like x = t² + 1, y = t³, you might solve t from one equation and substitute, but if solving directly for t is messy, look for relationships like (x – 1)³/² = y after squaring appropriately – though these are less common at GCSE.

当参数方程涉及分式或二次式时,需要仔细进行代数运算。假设 x = 1/t,y = t + 1,用 x 表示 t:t = 1/x,代入得 y = 1/x + 1。对于更复杂的情况如 x = t² + 1,y = t³,你可以从一个方程解出 t 再代入,但如果直接解 t 很麻烦,可以寻找关系式,比如经过适当平方得到 (x – 1)³/² = y——不过这在 GCSE 中较少见。


4. Circle Parametric Equations | 圆的参数方程

A circle centred at the origin with radius r has the parametric equations x = r cos θ, y = r sin θ, where θ is the angle measured anticlockwise from the positive x-axis. To verify, use the identity cos²θ + sin²θ = 1: x² + y² = r²cos²θ + r²sin²θ = r²(cos²θ + sin²θ) = r², which is the Cartesian equation of a circle. For a circle with centre (a, b), the equations become x = a + r cos θ, y = b + r sin θ.

圆心在原点、半径为 r 的圆的参数方程为 x = r cos θ,y = r sin θ,其中 θ 是从 x 轴正方向逆时针测量的角度。验证一下:利用恒等式 cos²θ + sin²θ = 1,得 x² + y² = r²cos²θ + r²sin²θ = r²(cos²θ + sin²θ) = r²,这就是圆的笛卡尔方程。对于圆心在 (a, b) 的圆,方程变为 x = a + r cos θ,y = b + r sin θ。


5. Ellipse Parametric Equations | 椭圆的参数方程

An ellipse centred at the origin with semi-major axis a (horizontal) and semi-minor axis b (vertical) is given by x = a cos θ, y = b sin θ. Removing the parameter uses cos²θ + sin²θ = 1 again: (x/a)² + (y/b)² = cos²θ + sin²θ = 1, giving the standard form x²/a² + y²/b² = 1. This is a typical GCSE question where you identify the shape and its Cartesian form.

中心在原点、半长轴为 a(水平方向)、半短轴为 b(垂直方向)的椭圆的参数方程为 x = a cos θ,y = b sin θ。消去参数同样使用 cos²θ + sin²θ = 1:(x/a)² + (y/b)² = cos²θ + sin²θ = 1,得到标准形式 x²/a² + y²/b² = 1。这是 GCSE 的典型考题,要求你识别曲线形状及其笛卡尔形式。


6. Parabolic and Hyperbolic Trajectories | 抛物线与双曲线轨迹

The standard parametric form of a parabola y² = 4ax is x = at², y = 2at. For the simpler upward-opening parabola y = x², a common parametrisation is x = t, y = t², though this is trivial. You might also encounter rectangular hyperbolas like x = ct, y = c/t, which yield xy = c². Recognising these standard patterns helps in sketching curves and answering exam questions faster.

抛物线 y² = 4ax 的标准参数形式是 x = at²,y = 2at。对于更简单的开口向上的抛物线 y = x²,常见的参数化是 x = t,y = t²,不过这较为平凡。你还可能遇到等轴双曲线,如 x = ct,y = c/t,消元后得 xy = c²。识别这些标准模式有助于更快地描绘曲线和解答试题。


7. Differentiation of Parametric Equations: Finding dy/dx | 参数方程的微分:求 dy/dx

In parametric contexts, the derivative dy/dx is not found by simply differentiating y with respect to x directly. Instead, use the chain rule: dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0. For example, if x = 3t² and y = 2t³, then dx/dt = 6t and dy/dt = 6t², so dy/dx = (6t²)/(6t) = t. This formula is fundamental for determining slope at a specific parameter value.

在参数背景下,导数 dy/dx 不是直接将 y 对 x 求导得到的,而是使用链式法则:dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt ≠ 0。例如,若 x = 3t²,y = 2t³,则 dx/dt = 6t,dy/dt = 6t²,因此 dy/dx = (6t²)/(6t) = t。这个公式是在特定参数值处求斜率的基础。


8. Equation of a Tangent to a Parametric Curve | 参数曲线的切线方程

To find the tangent at a point given by t = t₀, first compute the coordinates (x₀, y₀) by substituting t₀ into x(t) and y(t). Then find the gradient m = dy/dx at t₀ using the differentiation rule. The tangent equation is then y – y₀ = m (x – x₀). For instance, if x = 2t, y = t², and t₀ = 3, then x₀ = 6, y₀ = 9. dx/dt = 2, dy/dt = 2t, so at t=3, dy/dx = (6)/2 = 3. Tangent: y – 9 = 3(x – 6).

要找到参数 t = t₀ 所对应的点的切线,首先将 t₀ 代入 x(t) 和 y(t) 计算出坐标 (x₀, y₀)。然后使用微分法则求出在 t₀ 处的梯度 m = dy/dx。切线方程即为 y – y₀ = m (x – x₀)。例如,若 x = 2t,y = t²,且 t₀ = 3,则 x₀ = 6,y₀ = 9。dx/dt = 2,dy/dt = 2t,所以在 t=3 时,dy/dx = (6)/2 = 3。切线:y – 9 = 3(x – 6)。


9. Equation of a Normal to a Parametric Curve | 参数曲线的法线方程

The normal line is perpendicular to the tangent. Its gradient is the negative reciprocal of the tangent’s gradient: m_normal = -1 / m_tangent, provided m_tangent ≠ 0. Using the same point (x₀, y₀), the normal equation is y – y₀ = (-1/m) (x – x₀). In the previous example, m = 3, so normal gradient = -1/3, giving normal: y – 9 = -1/3 (x – 6). Rearranging yields 3y + x = 33 or similar.

法线垂直于切线,其梯度是切线梯度的负倒数:m_normal = -1 / m_tangent,前提是切线梯度不为零。使用同一点 (x₀, y₀),法线方程为 y – y₀ = (-1/m) (x – x₀)。在前例中,m = 3,所以法线梯度 = -1/3,得到法线:y – 9 = -1/3 (x – 6)。整理可得 3y + x = 33 等形式。


10. Second Derivatives in Parametric Form | 参数形式的二阶导数

Although less common at GCSE, some CCEA Higher questions may ask for the second derivative d²y/dx². It is obtained by differentiating dy/dx with respect to x again, using the chain rule: d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] / (dx/dt). In practice, find the first derivative as a function of t, then differentiate that with respect to t, and divide by dx/dt. This measures the curvature and concavity of the curve.

尽管在 GCSE 中较少见,但 CCEA 高阶的一些题目可能会要求求二阶导数 d²y/dx²。它由 dy/dx 对 x 再次求导得到,使用链式法则:d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] / (dx/dt)。实际操作中,先求得作为 t 的函数的一阶导数,再将其对 t 求导,然后除以 dx/dt。这可以度量曲线的弯曲程度和凹凸性。


11. Applications: Motion Along a Path | 应用:沿路径的运动

Parametric equations naturally model the position of a particle moving in a plane. The parameter t typically represents time. The horizontal and vertical velocities are dx/dt and dy/dt, and the speed is √[(dx/dt)² + (dy/dt)²]. The direction of motion can be found from the velocity vector, and the path itself is the Cartesian curve. GCSE problems often involve finding the position, velocity, or the equation of the trajectory.

参数方程天然地模拟了平面上运动的粒子的位置。参数 t 通常代表时间。水平和垂直速度分别为 dx/dt 和 dy/dt,速率则为 √[(dx/dt)² + (dy/dt)²]。运动方向可以通过速度矢量求得,而路径本身即为笛卡尔曲线。GCSE 问题常涉及求位置、速度或轨迹方程。


12. Common Mistakes and Quick Tips | 常见错误与速成窍门

One common error is forgetting the chain rule and writing dy/dx = dy/dt instead of dividing by dx/dt. Another is mishandling negative signs when eliminating the parameter, especially with trigonometric functions. Always simplify the Cartesian equation where possible, and double-check domain restrictions (e.g., t ≥ 0 may produce only half the curve). Practice converting between forms and drawing quick sketches to deepen understanding.

一个常见错误是忘记链式法则,将 dy/dx 误写为 dy/dt,而不是除以 dx/dt。另一个常见错误是在消去参数时(特别是涉及三角函数时)处理负号不当。尽可能化简笛卡尔方程,并再次确认定义域限制(例如 t ≥ 0 可能只产生曲线的一半)。多练习形式之间的转换并快速绘制草图,以加深理解。

Published by TutorHao | GCSE CCEA Maths 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