📚 PDF资源导航

GCSE Maths: Mastering Parametric Equations | GCSE 数学:参数方程考点精讲

📚 GCSE Maths: Mastering Parametric Equations | GCSE 数学:参数方程考点精讲

Parametric equations are a powerful way of describing curves by expressing the coordinates x and y in terms of a third variable, usually t or θ. Although often taught in more advanced courses, some GCSE and IGCSE specifications — especially at higher tier — expect you to understand how to plot points, eliminate the parameter, and recognise standard parametric forms for lines and circles. This revision guide covers all the essential skills you need, from plotting a simple parametric curve to tackling exam-style questions with confidence.

参数方程通过引入第三个变量(通常是 t 或 θ)来表示 x 和 y 坐标,从而描述曲线。虽然更多出现在进阶课程中,但部分 GCSE 和 IGCSE 考试(尤其是高阶内容)要求掌握描点绘图、消去参数,以及识别直线和圆的标准参数形式。本复习指南涵盖所有关键技能,帮助你自信应对考试题型。


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

In a parametric equation, the x and y coordinates of a point on a curve are each given as functions of a parameter. For example, x = 2t + 1, y = 3t – 2. As t varies, the point (x, y) traces out a path, which is often a line or a curve. The parameter can represent time, an angle, or simply a number that links x and y together without being plotted itself.

在参数方程中,曲线上某点的 x 和 y 坐标分别表示为参数的函数。例如 x = 2t + 1, y = 3t – 2。随着 t 的变化,点 (x, y) 会描绘出一条轨迹,通常是直线或曲线。参数可以表示时间、角度,或仅仅是一个连接 x 和 y 而不单独绘出的数值。

Key advantages: parametric equations can easily describe graphs that fail the vertical line test, and they simplify modelling motion. The standard Cartesian equation y = f(x) can often be recovered by eliminating the parameter.

主要优点是:参数方程可以方便地描述不满足垂直线检验的图形,并且能简化运动建模。通过消去参数,一般能还原为标准的笛卡尔方程 y = f(x)。


2. Plotting a Parametric Curve | 绘制参数曲线

The simplest way to visualise a parametric curve is to create a table of values. Choose several values for t, then calculate x and y. For instance, with x = t², y = 2t, pick t = –2, –1, 0, 1, 2. This gives points (4, –4), (1, –2), (0, 0), (1, 2), (4, 4). Plot these on graph paper and join them smoothly. Notice that some curves may cross themselves or have restricted domains.

可视化参数曲线最简单的方法是列一个数值表。选取若干个 t 值,分别计算 x 和 y。例如 x = t², y = 2t,取 t = –2, –1, 0, 1, 2,得到点 (4, –4), (1, –2), (0, 0), (1, 2), (4, 4)。将这些点描在坐标纸上,再用光滑曲线连接起来。注意,有些曲线可能会自交,或具有受限的定义域。

Exam tip: always label a few points with their t-values to show how the curve is traced. If t represents time, the direction of movement is indicated by arrows on the curve.

考试技巧:始终标注出若干点对应的 t 值,以显示曲线如何被描出。若 t 表示时间,应在曲线上用箭头标明运动方向。


3. Eliminating the Parameter (Method 1: Direct Substitution) | 消去参数法一:直接代入

If one of the parametric equations is easily solvable for the parameter, substitute it into the other. Consider x = 4t, y = 2t + 5. From x = 4t we get t = x/4. Substituting into y gives y = 2(x/4) + 5 = x/2 + 5, which is the Cartesian equation of a straight line.

如果其中一个参数方程很容易解出参数,就将其代入另一个方程。以 x = 4t, y = 2t + 5 为例:由 x = 4t 得 t = x/4,代入 y 中得 y = 2(x/4) + 5 = x/2 + 5,这正是直线的笛卡尔方程。

More generally, for x = at + b, y = ct + d, eliminate t to get y = (c/a)(x – b) + d, a straight line with gradient c/a. Watch out for cases where the parameter cancels out leaving only a relationship between x and y that is not a function.

更一般地,对于 x = at + b, y = ct + d,消去 t 后得到 y = (c/a)(x – b) + d,一条斜率为 c/a 的直线。当心有的情况参数消去后只留下 x 与 y 的关系式,而并不一定能写成函数形式。


