📚 IGCSE AQA Maths: Parametric Equations – Key Points Explained | IGCSE AQA数学:参数方程考点精讲
Parametric equations are a powerful way to describe curves by expressing both x and y coordinates in terms of a third variable, the parameter. In IGCSE AQA Mathematics, understanding parametric equations lays the foundation for more advanced calculus, mechanics, and geometry. This article covers every key concept you need to master, from eliminating the parameter to finding tangents and second derivatives, with clear worked examples aligned to the AQA specification.
参数方程通过用一个第三变量(参数)来表示 x 和 y 坐标,是一种描述曲线的重要方法。在 IGCSE AQA 数学中,掌握参数方程为更深层次的微积分、力学与几何学习打下基础。本文涵盖了你需要掌握的每一个关键概念,从消去参数到求切线与二阶导数,并配有与 AQA 考试大纲一致的清晰示例。
1. Parametric Equations: The Basics | 参数方程基础
A parametric curve is defined by two equations of the form x = f(t), y = g(t), where t is the parameter. As t varies, the point (x, y) traces out a curve. The parameter t often represents time or an angle, giving a dynamic view of the curve.
参数曲线由形如 x = f(t), y = g(t) 的两个方程定义,其中 t 为参数。随着 t 变化,点 (x, y) 描绘出一条曲线。参数 t 通常代表时间或角度,从而提供了曲线的动态视角。
For example, x = t + 1, y = 2t – 3 is a straight line. The circle x = cos θ, y = sin θ (0 ≤ θ < 2π) is a classic parametric form. In AQA IGCSE, you will work mainly with polynomials, trigonometric functions, and simple rational functions of t.
例如,x = t + 1, y = 2t – 3 表示一条直线。圆 x = cos θ, y = sin θ(0 ≤ θ < 2π)则是一个经典的参数形式。在 AQA IGCSE 考试中,你主要处理 t 的多项式、三角函数和简单的有理函数。
2. Plotting Points and Understanding the Curve | 描点与理解曲线
To sketch a parametric curve, choose a range of t values, calculate the corresponding (x, y) coordinates, and plot them. Pay attention to the direction of motion as t increases – this is often indicated by arrows on the curve.
要绘制参数曲线,选取 t 的一系列值,计算对应的 (x, y) 坐标并描点。注意随着 t 增大曲线的运动方向——通常用箭头在曲线上标出。
Construct a table of t, x, and y. For x = t², y = t + 2, values t = -2, -1, 0, 1, 2 give points (4,0), (1,1), (0,2), (1,3), (4,4). Recognising that x = (y – 2)² reveals it is a parabola opening to the right.
列出 t、x、y 的表格。例如 x = t², y = t + 2,取 t = -2, -1, 0, 1, 2 得到点 (4,0), (1,1), (0,2), (1,3), (4,4)。发现 x = (y – 2)² 可知这是一条开口向右的抛物线。
3. Eliminating the Parameter: Converting to Cartesian Form | 消去参数:化为笛卡尔方程
Eliminating t gives the Cartesian equation relating x and y directly. This is essential for identifying the type of curve and for many exam questions. Common methods include substitution, using trigonometric identities, or solving one equation for t.
消去 t 可得到直接联系 x 和 y 的笛卡尔方程。这对于识别曲线类型以及许多考题至关重要。常用方法包括代入法、使用三角恒等式,或从一个方程解出 t。
If x = 2t and y = t² – 1, express t = x/2, then substitute: y = (x/2)² – 1 = x²/4 – 1. This is a quadratic curve. For trigonometric cases like x = a cos θ, y = b sin θ, use the identity cos²θ + sin²θ = 1 to obtain (x/a)² + (y/b)² = 1, an ellipse.
若 x = 2t, y = t² – 1,则表达 t = x/2,然后代入得 y = (x/2)² – 1 = x²/4 – 1,这是一条二次曲线。对于 x = a cos θ, y = b sin θ 这类三角情形,利用恒等式 cos²θ + sin²θ = 1 可得 (x/a)² + (y/b)² = 1,是一个椭圆。
4. Differentiation of Parametric Equations | 参数方程求导
The gradient of a parametric curve is given by dy/dx, which is found using the chain rule:
dy/dx = (dy/dt) ÷ (dx/dt)
This formula is critical. You must differentiate y with respect to t and x with respect to t separately, then divide them.
参数曲线的梯度由 dy/dx 给出,可利用链式法则求得:
dy/dx = (dy/dt) ÷ (dx/dt)
此公式至关重要。你必须分别对 y 关于 t 求导和对 x 关于 t 求导,然后再相除。
For x = t³ + t, y = t² + 1, compute dx/dt = 3t² + 1 and dy/dt = 2t. Hence dy/dx = 2t / (3t² + 1). Note that the gradient is expressed in terms of the parameter t, which is normal.
对于 x = t³ + t, y = t² + 1,计算 dx/dt = 3t² + 1,dy/dt = 2t,因此 dy/dx = 2t / (3t² + 1)。注意梯度是用参数 t 表示的,这是正常情况。
5. Equation of a Tangent Line | 切线方程
To find the tangent at a specific point, first determine the value of t that gives the coordinates, then evaluate dy/dx at that t. Finally, use the point-slope form y – y₁ = m(x – x₁).
要找到某一点的切线,首先确定给出该坐标的 t 值,然后求出该 t 下的 dy/dx。最后使用点斜式 y – y₁ = m(x – x₁)。
Example: x = 2t + 1, y = t² – t. Find the tangent at (3,2). First, set 2t+1=3 → t=1. Check y: 1² –1=0, not 2, so the point (3,2) doesn’t lie on the curve – always verify that a given point satisfies the parametric equations before proceeding.
示例:x = 2t + 1, y = t² – t。求点 (3,2) 处的切线。首先令 2t+1=3 解得 t=1。检查 y:1² – 1 = 0,不等于 2,所以点 (3,2) 不在曲线上——在解题前务必验证给定点是否满足参数方程。
6. Finding the Second Derivative d²y/dx² | 求二阶导数
The second derivative measures the concavity of a curve. For parametric equations, use the formula:
d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] ÷ (dx/dt)
This is an extension of the chain rule. Compute dy/dx first, then differentiate it with respect to t, and finally divide by dx/dt.
二阶导数衡量曲线的凹凸性。对于参数方程,使用公式:
d²y/dx² = d/dx (dy/dx) = [d/dt (dy/dx)] ÷ (dx/dt)
这是链式法则的延伸。先计算 dy/dx,再将其对 t 求导,最后除以 dx/dt。
Given x = t², y = t³, dy/dx = (3t²) / (2t) = (3/2)t. Then d/dt (dy/dx) = 3/2. Also dx/dt = 2t. So d²y/dx² = (3/2) ÷ (2t) = 3/(4t). This helps to determine convexity.
给定 x = t², y = t³,dy/dx = (3t²)/(2t) = (3/2)t。那么 d/dt (dy/dx) = 3/2。又 dx/dt = 2t。所以 d²y/dx² = (3/2) ÷ (2t) = 3/(4t)。这有助于判断曲线的凸性。
7. Stationary Points and Tangents Parallel to Axes | 驻点与平行于坐标轴的切线
Stationary points occur where dy/dx = 0, i.e. dy/dt = 0 but dx/dt ≠ 0. If dx/dt = 0 and dy/dt ≠ 0, the tangent is vertical. If both are zero, further investigation is needed to determine the nature of the point.
驻点出现在 dy/dx = 0 处,即 dy/dt = 0 而 dx/dt ≠ 0 时。如果 dx/dt = 0 且 dy/dt ≠ 0,则切线是垂直的。如果两者同时为零,则需要进一步分析该点的性质。
For x = t³ – 3t, y = t², find stationary points. dy/dt = 2t = 0 → t = 0. dx/dt = 3t² – 3; at t=0, dx/dt=-3 ≠ 0, so there is a stationary point at (0,0). The nature can be checked with the second derivative or by signs of dy/dx.
对于 x = t³ – 3t, y = t²,求驻点。dy/dt = 2t = 0 → t = 0。dx/dt = 3t² – 3;在 t=0 时 dx/dt = -3 ≠ 0,所以在 (0,0) 处存在驻点。可借助二阶导数或 dy/dx 的符号变化判断驻点类型。
8. Parametric Integration: Area Under a Curve | 参数积分:曲线下面积
If a curve is defined parametrically, the area between the curve and the x-axis from x = a to x = b is given by:
Area = ∫ₐᵇ y dx = ∫ₜ₁ᵗ² y(t) (dx/dt) dt
where t₁ and t₂ are the parameter values corresponding to x = a and x = b. Note that you may need to change limits and take account of direction.
如果曲线由参数方程定义,从 x = a 到 x = b 的曲线与 x 轴之间的面积由下式给出:
面积 = ∫ₐᵇ y dx = ∫ₜ₁ᵗ² y(t) (dx/dt) dt
其中 t₁ 和 t₂ 分别为对应于 x = a 和 x = b 的参数值。注意可能需要转换上下限并考虑积分方向。
Example: x = t², y = 2t for 0 ≤ t ≤ 2. The area from x=0 to x=4 is ∫ (from t=0 to 2) 2t * (2t) dt = ∫₀² 4t² dt = [ (4/3)t³ ]₀² = 32/3 square units.
示例:x = t², y = 2t,0 ≤ t ≤ 2。从 x=0 到 x=4 的面积为 ∫ (从 t=0 到 2) 2t × (2t) dt = ∫₀² 4t² dt = [(4/3)t³]₀² = 32/3 平方单位。
9. Common Types of Parametric Equations in Exams | 考试中常见的参数方程类型
| Type | Form | Cartesian Result |
|---|---|---|
| Linear | x = at + b, y = ct + d | Straight line y = (c/a)(x – b) + d |
| Parabola (quadratic) | x = t, y = t² (or swapped) | y = x² |
| Circle/Ellipse | x = a cos θ, y = b sin θ | x²/a² + y²/b² = 1 |
| Hyperbola | x = a sec θ, y = b tan θ | x²/a² – y²/b² = 1 |
Recognising these forms helps in quick elimination of the parameter and in sketching the curve. AQA IGCSE often tests the ability to convert and then find tangents or normals.
识别这些形式有助于快速消去参数并绘制曲线。AQA IGCSE 考试经常考查转化能力,并随后求切线或法线。
10. Worked Example: Full Exam-Style Solution | 完整样题示范
A curve has parametric equations x = t² + 2t, y = 2t² – t. Find the value of t at the point where the tangent has gradient 2.
一条曲线的参数方程为 x = t² + 2t, y = 2t² – t。求切线的斜率为 2 的点所对应的 t 值。
First compute dx/dt = 2t + 2, dy/dt = 4t – 1. Then dy/dx = (4t – 1)/(2t + 2). Set dy/dx = 2: (4t – 1)/(2t + 2) = 2 → 4t – 1 = 4t + 4 → –1 = 4, impossible. Thus there is no such point; always check for contradictions. This shows that the gradient cannot be 2 – always verify whether the required gradient is attainable.
首先计算 dx/dt = 2t + 2, dy/dt = 4t – 1。于是 dy/dx = (4t – 1)/(2t + 2)。令 dy/dx = 2:(4t – 1)/(2t + 2) = 2 → 4t – 1 = 4t + 4 → –1 = 4,不可能。因此不存在这样的点;务必检查是否有矛盾。这说明斜率为 2 无法达到——始终要验证所求斜率是否可能。
11. Exam Tips and Common Pitfalls | 考试技巧与常见误区
- Always check that a given point lies on the curve before finding the tangent.
在求切线之前,务必检查给定点是否在曲线上。 - Simplify dy/dx as much as possible before substituting t values to avoid arithmetic errors.
在代入 t 值之前,尽可能简化 dy/dx 以避免计算错误。 - For vertical tangents, look for dx/dt = 0 and dy/dt ≠ 0.
要找到垂直切线,寻找 dx/dt = 0 且 dy/dt ≠ 0。 - When integrating parametrically, remember to change the limits to t-values and include dx/dt.
进行参数积分时,记得将积分限换为 t 值并包含 dx/dt。 - Be comfortable with trigonometric identities for eliminating θ.
熟练运用三角恒等式来消去 θ。
12. Summary and Key Formulae | 总结与核心公式
Master parametrics step by step. The core relationships are dy/dx = (dy/dt)/(dx/dt) and d²y/dx² = [d/dt(dy/dx)]/(dx/dt). Always work in terms of t until the final Cartesian expression is needed. Practise plenty of AQA past paper questions to build confidence.
逐步掌握参数方程。核心关系为 dy/dx = (dy/dt)/(dx/dt) 以及 d²y/dx² = [d/dt(dy/dx)]/(dx/dt)。始终用 t 进行推导,直到需要最终的笛卡尔表达式。通过大量练习 AQA 历年真题来增强信心。
Key Formulae:
dy/dx = (dy/dt) ÷ (dx/dt)
d²y/dx² = [d/dt (dy/dx)] ÷ (dx/dt)
Area = ∫ₜ₁ᵗ² y(t) (dx/dt) dt
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply