📚 Parametric Equations in GCSE OCR Mathematics | GCSE OCR 数学:参数方程 考点精讲
Parametric equations offer a powerful way to describe curves by expressing the x- and y-coordinates as separate functions of a third variable, typically t. In GCSE OCR Mathematics (Higher Tier), you may be introduced to simple parametric forms, learning how to convert them into familiar Cartesian equations and sketch their graphs. Understanding parametric equations strengthens your algebraic manipulation, graph interpretation, and opens the door to topics like motion and circular functions.
参数方程通过一个第三变量(通常为t)分别表达 x 坐标和 y 坐标,为描述曲线提供了强大的方式。在 GCSE OCR 数学(高阶段)中,你可能接触到简单的参数形式,学习如何将其转换为熟悉的直角坐标方程并绘制图像。理解参数方程能增强你的代数变换能力、图像解读能力,并为运动和圆函数等主题打下基础。
1. What Are Parametric Equations? | 什么是参数方程?
In standard graphs we write y = f(x), linking x and y directly. Parametric equations break this link: x = f(t) and y = g(t), where t is the parameter. As t changes, the point (x, y) traces a path. The parameter often represents time, but can be any independent variable.
在标准图像中,我们直接写出 y = f(x),将 x 和 y 联系起来。参数方程打破了这种联系:x = f(t) 且 y = g(t),其中 t 是参数。随着 t 变化,点 (x, y) 描绘出一条轨迹。参数通常代表时间,但也可以是任意独立变量。
x = f(t), y = g(t) (t is the parameter)
2. The Role of the Parameter | 参数的作用
Think of the parameter as a slider: for each value of t, you obtain a coordinate pair. By varying t over a given domain, you generate the entire curve. This approach can describe loops, overlapping paths, and curves that are not functions in the ordinary y = f(x) sense.
将参数想象成一个滑动条:对于每个 t 值,你会得到一个坐标对。通过在给定定义域上改变 t,你就能生成整条曲线。这种方法可以描述环线、重叠路径以及那些不是通常 y = f(x) 意义下函数的曲线。
3. Why Use Parametric Equations? | 为什么使用参数方程?
Parametric forms are essential for modelling motion: they naturally separate horizontal and vertical components over time. They also make it easy to graph circles, ellipses, and other curves that are difficult or impossible to write as a single function y = f(x). In GCSE sketches, parametric thinking helps you understand how curves are traced.
参数形式对运动建模至关重要:它能自然地随时间分离水平和垂直分量。它还可以轻松绘制圆、椭圆以及那些难以或不可能写成单一函数 y = f(x) 的曲线。在 GCSE 作图中,参数思维有助于你理解曲线是如何被描绘出来的。
4. Converting to Cartesian Form – Eliminating t | 转换为直角坐标形式 – 消去 t
To find the familiar y = f(x) or an x-and-y relationship, you must eliminate the parameter t. The method is to solve one equation for t (or an expression involving t) and substitute it into the other equation. Often, squaring or using trig identities like cos²θ + sin²θ = 1 helps.
要得到熟悉的 y = f(x) 或 x 与 y 的关系,你必须消去参数 t。方法是解出一个方程中的 t(或含 t 的表达式),并代入另一个方程。通常,平方或使用三角恒等式如 cos²θ + sin²θ = 1 会很有帮助。
Key tool: Eliminate t → obtain y = f(x) or x² + y² = r², etc.
5. Example 1: Straight Line from Parametric Equations | 实例 1:由参数方程得到的直线
Consider the parametric equations: x = 2t + 1, y = 3t − 2. Solve the x-equation for t: t = (x − 1) / 2. Substitute into y: y = 3[(x − 1)/2] − 2 = (3x − 3)/2 − 2 = (3/2)x − 7/2. This is a straight line with gradient 3/2.
考虑参数方程:x = 2t + 1, y = 3t − 2。从 x 方程解出 t:t = (x − 1) / 2。代入 y 中:y = 3[(x − 1)/2] − 2 = (3x − 3)/2 − 2 = (3/2)x − 7/2。这是一条斜率为 3/2 的直线。
Eliminate t: y = (3/2)x − 7/2
Notice that linear parametric equations always produce a Cartesian straight line, as long as the x- and y-functions are linear in t.
请注意,只要 x 和 y 都是 t 的线性函数,线性参数方程总是产生直角坐标下的直线。
6. Example 2: Parabola from Parametric Equations | 实例 2:由参数方程得到的抛物线
Take x = t, y = t². Substituting trivially gives y = x². Here the parameter t moves along the x-axis. In a more disguised form, x = t + 1, y = t² − 2t. Express t = x − 1, then y = (x − 1)² − 2(x − 1) = x² − 2x + 1 − 2x + 2 = x² − 4x + 3, which is still a parabola.
取 x = t,y = t²。轻易代入即得 y = x²。这里参数 t 沿着 x 轴移动。如果换成较隐蔽的形式:x = t + 1,y = t² − 2t。写出 t = x − 1,则 y = (x − 1)² − 2(x − 1) = x² − 2x + 1 − 2x + 2 = x² − 4x + 3,仍然是抛物线。
Whenever one coordinate is linear and the other quadratic, the Cartesian equation is a parabola.
7. Example 3: Circle Using Trigonometric Parameters | 实例 3:使用三角参数的圆
A circle of radius r centred at the origin can be expressed as x = r cos θ, y = r sin θ, where θ is the parameter (often in degrees or radians). Using the identity cos²θ + sin²θ = 1, we square both equations: x² = r² cos²θ, y² = r² sin²θ, and adding gives x² + y² = r².
以原点为圆心、半径为 r 的圆可以表示为 x = r cos θ,y = r sin θ,其中 θ 为参数(通常以度或弧度为单位)。利用恒等式 cos²θ + sin²θ = 1,将两方程平方:x² = r² cos²θ,y² = r² sin²θ,相加得到 x² + y² = r²。
Parametric: x = r cos θ, y = r sin θ → Cartesian: x² + y² = r²
If the centre is at (h, k), the parametric equations become x = h + r cos θ, y = k + r sin θ.
若圆心在 (h, k),参数方程变为 x = h + r cos θ,y = k + r sin θ。
8. Sketching Curves from Parametric Equations | 根据参数方程绘制曲线
To sketch a parametric curve, create a table of t, x, and y values. Choose a sensible range of t, compute the coordinate pairs, and plot them. Connect the points in increasing order of t – arrows can show the direction of motion. This is especially useful for orientation in motion problems.
要绘制参数曲线,可制作 t、x 和 y 的数值表。选择合适的 t 范围,计算坐标对,然后描点。按 t 递增的顺序连接各点——可用箭头表示运动方向。在运动问题中对定向特别有用。
For the circle x = 2 cos t, y = 2 sin t with t from 0° to 360°, you will plot points like (2,0), (0,2), (−2,0), (0,−2) and see the anticlockwise trace.
对于 x = 2 cos t,y = 2 sin t,t 从 0° 到 360°,你将画出 (2,0)、(0,2)、(−2,0)、(0,−2) 等点,观察到逆时针轨迹。
9. Parametric Equations in Simple Motion Problems | 简单运动问题中的参数方程
In kinematics contexts, the parameter is time. For instance, a particle moving so that its horizontal position x = 5t and vertical position y = 20t − 5t². Eliminating t gives the projectile path: t = x/5 → y = 20(x/5) − 5(x/5)² = 4x − (x²)/5, a parabola. The parametric form directly tells you the coordinates at each second.
在运动学情境中,参数是时间。例如,一个质点运动,其水平位置 x = 5t,垂直位置 y = 20t − 5t²。消去 t 得到抛射路径:t = x/5 → y = 20(x/5) − 5(x/5)² = 4x − x²/5,一条抛物线。参数形式直接给出每一秒的坐标。
Path equation: y = 4x − x²/5
10. Domain Restrictions and the Range of t | t 的范围限制与定义域
Parametric equations often come with a stated domain for t, e.g., −2 ≤ t ≤ 3. This limits the section of the Cartesian curve that is drawn. When eliminating t, you must also transfer the restriction to x or y. For x = t², y = t, with 0 ≤ t ≤ 2, the Cartesian is x = y², but only for 0 ≤ y ≤ 2, meaning only the top-right branch is traced.
参数方程常带有 t 的指定定义域,例如 −2 ≤ t ≤ 3。这会限制所绘制的直角坐标曲线段。消去 t 时,必须将限制也转移到 x 或 y 上。例如 x = t²,y = t,0 ≤ t ≤ 2,直角坐标形式为 x = y²,但仅在 0 ≤ y ≤ 2 时有效,即只描绘右上分支。
Always check the direction and extent from the t-range before finalising your graph.
在最终确定图像之前,务必从 t 范围检查方向和范围。
11. Common Mistakes and How to Avoid Them | 常见错误及如何避免
Mistake 1: Forgetting that some parametric curves are not functions y = f(x). The circle x = cos t, y = sin t cannot be written as a single y = f(x) without using ±. Accept the Cartesian relationship x² + y² = 1 instead.
错误一:忘记某些参数曲线不是函数 y = f(x)。圆 x = cos t,y = sin t 不能写成单一的 y = f(x) 而不使用 ± 号。应接受直角坐标关系式 x² + y² = 1。
Mistake 2: When eliminating t, squaring equations can introduce extraneous solutions unless the original t-domain is respected. Always link back to the given t-range.
错误二:消去 t 时,对等式进行平方可能引入额外解,除非尊重原本的 t 定义域。务必与给定的 t 范围关联。
Mistake 3: For trig parametric forms, not spotting when to use the identity cos²θ + sin²θ = 1. Recognise patterns like x = a cos θ, y = b sin θ leading to an ellipse.
错误三:对三角参数形式,未能识别何时使用恒等式 cos²θ + sin²θ = 1。应辨认出 x = a cos θ,y = b sin θ 等模式,它们导出椭圆。
12. Exam Tips for GCSE OCR Parametric Equations | GCSE OCR 参数方程考试技巧
In the exam, read carefully whether you are asked to sketch, eliminate the parameter, or find points for specific t-values. Show clear substitution steps, label axes, and indicate the direction of increasing t on your sketch. If a question involves motion, interpret the parameter as time and comment on the path. Practice converting standard curves: straight lines, parabolas, and circles are the most likely.
考试时,仔细看清题目要求是绘制草图、消去参数还是求特定 t 值的点。展示清晰的代入步骤,标记坐标轴,并在草图上指示 t 递增的方向。若问题涉及运动,将参数解释为时间并对路径加以说明。练习标准曲线的转换:直线、抛物线和圆最可能出现。
Master the three core types: Linear → line; linear + quadratic → parabola; trig pair → circle/ellipse.
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课程辅导,国外大学本科硕士研究生博士课程论文辅导