Tangent Vectors and Curvature in Two-Dimensional Space | 二维空间中的切向量与曲率

📚 Tangent Vectors and Curvature in Two-Dimensional Space | 二维空间中的切向量与曲率

When we study curves in the plane, two fundamental geometric ideas emerge: the tangent vector, which encodes direction and speed, and curvature, which measures how sharply the curve bends. These concepts bridge calculus, vector geometry, and real-world applications such as road design, orbital mechanics, and computer graphics.

当我们在平面中研究曲线时,两个基本的几何概念应运而生:切向量,它承载方向与速度的信息;以及曲率,它度量曲线弯曲的剧烈程度。这些概念连接了微积分、向量几何以及现实应用,如道路设计、轨道力学和计算机图形学。


1. Parametric Curves and Vector Functions | 参数曲线与向量函数

In two-dimensional space, a curve is often described by a parametric vector function r(t) = (x(t), y(t)), where t is a parameter. As t varies over an interval, the tip of the position vector traces out the curve. This representation is powerful because it can describe loops, vertical tangents, and complex motion that ordinary function graphs y = f(x) cannot easily capture.

在二维空间中,曲线通常用参数向量函数 r(t) = (x(t), y(t)) 描述,其中 t 为参数。当 t 在一个区间内变化时,位置向量的端点描绘出曲线。这种表示方法非常强大,因为它能够描述回环、垂直切线以及普通函数图像 y = f(x) 难以表达的复杂运动。

For example, the circle of radius R centered at the origin can be written as r(t) = (R cos t, R sin t), with 0 ≤ t ≤ 2π. The parameter t is often interpreted as time, making the vector function a description of motion along the curve.

例如,以原点为圆心、半径为 R 的圆可以写成 r(t) = (R cos t, R sin t),其中 0 ≤ t ≤ 2π。参数 t 常被理解为时间,于是向量函数便成为沿曲线运动的描述。


2. Tangent Vectors | 切向量

The derivative of the position vector, r'(t) = (x'(t), y'(t)), is called the tangent vector. Geometrically, it points in the direction of motion along the curve at time t, and its magnitude |r'(t)| equals the instantaneous speed of the particle tracing the curve.

位置向量的导数 r'(t) = (x'(t), y'(t)) 称为切向量。在几何上,它指向 t 时刻沿曲线运动的方向,其模长 |r'(t)| 等于质点沿曲线运动的瞬时速率。

If r'(t) ≠ 0, the tangent line at the point r(t) has equation L(s) = r(t) + s r'(t), where s is a real parameter. This line best approximates the curve near that point.

若 r'(t) ≠ 0,则点 r(t) 处的切线方程为 L(s) = r(t) + s r'(t),其中 s 为实参数。这条直线在该点附近最近似地逼近原曲线。

r'(t) = (x'(t), y'(t)), |r'(t)| = √(x'(t)² + y'(t)²)


3. Unit Tangent Vector | 单位切向量

Often we are interested only in the direction of the tangent, not its magnitude. Dividing the tangent vector by its length gives the unit tangent vector T(t):

通常我们只关心切线的方向而不关心其模长。将切向量除以其长度,便得到单位切向量 T(t):

T(t) = r'(t) / |r'(t)|

By definition, |T(t)| = 1 for all t. The unit tangent vector is particularly useful when studying curvature, because it depends only on the shape of the curve, not on the speed of parametrization.

根据定义,对所有 t 都有 |T(t)| = 1。单位切向量在研究曲率时特别有用,因为它只依赖于曲线的形状,而与参数化的速度无关。

For the circle r(t) = (R cos t, R sin t), we have r'(t) = (−R sin t, R cos t) and |r'(t)| = R, so T(t) = (−sin t, cos t).

对于圆 r(t) = (R cos t, R sin t),有 r'(t) = (−R sin t, R cos t),且 |r'(t)| = R,因此 T(t) = (−sin t, cos t)。


4. Arc Length and Parametrization | 弧长与参数化

The arc length of a curve from t = a to t = b is given by integrating the speed:

曲线从 t = a 到 t = b 的弧长通过对速率积分得到:

s = ∫ₐᵇ |r'(t)| dt = ∫ₐᵇ √(x'(t)² + y'(t)²) dt

If a curve is paramatrized by its own arc length, so that s = t and |r'(s)| = 1, we call this an arc-length parametrization. In this special case, the tangent vector is automatically a unit vector.

如果曲线以自身的弧长为参数,即 s = t 且 |r'(s)| = 1,则称其为弧长参数化。在这种特殊情形下,切向量自动成为单位向量。

Arc-length parametrization simplifies theoretical derivations, but in practice it is often difficult to compute explicitly. Therefore, we usually work with general parameter t and use chain-rule corrections.

弧长参数化简化了理论推导,但在实践中往往难以显式计算。因此,我们通常使用一般参数 t,并通过链式法则进行修正。


