📚 GCSE WJEC Maths: Parametric Equations Revision Guide | GCSE WJEC 数学:参数方程 考点精讲
Parametric equations are a powerful way to describe curves by expressing both x and y coordinates in terms of a third variable, usually t. This topic appears in the WJEC Additional Mathematics specification and builds on your understanding of functions, graphs, differentiation and integration. In this revision guide, we will walk through the key concepts you need to master: converting parametric equations to Cartesian form, sketching curves, finding tangents and normals, calculating areas, and avoiding common mistakes. Each section is carefully explained with step-by-step methods and worked examples tailored to the WJEC exam style.
参数方程是一种强大的曲线描述方式,它通过第三个变量(通常是 t)同时表达 x 坐标和 y 坐标。这个主题出现在 WJEC 附加数学的考试大纲中,并且建立在你对函数、图像、微分和积分的理解之上。在这份考点精讲中,我们将逐一讲解你需要掌握的关键概念:将参数方程转化为笛卡尔形式、绘制曲线、求切线和法线、计算面积,以及避免常见错误。每个部分都配有分步方法和针对 WJEC 考试风格的例题讲解。
1. What Are Parametric Equations? | 什么是参数方程?
In a standard Cartesian equation, y is given directly as a function of x, like y = x² + 3. With parametric equations, both x and y are defined separately in terms of a parameter, often denoted by t. For example, x = t², y = 2t + 1. As t varies, the point (x, y) traces out a curve. This method is especially useful for describing motion or curves that are not functions in the usual sense, such as circles, ellipses and many complex shapes.
在标准的笛卡尔方程中,y 直接表示为 x 的函数,例如 y = x² + 3。而在参数方程中,x 和 y 分别由一个参数(通常用 t 表示)来定义。例如 x = t², y = 2t + 1。随着 t 的变化,点 (x, y) 会描绘出一条曲线。这种方法特别适用于描述运动轨迹或者那些不能简单地用 y=f(x) 表示的曲线,比如圆、椭圆以及许多复杂形状。
2. Converting Parametric to Cartesian Form | 化参数方程为普通方程
To find the Cartesian equation, eliminate the parameter t. This often involves solving one equation for t and substituting into the other. For instance, if x = t + 2 and y = t² – 1, then from the first equation t = x – 2. Substituting gives y = (x – 2)² – 1. In cases where trig functions are involved, use identities such as sin²θ + cos²θ = 1. For example, x = 2 cos θ, y = 2 sin θ leads to x² + y² = 4. Always check the domain of t to ensure you restrict the Cartesian curve correctly.
要得到笛卡尔方程,需要消去参数 t。这通常意味着从一个方程中解出 t,然后代入另一个方程。例如,若 x = t + 2, y = t² – 1,则由第一个方程得 t = x – 2。代入后得到 y = (x – 2)² – 1。如果涉及三角函数,则利用恒等式,如 sin²θ + cos²θ = 1。例如 x = 2 cos θ, y = 2 sin θ 可推出 x² + y² = 4。务必检查 t 的取值范围,以便正确限制笛卡尔曲线的定义域。
3. Sketching Parametric Curves | 绘制参数曲线的略图
Start by creating a table of values for t, x and y. Choose several values of t within the given range, compute x and y, and plot the points. Pay attention to the direction of the curve as t increases; WJEC questions often ask you to indicate this with arrows. For example, with x = t², y = 2t for t from –2 to 2, the points form a parabola opening to the right. Sketching helps you visualise whether the Cartesian equation matches the parametric definition, especially when two different t values give the same point.
首先为 t、x 和 y 制作数值表。在给定的 t 值范围内选取若干个 t 值,计算出 x 和 y,然后描点。注意随着 t 的增大,曲线的走向;WJEC 的题目经常要求你用箭头标出方向。例如 x = t², y = 2t,其中 t 从 –2 到 2,这些点构成一条向右开口的抛物线。绘制略图有助于你直观判断笛卡尔方程是否与参数定义一致,特别是当两个不同的 t 值对应同一个点时。
4. Differentiation of Parametric Equations | 参数方程求导
To find the gradient of a parametric curve, use the chain rule: dy/dx = (dy/dt) ÷ (dx/dt). You must differentiate y and x separately with respect to t, then divide. For example, if x = t², y = 4t, then dx/dt = 2t, dy/dt = 4, so dy/dx = 4 ÷ 2t = 2/t. This gives the gradient in terms of t. If you need the gradient at a specific point, substitute the t value corresponding to that point. Never forget to check that dx/dt ≠ 0 to avoid division by zero.
要求参数曲线的梯度,须使用链式法则:dy/dx = (dy/dt) ÷ (dx/dt)。你需要分别对 y 和 x 关于 t 求导,然后相除。例如,若 x = t², y = 4t,则 dx/dt = 2t,dy/dt = 4,因此 dy/dx = 4 ÷ 2t = 2/t。这样就把梯度用 t 表示了出来。如果需要某一点的梯度,代入该点对应的 t 值即可。永远不要忘记检验 dx/dt ≠ 0,以避免除以零。
5. Equation of Tangent and Normal | 切线与法线方程
Once you have dy/dx in terms of t, substitute the parameter value to find the gradient m at the required point. Then find the coordinates of the point by substituting t into x(t) and y(t). The tangent line is then y – y₁ = m(x – x₁). The normal line has gradient –1/m (provided m ≠ 0) and passes through the same point. Questions often ask for the equation of the tangent or normal at a specific t or at a given point. Practice converting all forms neatly, and present final equations in the form ax + by + c = 0 if required.
当你得到用 t 表示的 dy/dx 以后,代入该参数值求出所求点处的梯度 m。再将 t 代入 x(t) 和 y(t) 得到点的坐标。切线方程即为 y – y₁ = m(x – x₁)。法线的梯度为 –1/m(只要 m ≠ 0),并且经过同一点。考试题目常常要求在某个特定的 t 值处或在给定的点处求切线或法线方程。要多加练习,熟练转换各种形式,若题目要求,最终方程要写成 ax + by + c = 0 的形式。
6. Second Derivative of Parametric Equations | 参数方程的二阶导数
The second derivative d²y/dx² measures the rate of change of the gradient. With parametric equations, we use the formula d²y/dx² = (d/dt)[dy/dx] ÷ (dx/dt). First, find dy/dx as a function of t. Then differentiate that expression with respect to t, and finally divide by dx/dt. For example, if dy/dx = 2/t and dx/dt = 2t, then d/dt(2/t) = –2/t², so d²y/dx² = (–2/t²) ÷ (2t) = –1/t³. This is useful for determining concavity and for further calculus applications.
二阶导数 d²y/dx² 衡量梯度的变化率。对于参数方程,我们使用公式 d²y/dx² = (d/dt)[dy/dx] ÷ (dx/dt)。首先求出用 t 表示的 dy/dx,然后将该表达式对 t 求导,最后除以 dx/dt。例如,若 dy/dx = 2/t 且 dx/dt = 2t,则 d/dt(2/t) = –2/t²,因此 d²y/dx² = (–2/t²) ÷ (2t) = –1/t³。这在判断曲线的凹性以及进一步的微积分应用中非常有用。
7. Integration and Area Under a Parametric Curve | 积分与参数曲线下面积
The area between a parametric curve and the x‑axis can be found by integrating y with respect to x, but expressed in terms of t: A = ∫t₁t₂ y (dx/dt) dt. Here t₁ and t₂ are the parameter values giving the x‑bounds. For example, if x = t², y = 2t and the area is between t = 0 and t = 3, then dx/dt = 2t, so the integrand is (2t)(2t)=4t². A = ∫03 4t² dt = [4t³/3]03 = 36 square units. Always ensure you use the correct limits in t, matching the x‑interval.
参数曲线与 x 轴之间的面积可以通过 y 对 x 积分求得,但要用 t 来表示:A = ∫t₁t₂ y (dx/dt) dt。这里的 t₁ 和 t₂ 是给出 x 边界的参数值。例如,若 x = t², y = 2t,并且要求 t = 0 到 t = 3 之间的面积,则 dx/dt = 2t,被积函数为 (2t)(2t)=4t²。A = ∫03 4t² dt = [4t³/3]03 = 36 平方单位。务必使用正确的 t 的积分限,并确保它们与 x 区间相对应。
8. Common Pitfalls with Parametric Equations | 参数方程常见陷阱
One frequent mistake is forgetting to eliminate the parameter correctly, leading to an incorrect Cartesian equation. Another is misidentifying the point on the curve: always check that a given (x, y) corresponds to a valid t within the allowed range. Students often divide dx/dt incorrectly when finding dy/dx, or forget that the gradient is expressed in terms of t, not x. When finding tangents, substituting t into the Cartesian equation instead of the parametric expressions for x and y can give wrong coordinates. For area calculations, using the wrong limits or forgetting the factor dx/dt are among the most costly errors.
一个常见的错误是未能正确消去参数,导致得到错误的笛卡尔方程。另一个是误判曲线上的点:务必核验给定的 (x, y) 是否对应于允许范围内的某个有效 t。学生在求 dy/dx 时常常会把 dx/dt 除错,或者忘记了梯度是用 t 表示的,而不是 x。在求切线时,如果往笛卡尔方程里代入 t,而不是代入 x 和 y 的参数表达式,就会得到错误的坐标。对于面积计算,使用错误的积分限或遗漏因子 dx/dt 都是代价高昂的错误。
9. Domain and Range in Parametric Context | 参数方程中的定义域与值域
When a parametric curve is given with a specified interval for t, it is essential to determine the resulting x‑domain and y‑range. For instance, x = t² with t ≥ 0 gives x ≥ 0; x = sin t with t ∈ [0, 2π] gives x ∈ [–1, 1]. The range of y is similarly determined. This matters for sketching a complete, accurate curve and for defining the Cartesian equation correctly with any necessary restrictions. WJEC exam questions may ask you to state the domain of the Cartesian function derived from parametric equations.
当参数曲线给出了 t 的指定区间时,确定由此产生的 x 定义域和 y 值域至关重要。例如,x = t² 且 t ≥ 0 给出 x ≥ 0;x = sin t 且 t ∈ [0, 2π] 给出 x ∈ [–1, 1]。y 值域也类似确定。这对于绘制完整、准确的曲线以及正确地为笛卡尔方程添加必要约束都很有关系。WJEC 考试题目可能会要求你指出由参数方程导出的笛卡尔函数的定义域。
10. Worked Example: Circle and Ellipse | 典型例题:圆与椭圆
Consider x = 4 cos θ, y = 4 sin θ, 0 ≤ θ ≤ 2π. To find the Cartesian equation, use cos²θ + sin²θ = 1: (x/4)² + (y/4)² = 1 → x² + y² = 16, a circle centre (0,0) radius 4. For an ellipse like x = 3 cos t, y = 2 sin t, we get (x/3)² + (y/2)² = 1 → x²/9 + y²/4 = 1. If asked for the gradient at t = π/4, find dx/dt = –3 sin t, dy/dt = 2 cos t, so dy/dx = (2 cos t)/(–3 sin t) = –(2/3) cot t. At t = π/4 this is –2/3. Then the tangent equation at the point (3/√2, 2/√2) can be written.
考虑 x = 4 cos θ, y = 4 sin θ, 0 ≤ θ ≤ 2π。要得到笛卡尔方程,利用 cos²θ + sin²θ = 1:(x/4)² + (y/4)² = 1 → x² + y² = 16,这是一个圆心在 (0,0)、半径为 4 的圆。对于椭圆,如 x = 3 cos t, y = 2 sin t,我们得到 (x/3)² + (y/2)² = 1 → x²/9 + y²/4 = 1。若要求在 t = π/4 处的梯度,求出 dx/dt = –3 sin t, dy/dt = 2 cos t,因此 dy/dx = (2 cos t)/(–3 sin t) = –(2/3) cot t。在 t = π/4 处该值为 –2/3。然后便可写出点 (3/√2, 2/√2) 处的切线方程。
11. Checking Your Answers with Technology | 用技术验证答案
You can use a graphing calculator or software to check your Cartesian equation by plotting the original parametric curve and the derived Cartesian graph. They should match exactly over the specified t‑interval. This is especially helpful for verifying correct elimination and domain restrictions. In an exam, you won’t have these tools, but for revision it builds confidence and helps spot algebraic slips. Many WJEC exam resources provide links to online graphing tools you can use during self‑study.
你可以使用图形计算器或软件来检验你的笛卡尔方程,方法是画出原始的参数曲线和你推导出的笛卡尔图像。在指定的 t 区间内,两者应完全重合。这对于验证消参是否正确以及定义域限制非常有用。在考试中你无法使用这些工具,但在复习时它们能建立信心并帮助发现代数失误。许多 WJEC 考试资源都会提供在线绘图工具的链接,你可以在自学时使用。
12. Summary and Exam Tips | 总结与应试技巧
Focus on mastering the chain rule for differentiation, as dy/dx = (dy/dt)/(dx/dt) is the cornerstone of most parametric questions. Practice converting to Cartesian form quickly and accurately, and never overlook domain restrictions. When tackling area problems, carefully determine the t‑limits and include the dx/dt factor. Show all working clearly; marks are awarded for correct derivatives and substitutions even if the final line is slightly imperfect. Time yourself on past paper questions to build speed under exam conditions. With systematic practice, parametric equations can become one of the most predictable and marks‑rich topics in your WJEC Additional Mathematics exam.
重点掌握求导的链式法则,因为 dy/dx = (dy/dt)/(dx/dt) 是大多数参数方程考题的基石。多加练习,做到既快又准地转化为笛卡尔形式,并且绝不要忽视定义域的限制。处理面积问题时,要仔细确定 t 的积分限,并正确纳入 dx/dt 这一因子。清晰地展示全部解题步骤;即使最后一步略有瑕疵,正确的求导和代入也能为你赢得分数。在过去的真题上计时练习,以提升考试状态下的解题速度。通过系统性的训练,参数方程完全可以成为你 WJEC 附加数学考试中最为稳定、得分丰厚的主题之一。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导