4. Eliminating the Parameter (Method 2: Trigonometric Identities) | 消去参数法二:三角恒等式

When the parameter is an angle θ, trigonometric identities like sin²θ + cos²θ = 1 become essential. Suppose x = 3 cos θ, y = 3 sin θ. Squaring and adding gives x² + y² = 9(cos²θ + sin²θ) = 9, so x² + y² = 9, a circle centred at the origin with radius 3.

当参数为角度 θ 时,像 sin²θ + cos²θ = 1 这样的三角恒等式就显得至关重要。假设 x = 3 cos θ, y = 3 sin θ。平方后相加得 x² + y² = 9(cos²θ + sin²θ) = 9,即 x² + y² = 9,这是圆心在原点、半径为 3 的圆。

Another common case is x = a sec θ, y = b tan θ, for which you can use sec²θ – tan²θ = 1. Always check whether the domain of θ restricts the curve to only part of the Cartesian equation.

另一种常见情况是 x = a sec θ, y = b tan θ,此时可以利用 sec²θ – tan²θ = 1。一定要检查 θ 的定义域是否会将曲线限制为笛卡尔方程中的某一部分。


5. Parametric Equations of a Straight Line | 直线的参数方程

A line can be expressed parametrically as x = x₁ + at, y = y₁ + bt, where (x₁, y₁) is a point on the line and (a, b) is the direction vector. The gradient of the line is b/a (if a ≠ 0). For example, the line through (2, 3) with direction (1, –2) is x = 2 + t, y = 3 – 2t.

直线可以用参数形式表示为 x = x₁ + at, y = y₁ + bt,其中 (x₁, y₁) 是直线上一点,(a, b) 为方向向量。直线的斜率为 b/a(当 a ≠ 0 时)。例如,经过点 (2, 3)、方向为 (1, –2) 的直线参数方程为 x = 2 + t, y = 3 – 2t。

This form is particularly useful for finding points at fractional distances along a line segment and for solving intersection problems when both lines are given parametrically.

当需要求出线段上某比例处的点,或者解决两条线都以参数形式给出时的相交问题时,这种形式尤为有用。


6. Parametric Equations of a Circle | 圆的参数方程

A circle with centre (h, k) and radius r has parametric equations x = h + r cos θ, y = k + r sin θ, where θ is the angle measured from the positive x-direction (in radians or degrees). By eliminating θ, you retrieve (x – h)² + (y – k)² = r².

圆心为 (h, k)、半径为 r 的圆的参数方程为 x = h + r cos θ, y = k + r sin θ,其中 θ 是从 x 轴正方向量起的角度(单位可为弧度或度)。消去 θ,便能还原出 (x – h)² + (y – k)² = r²。

If the parameter multiplies the trigonometry terms differently, e.g. x = 5 cos t, y = 3 sin t, the Cartesian form becomes an ellipse: (x/5)² + (y/3)² = 1. Recognition of these standard forms saves time in exams.

如果参数前面的三角函数系数不同,例如 x = 5 cos t, y = 3 sin t,笛卡尔形式就变成椭圆:(x/5)² + (y/3)² = 1。熟记这些标准形式能节省考场上的时间。


7. Domain and Range in Parametric Form | 参数形式下的定义域与值域

Parametric equations often come with a restricted range of t, which limits the curve to a specific portion. For instance, x = t², y = 2t for 0 ≤ t ≤ 3 produces only the right half of the parabola y² = 4x, starting at (0,0) and ending at (9,6). Always read the range of t carefully.

参数方程常常会给出 t 的限定范围,这将曲线限制在特定的一部分。例如 x = t², y = 2t,0 ≤ t ≤ 3 只产生抛物线 y² = 4x 的右半支,从点 (0,0) 到 (9,6)。务必仔细读清 t 的范围。

From the range of t, you can determine the domain of x and range of y. For x = 3 cos θ, 0 ≤ θ ≤ π gives x in [–3, 3]? Actually cos θ in [–1,1] still, but if θ is in [0, π], cos θ runs from 1 to –1, so x also runs from 3 to –3. The y = 3 sin θ will be non-negative, so only the upper semicircle is traced. This is a common exam trap.

由 t 的范围可以确定 x 的定义域和 y 的值域。对于 x = 3 cos θ,0 ≤ θ ≤ π,虽然 cos θ 仍然在 [–1,1] 内,但此时 cos θ 从 1 变到 –1,所以 x 从 3 变到 –3。而 y = 3 sin θ 为非负值,因而只描出上半圆。这是常见的考试陷阱。


8. Finding Points of Intersection from Parametric Equations | 求参数方程的交点

To find where a parametric curve meets a line or another curve, substitute the parametric expressions into the Cartesian equation of the other object. Suppose x = t + 2, y = t², and the line y = 2x – 3. Replacing x and y gives t² = 2(t + 2) – 3. Solve the quadratic t² – 2t – 1 = 0 to get t-values, then back-substitute to find coordinates.

要求解参数曲线与直线或其他曲线的交点,先将参数表达式代入另一图形的笛卡尔方程。设 x = t + 2, y = t²,直线为 y = 2x – 3。代入后得到 t² = 2(t + 2) – 3。解二次方程 t² – 2t – 1 = 0 求得 t 值,再回代得出坐标。

Alternatively, if both are given parametrically, for example x = 2s, y = s – 1 and x = t + 3, y = 2t, set the x and y expressions equal to one another: 2s = t + 3 and s – 1 = 2t. Solve simultaneously for s and t. Each valid pair gives an intersection point when substituted back.

如果两者都以参数式给出,例如 x = 2s, y = s – 1 和 x = t + 3, y = 2t,则可令 x 和 y 表达式相等:2s = t + 3 且 s – 1 = 2t。联立求解 s 与 t。每一对有效值回代后得出一个交点坐标。


9. Common Mistakes to Avoid | 常见错误与避免方法

1. Forgetting to include the parameter range when sketching the curve, leading to drawing an entire circle when only a semicircle is required. 2. Mishandling signs when eliminating the parameter, especially with squared terms. Always check which branch is correct. 3. Confusing the direction of motion when arrows are required. 4. Assuming that eliminating the parameter automatically gives the full graph; the parametric form may repeat sections. Always refer back to t.

1. 描图时忘记参数范围,导致本应只画半圆却画了整个圆。2. 消去参数时符号处理错误,尤其涉及平方项。务必检查哪一支曲线是正确的。3. 需要标箭头时搞错运动方向。4. 误以为消去参数就自动得到完整图形;实际上参数式可能来回重复某一段。任何时候都要以 t 为基准。

Additionally, when using trigonometric identities, be careful with fractions and squaring. For x = sin θ, y = cos 2θ, rewrite y in terms of sin θ using double-angle formula cos 2θ = 1 – 2 sin²θ, so y = 1 – 2x². The domain of x is [–1,1] because of sin θ.

此外,在使用三角恒等式时,要当心分数和平方。对于 x = sin θ, y = cos 2θ,用倍角公式 cos 2θ = 1 – 2 sin²θ 将 y 用 sin θ 表示,即 y = 1 – 2x²。因为 x = sin θ,其定义域为 [–1,1]。


10. Exam Tips and Summary | 考试技巧与总结

When a parametric equation question appears, identify whether it asks for plotting, elimination, intersection, or domain/range. Start by writing out the parametric formulas clearly. If looking for the Cartesian form, decide whether substitution or an identity is the more efficient route. Practise recognising standard parametric forms:

遇到参数方程试题时,先判断题目要求的是描图、消参数、求交点,还是求定义域/值域。首先清晰地写出参数公式。如果要求笛卡尔方程,判断用代入法还是三角恒等式更高效。多练习识别标准参数形式:

Parametric Form Cartesian Equation
x = at + b, y = ct + d Line: y = (c/a)x + (d – bc/a)
x = h + r cos θ, y = k + r sin θ Circle: (x – h)² + (y – k)² = r²
x = a cos θ, y = b sin θ Ellipse: x²/a² + y²/b² = 1

最后,始终用给定的参数范围检查答案的合理性,并在涉及运动时加注方向箭头。平时多练习从参数式到笛卡尔式的灵活转换,考试时就能迅速且准确地作答。

Finally, always check your answer against the given t-domain and annotate direction arrows if motion is involved. Mastery of parametric equations comes with practice: the more you convert between forms, the faster and more accurate you become in the exam.

Published by TutorHao | Maths Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version