📚 PDF资源导航

Parametric Equations — IB数学参数方程全面解析

什么是参数方程?

What Are Parametric Equations?

在传统的函数表示法中,我们习惯用 y = f(x) 这样的形式来描述曲线,即 y 直接表示为 x 的函数。然而,许多现实世界中的运动 – 比如抛物运动、行星轨道或者摆线运动 – 用这种显式方程很难描述,甚至根本不可能。参数方程(Parametric Equations)提供了一种更灵活的替代方案:我们引入一个独立的参数 t(通常代表时间),将 x 和 y 分别表示为 t 的函数:x = f(t),y = g(t)。这样,随着参数 t 的变化,点 (x, y) 就在平面上描绘出一条曲线。

In traditional function notation, we are accustomed to describing curves in the form y = f(x), where y is expressed directly as a function of x. However, many real-world motions – such as projectile motion, planetary orbits, or cycloidal motion – are difficult or even impossible to describe using explicit equations. Parametric equations offer a more flexible alternative: we introduce an independent parameter t (often representing time) and express x and y separately as functions of t: x = f(t), y = g(t). As the parameter t varies, the point (x, y) traces out a curve in the plane.

在 IB 数学课程中,参数方程是 Analysis and Approaches (AA) HL 的核心内容,同时也是 Applications and Interpretation (AI) HL 的重要组成部分。理解参数方程不仅是应对 IB 考试的关键,更是连接代数、微积分和几何的桥梁。参数方程让我们能够以全新的视角看待曲线 – 不再局限于”y 依赖 x”的思维定式,而是将曲线理解为某个运动物体在平面上留下的轨迹。

In the IB Mathematics curriculum, parametric equations form a core topic in Analysis and Approaches (AA) HL and are also an important component of Applications and Interpretation (AI) HL. Understanding parametric equations is not only crucial for IB exam success but also serves as a bridge connecting algebra, calculus, and geometry. Parametric equations allow us to view curves from a completely new perspective – rather than being confined to the mindset of “y depends on x”, we understand curves as the trajectory left by a moving object in the plane.

参数方程的基本形式与消参方法

Basic Forms of Parametric Equations and Eliminating the Parameter

参数方程的一般形式为:给定两个函数 f(t) 和 g(t),对于参数 t 在某区间上的每一个值,曲线上的点坐标为 (x(t), y(t)) = (f(t), g(t))。最常见的 IB 考试题型之一就是”消去参数”(eliminating the parameter),即将参数方程转化为笛卡尔方程(Cartesian equation)。这个过程本质上是设法消去 t,得到 x 和 y 之间的直接关系。

The general form of parametric equations is: given two functions f(t) and g(t), for each value of the parameter t in some interval, the coordinates of a point on the curve are (x(t), y(t)) = (f(t), g(t)). One of the most common IB exam question types is “eliminating the parameter”, which means converting parametric equations into a Cartesian equation. This process essentially involves eliminating t to obtain a direct relationship between x and y.

消参的基本策略有三种。第一种是直接代入法:如果 x(t) 比较简单(比如 x = t 或 x = 2t),可以直接解出 t 的表达式,然后代入 y(t)。例如,x = 2t, y = t² + 1,则 t = x/2,代入得 y = (x/2)² + 1 = x²/4 + 1。第二种是利用三角恒等式:当参数方程涉及 sin t 和 cos t 时,通常可以利用 sin²t + cos²t = 1 来消参。例如 x = 3 cos t, y = 3 sin t 给出 x² + y² = 9,这是一个以原点为中心、半径为 3 的圆。第三种是代数消元法:对于含有 t²、t³ 的多项式形式,可能需要通过消元技巧得到 x 和 y 的关系。