5. The Concept of Curvature | 曲率的概念

Curvature measures how quickly the direction of the tangent vector changes as we move along the curve. Intuitively, a straight line has zero curvature, while a tight circle has large curvature.

曲率度量的是当我们沿曲线移动时,切向量方向变化的快慢。直观上,直线曲率为零,而半径很小的圆曲率很大。

Formally, the curvature κ is defined as the magnitude of the rate of change of the unit tangent vector with respect to arc length:

严格地说,曲率 κ 定义为单位切向量关于弧长的变化率的模:

κ = |dT/ds|

Since T always has length 1, any change in T is purely a change in direction. The larger κ is, the faster the curve is turning at that point.

由于 T 的长度恒为 1,T 的任何变化都纯粹是方向的变化。κ 越大,说明曲线在该点转动得越快。


6. Curvature Formula for Parametric Curves | 参数曲线的曲率公式

For a general parameter t, we cannot directly write dT/ds. However, using the chain rule dT/ds = (dT/dt) / (ds/dt), and after simplification, we obtain a compact formula.

对于一般参数 t,我们不能直接写出 dT/ds。然而,利用链式法则 dT/ds = (dT/dt) / (ds/dt),经过化简,我们得到一个紧凑的公式。

κ = |x'(t)y”(t) − y'(t)x”(t)| / (x'(t)² + y'(t)²)^(3/2)

Here the numerator is the absolute value of the determinant of the vectors (x’, y’) and (x”, y”). This determinant is sometimes denoted as r'(t) × r”(t) in two dimensions.

这里的分子是向量 (x’, y’) 与 (x”, y”) 的行列式绝对值。在二维情形下,这个行列式有时也写成 r'(t) × r”(t)。

For the function graph y = f(x), we can treat x as the parameter, so r(x) = (x, f(x)). Then r'(x) = (1, f’) and r”(x) = (0, f”). Substitution yields the familiar single-variable formula:

对于函数图像 y = f(x),我们可以将 x 视为参数,即 r(x) = (x, f(x))。则 r'(x) = (1, f’),r”(x) = (0, f”)。代入后得到常见的一元函数公式:

κ = |f”(x)| / (1 + f'(x)²)^(3/2)


7. Curvature of a Circle and a Straight Line | 圆与直线的曲率

Let us test the formula on simple examples. For a straight line, f”(x) = 0, so κ = 0 everywhere. This matches the geometric intuition: a line does not bend.

让我们用简单例子检验公式。对于直线,f”(x) = 0,因此处处有 κ = 0。这与几何直觉一致:直线不弯曲。

For a circle of radius R, using r(t) = (R cos t, R sin t), we compute x'(t) = −R sin t, y'(t) = R cos t, x”(t) = −R cos t, y”(t) = −R sin t. The numerator becomes |(−R sin t)(−R sin t) − (R cos t)(−R cos t)| = R²(sin²t + cos²t) = R². The denominator is (R²)^(3/2) = R³. Thus κ = R² / R³ = 1/R.

对于半径为 R 的圆,使用 r(t) = (R cos t, R sin t),计算得 x'(t) = −R sin t,y'(t) = R cos t,x”(t) = −R cos t,y”(t) = −R sin t。分子为 |(−R sin t)(−R sin t) − (R cos t)(−R cos t)| = R²(sin²t + cos²t) = R²。分母为 (R²)^(3/2) = R³。因此 κ = R² / R³ = 1/R。

This result is beautiful: a larger circle has smaller curvature, and a smaller circle has larger curvature. The unit circle R = 1 has curvature exactly 1.

这个结果非常优美:较大的圆具有较小的曲率,较小的圆具有较大的曲率。单位圆 R = 1 的曲率恰好为 1。


8. Radius of Curvature | 曲率半径

The radius of curvature ρ is defined as the reciprocal of the curvature, ρ = 1/κ, provided κ ≠ 0. For a circle, the radius of curvature equals its geometric radius R, as expected.

曲率半径 ρ 定义为曲率的倒数,即 ρ = 1/κ,前提是 κ ≠ 0。对于圆,曲率半径等于其几何半径 R,这与预期一致。

More generally, at a point on a curve, the osculating circle is the circle that best approximates the curve near that point. Its radius is exactly ρ, and its center lies along the normal direction at a distance ρ from the curve.

更一般地,在曲线上某一点,密切圆是在该点附近最近似逼近曲线的圆。它的半径恰好为 ρ,其圆心位于法线方向上,距曲线距离为 ρ。

ρ = 1/κ = (x'(t)² + y'(t)²)^(3/2) / |x'(t)y”(t) − y'(t)x”(t)|

The osculating circle is used in graphics to render smooth curves and in mechanics to compute centripetal acceleration components.

密切圆在图形学中用于渲染光滑曲线,在力学中用于计算向心加速度分量。


9. Curvature and Acceleration Decomposition | 曲率与加速度分解

For a particle moving along a curve, the velocity vector is v = r'(t) and the speed is v = |v|. The acceleration can be decomposed into tangential and normal components:

对于沿曲线运动的质点,速度向量为 v = r'(t),速率为 v = |v|。加速度可以分解为切向分量与法向分量:

a = (dv/dt) T + κ v² N

where T is the unit tangent vector and N is the unit normal vector. The term κ v² is the centripetal acceleration, always pointing toward the center of curvature.

其中 T 是单位切向量,N 是单位法向量。项 κ v² 即向心加速度,始终指向曲率中心。

This decomposition explains why a car must exert a lateral force when turning: even at constant speed, the normal component κ v² is needed to change direction. Sharper turns (larger κ) and higher speeds both require greater lateral force.

这种分解解释了为什么汽车转弯时必须施加侧向力:即使速度恒定,也需要法向分量 κ v² 来改变方向。更急的转弯(更大的 κ)和更高的速度都需要更大的侧向力。


10. Applications in Engineering and Physics | 在工程与物理中的应用

Curvature appears in railway and road design, where transition curves are used to gradually change curvature so that passengers do not experience sudden lateral jerks. The Euler spiral, also known as the clothoid, has curvature that varies linearly with arc length.

曲率出现在铁路和道路设计中,其中使用缓和曲线来逐渐改变曲率,以避免乘客感到突然的横向冲击。欧拉螺旋线,又称回旋曲线,其曲率随弧长线性变化。

In physics, the curvature of a trajectory is related to the forces acting on a body. For example, a charged particle moving in a uniform magnetic field follows a circular path with radius determined by its momentum, charge, and the field strength.

在物理学中,轨迹的曲率与作用在物体上的力密切相关。例如,带电粒子在均匀磁场中运动时沿圆周路径前进,其半径由动量、电荷和磁场强度共同决定。

In computer graphics, curvature is used to detect features in digital images, such as corners and edges, and to model smooth surfaces for animation.

在计算机图形学中,曲率被用于检测数字图像中的特征,如角点和边缘,并用于为动画建模光滑的曲面。


11. Summary of Key Formulas | 关键公式小结

The following table lists the essential formulas for quick revision. Let r(t) = (x(t), y(t)) be a smooth parametric curve with r'(t) ≠ 0.

下表列出了最重要的公式,便于快速复习。设 r(t) = (x(t), y(t)) 是一条光滑的参数曲线,且 r'(t) ≠ 0。

Concept Formula 中文含义
Tangent vector r'(t) = (x'(t), y'(t)) 切向量
Speed |r'(t)| = √(x’² + y’²) 速率
Unit tangent vector T = r’ / |r’| 单位切向量
Arc length s = ∫ √(x’² + y’²) dt 弧长
Curvature (parametrič) κ = |x’y” − y’x”| / (x’² + y’²)^(3/2) 参数曲线曲率
Curvature (function) κ = |f”| / (1 + f’²)^(3/2) 函数图像曲率
Radius of curvature ρ = 1/κ 曲率半径

12. Common Pitfalls and Exam Tips | 常见误区与考试要点

One common mistake is to forget the exponent in the denominator. The curvature formula contains (x’² + y’²)^(3/2), not (x’² + y’²). Always check that the exponent matches the derivation from |dT/ds|.

一个常见错误是忘记分母中的指数。曲率公式包含 (x’² + y’²)^(3/2),而不是 (x’² + y’²)。务必检查指数是否与 |dT/ds| 的推导一致。

Another pitfall is using the function formula κ = |f”| / (1 + f’²)^(3/2) when the curve is given parametrically but not as y = f(x). If the curve has a vertical tangent, the function formula fails; the parametric formula remains valid as long as r'(t) ≠ 0.

另一个陷阱是当曲线以参数形式给出而不是 y = f(x) 时,错误地使用函数公式 κ = |f”| / (1 + f’²)^(3/2)。如果曲线存在竖直切线,函数公式将失效;只要 r'(t) ≠ 0,参数公式仍然有效。

In IB examinations, you are often asked to compute the curvature of a specific curve at a given point. Solve systematically: differentiate once, differentiate twice, substitute into the formula, and simplify carefully.

在 IB 考试中,常要求你计算特定曲线在某一点处的曲率。解题要有条理:求一阶导数、求二阶导数、代入公式并仔细化简。

Also remember that curvature is always non-negative, since we take absolute values. If your answer is negative, check whether you missed the absolute value symbols.

同时请记住,曲率永远是非负的,因为我们取了绝对值。如果你的答案是负值,请检查是否漏掉了绝对值符号。


Published by TutorHao | Mathematics Revision Series | aleveler.com

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

Comments

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

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