There are three basic strategies for eliminating the parameter. The first is direct substitution: if x(t) is simple (e.g., x = t or x = 2t), you can solve for t directly and substitute into y(t). For example, if x = 2t and y = t² + 1, then t = x/2, and substituting gives y = (x/2)² + 1 = x²/4 + 1. The second strategy uses trigonometric identities: when parametric equations involve sin t and cos t, you can often use sin²t + cos²t = 1 to eliminate the parameter. For example, x = 3 cos t, y = 3 sin t gives x² + y² = 9, a circle centered at the origin with radius 3. The third approach is algebraic elimination: for polynomial forms involving t², t³, you may need elimination techniques to find the relationship between x and y.

值得注意的是,消参后的笛卡尔方程可能并不完全等价于原参数方程。参数方程通常伴随着 t 的定义域限制,这意味着曲线可能只是整个笛卡尔方程图像的一部分。IB 考试中经常要求考生说明曲线的定义域和值域,以明确参数方程的精确轨迹范围。

It is worth noting that the Cartesian equation obtained after eliminating the parameter may not be fully equivalent to the original parametric equations. Parametric equations typically come with a domain restriction on t, which means the curve may represent only a portion of the full Cartesian equation’s graph. IB exams frequently ask candidates to state the domain and range of the curve to clarify the exact extent of the trajectory defined by the parametric equations.

参数方程的求导

Differentiation of Parametric Equations

参数方程求导是 IB 数学 HL 的重要考点。由于 y 不是直接写为 x 的函数,我们需要一个特殊的公式来计算 dy/dx。这个公式来源于链式法则(chain rule):dy/dx = (dy/dt) / (dx/dt),即 dy/dx = y'(t) / x'(t),前提是 dx/dt ≠ 0。这个公式的直观理解是:y 随 x 的变化率等于 y 随 t 的变化率除以 x 随 t 的变化率。

Differentiation of parametric equations is a key topic in IB Mathematics HL. Since y is not written directly as a function of x, we need a special formula to compute dy/dx. This formula derives from the chain rule: dy/dx = (dy/dt) / (dx/dt), i.e., dy/dx = y'(t) / x'(t), provided that dx/dt ≠ 0. The intuitive understanding of this formula is that the rate of change of y with respect to x equals the rate of change of y with respect to t divided by the rate of change of x with respect to t.

例题:某曲线的参数方程为 x = t² + 1, y = t³ – 3t。求在 t = 2 处的切线斜率。解:dx/dt = 2t, dy/dt = 3t² – 3。利用公式 dy/dx = (3t² – 3)/(2t)。代入 t = 2,得 dy/dx = (12 – 3)/4 = 9/4。因此在 t = 2 处(对应点 (5, 2)),切线斜率为 9/4。这个例子展示了参数求导的基本流程:分别求导,相除,再代入特定 t 值。

Example: A curve has parametric equations x = t² + 1, y = t³ – 3t. Find the gradient of the tangent at t = 2. Solution: dx/dt = 2t, dy/dt = 3t² – 3. Using the formula dy/dx = (3t² – 3)/(2t). Substituting t = 2 gives dy/dx = (12 – 3)/4 = 9/4. Therefore, at t = 2 (corresponding to the point (5, 2)), the gradient of the tangent is 9/4. This example demonstrates the basic parametric differentiation workflow: differentiate separately, divide, then substitute the specific t value.

参数方程的二阶导数也是一个常见考点。二阶导数 d²y/dx² 的公式为:d²y/dx² = d(dy/dx)/dx = [d(dy/dx)/dt] / (dx/dt)。记住千万不能直接写成 (d²y/dt²)/(d²x/dt²),这是一个非常常见的错误。正确的做法是先求出一阶导数 dy/dx 作为 t 的函数,再对这个结果关于 t 求导,最后除以 dx/dt。

The second derivative of parametric equations is also a common exam topic. The formula for the second derivative d²y/dx² is: d²y/dx² = d(dy/dx)/dx = [d(dy/dx)/dt] / (dx/dt). Remember, you must never write it directly as (d²y/dt²)/(d²x/dt²) – this is a very common mistake. The correct approach is to first find the first derivative dy/dx as a function of t, then differentiate this result with respect to t, and finally divide by dx/dt.

参数方程下的积分与面积计算

Integration and Area Calculation with Parametric Equations

参数方程下的积分是微积分的另一个重要应用。当我们需要计算参数曲线下方与 x 轴之间的面积时,可以使用公式:Area = ∫ y dx = ∫ y(t) · (dx/dt) dt,其中积分限由参数 t 的对应值决定。这个公式本质上是对标准积分公式 ∫ y dx 进行变量替换得到的。

Integration under parametric equations is another important application of calculus. When we need to calculate the area between a parametric curve and the x-axis, we can use the formula: Area = ∫ y dx = ∫ y(t) · (dx/dt) dt, where the limits of integration are determined by the corresponding values of the parameter t. This formula is essentially obtained by performing a change of variables on the standard integral formula ∫ y dx.

例题:求由参数方程 x = t², y = 2t(0 ≤ t ≤ 3)所定义的曲线与 x 轴之间的面积。解:dx/dt = 2t,因此 Area = ∫ y dx = ∫ (2t)(2t) dt = ∫ 4t² dt,积分区间从 t=0 到 t=3。计算得 ∫₀³ 4t² dt = [4t³/3]₀³ = 36。面积 = 36 平方单位。注意在参数积分中,我们需要用 t 的积分限(而非 x 坐标的积分限)来计算。

Example: Find the area between the curve defined by the parametric equations x = t², y = 2t (0 ≤ t ≤ 3) and the x-axis. Solution: dx/dt = 2t, so Area = ∫ y dx = ∫ (2t)(2t) dt = ∫ 4t² dt, with the integration range from t=0 to t=3. Evaluating gives ∫₀³ 4t² dt = [4t³/3]₀³ = 36. The area is 36 square units. Note that in parametric integration, we must use the t limits (not the x-coordinate limits) for calculation.

参数曲线弧长的计算同样重要。弧长公式为:s = ∫ √[(dx/dt)² + (dy/dt)²] dt。这个公式来源于将曲线分割为无穷小的线段,并用勾股定理计算每一小段的长度,再积分求和。IB HL 考试中可能会出现求特定参数曲线在给定区间上的弧长的问题。

The calculation of arc length for parametric curves is equally important. The arc length formula is: s = ∫ √[(dx/dt)² + (dy/dt)²] dt. This formula derives from dividing the curve into infinitesimal line segments and using the Pythagorean theorem to calculate the length of each segment, then integrating to sum them up. IB HL exams may include questions requiring the calculation of the arc length of a specific parametric curve over a given interval.

常见参数曲线及其特征

Common Parametric Curves and Their Characteristics

IB 数学课程中涉及几类经典的参数曲线,考生需要能够识别它们的参数形式和笛卡尔形式之间的对应关系。第一类是圆和椭圆:x = a cos t, y = a sin t 表示以原点为中心、半径为 a 的圆;x = a cos t, y = b sin t 则表示半长轴为 a、半短轴为 b 的椭圆。这些曲线的参数 t 有几何意义:它代表从正 x 轴逆时针旋转到该点对应的”角度”。

The IB Mathematics curriculum covers several classic types of parametric curves, and candidates need to be able to recognize the correspondence between their parametric and Cartesian forms. The first type is circles and ellipses: x = a cos t, y = a sin t represents a circle centered at the origin with radius a; x = a cos t, y = b sin t represents an ellipse with semi-major axis a and semi-minor axis b. The parameter t here has a geometric meaning: it represents the “angle” from the positive x-axis to the corresponding point, measured counterclockwise.

第二类是抛物线:简单的如 x = t, y = t² 直接给出标准抛物线 y = x²。更一般的形式如 x = at², y = 2at 给出抛物线 y² = 4ax。第三类是摆线(cycloid),它描述的是一个圆沿直线滚动时,圆周上一点的运动轨迹。其参数方程为 x = a(t – sin t), y = a(1 – cos t),其中 a 是圆的半径。摆线具有许多优美的几何性质,是数学史上备受关注的曲线之一。

The second type is parabolas: simple ones like x = t, y = t² directly yield the standard parabola y = x². A more general form such as x = at², y = 2at gives the parabola y² = 4ax. The third type is the cycloid, which describes the path traced by a point on the circumference of a circle as it rolls along a straight line. Its parametric equations are x = a(t – sin t), y = a(1 – cos t), where a is the radius of the circle. The cycloid has many elegant geometric properties and is one of the most studied curves in mathematical history.

第四类是 Lissajous 曲线:由参数方程 x = A sin(at + δ), y = B sin(bt) 给出,其中 a 和 b 的比值决定了曲线的形状。当 a/b 为有理数时,曲线是闭合的。第五类是极坐标曲线转化为参数形式:任何极坐标方程 r = f(θ) 都可以写为参数形式 x = f(θ) cos θ, y = f(θ) sin θ,将 θ 视为参数。

The fourth type is Lissajous curves, given by the parametric equations x = A sin(at + δ), y = B sin(bt), where the ratio a/b determines the shape of the curve. When a/b is rational, the curve is closed. The fifth type is polar curves converted to parametric form: any polar equation r = f(θ) can be written in parametric form as x = f(θ) cos θ, y = f(θ) sin θ, treating θ as the parameter.

切线与法线

Tangents and Normals

对于参数方程定义的曲线,切线的方程可以通过点斜式来建立。给定参数 t 处的点 (x₀, y₀) = (x(t), y(t)),以及该点处的斜率 m = dy/dx = y'(t)/x'(t),切线方程为 y – y₀ = m(x – x₀)。法线是切线的垂线,其斜率为 -1/m(当 m ≠ 0)。法线方程为 y – y₀ = (-1/m)(x – x₀)。

For curves defined by parametric equations, the tangent line equation can be established using the point-slope form. Given the point (x₀, y₀) = (x(t), y(t)) at parameter t, and the gradient m = dy/dx = y'(t)/x'(t) at that point, the tangent equation is y – y₀ = m(x – x₀). The normal line is perpendicular to the tangent, with gradient -1/m (when m ≠ 0). The normal equation is y – y₀ = (-1/m)(x – x₀).

当参数曲线存在水平切线(horizontal tangent)或垂直切线(vertical tangent)时,情况值得特别关注。水平切线出现在 dy/dt = 0 且 dx/dt ≠ 0 处;垂直切线出现在 dx/dt = 0 且 dy/dt ≠ 0 处。如果 dy/dt 和 dx/dt 同时为零,则该点可能是尖点(cusp)或自交点,需要进一步分析。这类问题是 IB HL 考试中区分高分考生的典型难点。

When a parametric curve has horizontal tangents or vertical tangents, the situation deserves special attention. Horizontal tangents occur where dy/dt = 0 and dx/dt ≠ 0; vertical tangents occur where dx/dt = 0 and dy/dt ≠ 0. If both dy/dt and dx/dt are zero, the point may be a cusp or a self-intersection point, requiring further analysis. These types of problems are typical challenging questions in IB HL exams that distinguish high-achieving candidates.

参数方程的实际应用

Practical Applications of Parametric Equations

参数方程在物理学和工程学中有着极其广泛的应用。最经典的例子是抛体运动(projectile motion):一个以初速度 u 和角度 θ 发射的抛体,忽略空气阻力,其水平位移和垂直位移分别为:x = u cos θ · t, y = u sin θ · t – (1/2)gt²。消去参数 t 可以得出轨迹的抛物线方程。这个例子完美地说明了为什么参数方程比笛卡尔方程更适合描述运动:时间 t 是运动最自然的自变量。

Parametric equations have extremely broad applications in physics and engineering. The most classic example is projectile motion: for a projectile launched with initial velocity u at angle θ, ignoring air resistance, the horizontal and vertical displacements are: x = u cos θ · t, y = u sin θ · t – (1/2)gt². Eliminating the parameter t yields the parabolic trajectory equation. This example perfectly illustrates why parametric equations are more suitable than Cartesian equations for describing motion: time t is the most natural independent variable for motion.

在计算机图形学中,参数方程被用来生成贝塞尔曲线(Bézier curves),这是矢量图形、字体设计和动画路径的基础。参数字曲线如 B-spline 也是由参数方程定义的。在经济学中,参数方程可以用来描述动态系统的演化。甚至在生物学中,捕食者-猎物模型的相图也常常用参数形式来分析。

In computer graphics, parametric equations are used to generate Bézier curves, which are the foundation of vector graphics, font design, and animation paths. Parametric splines such as B-splines are also defined by parametric equations. In economics, parametric equations can describe the evolution of dynamic systems. Even in biology, phase diagrams of predator-prey models are often analyzed in parametric form.

IB 考试典型题型与解题策略

Typical IB Exam Question Types and Solution Strategies

IB HL 考试中,参数方程通常以试卷 1(Paper 1,无计算器)或试卷 2(Paper 2,可使用计算器)的形式出现。典型题目包括:给出参数方程,要求(a)消去参数求笛卡尔方程并作图;(b)求特定 t 值处的切线方程;(c)求切线与坐标轴的交点坐标;(d)计算曲线与 x 轴之间的面积。评分标准通常采用分步给分(M1 为方法分,A1 为答案分),即使最终答案错误,只要展示正确的方法也能获得部分分数。

In IB HL exams, parametric equations typically appear in Paper 1 (no calculator) or Paper 2 (calculator allowed). Typical questions include: given parametric equations, (a) eliminate the parameter to find the Cartesian equation and sketch the curve; (b) find the tangent equation at a specific t value; (c) find the coordinates of the intersection of the tangent with the coordinate axes; (d) calculate the area between the curve and the x-axis. The marking scheme usually awards marks in steps (M1 for method marks, A1 for answer marks) – even if the final answer is wrong, demonstrating the correct method can earn partial credit.

解题策略建议:第一,仔细阅读题目中的 t 的定义域,画出参数范围标记。很多时候学生因为忽略了 t 的范围而导致答案超出实际曲线的定义域。第二,在做消参题时,先判断参数方程的类型(三角型、多项式型、指数型),然后选择对应的消参策略。第三,求导时先分别计算 dx/dt 和 dy/dt,再代入公式,不要跳步。第四,面积计算时要特别注意积分限的转换 – 将 x 限正确转换为 t 限。

Solution strategy recommendations: First, carefully read the domain of t given in the question and mark the parameter range. Many times students neglect the range of t and end up with answers that extend beyond the actual curve’s domain. Second, when doing elimination questions, first identify the type of parametric equation (trigonometric, polynomial, exponential), then choose the corresponding elimination strategy. Third, when differentiating, calculate dx/dt and dy/dt separately first, then substitute into the formula – do not skip steps. Fourth, when calculating area, pay special attention to the conversion of integration limits – correctly convert the x limits to t limits.

常见错误与易错点

Common Mistakes and Pitfalls

学生在参数方程题目中最常见的错误包括:(1)二阶导数公式用错 – 将 d²y/dx² 错误地计算为 (d²y/dt²)/(d²x/dt²);(2)消参时忘记 t 的定义域限制,导致画出的图像超出实际曲线范围;(3)参数积分时忘记将积分限从 x 转换到 t;(4)参数求导时链条断裂 – 只求了两者之一就试图得出结论;(5)对于三角参数方程,消参后忘记考虑象限或方向问题。有意识地对这些易错点进行检查,可以显著提高 IB 数学考试成绩。

The most common student mistakes in parametric equation problems include: (1) using the wrong formula for the second derivative – incorrectly calculating d²y/dx² as (d²y/dt²)/(d²x/dt²); (2) forgetting the domain restriction on t when eliminating the parameter, leading to a graph that extends beyond the actual curve; (3) forgetting to convert integration limits from x to t when doing parametric integration; (4) breaking the chain when doing parametric differentiation – finding only one derivative and attempting to draw conclusions; (5) for trigonometric parametric equations, forgetting to consider quadrant or direction issues after elimination. Consciously checking for these common pitfalls can significantly improve IB Mathematics exam scores.

参数方程与向量形式的联系

Connections Between Parametric Equations and Vector Form

参数方程与向量有着天然的联系。在二维空间中,参数方程 x = f(t), y = g(t) 可以自然地写成位置向量(position vector)的形式:r(t) = (f(t), g(t)) = f(t)i + g(t)j。这种向量表示法揭示了参数方程的本质:随着 t 的变化,位置向量 r(t) 在平面上”画”出曲线。速度向量(velocity vector)由 v(t) = r'(t) = (f'(t), g'(t)) 给出,加速度向量(acceleration vector)由 a(t) = r”(t) = (f”(t), g”(t)) 给出。这种视角将参数方程与运动学和动力学紧密联系在一起。

Parametric equations have a natural connection with vectors. In two-dimensional space, the parametric equations x = f(t), y = g(t) can be naturally written in the form of a position vector: r(t) = (f(t), g(t)) = f(t)i + g(t)j. This vector representation reveals the essence of parametric equations: as t changes, the position vector r(t) “draws” the curve in the plane. The velocity vector is given by v(t) = r'(t) = (f'(t), g'(t)), and the acceleration vector by a(t) = r”(t) = (f”(t), g”(t)). This perspective closely links parametric equations with kinematics and dynamics.

在 IB HL 数学中,要求考生能够从参数方程推导出速度向量的大小(即速率,speed):speed = |v| = √[(dx/dt)² + (dy/dt)²]。这恰好等于弧长公式中的被积函数,体现了微分与积分之间的统一性。理解这种向量视角不仅有助于解题,更能帮助你建立对数学结构深层联系的直觉。

In IB HL Mathematics, candidates are expected to be able to derive the magnitude of the velocity vector (i.e., the speed) from parametric equations: speed = |v| = √[(dx/dt)² + (dy/dt)²]. This happens to be exactly the integrand in the arc length formula, demonstrating the unity between differentiation and integration. Understanding this vector perspective not only helps with problem-solving but also builds your intuition for the deep connections within mathematical structures.

圆锥曲线的参数表示

Parametric Representation of Conic Sections

圆锥曲线(conic sections) – 圆、椭圆、抛物线和双曲线 – 都可以用参数方程优雅地表示。我们已经讨论了圆和椭圆的参数形式(通过 cos t 和 sin t)。抛物线的标准参数形式为 x = at², y = 2at,它产生 y² = 4ax 的标准抛物线方程。双曲线可以用双曲函数来表示:x = a cosh t, y = b sinh t 给出 x²/a² – y²/b² = 1 的右支。或者使用三角函数:x = a sec t, y = b tan t 同样给出该双曲线(但此时需要注意定义域,因为 sec t 和 tan t 在 t = π/2 + kπ 处无定义)。

Conic sections – circles, ellipses, parabolas, and hyperbolas – can all be elegantly represented using parametric equations. We have already discussed the parametric forms of circles and ellipses (via cos t and sin t). The standard parametric form for a parabola is x = at², y = 2at, which yields the standard parabola equation y² = 4ax. Hyperbolas can be represented using hyperbolic functions: x = a cosh t, y = b sinh t gives the right branch of x²/a² – y²/b² = 1. Alternatively, using trigonometric functions: x = a sec t, y = b tan t also gives this hyperbola (though here one must be careful about the domain, since sec t and tan t are undefined at t = π/2 + kπ).

理解这些标准形式的参数方程可以节省 IB 考试中的大量时间。当你看到 x = a cos t, y = b sin t 这样的表达式时,应该立即认出这是一个椭圆,而不必每次都从零开始推导。这种模式识别能力是高水平数学素养的重要标志。

Understanding these standard parametric forms can save significant time in IB exams. When you see expressions like x = a cos t, y = b sin t, you should immediately recognize this as an ellipse rather than deriving from scratch every time. This pattern recognition ability is an important hallmark of high-level mathematical fluency.

IB HL 真题精讲

IB HL Past Paper Walkthrough

让我们来分析一道典型的 IB HL 参数方程真题。题目:一条曲线由参数方程 x = 2 cos t, y = sin 2t(0 ≤ t < 2π)定义。(a)证明该曲线关于 x 轴对称。(b)求曲线在 t = π/6 处的切线方程。(c)求该曲线与自身相交的所有点(自交点)。(d)画出曲线的大致形状。

Let us analyze a typical IB HL parametric equations past paper question. Problem: A curve is defined by the parametric equations x = 2 cos t, y = sin 2t (0 ≤ t < 2π). (a) Show that the curve is symmetric about the x-axis. (b) Find the equation of the tangent to the curve at t = π/6. (c) Find all points where the curve intersects itself (self-intersection points). (d) Sketch the general shape of the curve.

解析(a):关于 x 轴对称意味着如果点 (x, y) 在曲线上,那么 (x, -y) 也在曲线上。当 t 取值为 2π – t’ 时,由于 cos(2π – t’) = cos t’(余弦是偶函数),我们得到相同的 x 值;而 sin 2(2π – t’) = sin(4π – 2t’) = -sin 2t’,给出了相反的 y 值。因此曲线确实关于 x 轴对称。

Solution (a): Symmetry about the x-axis means that if the point (x, y) lies on the curve, then (x, -y) also lies on the curve. When t takes the value 2π – t’, since cos(2π – t’) = cos t’ (cosine is an even function), we obtain the same x value; and sin 2(2π – t’) = sin(4π – 2t’) = -sin 2t’, giving the opposite y value. Therefore, the curve is indeed symmetric about the x-axis.

解析(b):当 t = π/6 时,x = 2 cos(π/6) = 2 · √3/2 = √3,y = sin(π/3) = √3/2。dx/dt = -2 sin t,在 t = π/6 处 dx/dt = -2 · 1/2 = -1。dy/dt = 2 cos 2t,在 t = π/6 处 dy/dt = 2 cos(π/3) = 2 · 1/2 = 1。因此 dy/dx = 1/(-1) = -1。切线方程为 y – √3/2 = -1(x – √3),即 y = -x + 3√3/2。

Solution (b): At t = π/6, x = 2 cos(π/6) = 2 · √3/2 = √3, y = sin(π/3) = √3/2. dx/dt = -2 sin t, at t = π/6, dx/dt = -2 · 1/2 = -1. dy/dt = 2 cos 2t, at t = π/6, dy/dt = 2 cos(π/3) = 2 · 1/2 = 1. Therefore, dy/dx = 1/(-1) = -1. The tangent equation is y – √3/2 = -1(x – √3), i.e., y = -x + 3√3/2.

解析(c):自交点出现在不同的 t 值产生相同的 (x, y) 坐标处。设 x = 2 cos t₁ = 2 cos t₂ 且 y = sin 2t₁ = sin 2t₂,其中 t₁ ≠ t₂。由余弦相等可知 t₁ = t₂ 或 t₁ = 2π – t₂(在 0 ≤ t < 2π 范围内)。由于 t₁ ≠ t₂,取 t₁ = 2π - t₂。代入 y 条件:sin 2(2π - t₂) = sin(4π - 2t₂) = sin(-2t₂) = -sin 2t₂。要求 sin 2t₁ = sin 2t₂,即 -sin 2t₂ = sin 2t₂,解得 sin 2t₂ = 0,因此 2t₂ = 0, π, 2π, 3π,即 t₂ = 0, π/2, π, 3π/2。对应的自交点为 (2 cos 0, sin 0) = (2, 0) 和 (2 cos π, sin 2π) = (-2, 0)。这是一条 Lissajous 图形,在原点处也产生自交点。通过进一步分析可得原点 (0, 0) 也是一个自交点,即曲线的完整自交点为 (2, 0)、(-2, 0) 和 (0, 0)。

Solution (c): Self-intersection points occur when different t values produce the same (x, y) coordinates. Set x = 2 cos t₁ = 2 cos t₂ and y = sin 2t₁ = sin 2t₂, where t₁ ≠ t₂. From cosine equality, t₁ = t₂ or t₁ = 2π – t₂ (within 0 ≤ t < 2π). Since t₁ ≠ t₂, take t₁ = 2π - t₂. Substituting into y condition: sin 2(2π - t₂) = sin(4π - 2t₂) = sin(-2t₂) = -sin 2t₂. We require sin 2t₁ = sin 2t₂, i.e., -sin 2t₂ = sin 2t₂, giving sin 2t₂ = 0, so 2t₂ = 0, π, 2π, 3π, i.e., t₂ = 0, π/2, π, 3π/2. The corresponding self-intersection points are (2 cos 0, sin 0) = (2, 0) and (2 cos π, sin 2π) = (-2, 0). This is a Lissajous figure, which also has a self-intersection at the origin. Further analysis reveals the origin (0, 0) is also a self-intersection point, giving the complete set of self-intersections: (2, 0), (-2, 0), and (0, 0).

这个真题展示了参数方程题目的深度:它将对称性分析、切线计算和自交点的寻找有机地结合在一个问题中。掌握这个级别的分析能力,意味着你已经为 IB HL 数学考试做好了充分的准备。

This past paper question demonstrates the depth of parametric equations problems: it organically combines symmetry analysis, tangent calculation, and the search for self-intersection points in a single question. Mastering this level of analytical ability means you are well-prepared for the IB HL Mathematics examination.

总结

Summary

参数方程是 IB 数学 HL 课程中一个集代数、微积分和几何于一体的综合性主题。掌握参数方程需要理解以下核心环节:参数方程的定义与消参方法(直接代入法、三角恒等式法、代数消元法)、参数求导(一阶和二阶导数的公式推导与应用)、参数积分(面积计算与弧长公式)、以及在各种实际场景中的应用。IB 考生应特别注重消参后定义域的一致性、二阶导数的正确计算方法和参数积分限的转换这三个高频考点。通过系统地练习这些技能,参数方程将不再是一个令人畏惧的主题,而是成为展示你数学能力的有力工具。

Parametric equations are a comprehensive topic in the IB Mathematics HL curriculum that integrates algebra, calculus, and geometry. Mastering parametric equations requires understanding the following core components: the definition and elimination of parameters (direct substitution, trigonometric identity method, algebraic elimination), parametric differentiation (derivation and application of first and second derivative formulas), parametric integration (area calculation and arc length formula), and applications in various real-world contexts. IB candidates should pay particular attention to three high-frequency exam topics: maintaining domain consistency after parameter elimination, the correct method for calculating second derivatives, and the conversion of integration limits in parametric integrals. Through systematic practice of these skills, parametric equations will cease to be an intimidating topic and instead become a powerful tool for demonstrating your mathematical ability.

无论你计划在大学攻读数学、物理、工程还是经济学,参数方程都是你未来学术道路上的基础工具。提前在 IB 阶段扎实掌握这一内容,将为你打开通往高等数学的大门。

Whether you plan to study mathematics, physics, engineering, or economics at university, parametric equations are a foundational tool for your future academic journey. Building a solid understanding of this topic during the IB stage will open the door to advanced mathematics for you.

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