University Calculus · Calculus III大学微积分 · 微积分 III

Unit C2: Vector-Valued Functions and Curves第 C2 单元:向量值函数与曲线

How a single parameter sweeps out a curve in space, and how derivatives, arc length, and curvature describe its motion and shape.一个参数如何在空间中扫出一条曲线,以及导数、弧长和曲率如何刻画它的运动与形状。

Calculus III Multivariable多元微积分 Vector Calculus向量微积分 MIT 18.02 / GT 2551 / Princeton MAT 201
Read me first.请先阅读。 This unit treats curves in space through vector-valued functions. We define these functions and their space curves, differentiate and integrate them componentwise, and then measure curves with arc length and curvature. The unit tangent and normal vectors set up a moving frame, velocity and acceleration interpret the calculus as motion, and the closing section reaches the Frenet-Serret formulas and torsion. Work each example by hand before opening the solution.本单元通过向量值函数(vector-valued function)研究空间中的曲线。我们先定义这类函数及其空间曲线(space curve),按分量进行求导和积分,再用弧长(arc length)和曲率(curvature)来度量曲线。单位切向量(unit tangent vector)和法向量建立起一个动标架,速度(velocity)和加速度(acceleration)把微积分诠释为运动,最后一节抵达 Frenet-Serret 公式与挠率。打开解答之前,请先亲手算完每道例题。

Vector Functions and Space Curves向量函数与空间曲线

Key idea.核心思想。 A vector-valued function assigns a position vector to each value of a single real parameter. As the parameter varies, the tip of the vector traces a curve in space. Everything you know about single-variable calculus carries over componentwise, so a space curve is studied through its three scalar coordinate functions.向量值函数(vector-valued function)把一个实参数的每个取值对应到一个位置向量(position vector)。当参数变化时,向量的端点在空间中扫出一条曲线。你对一元微积分的全部认识都可以按分量逐一沿用,因此一条空间曲线(space curve)是通过它的三个标量坐标函数来研究的。

Definition (vector function).定义(向量函数)。 A vector-valued function is a function $\mathbf{r}:I\to\mathbb{R}^3$ whose domain is a subset $I\subseteq\mathbb{R}$ and whose values are vectors. We write一个向量值函数是一个函数 $\mathbf{r}:I\to\mathbb{R}^3$,其定义域是子集 $I\subseteq\mathbb{R}$,取值为向量。我们记作

component form分量形式
$$\mathbf{r}(t)=\langle f(t),\,g(t),\,h(t)\rangle = f(t)\,\mathbf{i}+g(t)\,\mathbf{j}+h(t)\,\mathbf{k},$$

where $f,g,h$ are the real-valued component functions of $\mathbf{r}$. The natural domain of $\mathbf{r}$ is the intersection of the domains of $f$, $g$, and $h$. The space curve traced by $\mathbf{r}$ is the set $C=\{\mathbf{r}(t):t\in I\}$, and the equations $x=f(t)$, $y=g(t)$, $z=h(t)$ are parametric equations of $C$.其中 $f,g,h$ 是 $\mathbf{r}$ 的实值分量函数component functions)。$\mathbf{r}$ 的自然定义域是 $f$、$g$、$h$ 三者定义域的交集。$\mathbf{r}$ 所扫出的空间曲线是集合 $C=\{\mathbf{r}(t):t\in I\}$,而方程 $x=f(t)$、$y=g(t)$、$z=h(t)$ 是 $C$ 的参数方程parametric equations)。

Limits and continuity.极限与连续性。 Limits of vector functions are taken componentwise. If each component limit exists, then $\displaystyle\lim_{t\to a}\mathbf{r}(t)=\Big\langle \lim_{t\to a}f(t),\,\lim_{t\to a}g(t),\,\lim_{t\to a}h(t)\Big\rangle$. The function $\mathbf{r}$ is continuous at $a$ when $\lim_{t\to a}\mathbf{r}(t)=\mathbf{r}(a)$, which holds exactly when all three components are continuous at $a$.向量函数的极限按分量取。若每个分量的极限都存在,则 $\displaystyle\lim_{t\to a}\mathbf{r}(t)=\Big\langle \lim_{t\to a}f(t),\,\lim_{t\to a}g(t),\,\lim_{t\to a}h(t)\Big\rangle$。当 $\lim_{t\to a}\mathbf{r}(t)=\mathbf{r}(a)$ 时,函数 $\mathbf{r}$ 在 $a$ 处连续,这恰好等价于三个分量都在 $a$ 处连续。
Worked Example 1.1: the circular helix例题 1.1:圆柱螺旋线

Consider $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$. The first two components satisfy $x^2+y^2=\cos^2 t+\sin^2 t=1$, so the projection of the curve onto the $xy$-plane is the unit circle, traced counterclockwise. Meanwhile $z=t$ increases steadily, lifting the point at a constant rate. The result is a helix that winds around the cylinder $x^2+y^2=1$.考虑 $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$。前两个分量满足 $x^2+y^2=\cos^2 t+\sin^2 t=1$,因此曲线在 $xy$ 平面上的投影是单位圆,沿逆时针方向描出。与此同时 $z=t$ 稳定增大,以恒定速率把点抬高。结果是一条绕在圆柱 $x^2+y^2=1$ 上的螺旋线。

One full turn corresponds to $t$ advancing by $2\pi$, during which $z$ rises by exactly $2\pi$ (the pitch of the helix).转一整圈对应 $t$ 增加 $2\pi$,在此期间 $z$ 恰好上升 $2\pi$(即螺旋线的螺距)。

$$\mathbf{r}(0)=\langle 1,0,0\rangle,\qquad \mathbf{r}(\tfrac{\pi}{2})=\langle 0,1,\tfrac{\pi}{2}\rangle.$$
Worked Example 1.2: a curve from intersecting surfaces例题 1.2:由曲面相交得到的曲线

Parametrize the curve of intersection of the cylinder $x^2+y^2=4$ with the plane $z=x+2$. The cylinder suggests $x=2\cos t$, $y=2\sin t$. Substituting into the plane gives $z=2\cos t+2$.把圆柱 $x^2+y^2=4$ 与平面 $z=x+2$ 的交线参数化。圆柱提示取 $x=2\cos t$、$y=2\sin t$。代入平面方程得 $z=2\cos t+2$。

$$\mathbf{r}(t)=\langle 2\cos t,\ 2\sin t,\ 2\cos t+2\rangle,\qquad 0\le t\le 2\pi.$$

This is an ellipse sitting in the tilted plane, projecting down to the circle of radius $2$.这是一个位于倾斜平面内的椭圆,向下投影为半径为 $2$ 的圆。

The intersection idea generalizes. Whenever a curve is described as the common solution of two surface equations, choose a parameter that makes one surface easy, then read the remaining coordinate off the other surface. The next example shows the same maneuver for a paraboloid cut by a plane, where the resulting curve is genuinely three-dimensional.这种"求交"的思路可以推广。每当一条曲线被描述为两个曲面方程的公共解时,就选一个能让其中一个曲面变简单的参数,再从另一个曲面读出剩下的坐标。下一个例子对被平面切割的抛物面施以同样的手法,所得曲线是真正三维的。

Worked Example 1.3: a curve on a paraboloid例题 1.3:抛物面上的曲线

Parametrize the intersection of the paraboloid $z=x^2+y^2$ with the plane $y=x$. On the plane we have $y=x$, so let $x=t$. Then $y=t$ and $z=x^2+y^2=t^2+t^2=2t^2$.把抛物面 $z=x^2+y^2$ 与平面 $y=x$ 的交线参数化。在该平面上有 $y=x$,故令 $x=t$。于是 $y=t$,且 $z=x^2+y^2=t^2+t^2=2t^2$。

$$\mathbf{r}(t)=\langle t,\ t,\ 2t^2\rangle,\qquad t\in\mathbb{R}.$$

Check a point: at $t=1$, $\mathbf{r}(1)=\langle 1,1,2\rangle$, and indeed $1^2+1^2=2=z$ and $y=x$. The curve is a parabola opening upward, lying in the vertical plane $y=x$. Notice that nothing forced a trigonometric parametrization here: the constraint $y=x$ is linear, so a polynomial parameter is the natural choice. Matching the parametrization to the algebraic shape of the constraints, circles and ellipses get sines and cosines, lines get a linear parameter, is the single most useful habit in this section.验证一个点:当 $t=1$ 时 $\mathbf{r}(1)=\langle 1,1,2\rangle$,确有 $1^2+1^2=2=z$ 且 $y=x$。该曲线是一条开口向上的抛物线,位于竖直平面 $y=x$ 内。注意这里并没有什么强迫我们用三角参数化(parametrization):约束 $y=x$ 是线性的,因此多项式参数才是自然选择。让参数化匹配约束的代数形状,即圆和椭圆配正弦余弦、直线配线性参数,是本节最有用的一个习惯。

Worked Example 1.4: a limit and a removable discontinuity例题 1.4:极限与可去间断点

Evaluate $\displaystyle\lim_{t\to 0}\Big\langle \frac{\sin t}{t},\ \frac{e^{t}-1}{t},\ t^2+3\Big\rangle$. Take the limit in each slot:计算 $\displaystyle\lim_{t\to 0}\Big\langle \frac{\sin t}{t},\ \frac{e^{t}-1}{t},\ t^2+3\Big\rangle$。逐个分量取极限:

$$\lim_{t\to 0}\frac{\sin t}{t}=1,\qquad \lim_{t\to 0}\frac{e^{t}-1}{t}=1,\qquad \lim_{t\to 0}(t^2+3)=3,$$ $$\Rightarrow\quad \lim_{t\to 0}\mathbf{r}(t)=\langle 1,\ 1,\ 3\rangle.$$

The first two components are not defined at $t=0$ as written, so $\mathbf{r}$ has a removable discontinuity there. Defining $\mathbf{r}(0)=\langle 1,1,3\rangle$ patches it into a continuous function, exactly as one repairs a removable discontinuity of a scalar function. This is the componentwise limit theorem doing real work.按原式书写,前两个分量在 $t=0$ 处未定义,因此 $\mathbf{r}$ 在该处有一个可去间断点。定义 $\mathbf{r}(0)=\langle 1,1,3\rangle$ 即可把它补成一个连续函数,正如修补一个标量函数的可去间断点一样。这正是按分量取极限的定理在发挥实际作用。

Smooth curves and orientation.光滑曲线与定向。 A parametrization is smooth on an interval when $\mathbf{r}'$ is continuous and $\mathbf{r}'(t)\neq\mathbf{0}$ there. The nonvanishing condition matters: it guarantees a well-defined tangent direction at every point and rules out cusps, where the curve reverses direction sharply. For instance $\mathbf{r}(t)=\langle t^3,\ t^2\rangle$ has $\mathbf{r}'(0)=\mathbf{0}$, and the curve $y=x^{2/3}$ it traces has a cusp at the origin even though each component is differentiable. A parametrization also carries an orientation, the direction of increasing $t$; replacing $t$ by $-t$ or by $a+b-t$ traverses the same point set the opposite way, which flips the sign of the tangent vector and of any line integral computed along it later.当 $\mathbf{r}'$ 连续且在区间上处处 $\mathbf{r}'(t)\neq\mathbf{0}$ 时,参数化在该区间上是光滑的。这个非零条件很关键:它保证每一点都有良好定义的切线方向,并排除尖点(曲线在此处骤然反向)。例如 $\mathbf{r}(t)=\langle t^3,\ t^2\rangle$ 有 $\mathbf{r}'(0)=\mathbf{0}$,它所描出的曲线 $y=x^{2/3}$ 在原点处有一个尖点,尽管每个分量都可微。参数化还自带一个定向,即 $t$ 增大的方向;把 $t$ 替换为 $-t$ 或 $a+b-t$ 会以相反方向遍历同一个点集,这会翻转切向量的符号,也会翻转日后沿它计算的任何线积分的符号。
Worked Example 1.5: matching a parametrization to a description例题 1.5:把参数化与描述相匹配

Find a smooth parametrization of the line segment from $P=(1,2,3)$ to $Q=(4,0,-1)$, traversed once from $P$ to $Q$. The standard device is to write $\mathbf{r}(t)=(1-t)\,\overrightarrow{OP}+t\,\overrightarrow{OQ}$ for $0\le t\le 1$, which is $P$ at $t=0$ and $Q$ at $t=1$:求从 $P=(1,2,3)$ 到 $Q=(4,0,-1)$ 的线段的光滑参数化,从 $P$ 到 $Q$ 走一次。标准手法是对 $0\le t\le 1$ 写 $\mathbf{r}(t)=(1-t)\,\overrightarrow{OP}+t\,\overrightarrow{OQ}$,它在 $t=0$ 时为 $P$,在 $t=1$ 时为 $Q$:

$$\mathbf{r}(t)=\langle 1+3t,\ 2-2t,\ 3-4t\rangle,\qquad 0\le t\le 1.$$

Here $\mathbf{r}'(t)=\langle 3,-2,-4\rangle$ is constant and nonzero, so the parametrization is smooth with the correct orientation from $P$ to $Q$. To reverse direction, use $\mathbf{r}(1-t)$ instead; to traverse the full line rather than the segment, drop the restriction on $t$.这里 $\mathbf{r}'(t)=\langle 3,-2,-4\rangle$ 是常向量且非零,故参数化光滑,且具有从 $P$ 到 $Q$ 的正确定向。若要反向,改用 $\mathbf{r}(1-t)$;若要遍历整条直线而非线段,去掉对 $t$ 的限制即可。

Common error.常见错误。 A curve and its parametrization are not the same object. Two different functions can trace the same set of points: $\mathbf{r}_1(t)=\langle\cos t,\sin t,0\rangle$ and $\mathbf{r}_2(t)=\langle\cos 2t,\sin 2t,0\rangle$ both trace the unit circle, but they run at different speeds and cover it a different number of times on $[0,2\pi]$. Quantities that depend only on the point set (the curve itself), such as arc length over a full loop or curvature at a point, are geometric. Quantities like velocity and speed depend on the parametrization. When a problem asks about "the curve," decide first whether the answer should change if you re-time the motion: if it should not, you are looking for a geometric quantity and any convenient parametrization will do.曲线和它的参数化不是同一个对象。两个不同的函数可以描出同一个点集:$\mathbf{r}_1(t)=\langle\cos t,\sin t,0\rangle$ 与 $\mathbf{r}_2(t)=\langle\cos 2t,\sin 2t,0\rangle$ 都描出单位圆,但它们运行速率不同,在 $[0,2\pi]$ 上覆盖它的次数也不同。只依赖点集(即曲线本身)的量,例如绕一整圈的弧长或某点处的曲率,是几何量。而速度(velocity)和速率这类量则依赖于参数化。当题目问"这条曲线"时,先判断:如果你重新安排运动的时间节奏,答案是否应当改变?若不应改变,那你要找的就是几何量,任何方便的参数化都可以用。
What is the natural domain of $\mathbf{r}(t)=\big\langle \ln t,\ \sqrt{4-t^2},\ \tfrac{1}{t-1}\big\rangle$?$\mathbf{r}(t)=\big\langle \ln t,\ \sqrt{4-t^2},\ \tfrac{1}{t-1}\big\rangle$ 的自然定义域是什么?
1.1
$0\le t\le 2$
$0with $t\neq 1$
$t>0$
all real $t$所有实数 $t$
Correct. $\ln t$ needs $t>0$, $\sqrt{4-t^2}$ needs $-2\le t\le 2$, and $\tfrac{1}{t-1}$ excludes $t=1$. The intersection is $0正确。$\ln t$ 要求 $t>0$,$\sqrt{4-t^2}$ 要求 $-2\le t\le 2$,而 $\tfrac{1}{t-1}$ 排除 $t=1$。三者的交集是 $0
Intersect the three component domains: $t>0$ from the log, $|t|\le 2$ from the square root, and $t\neq 1$ from the fraction.把三个分量的定义域求交:对数给出 $t>0$,平方根给出 $|t|\le 2$,分式给出 $t\neq 1$。

Derivatives and Integrals of Vector Functions向量函数的导数与积分

Key idea.核心思想。 The derivative of a vector function is itself defined by a difference quotient, just as in single-variable calculus, and it works out to ordinary differentiation in each component. Geometrically $\mathbf{r}'(t)$ is a tangent vector to the curve, pointing in the direction of increasing parameter.向量函数的导数(derivative)本身由差商定义,正如一元微积分那样,结果是对每个分量做普通求导。从几何上看,$\mathbf{r}'(t)$ 是曲线的一个切向量tangent vector),指向参数增大的方向。

Definition (derivative).定义(导数)。 The derivative of $\mathbf{r}$ at $t$ is$\mathbf{r}$ 在 $t$ 处的导数为

limit definition and componentwise rule极限定义与按分量法则
$$\mathbf{r}'(t)=\frac{d\mathbf{r}}{dt}=\lim_{\Delta t\to 0}\frac{\mathbf{r}(t+\Delta t)-\mathbf{r}(t)}{\Delta t}=\langle f'(t),\,g'(t),\,h'(t)\rangle,$$

provided each component is differentiable. When $\mathbf{r}'(t)\neq\mathbf{0}$, the line through $\mathbf{r}(t)$ in the direction $\mathbf{r}'(t)$ is the tangent line, and $\mathbf{T}(t)=\mathbf{r}'(t)/|\mathbf{r}'(t)|$ is the unit tangent vector.前提是每个分量都可微。当 $\mathbf{r}'(t)\neq\mathbf{0}$ 时,过 $\mathbf{r}(t)$ 且沿方向 $\mathbf{r}'(t)$ 的直线就是切线,而 $\mathbf{T}(t)=\mathbf{r}'(t)/|\mathbf{r}'(t)|$ 是单位切向量unit tangent vector)。

differentiation rules求导法则
$$\frac{d}{dt}\big[\mathbf{u}\cdot\mathbf{v}\big]=\mathbf{u}'\cdot\mathbf{v}+\mathbf{u}\cdot\mathbf{v}',\qquad \frac{d}{dt}\big[\mathbf{u}\times\mathbf{v}\big]=\mathbf{u}'\times\mathbf{v}+\mathbf{u}\times\mathbf{v}',$$ $$\frac{d}{dt}\big[\mathbf{u}(s(t))\big]=s'(t)\,\mathbf{u}'(s(t))\quad(\text{chain rule}).$$
Integration.积分。 The integral of a vector function is also taken componentwise. If $\mathbf{R}'(t)=\mathbf{r}(t)$ then $\int \mathbf{r}(t)\,dt=\mathbf{R}(t)+\mathbf{C}$, where $\mathbf{C}$ is a constant vector. The definite integral satisfies a vector form of the Fundamental Theorem of Calculus, $\int_a^b \mathbf{r}(t)\,dt=\mathbf{R}(b)-\mathbf{R}(a)$.向量函数的积分也是按分量取的。若 $\mathbf{R}'(t)=\mathbf{r}(t)$,则 $\int \mathbf{r}(t)\,dt=\mathbf{R}(t)+\mathbf{C}$,其中 $\mathbf{C}$ 是一个常向量。定积分满足微积分基本定理的向量形式 $\int_a^b \mathbf{r}(t)\,dt=\mathbf{R}(b)-\mathbf{R}(a)$。
Worked Example 2.1: tangent line to a helix例题 2.1:螺旋线的切线

For $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$, differentiate componentwise:对 $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$,按分量求导:

$$\mathbf{r}'(t)=\langle -\sin t,\ \cos t,\ 1\rangle.$$

At $t=\tfrac{\pi}{2}$ the point is $\mathbf{r}(\tfrac{\pi}{2})=\langle 0,1,\tfrac{\pi}{2}\rangle$ and the tangent direction is $\mathbf{r}'(\tfrac{\pi}{2})=\langle -1,0,1\rangle$. A parametrization of the tangent line is在 $t=\tfrac{\pi}{2}$ 处,点为 $\mathbf{r}(\tfrac{\pi}{2})=\langle 0,1,\tfrac{\pi}{2}\rangle$,切线方向为 $\mathbf{r}'(\tfrac{\pi}{2})=\langle -1,0,1\rangle$。切线的一个参数化为

$$\ell(u)=\langle 0,1,\tfrac{\pi}{2}\rangle+u\langle -1,0,1\rangle=\langle -u,\ 1,\ \tfrac{\pi}{2}+u\rangle.$$
Worked Example 2.2: differentiating a dot product two ways例题 2.2:用两种方法对点积求导

Let $\mathbf{u}(t)=\langle t,\ t^2,\ 1\rangle$ and $\mathbf{v}(t)=\langle \cos t,\ 0,\ t\rangle$. We verify the product rule $\tfrac{d}{dt}[\mathbf{u}\cdot\mathbf{v}]=\mathbf{u}'\cdot\mathbf{v}+\mathbf{u}\cdot\mathbf{v}'$ by computing both sides.设 $\mathbf{u}(t)=\langle t,\ t^2,\ 1\rangle$、$\mathbf{v}(t)=\langle \cos t,\ 0,\ t\rangle$。我们通过计算等式两边来验证乘积法则 $\tfrac{d}{dt}[\mathbf{u}\cdot\mathbf{v}]=\mathbf{u}'\cdot\mathbf{v}+\mathbf{u}\cdot\mathbf{v}'$。

Direct route: $\mathbf{u}\cdot\mathbf{v}=t\cos t+0+t=t\cos t+t$, so $\tfrac{d}{dt}[\mathbf{u}\cdot\mathbf{v}]=\cos t-t\sin t+1$.直接法:$\mathbf{u}\cdot\mathbf{v}=t\cos t+0+t=t\cos t+t$,故 $\tfrac{d}{dt}[\mathbf{u}\cdot\mathbf{v}]=\cos t-t\sin t+1$。

Product-rule route: $\mathbf{u}'=\langle 1,\ 2t,\ 0\rangle$, $\mathbf{v}'=\langle -\sin t,\ 0,\ 1\rangle$, so乘积法则法:$\mathbf{u}'=\langle 1,\ 2t,\ 0\rangle$、$\mathbf{v}'=\langle -\sin t,\ 0,\ 1\rangle$,于是

$$\mathbf{u}'\cdot\mathbf{v}=\cos t+0+0=\cos t,\qquad \mathbf{u}\cdot\mathbf{v}'=-t\sin t+0+1.$$

Adding gives $\cos t-t\sin t+1$, matching the direct computation. The product rule lets you differentiate $|\mathbf{r}(t)|^2=\mathbf{r}\cdot\mathbf{r}$ without first extracting a square root, which is the trick behind several later derivations.相加得 $\cos t-t\sin t+1$,与直接计算一致。乘积法则让你无需先开平方根就能对 $|\mathbf{r}(t)|^2=\mathbf{r}\cdot\mathbf{r}$ 求导,这正是后面若干推导背后的技巧。

Worked Example 2.3: an antiderivative with an initial condition例题 2.3:带初始条件的原函数

Find $\mathbf{r}(t)$ given $\mathbf{r}'(t)=\langle 2t,\ \cos t,\ e^{t}\rangle$ and $\mathbf{r}(0)=\langle 1,\ 2,\ 0\rangle$. Integrate componentwise:已知 $\mathbf{r}'(t)=\langle 2t,\ \cos t,\ e^{t}\rangle$ 和 $\mathbf{r}(0)=\langle 1,\ 2,\ 0\rangle$,求 $\mathbf{r}(t)$。按分量积分:

$$\mathbf{r}(t)=\Big\langle t^2,\ \sin t,\ e^{t}\Big\rangle+\mathbf{C}.$$

Apply the initial condition. At $t=0$ the antiderivative without the constant is $\langle 0,\ 0,\ 1\rangle$, so $\langle 0,0,1\rangle+\mathbf{C}=\langle 1,2,0\rangle$ forces $\mathbf{C}=\langle 1,\ 2,\ -1\rangle$. Therefore代入初始条件。在 $t=0$ 处,去掉常数的原函数为 $\langle 0,\ 0,\ 1\rangle$,故 $\langle 0,0,1\rangle+\mathbf{C}=\langle 1,2,0\rangle$ 迫使 $\mathbf{C}=\langle 1,\ 2,\ -1\rangle$。因此

$$\mathbf{r}(t)=\langle t^2+1,\ \sin t+2,\ e^{t}-1\rangle.$$

The constant of integration is a single vector with three independent components, so one vector initial condition pins down all three constants at once.积分常数是一个带三个独立分量的单一向量,因此一个向量初始条件就能一次性确定全部三个常数。

Worked Example 2.4: a definite vector integral例题 2.4:向量定积分

Compute $\displaystyle\int_0^{1}\langle 4t^3,\ \tfrac{1}{1+t^2},\ 6t\rangle\,dt$. Integrate each slot over $[0,1]$:计算 $\displaystyle\int_0^{1}\langle 4t^3,\ \tfrac{1}{1+t^2},\ 6t\rangle\,dt$。在 $[0,1]$ 上逐分量积分:

$$\int_0^1 4t^3\,dt=\big[t^4\big]_0^1=1,\quad \int_0^1\frac{dt}{1+t^2}=\big[\arctan t\big]_0^1=\frac{\pi}{4},\quad \int_0^1 6t\,dt=\big[3t^2\big]_0^1=3.$$ $$\int_0^{1}\mathbf{r}(t)\,dt=\Big\langle 1,\ \frac{\pi}{4},\ 3\Big\rangle.$$

A definite vector integral returns a single constant vector, just as a definite scalar integral returns a number. This is the displacement vector when $\mathbf{r}(t)$ is read as a velocity.向量定积分返回一个常向量,正如标量定积分返回一个数。当把 $\mathbf{r}(t)$ 视为速度时,这就是位移向量。

Worked Example 2.5: a smooth-versus-non-smooth tangent例题 2.5:光滑与非光滑切向量的对比

Compare two parametrizations of the same parabola $y=x^2$. First, $\mathbf{r}_1(t)=\langle t,\ t^2,\ 0\rangle$ gives $\mathbf{r}_1'(t)=\langle 1,\ 2t,\ 0\rangle$, which is never zero, so $\mathbf{r}_1$ is smooth and has a well-defined tangent direction everywhere. Second, $\mathbf{r}_2(t)=\langle t^3,\ t^6,\ 0\rangle$ traces the same parabola but $\mathbf{r}_2'(t)=\langle 3t^2,\ 6t^5,\ 0\rangle$, which is $\mathbf{0}$ at $t=0$.比较同一抛物线 $y=x^2$ 的两个参数化。第一个,$\mathbf{r}_1(t)=\langle t,\ t^2,\ 0\rangle$ 给出 $\mathbf{r}_1'(t)=\langle 1,\ 2t,\ 0\rangle$,它永不为零,故 $\mathbf{r}_1$ 光滑,处处有良好定义的切线方向。第二个,$\mathbf{r}_2(t)=\langle t^3,\ t^6,\ 0\rangle$ 描出同一抛物线,但 $\mathbf{r}_2'(t)=\langle 3t^2,\ 6t^5,\ 0\rangle$ 在 $t=0$ 处为 $\mathbf{0}$。

At $t=0$ the unit tangent $\mathbf{T}=\mathbf{r}_2'/|\mathbf{r}_2'|$ is undefined for $\mathbf{r}_2$, even though the underlying curve is perfectly smooth there. The defect is in the parametrization, not the geometry: $\mathbf{r}_2$ instantaneously stops at the origin. This is why "smooth curve" should be read as "admits a smooth parametrization," and why we routinely reparametrize to remove such artificial stalls before computing $\mathbf{T}$, $\mathbf{N}$, or curvature.在 $t=0$ 处,对 $\mathbf{r}_2$ 而言单位切向量 $\mathbf{T}=\mathbf{r}_2'/|\mathbf{r}_2'|$ 没有定义,尽管底层曲线在那里完全光滑。缺陷出在参数化上,而非几何上:$\mathbf{r}_2$ 在原点处瞬间停了下来。这正是为何"光滑曲线"应读作"存在某个光滑参数化",也是为何在计算 $\mathbf{T}$、$\mathbf{N}$ 或曲率之前,我们惯常要重新参数化以消除这种人为的停滞。

Common error.常见错误。 The product rule for the cross product is order-sensitive. Writing $\tfrac{d}{dt}[\mathbf{u}\times\mathbf{v}]=\mathbf{v}'\times\mathbf{u}+\mathbf{u}\times\mathbf{v}'$ swaps the factors in the first term and silently negates it, because $\mathbf{u}'\times\mathbf{v}=-\mathbf{v}\times\mathbf{u}'$. The correct statement keeps each factor in its original position: $\tfrac{d}{dt}[\mathbf{u}\times\mathbf{v}]=\mathbf{u}'\times\mathbf{v}+\mathbf{u}\times\mathbf{v}'$. The dot-product rule is safe to write in either order since the dot product commutes, but never reorder a cross product when differentiating.叉积的乘积法则对顺序敏感。写成 $\tfrac{d}{dt}[\mathbf{u}\times\mathbf{v}]=\mathbf{v}'\times\mathbf{u}+\mathbf{u}\times\mathbf{v}'$ 会把第一项的两个因子对调,从而悄悄地变号,因为 $\mathbf{u}'\times\mathbf{v}=-\mathbf{v}\times\mathbf{u}'$。正确写法让每个因子保持原来的位置:$\tfrac{d}{dt}[\mathbf{u}\times\mathbf{v}]=\mathbf{u}'\times\mathbf{v}+\mathbf{u}\times\mathbf{v}'$。点积法则由于点积可交换,两种顺序都安全,但求导时绝不可对叉积调换顺序。
Going deeper: why a constant-length vector is perpendicular to its derivative深入探究:为什么定长向量与其导数垂直

Claim.命题。 If $|\mathbf{r}(t)|=c$ is constant, then $\mathbf{r}'(t)\perp\mathbf{r}(t)$ for all $t$.若 $|\mathbf{r}(t)|=c$ 为常数,则对所有 $t$ 有 $\mathbf{r}'(t)\perp\mathbf{r}(t)$。

Proof.证明。 Constant length means $\mathbf{r}(t)\cdot\mathbf{r}(t)=|\mathbf{r}(t)|^2=c^2$ is constant. Differentiate both sides using the product rule for the dot product:长度恒定意味着 $\mathbf{r}(t)\cdot\mathbf{r}(t)=|\mathbf{r}(t)|^2=c^2$ 为常数。用点积的乘积法则对两边求导:

$$\frac{d}{dt}\big[\mathbf{r}\cdot\mathbf{r}\big]=\mathbf{r}'\cdot\mathbf{r}+\mathbf{r}\cdot\mathbf{r}'=2\,\mathbf{r}\cdot\mathbf{r}'=0.$$

Hence $\mathbf{r}\cdot\mathbf{r}'=0$, so the two vectors are orthogonal. This is exactly why the unit tangent $\mathbf{T}$, which has constant length $1$, is always perpendicular to $\mathbf{T}'$, a fact used to build the normal vector in Section 5.于是 $\mathbf{r}\cdot\mathbf{r}'=0$,两向量正交。这正是为何长度恒为 $1$ 的单位切向量 $\mathbf{T}$ 总与 $\mathbf{T}'$ 垂直,这一事实将在第 5 节用来构造法向量。

Converse and geometry.逆命题与几何意义。 The argument is reversible: if $\mathbf{r}\cdot\mathbf{r}'\equiv 0$ then $\tfrac{d}{dt}|\mathbf{r}|^2=0$, so the length is constant. Geometrically, a particle whose velocity is always perpendicular to its position vector moves on a sphere centered at the origin, never approaching or receding. This single lemma is the engine behind the orthogonality of the entire TNB frame.这个论证是可逆的:若 $\mathbf{r}\cdot\mathbf{r}'\equiv 0$,则 $\tfrac{d}{dt}|\mathbf{r}|^2=0$,故长度恒定。从几何上看,速度始终垂直于位置向量的质点在以原点为中心的球面上运动,既不靠近也不远离。这一条引理正是整个 TNB 标架正交性背后的引擎。

If $\mathbf{r}(t)=\langle t^2,\ e^{3t},\ \sin t\rangle$, then $\mathbf{r}'(0)=$若 $\mathbf{r}(t)=\langle t^2,\ e^{3t},\ \sin t\rangle$,则 $\mathbf{r}'(0)=$
2.1
$\langle 0,1,0\rangle$
$\langle 0,3,1\rangle$ only after evaluating wrongly(仅在算错后才得到)
$\langle 0,3,1\rangle$
$\langle 2,3,1\rangle$
Correct. $\mathbf{r}'(t)=\langle 2t,\ 3e^{3t},\ \cos t\rangle$, and at $t=0$ this is $\langle 0,\ 3,\ 1\rangle$.正确。$\mathbf{r}'(t)=\langle 2t,\ 3e^{3t},\ \cos t\rangle$,在 $t=0$ 处即为 $\langle 0,\ 3,\ 1\rangle$。
Differentiate each component: $\tfrac{d}{dt}t^2=2t$, $\tfrac{d}{dt}e^{3t}=3e^{3t}$, $\tfrac{d}{dt}\sin t=\cos t$. Evaluate at $t=0$.对每个分量求导:$\tfrac{d}{dt}t^2=2t$、$\tfrac{d}{dt}e^{3t}=3e^{3t}$、$\tfrac{d}{dt}\sin t=\cos t$。再在 $t=0$ 处求值。

Arc Length弧长

Key idea.核心思想。 The length of a curve is the integral of the speed $|\mathbf{r}'(t)|$. Reparametrizing by arc length $s$ produces the most natural description of a curve, one that moves at unit speed and depends only on the geometry of the path, not on how fast it is traced.曲线的长度是速率 $|\mathbf{r}'(t)|$ 的积分。用弧长(arc length)$s$ 重新参数化会给出曲线最自然的描述:它以单位速率运动,且只依赖于路径的几何,与描出它的快慢无关。
arc length of a smooth curve光滑曲线的弧长
$$L=\int_a^b |\mathbf{r}'(t)|\,dt=\int_a^b \sqrt{[f'(t)]^2+[g'(t)]^2+[h'(t)]^2}\;dt.$$

The arc length function.弧长函数。 Fixing a base point $t=a$, define the arc length function固定一个基点 $t=a$,定义弧长函数arc length function

arc length function and its derivative弧长函数及其导数
$$s(t)=\int_a^t |\mathbf{r}'(u)|\,du,\qquad \frac{ds}{dt}=|\mathbf{r}'(t)|.$$

Because $ds/dt=|\mathbf{r}'(t)|>0$ for a smooth curve, $s$ is increasing and invertible, so we may write $t=t(s)$ and obtain $\mathbf{r}(t(s))$, the arc length parametrization. It satisfies $|\mathbf{r}'(s)|=1$.由于对光滑曲线有 $ds/dt=|\mathbf{r}'(t)|>0$,$s$ 单调递增且可逆,故可写 $t=t(s)$,从而得到 $\mathbf{r}(t(s))$,即弧长参数化。它满足 $|\mathbf{r}'(s)|=1$。

Worked Example 3.1: length of one turn of a helix例题 3.1:螺旋线一圈的长度

For $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$ on $0\le t\le 2\pi$, we have $\mathbf{r}'(t)=\langle -\sin t,\ \cos t,\ 1\rangle$, so对 $0\le t\le 2\pi$ 上的 $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$,有 $\mathbf{r}'(t)=\langle -\sin t,\ \cos t,\ 1\rangle$,故

$$|\mathbf{r}'(t)|=\sqrt{\sin^2 t+\cos^2 t+1}=\sqrt{2}.$$ $$L=\int_0^{2\pi}\sqrt{2}\,dt=2\pi\sqrt{2}.$$

The speed is constant, which is what makes the helix so convenient as a first example.速率是常数,这正是螺旋线作为首个例子如此方便的原因。

Worked Example 3.2: arc length reparametrization of a helix例题 3.2:螺旋线的弧长重新参数化

Continuing with the helix, $s(t)=\int_0^t \sqrt{2}\,du=\sqrt{2}\,t$, so $t=s/\sqrt{2}$. Substituting gives the unit-speed form继续用这条螺旋线,$s(t)=\int_0^t \sqrt{2}\,du=\sqrt{2}\,t$,故 $t=s/\sqrt{2}$。代入得到单位速率形式

$$\mathbf{r}(s)=\Big\langle \cos\tfrac{s}{\sqrt{2}},\ \sin\tfrac{s}{\sqrt{2}},\ \tfrac{s}{\sqrt{2}}\Big\rangle.$$

Check: $\mathbf{r}'(s)=\tfrac{1}{\sqrt{2}}\langle -\sin\tfrac{s}{\sqrt{2}},\ \cos\tfrac{s}{\sqrt{2}},\ 1\rangle$, and $|\mathbf{r}'(s)|=\tfrac{1}{\sqrt{2}}\cdot\sqrt{2}=1$, as required.验证:$\mathbf{r}'(s)=\tfrac{1}{\sqrt{2}}\langle -\sin\tfrac{s}{\sqrt{2}},\ \cos\tfrac{s}{\sqrt{2}},\ 1\rangle$,且 $|\mathbf{r}'(s)|=\tfrac{1}{\sqrt{2}}\cdot\sqrt{2}=1$,符合要求。

Worked Example 3.3: a length integral that simplifies to a perfect square例题 3.3:化为完全平方的长度积分

Find the length of the curve $\mathbf{r}(t)=\langle \sqrt{2}\,t,\ e^{t},\ e^{-t}\rangle$ on $0\le t\le 1$. Curves like this are designed so the square-root integrand collapses to a perfect square.求曲线 $\mathbf{r}(t)=\langle \sqrt{2}\,t,\ e^{t},\ e^{-t}\rangle$ 在 $0\le t\le 1$ 上的长度。这类曲线是经过设计的,好让根号下的被积式化为一个完全平方。

Differentiate: $\mathbf{r}'(t)=\langle \sqrt{2},\ e^{t},\ -e^{-t}\rangle$. Then求导:$\mathbf{r}'(t)=\langle \sqrt{2},\ e^{t},\ -e^{-t}\rangle$。于是

$$|\mathbf{r}'(t)|^2=2+e^{2t}+e^{-2t}=e^{2t}+2+e^{-2t}=(e^{t}+e^{-t})^2.$$

The constant $2$ is exactly the cross term of the square $(e^{t}+e^{-t})^2=e^{2t}+2+e^{-2t}$, so $|\mathbf{r}'(t)|=e^{t}+e^{-t}$ and常数 $2$ 恰好是平方 $(e^{t}+e^{-t})^2=e^{2t}+2+e^{-2t}$ 中的交叉项,故 $|\mathbf{r}'(t)|=e^{t}+e^{-t}$,从而

$$L=\int_0^1 (e^{t}+e^{-t})\,dt=\big[e^{t}-e^{-t}\big]_0^1=e-e^{-1}.$$

The designed-in perfect square is the standard trick that makes a square-root integrand integrable. When a length integral looks hopeless, check whether the radicand factors as $(\text{something})^2$ before reaching for numerical methods.这种刻意设计的完全平方是让根号被积式可积的标准技巧。当一个长度积分看起来毫无希望时,在动用数值方法之前,先检查被开方式能否因式分解为 $(\text{某式})^2$。

Worked Example 3.4: arc length of a polynomial space curve例题 3.4:多项式空间曲线的弧长

Find the length of $\mathbf{r}(t)=\langle 2t,\ t^2,\ \tfrac13 t^3\rangle$ on $0\le t\le 2$. Differentiate: $\mathbf{r}'(t)=\langle 2,\ 2t,\ t^2\rangle$, so求 $\mathbf{r}(t)=\langle 2t,\ t^2,\ \tfrac13 t^3\rangle$ 在 $0\le t\le 2$ 上的长度。求导:$\mathbf{r}'(t)=\langle 2,\ 2t,\ t^2\rangle$,故

$$|\mathbf{r}'(t)|^2=4+4t^2+t^4=(t^2+2)^2,$$

since $(t^2+2)^2=t^4+4t^2+4$. Therefore $|\mathbf{r}'(t)|=t^2+2$ (positive for all $t$), and因为 $(t^2+2)^2=t^4+4t^2+4$。因此 $|\mathbf{r}'(t)|=t^2+2$(对所有 $t$ 都为正),从而

$$L=\int_0^2 (t^2+2)\,dt=\Big[\tfrac{t^3}{3}+2t\Big]_0^2=\tfrac{8}{3}+4=\frac{20}{3}.$$

The lesson repeats: a square root integrand is tractable exactly when the radicand is a perfect square in $t$. Spotting the factorization is half the battle in arc-length problems set by hand.这一教训再次出现:根号被积式恰好在被开方式是关于 $t$ 的完全平方时才可处理。在手算的弧长问题中,看出这个因式分解就成功了一半。

Common error.常见错误。 Arc length is $\int_a^b|\mathbf{r}'(t)|\,dt$, the integral of the magnitude of the velocity, not the magnitude of the integral. Writing $L=\big|\int_a^b\mathbf{r}'(t)\,dt\big|$ computes the straight-line distance between the endpoints, $|\mathbf{r}(b)-\mathbf{r}(a)|$, which undercounts every curve that is not a straight segment. For one full turn of the helix the true length is $2\pi\sqrt2\approx 8.89$, while $|\mathbf{r}(2\pi)-\mathbf{r}(0)|=|\langle 0,0,2\pi\rangle|=2\pi\approx 6.28$. Keep the absolute value inside the integral.弧长是 $\int_a^b|\mathbf{r}'(t)|\,dt$,即速度模长的积分,而不是积分的模长。写成 $L=\big|\int_a^b\mathbf{r}'(t)\,dt\big|$ 算出的是两端点之间的直线距离 $|\mathbf{r}(b)-\mathbf{r}(a)|$,它会低估每一条非直线段的曲线。对螺旋线的一整圈,真实长度是 $2\pi\sqrt2\approx 8.89$,而 $|\mathbf{r}(2\pi)-\mathbf{r}(0)|=|\langle 0,0,2\pi\rangle|=2\pi\approx 6.28$。要把绝对值留在积分号内部。
Going deeper: arc length does not depend on the parametrization深入探究:弧长不依赖于参数化

Claim.命题。 If a curve is retraced by a smooth, increasing change of parameter $t=t(\tau)$, the arc length integral gives the same value.若一条曲线被一个光滑、递增的参数变换 $t=t(\tau)$ 重新描出,则弧长积分给出相同的值。

Proof.证明。 Let the new parametrization be $\boldsymbol{\rho}(\tau)=\mathbf{r}(t(\tau))$ with $t'(\tau)>0$ and $t(\alpha)=a$, $t(\beta)=b$. By the chain rule $\boldsymbol{\rho}'(\tau)=\mathbf{r}'(t(\tau))\,t'(\tau)$, so taking magnitudes and using $t'(\tau)>0$,设新参数化为 $\boldsymbol{\rho}(\tau)=\mathbf{r}(t(\tau))$,其中 $t'(\tau)>0$ 且 $t(\alpha)=a$、$t(\beta)=b$。由链式法则 $\boldsymbol{\rho}'(\tau)=\mathbf{r}'(t(\tau))\,t'(\tau)$,取模长并利用 $t'(\tau)>0$,得

$$|\boldsymbol{\rho}'(\tau)|=|\mathbf{r}'(t(\tau))|\,t'(\tau).$$

Now compute the new length integral and substitute $u=t(\tau)$, $du=t'(\tau)\,d\tau$:现在计算新的长度积分,并代换 $u=t(\tau)$、$du=t'(\tau)\,d\tau$:

$$\int_\alpha^\beta |\boldsymbol{\rho}'(\tau)|\,d\tau=\int_\alpha^\beta |\mathbf{r}'(t(\tau))|\,t'(\tau)\,d\tau=\int_a^b |\mathbf{r}'(u)|\,du.$$

The two integrals agree, so arc length is a genuine property of the curve, not of the schedule used to traverse it. This is precisely why reparametrizing by $s$ in the previous example was legitimate: it relabels points without changing distances. If $t'(\tau)<0$ the curve is traced backward and the limits swap, but the unsigned length is unchanged.两个积分相等,因此弧长是曲线本身的固有性质,而非遍历它所用的时间安排的性质。这正是为何上例中按 $s$ 重新参数化是合法的:它只是给点重新贴标签,并不改变距离。若 $t'(\tau)<0$,曲线被反向描出且积分上下限互换,但无符号的长度不变。

The length of $\mathbf{r}(t)=\langle 3\cos t,\ 3\sin t,\ 4t\rangle$ for $0\le t\le \pi$ is$\mathbf{r}(t)=\langle 3\cos t,\ 3\sin t,\ 4t\rangle$ 在 $0\le t\le \pi$ 上的长度是
3.1
$5\pi$
$7\pi$
$3\pi$
$25\pi$
Correct. $\mathbf{r}'=\langle -3\sin t,\ 3\cos t,\ 4\rangle$, so $|\mathbf{r}'|=\sqrt{9+16}=5$ and $L=\int_0^{\pi}5\,dt=5\pi$.正确。$\mathbf{r}'=\langle -3\sin t,\ 3\cos t,\ 4\rangle$,故 $|\mathbf{r}'|=\sqrt{9+16}=5$,且 $L=\int_0^{\pi}5\,dt=5\pi$。
Compute $|\mathbf{r}'(t)|=\sqrt{9\sin^2 t+9\cos^2 t+16}=\sqrt{25}=5$, then integrate the constant over $[0,\pi]$.先算 $|\mathbf{r}'(t)|=\sqrt{9\sin^2 t+9\cos^2 t+16}=\sqrt{25}=5$,再在 $[0,\pi]$ 上对常数积分。

Curvature曲率

Key idea.核心思想。 Curvature measures how fast a curve changes direction per unit length. It is the magnitude of the rate of change of the unit tangent with respect to arc length, and it is zero for a straight line and constant for a circle.曲率(curvature)衡量曲线每单位长度改变方向的快慢。它是单位切向量关于弧长的变化率的模长,对直线为零,对圆为常数。

Definition (curvature).定义(曲率)。 With $\mathbf{T}=\mathbf{r}'/|\mathbf{r}'|$ the unit tangent and $s$ arc length,设 $\mathbf{T}=\mathbf{r}'/|\mathbf{r}'|$ 为单位切向量,$s$ 为弧长,则

curvature曲率
$$\kappa=\left|\frac{d\mathbf{T}}{ds}\right|=\frac{|\mathbf{T}'(t)|}{|\mathbf{r}'(t)|}.$$

For a curve in space the following formula is usually far easier to apply, since it avoids computing $\mathbf{T}$ explicitly:对空间中的曲线,下面这个公式通常用起来要容易得多,因为它避免了显式计算 $\mathbf{T}$:

cross-product formula for curvature曲率的叉积公式
$$\kappa(t)=\frac{|\mathbf{r}'(t)\times\mathbf{r}''(t)|}{|\mathbf{r}'(t)|^3}.$$

For a plane curve $y=f(x)$, this specializes to $\kappa=\dfrac{|f''(x)|}{\big(1+[f'(x)]^2\big)^{3/2}}$. The reciprocal $\rho=1/\kappa$ is the radius of curvature.对平面曲线 $y=f(x)$,这化为 $\kappa=\dfrac{|f''(x)|}{\big(1+[f'(x)]^2\big)^{3/2}}$。其倒数 $\rho=1/\kappa$ 是曲率半径

Worked Example 4.1: curvature of a circle of radius $a$例题 4.1:半径为 $a$ 的圆的曲率

Take $\mathbf{r}(t)=\langle a\cos t,\ a\sin t,\ 0\rangle$. Then取 $\mathbf{r}(t)=\langle a\cos t,\ a\sin t,\ 0\rangle$。则

$$\mathbf{r}'(t)=\langle -a\sin t,\ a\cos t,\ 0\rangle,\qquad \mathbf{r}''(t)=\langle -a\cos t,\ -a\sin t,\ 0\rangle.$$ $$\mathbf{r}'\times\mathbf{r}''=\langle 0,\ 0,\ a^2\rangle,\quad |\mathbf{r}'\times\mathbf{r}''|=a^2,\quad |\mathbf{r}'|^3=a^3.$$ $$\kappa=\frac{a^2}{a^3}=\frac{1}{a}.$$

A circle has constant curvature equal to the reciprocal of its radius, exactly as intuition demands.圆具有恒定曲率,等于其半径的倒数,与直觉完全一致。

Worked Example 4.2: curvature of a parabola at its vertex例题 4.2:抛物线顶点处的曲率

For the plane curve $y=x^2$, use $\kappa=\dfrac{|f''(x)|}{(1+[f'(x)]^2)^{3/2}}$ with $f'(x)=2x$ and $f''(x)=2$:对平面曲线 $y=x^2$,用公式 $\kappa=\dfrac{|f''(x)|}{(1+[f'(x)]^2)^{3/2}}$,其中 $f'(x)=2x$、$f''(x)=2$:

$$\kappa(x)=\frac{2}{(1+4x^2)^{3/2}}.$$

At the vertex $x=0$ this gives $\kappa(0)=2$, the maximum curvature, so the radius of curvature there is $\rho=\tfrac12$. As $|x|\to\infty$, $\kappa\to 0$: the parabola flattens out far from the vertex. The osculating circle at the vertex has radius $\tfrac12$ and sits inside the parabola, hugging it more tightly than any other circle.在顶点 $x=0$ 处这给出 $\kappa(0)=2$,即最大曲率,故那里的曲率半径为 $\rho=\tfrac12$。当 $|x|\to\infty$ 时 $\kappa\to 0$:抛物线在远离顶点处变得平缓。顶点处的密切圆半径为 $\tfrac12$,位于抛物线内侧,比任何其他圆都更贴合它。

Worked Example 4.3: curvature of the twisted cubic例题 4.3:扭三次曲线的曲率

Find the curvature of $\mathbf{r}(t)=\langle t,\ t^2,\ t^3\rangle$ at $t=0$ and at general $t$. Compute the derivatives:求 $\mathbf{r}(t)=\langle t,\ t^2,\ t^3\rangle$ 在 $t=0$ 处以及一般 $t$ 处的曲率。计算各阶导数:

$$\mathbf{r}'(t)=\langle 1,\ 2t,\ 3t^2\rangle,\qquad \mathbf{r}''(t)=\langle 0,\ 2,\ 6t\rangle.$$ $$\mathbf{r}'\times\mathbf{r}''=\langle (2t)(6t)-(3t^2)(2),\ (3t^2)(0)-(1)(6t),\ (1)(2)-(2t)(0)\rangle=\langle 6t^2,\ -6t,\ 2\rangle.$$

Then $|\mathbf{r}'\times\mathbf{r}''|=\sqrt{36t^4+36t^2+4}=2\sqrt{9t^4+9t^2+1}$ and $|\mathbf{r}'|=\sqrt{1+4t^2+9t^4}$, so于是 $|\mathbf{r}'\times\mathbf{r}''|=\sqrt{36t^4+36t^2+4}=2\sqrt{9t^4+9t^2+1}$,$|\mathbf{r}'|=\sqrt{1+4t^2+9t^4}$,故

$$\kappa(t)=\frac{2\sqrt{9t^4+9t^2+1}}{(1+4t^2+9t^4)^{3/2}}.$$

At $t=0$ everything but the constants drops: $\kappa(0)=\dfrac{2\sqrt{1}}{1^{3/2}}=2$. The twisted cubic is the standard example of a genuinely non-planar curve, and the cross-product formula handles it without ever forming $\mathbf{T}$.在 $t=0$ 处,除常数外的项全部消失:$\kappa(0)=\dfrac{2\sqrt{1}}{1^{3/2}}=2$。扭三次曲线是真正非平面曲线的标准例子,而叉积公式处理它时根本无需构造 $\mathbf{T}$。

Worked Example 4.4: the osculating circle of $y=x^2$ at the vertex例题 4.4:$y=x^2$ 在顶点处的密切圆

The osculating circle at a point shares the curve's position, tangent, and curvature there; its radius is $\rho=1/\kappa$ and its center sits a distance $\rho$ from the point along $\mathbf{N}$. From Worked Example 4.2, $\kappa(0)=2$, so $\rho=\tfrac12$. At the vertex $(0,0)$ the parabola opens upward, so $\mathbf{N}$ points in the $+y$ direction and the center is at $\big(0,\ \tfrac12\big)$. The osculating circle is某点处的密切圆与曲线在该点共享位置、切线和曲率;其半径为 $\rho=1/\kappa$,圆心沿 $\mathbf{N}$ 方向距该点 $\rho$。由例题 4.2,$\kappa(0)=2$,故 $\rho=\tfrac12$。在顶点 $(0,0)$ 处抛物线开口向上,故 $\mathbf{N}$ 指向 $+y$ 方向,圆心在 $\big(0,\ \tfrac12\big)$。密切圆为

$$x^2+\Big(y-\tfrac12\Big)^2=\tfrac14.$$

This circle matches $y=x^2$ to second order at the origin: same point, same horizontal tangent, same bending. It is the circle a car would trace if, at the vertex, the steering wheel froze at its current angle. Approximating a curve locally by its osculating circle is the geometric meaning of curvature.这个圆在原点处与 $y=x^2$ 二阶吻合:同一点、同一水平切线、同样的弯曲程度。它就是一辆车在顶点处把方向盘锁死在当前角度时会描出的那个圆。用密切圆在局部逼近曲线,正是曲率的几何含义。

Common error.常见错误。 The denominator of the curvature formula is $|\mathbf{r}'|^3$, the speed cubed, not $|\mathbf{r}''|$ or $|\mathbf{r}'|$. Forgetting the cube is the most common slip and it makes curvature change under reparametrization, which is impossible since curvature is geometric. A quick sanity check: $\kappa$ must carry units of $1/\text{length}$. In $\kappa=|\mathbf{r}'\times\mathbf{r}''|/|\mathbf{r}'|^3$ the numerator scales like (length/time)(length/time$^2$) and the denominator like (length/time)$^3$, leaving $1/\text{length}$. The plane-curve formula likewise has the $3/2$ power that produces exactly this cancellation; dropping it gives a quantity that wrongly depends on how the axes are scaled.曲率公式的分母是 $|\mathbf{r}'|^3$,即速率的立方,而不是 $|\mathbf{r}''|$ 或 $|\mathbf{r}'|$。漏掉这个立方是最常见的失误,它会让曲率在重新参数化下发生改变,而这是不可能的,因为曲率是几何量。快速验算:$\kappa$ 的量纲必须是 $1/\text{长度}$。在 $\kappa=|\mathbf{r}'\times\mathbf{r}''|/|\mathbf{r}'|^3$ 中,分子的量纲像(长度/时间)(长度/时间$^2$),分母像(长度/时间)$^3$,相约后留下 $1/\text{长度}$。平面曲线公式同样带有 $3/2$ 次幂以产生恰好的相约;漏掉它会得到一个错误地依赖坐标轴缩放方式的量。
Going deeper: deriving the cross-product formula深入探究:推导叉积公式

Write $\mathbf{r}'=|\mathbf{r}'|\,\mathbf{T}=\dfrac{ds}{dt}\,\mathbf{T}$. Differentiating with the product rule,写 $\mathbf{r}'=|\mathbf{r}'|\,\mathbf{T}=\dfrac{ds}{dt}\,\mathbf{T}$。用乘积法则求导:

$$\mathbf{r}''=\frac{d^2s}{dt^2}\,\mathbf{T}+\frac{ds}{dt}\,\mathbf{T}'.$$

Now take the cross product $\mathbf{r}'\times\mathbf{r}''$. The $\mathbf{T}\times\mathbf{T}$ term vanishes, leaving现在作叉积 $\mathbf{r}'\times\mathbf{r}''$。$\mathbf{T}\times\mathbf{T}$ 这一项消失,留下

$$\mathbf{r}'\times\mathbf{r}''=\Big(\frac{ds}{dt}\Big)^2\,\mathbf{T}\times\mathbf{T}'.$$

Since $\mathbf{T}$ is a unit vector, $\mathbf{T}'\perp\mathbf{T}$ (Section 2), so $|\mathbf{T}\times\mathbf{T}'|=|\mathbf{T}'|$. Taking magnitudes and using $|ds/dt|=|\mathbf{r}'|$,由于 $\mathbf{T}$ 是单位向量,$\mathbf{T}'\perp\mathbf{T}$(见第 2 节),故 $|\mathbf{T}\times\mathbf{T}'|=|\mathbf{T}'|$。取模长并利用 $|ds/dt|=|\mathbf{r}'|$,得

$$|\mathbf{r}'\times\mathbf{r}''|=|\mathbf{r}'|^2\,|\mathbf{T}'|.$$

Divide by $|\mathbf{r}'|^3$ and recall $\kappa=|\mathbf{T}'|/|\mathbf{r}'|$ to recover $\kappa=|\mathbf{r}'\times\mathbf{r}''|/|\mathbf{r}'|^3$.两边除以 $|\mathbf{r}'|^3$,并回忆 $\kappa=|\mathbf{T}'|/|\mathbf{r}'|$,即得 $\kappa=|\mathbf{r}'\times\mathbf{r}''|/|\mathbf{r}'|^3$。

The curvature of the helix $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$ is螺旋线 $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$ 的曲率是
4.1
$1$
$\sqrt{2}$
$\tfrac{1}{\sqrt{2}}$
$\tfrac{1}{2}$
Correct. $\mathbf{r}'=\langle -\sin t,\cos t,1\rangle$, $\mathbf{r}''=\langle -\cos t,-\sin t,0\rangle$, so $\mathbf{r}'\times\mathbf{r}''=\langle \sin t,\ -\cos t,\ 1\rangle$ with magnitude $\sqrt{2}$, while $|\mathbf{r}'|^3=2\sqrt{2}$. Thus $\kappa=\sqrt{2}/(2\sqrt{2})=\tfrac12$.正确。$\mathbf{r}'=\langle -\sin t,\cos t,1\rangle$、$\mathbf{r}''=\langle -\cos t,-\sin t,0\rangle$,故 $\mathbf{r}'\times\mathbf{r}''=\langle \sin t,\ -\cos t,\ 1\rangle$,模长为 $\sqrt{2}$,而 $|\mathbf{r}'|^3=2\sqrt{2}$。于是 $\kappa=\sqrt{2}/(2\sqrt{2})=\tfrac12$。
Use $\kappa=|\mathbf{r}'\times\mathbf{r}''|/|\mathbf{r}'|^3$. Here $|\mathbf{r}'\times\mathbf{r}''|=\sqrt{2}$ and $|\mathbf{r}'|=\sqrt{2}$, so $\kappa=\sqrt{2}/(\sqrt{2})^3=\tfrac12$.用 $\kappa=|\mathbf{r}'\times\mathbf{r}''|/|\mathbf{r}'|^3$。这里 $|\mathbf{r}'\times\mathbf{r}''|=\sqrt{2}$、$|\mathbf{r}'|=\sqrt{2}$,故 $\kappa=\sqrt{2}/(\sqrt{2})^3=\tfrac12$。

The Unit Tangent and Normal Vectors单位切向量与法向量

Key idea.核心思想。 At each point of a smooth curve we attach a moving orthonormal frame: the unit tangent $\mathbf{T}$, the principal unit normal $\mathbf{N}$, and the binormal $\mathbf{B}=\mathbf{T}\times\mathbf{N}$. This TNB frame travels with the curve and encodes its local geometry.在光滑曲线的每一点,我们都附上一个运动的标准正交标架:单位切向量 $\mathbf{T}$、主单位法向量 $\mathbf{N}$,以及副法向量 $\mathbf{B}=\mathbf{T}\times\mathbf{N}$。这个 TNB 标架随曲线移动,编码了它的局部几何。
unit tangent, principal normal, binormal单位切向量、主法向量、副法向量
$$\mathbf{T}(t)=\frac{\mathbf{r}'(t)}{|\mathbf{r}'(t)|},\qquad \mathbf{N}(t)=\frac{\mathbf{T}'(t)}{|\mathbf{T}'(t)|},\qquad \mathbf{B}(t)=\mathbf{T}(t)\times\mathbf{N}(t).$$

Because $\mathbf{T}$ has constant length $1$, its derivative $\mathbf{T}'$ is orthogonal to $\mathbf{T}$ (Section 2), so $\mathbf{N}$ is a genuine unit normal. The plane spanned by $\mathbf{T}$ and $\mathbf{N}$ at a point is the osculating plane; the circle in that plane with radius $\rho=1/\kappa$ tangent to the curve is the osculating circle.由于 $\mathbf{T}$ 长度恒为 $1$,其导数 $\mathbf{T}'$ 与 $\mathbf{T}$ 正交(见第 2 节),故 $\mathbf{N}$ 是货真价实的单位法向量。某点处由 $\mathbf{T}$ 和 $\mathbf{N}$ 张成的平面是密切平面;该平面内半径为 $\rho=1/\kappa$ 且与曲线相切的圆就是密切圆

Worked Example 5.1: T and N for a helix例题 5.1:螺旋线的 T 与 N

For $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$ we have $\mathbf{r}'(t)=\langle -\sin t,\ \cos t,\ 1\rangle$ and $|\mathbf{r}'|=\sqrt{2}$, so对 $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$,有 $\mathbf{r}'(t)=\langle -\sin t,\ \cos t,\ 1\rangle$ 和 $|\mathbf{r}'|=\sqrt{2}$,故

$$\mathbf{T}(t)=\frac{1}{\sqrt{2}}\langle -\sin t,\ \cos t,\ 1\rangle.$$

Differentiate: $\mathbf{T}'(t)=\tfrac{1}{\sqrt{2}}\langle -\cos t,\ -\sin t,\ 0\rangle$, with $|\mathbf{T}'|=\tfrac{1}{\sqrt{2}}$. Hence求导:$\mathbf{T}'(t)=\tfrac{1}{\sqrt{2}}\langle -\cos t,\ -\sin t,\ 0\rangle$,其中 $|\mathbf{T}'|=\tfrac{1}{\sqrt{2}}$。因此

$$\mathbf{N}(t)=\langle -\cos t,\ -\sin t,\ 0\rangle.$$

The normal always points horizontally toward the central axis of the helix.法向量始终水平地指向螺旋线的中心轴。

Worked Example 5.2: the binormal and the osculating plane of a helix例题 5.2:螺旋线的副法向量与密切平面

Continue with the helix, where $\mathbf{T}(t)=\tfrac{1}{\sqrt2}\langle -\sin t,\cos t,1\rangle$ and $\mathbf{N}(t)=\langle -\cos t,-\sin t,0\rangle$. The binormal is继续用这条螺旋线,其中 $\mathbf{T}(t)=\tfrac{1}{\sqrt2}\langle -\sin t,\cos t,1\rangle$、$\mathbf{N}(t)=\langle -\cos t,-\sin t,0\rangle$。副法向量为

$$\mathbf{B}=\mathbf{T}\times\mathbf{N}=\frac{1}{\sqrt2}\big\langle (\cos t)(0)-(1)(-\sin t),\ (1)(-\cos t)-(-\sin t)(0),\ (-\sin t)(-\sin t)-(\cos t)(-\cos t)\big\rangle.$$ $$\mathbf{B}(t)=\frac{1}{\sqrt2}\langle \sin t,\ -\cos t,\ 1\rangle.$$

Check that $|\mathbf{B}|=\tfrac{1}{\sqrt2}\sqrt{\sin^2 t+\cos^2 t+1}=1$, as a binormal must be. At $t=0$ the point is $\langle 1,0,0\rangle$ and $\mathbf{B}(0)=\tfrac{1}{\sqrt2}\langle 0,-1,1\rangle$. The osculating plane there passes through $\langle 1,0,0\rangle$ with normal $\mathbf{B}(0)$, giving $0(x-1)-1(y-0)+1(z-0)=0$, that is $z=y$. The TNB frame is right-handed: $\mathbf{T}\times\mathbf{N}=\mathbf{B}$, $\mathbf{N}\times\mathbf{B}=\mathbf{T}$, $\mathbf{B}\times\mathbf{T}=\mathbf{N}$.验证 $|\mathbf{B}|=\tfrac{1}{\sqrt2}\sqrt{\sin^2 t+\cos^2 t+1}=1$,副法向量本应如此。在 $t=0$ 处,点为 $\langle 1,0,0\rangle$,$\mathbf{B}(0)=\tfrac{1}{\sqrt2}\langle 0,-1,1\rangle$。那里的密切平面过 $\langle 1,0,0\rangle$ 且以 $\mathbf{B}(0)$ 为法向量,给出 $0(x-1)-1(y-0)+1(z-0)=0$,即 $z=y$。TNB 标架是右手系:$\mathbf{T}\times\mathbf{N}=\mathbf{B}$、$\mathbf{N}\times\mathbf{B}=\mathbf{T}$、$\mathbf{B}\times\mathbf{T}=\mathbf{N}$。

Common error.常见错误。 The principal normal $\mathbf{N}=\mathbf{T}'/|\mathbf{T}'|$ is built from the derivative of the unit tangent, not from $\mathbf{r}''$. It is tempting to set $\mathbf{N}$ parallel to $\mathbf{r}''$, but $\mathbf{r}''$ generally has a tangential component $a_T\mathbf{T}$ as well, so $\mathbf{r}''$ is not perpendicular to the curve unless the speed happens to be constant. Always normalize $\mathbf{r}'$ first to get $\mathbf{T}$, then differentiate $\mathbf{T}$. Equivalently, $\mathbf{N}$ is the direction of $\mathbf{r}''$ after subtracting off its projection onto $\mathbf{T}$.主法向量 $\mathbf{N}=\mathbf{T}'/|\mathbf{T}'|$ 是由单位切向量的导数构造的,而不是由 $\mathbf{r}''$ 构造的。人们很容易把 $\mathbf{N}$ 设成与 $\mathbf{r}''$ 平行,但 $\mathbf{r}''$ 一般还带有一个切向分量 $a_T\mathbf{T}$,因此除非速率恰好恒定,$\mathbf{r}''$ 并不垂直于曲线。始终先把 $\mathbf{r}'$ 归一化得到 $\mathbf{T}$,再对 $\mathbf{T}$ 求导。等价地,$\mathbf{N}$ 是 $\mathbf{r}''$ 减去其在 $\mathbf{T}$ 上的投影后的方向。
Going deeper: $\mathbf{N}$ always points toward the concave side深入探究:$\mathbf{N}$ 总是指向凹侧

Claim.命题。 The principal normal $\mathbf{N}$ points to the side the curve is turning toward, the concave (inner) side of the bend.主法向量 $\mathbf{N}$ 指向曲线正在转向的那一侧,即弯道的凹侧(内侧)。

Argument.论证。 Parametrize by arc length so $\mathbf{T}=d\mathbf{r}/ds$ is the unit tangent. By the first Frenet equation $d\mathbf{T}/ds=\kappa\mathbf{N}$ with $\kappa\ge 0$, so $\mathbf{N}$ has the same direction as $d\mathbf{T}/ds$, the rate at which the tangent direction rotates. Since $\mathbf{T}$ is a unit vector, its tip moves on the unit sphere, and the velocity of that tip points in the direction the tangent is swinging. That is exactly the direction into the turn. Concretely, on a circle traversed counterclockwise the tangent always rotates toward the center, so $\mathbf{N}$ points radially inward, matching Worked Example 5.1 where $\mathbf{N}=\langle -\cos t,-\sin t,0\rangle$ aims at the axis. Because $\kappa$ is defined to be nonnegative, $\mathbf{N}$ is unambiguous wherever $\kappa>0$; at an inflection point ($\kappa=0$) the normal is momentarily undefined, which is the curve's way of telling you it is, for that instant, going straight.按弧长参数化,使 $\mathbf{T}=d\mathbf{r}/ds$ 为单位切向量。由第一条 Frenet 方程 $d\mathbf{T}/ds=\kappa\mathbf{N}$ 且 $\kappa\ge 0$,故 $\mathbf{N}$ 与 $d\mathbf{T}/ds$ 同向,后者是切线方向旋转的速率。由于 $\mathbf{T}$ 是单位向量,其端点在单位球面上运动,该端点的速度指向切线正在摆动的方向,那恰好就是转弯朝向的方向。具体地,在逆时针绕行的圆上,切线总是朝中心旋转,故 $\mathbf{N}$ 沿径向指向内侧,这与例题 5.1 中 $\mathbf{N}=\langle -\cos t,-\sin t,0\rangle$ 指向中心轴相吻合。由于 $\kappa$ 被定义为非负,只要 $\kappa>0$,$\mathbf{N}$ 就毫无歧义;在拐点($\kappa=0$)处法向量一时无定义,这是曲线在告诉你它此刻正沿直线前进。

For any smooth curve, the principal unit normal $\mathbf{N}$ satisfies对任意光滑曲线,主单位法向量 $\mathbf{N}$ 满足
5.1
$\mathbf{N}$ is parallel to $\mathbf{T}$$\mathbf{N}$ 与 $\mathbf{T}$ 平行
$\mathbf{N}$ is a unit vector orthogonal to $\mathbf{T}$$\mathbf{N}$ 是与 $\mathbf{T}$ 正交的单位向量
$\mathbf{N}=\mathbf{r}''$ always总有 $\mathbf{N}=\mathbf{r}''$
$\mathbf{N}$ points in the direction of motion$\mathbf{N}$ 指向运动方向
Correct. $\mathbf{N}=\mathbf{T}'/|\mathbf{T}'|$ is a unit vector, and since $|\mathbf{T}|=1$ forces $\mathbf{T}'\perp\mathbf{T}$, $\mathbf{N}$ is orthogonal to the tangent.正确。$\mathbf{N}=\mathbf{T}'/|\mathbf{T}'|$ 是单位向量,而 $|\mathbf{T}|=1$ 迫使 $\mathbf{T}'\perp\mathbf{T}$,故 $\mathbf{N}$ 与切向量正交。
$\mathbf{N}$ is the unit vector in the direction of $\mathbf{T}'$. Constant length of $\mathbf{T}$ makes $\mathbf{T}'$, hence $\mathbf{N}$, perpendicular to $\mathbf{T}$.$\mathbf{N}$ 是沿 $\mathbf{T}'$ 方向的单位向量。$\mathbf{T}$ 长度恒定使得 $\mathbf{T}'$,进而 $\mathbf{N}$,垂直于 $\mathbf{T}$。

Velocity and Acceleration速度与加速度

Key idea.核心思想。 When $\mathbf{r}(t)$ is the position of a moving particle, its first derivative is velocity and its second derivative is acceleration. Acceleration decomposes naturally into a tangential part (change in speed) and a normal part (change in direction), governed by the curvature.当 $\mathbf{r}(t)$ 是一个运动质点的位置时,它的一阶导数是速度(velocity),二阶导数是加速度(acceleration)。加速度自然分解为切向部分(速率的变化)和法向部分(方向的变化),后者由曲率支配。
velocity, speed, acceleration速度、速率、加速度
$$\mathbf{v}(t)=\mathbf{r}'(t),\qquad \text{speed}=|\mathbf{v}(t)|=\frac{ds}{dt},\qquad \mathbf{a}(t)=\mathbf{r}''(t).$$
tangential and normal components of acceleration加速度的切向与法向分量
$$\mathbf{a}=a_T\,\mathbf{T}+a_N\,\mathbf{N},\qquad a_T=\frac{d}{dt}|\mathbf{v}|=\frac{\mathbf{v}\cdot\mathbf{a}}{|\mathbf{v}|},\qquad a_N=\kappa|\mathbf{v}|^2=\frac{|\mathbf{v}\times\mathbf{a}|}{|\mathbf{v}|}.$$

Note there is no binormal component: acceleration always lies in the osculating plane. Recovering position from acceleration is an integration problem, with the velocity and position at one instant supplying the constants of integration.注意没有副法向分量:加速度始终位于密切平面内。从加速度反求位置是一个积分问题,由某一时刻的速度与位置提供积分常数。

Worked Example 6.1: decomposing acceleration例题 6.1:分解加速度

Let $\mathbf{r}(t)=\langle t,\ t^2,\ 0\rangle$. Then $\mathbf{v}=\langle 1,\ 2t,\ 0\rangle$ and $\mathbf{a}=\langle 0,\ 2,\ 0\rangle$. At $t=1$:设 $\mathbf{r}(t)=\langle t,\ t^2,\ 0\rangle$。则 $\mathbf{v}=\langle 1,\ 2t,\ 0\rangle$、$\mathbf{a}=\langle 0,\ 2,\ 0\rangle$。在 $t=1$ 处:

$$|\mathbf{v}|=\sqrt{1+4}=\sqrt{5},\qquad \mathbf{v}\cdot\mathbf{a}=4,\qquad a_T=\frac{4}{\sqrt{5}}.$$ $$\mathbf{v}\times\mathbf{a}=\langle 0,\ 0,\ 2\rangle,\qquad a_N=\frac{|\mathbf{v}\times\mathbf{a}|}{|\mathbf{v}|}=\frac{2}{\sqrt{5}}.$$

Check: $a_T^2+a_N^2=\tfrac{16}{5}+\tfrac{4}{5}=4=|\mathbf{a}|^2$, confirming the decomposition.验证:$a_T^2+a_N^2=\tfrac{16}{5}+\tfrac{4}{5}=4=|\mathbf{a}|^2$,证实了该分解。

Worked Example 6.2: position from acceleration例题 6.2:由加速度求位置

A particle has $\mathbf{a}(t)=\langle 0,\ 0,\ -g\rangle$ with $\mathbf{v}(0)=\langle v_0,\ 0,\ 0\rangle$ and $\mathbf{r}(0)=\mathbf{0}$. Integrate twice:一个质点有 $\mathbf{a}(t)=\langle 0,\ 0,\ -g\rangle$,且 $\mathbf{v}(0)=\langle v_0,\ 0,\ 0\rangle$、$\mathbf{r}(0)=\mathbf{0}$。积分两次:

$$\mathbf{v}(t)=\langle v_0,\ 0,\ -gt\rangle,\qquad \mathbf{r}(t)=\Big\langle v_0 t,\ 0,\ -\tfrac{1}{2}gt^2\Big\rangle.$$

This is projectile motion: constant horizontal velocity and a parabolic drop, the vector-calculus version of the familiar kinematic equations.这就是抛体运动:水平速度恒定,竖直方向抛物线式下落,即熟悉的运动学方程的向量微积分版本。

Worked Example 6.3: uniform circular motion and centripetal acceleration例题 6.3:匀速圆周运动与向心加速度

A particle moves on a circle of radius $R$ at constant angular rate $\omega$: $\mathbf{r}(t)=\langle R\cos\omega t,\ R\sin\omega t,\ 0\rangle$. Then一个质点以恒定角速率 $\omega$ 在半径为 $R$ 的圆上运动:$\mathbf{r}(t)=\langle R\cos\omega t,\ R\sin\omega t,\ 0\rangle$。则

$$\mathbf{v}=\langle -R\omega\sin\omega t,\ R\omega\cos\omega t,\ 0\rangle,\qquad |\mathbf{v}|=R\omega\ (\text{constant}),$$ $$\mathbf{a}=\langle -R\omega^2\cos\omega t,\ -R\omega^2\sin\omega t,\ 0\rangle=-\omega^2\,\mathbf{r}.$$

The acceleration points straight back at the center and has magnitude $|\mathbf{a}|=R\omega^2$. Since the speed is constant, $a_T=0$, so all of this acceleration is normal: $a_N=\kappa|\mathbf{v}|^2=\tfrac{1}{R}(R\omega)^2=R\omega^2$, matching $|\mathbf{a}|$ exactly. This is the centripetal acceleration of introductory physics, recovered as the pure normal component.加速度笔直指回圆心,模长为 $|\mathbf{a}|=R\omega^2$。由于速率恒定,$a_T=0$,故全部加速度都是法向的:$a_N=\kappa|\mathbf{v}|^2=\tfrac{1}{R}(R\omega)^2=R\omega^2$,恰好等于 $|\mathbf{a}|$。这就是普通物理中的向心加速度,作为纯法向分量被重新得到。

Worked Example 6.4: tangential and normal components on a space curve例题 6.4:空间曲线上的切向与法向分量

For $\mathbf{r}(t)=\langle t,\ t^2,\ \tfrac{2}{3}t^3\rangle$, find $a_T$ and $a_N$ at $t=1$. Compute对 $\mathbf{r}(t)=\langle t,\ t^2,\ \tfrac{2}{3}t^3\rangle$,求 $t=1$ 处的 $a_T$ 与 $a_N$。计算

$$\mathbf{v}=\langle 1,\ 2t,\ 2t^2\rangle,\qquad \mathbf{a}=\langle 0,\ 2,\ 4t\rangle.$$

At $t=1$: $\mathbf{v}=\langle 1,2,2\rangle$, $|\mathbf{v}|=3$, $\mathbf{a}=\langle 0,2,4\rangle$. Then在 $t=1$ 处:$\mathbf{v}=\langle 1,2,2\rangle$、$|\mathbf{v}|=3$、$\mathbf{a}=\langle 0,2,4\rangle$。则

$$a_T=\frac{\mathbf{v}\cdot\mathbf{a}}{|\mathbf{v}|}=\frac{0+4+8}{3}=4,$$ $$\mathbf{v}\times\mathbf{a}=\langle (2)(4)-(2)(2),\ (2)(0)-(1)(4),\ (1)(2)-(2)(0)\rangle=\langle 4,\ -4,\ 2\rangle,$$ $$a_N=\frac{|\mathbf{v}\times\mathbf{a}|}{|\mathbf{v}|}=\frac{\sqrt{16+16+4}}{3}=\frac{6}{3}=2.$$

Check: $a_T^2+a_N^2=16+4=20=|\mathbf{a}|^2=0+4+16$. The Pythagorean check ($a_T^2+a_N^2=|\mathbf{a}|^2$) is the fastest way to catch an arithmetic slip, since $\mathbf{T}\perp\mathbf{N}$.验证:$a_T^2+a_N^2=16+4=20=|\mathbf{a}|^2=0+4+16$。由于 $\mathbf{T}\perp\mathbf{N}$,这个勾股验算($a_T^2+a_N^2=|\mathbf{a}|^2$)是发现算术失误最快的方法。

Common error.常见错误。 The tangential component is $a_T=\dfrac{d}{dt}|\mathbf{v}|$, the rate of change of speed, not $|\mathbf{a}|$ or $|\mathbf{v}'|$. Speeding up gives $a_T>0$, slowing down gives $a_T<0$, and turning at constant speed gives $a_T=0$ even though $|\mathbf{a}|>0$. Confusing $\tfrac{d}{dt}|\mathbf{v}|$ with $|\tfrac{d}{dt}\mathbf{v}|=|\mathbf{a}|$ is the classic trap: the derivative of the magnitude is almost never the magnitude of the derivative. Use $a_T=\mathbf{v}\cdot\mathbf{a}/|\mathbf{v}|$, which extracts only the component of $\mathbf{a}$ along the direction of motion.切向分量是 $a_T=\dfrac{d}{dt}|\mathbf{v}|$,即速率的变化率,而不是 $|\mathbf{a}|$ 或 $|\mathbf{v}'|$。加速时 $a_T>0$,减速时 $a_T<0$,而以恒定速率转弯时 $a_T=0$,尽管此时 $|\mathbf{a}|>0$。把 $\tfrac{d}{dt}|\mathbf{v}|$ 与 $|\tfrac{d}{dt}\mathbf{v}|=|\mathbf{a}|$ 混淆是经典陷阱:模长的导数几乎从不等于导数的模长。请用 $a_T=\mathbf{v}\cdot\mathbf{a}/|\mathbf{v}|$,它只提取 $\mathbf{a}$ 沿运动方向的那个分量。
Going deeper: deriving $\mathbf{a}=a_T\mathbf{T}+a_N\mathbf{N}$ with $a_N=\kappa|\mathbf{v}|^2$深入探究:推导 $\mathbf{a}=a_T\mathbf{T}+a_N\mathbf{N}$ 及 $a_N=\kappa|\mathbf{v}|^2$

Start from $\mathbf{v}=|\mathbf{v}|\,\mathbf{T}=\dfrac{ds}{dt}\,\mathbf{T}$. Differentiate with the product rule:从 $\mathbf{v}=|\mathbf{v}|\,\mathbf{T}=\dfrac{ds}{dt}\,\mathbf{T}$ 出发。用乘积法则求导:

$$\mathbf{a}=\frac{d\mathbf{v}}{dt}=\frac{d^2s}{dt^2}\,\mathbf{T}+\frac{ds}{dt}\,\frac{d\mathbf{T}}{dt}.$$

Now convert $d\mathbf{T}/dt$ to arc length using the chain rule and the first Frenet equation $d\mathbf{T}/ds=\kappa\mathbf{N}$:现在用链式法则和第一条 Frenet 方程 $d\mathbf{T}/ds=\kappa\mathbf{N}$,把 $d\mathbf{T}/dt$ 转换到弧长:

$$\frac{d\mathbf{T}}{dt}=\frac{d\mathbf{T}}{ds}\frac{ds}{dt}=\kappa\frac{ds}{dt}\,\mathbf{N}.$$

Substitute back and write $|\mathbf{v}|=ds/dt$:代回,并记 $|\mathbf{v}|=ds/dt$:

$$\mathbf{a}=\underbrace{\frac{d^2s}{dt^2}}_{a_T}\,\mathbf{T}+\underbrace{\kappa\Big(\frac{ds}{dt}\Big)^2}_{a_N}\,\mathbf{N}=\frac{d|\mathbf{v}|}{dt}\,\mathbf{T}+\kappa|\mathbf{v}|^2\,\mathbf{N}.$$

This proves three facts at once: acceleration has no binormal component (it lives in the osculating plane), the tangential part is the rate of change of speed, and the normal part is $\kappa|\mathbf{v}|^2$. The last identity also gives the practical formula $a_N=|\mathbf{v}\times\mathbf{a}|/|\mathbf{v}|$, since crossing $\mathbf{v}=|\mathbf{v}|\mathbf{T}$ with $\mathbf{a}$ kills the tangential term and leaves $|\mathbf{v}|\,a_N\,(\mathbf{T}\times\mathbf{N})$, whose magnitude is $|\mathbf{v}|\,a_N$.这一次证明了三个事实:加速度没有副法向分量(它位于密切平面内)、切向部分是速率的变化率、法向部分为 $\kappa|\mathbf{v}|^2$。最后这个恒等式还给出实用公式 $a_N=|\mathbf{v}\times\mathbf{a}|/|\mathbf{v}|$,因为把 $\mathbf{v}=|\mathbf{v}|\mathbf{T}$ 与 $\mathbf{a}$ 作叉积会消去切向项,留下 $|\mathbf{v}|\,a_N\,(\mathbf{T}\times\mathbf{N})$,其模长为 $|\mathbf{v}|\,a_N$。

If a particle moves so that its speed $|\mathbf{v}|$ is constant, then若一个质点运动时速率 $|\mathbf{v}|$ 保持恒定,则
6.1
its acceleration is zero它的加速度为零
its acceleration is parallel to $\mathbf{v}$它的加速度与 $\mathbf{v}$ 平行
$a_T=0$, so acceleration is purely normal$a_T=0$,故加速度是纯法向的
its curvature is zero它的曲率为零
Correct. Constant speed means $a_T=\tfrac{d}{dt}|\mathbf{v}|=0$, so $\mathbf{a}=a_N\mathbf{N}$ is entirely normal. The particle can still turn, so acceleration need not vanish.正确。速率恒定意味着 $a_T=\tfrac{d}{dt}|\mathbf{v}|=0$,故 $\mathbf{a}=a_N\mathbf{N}$ 完全是法向的。质点仍可转弯,因此加速度不一定为零。
$a_T=\tfrac{d}{dt}|\mathbf{v}|$. Constant speed kills only the tangential part; the normal part $a_N=\kappa|\mathbf{v}|^2$ can remain nonzero.$a_T=\tfrac{d}{dt}|\mathbf{v}|$。速率恒定只消去切向部分;法向部分 $a_N=\kappa|\mathbf{v}|^2$ 仍可非零。

Going Deeper深入探究

Key idea.核心思想。 The tangent, normal, and binormal vectors evolve along a curve according to the Frenet-Serret equations, which package curvature and a new quantity, torsion, into a single linear system. Torsion measures how the curve twists out of its osculating plane.切向量、法向量和副法向量沿曲线按 Frenet-Serret 方程演化,该方程把曲率与一个新量——挠率——打包进一个线性方程组。挠率衡量曲线扭出其密切平面的程度。
torsion and the Frenet-Serret formulas挠率与 Frenet-Serret 公式
$$\tau=\frac{(\mathbf{r}'\times\mathbf{r}'')\cdot\mathbf{r}'''}{|\mathbf{r}'\times\mathbf{r}''|^2},$$ $$\frac{d\mathbf{T}}{ds}=\kappa\,\mathbf{N},\qquad \frac{d\mathbf{N}}{ds}=-\kappa\,\mathbf{T}+\tau\,\mathbf{B},\qquad \frac{d\mathbf{B}}{ds}=-\tau\,\mathbf{N}.$$

A plane curve has $\tau=0$ everywhere: its binormal is constant and the osculating plane never tilts. Curvature and torsion together determine a space curve uniquely up to rigid motion, the content of the fundamental theorem of space curves.平面曲线处处 $\tau=0$:其副法向量为常向量,密切平面永不倾斜。曲率与挠率合在一起,在刚体运动的意义下唯一地确定一条空间曲线,这正是空间曲线基本定理的内容。

Worked Example 7.1: torsion of the helix例题 7.1:螺旋线的挠率

For $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$: $\mathbf{r}'=\langle -\sin t,\cos t,1\rangle$, $\mathbf{r}''=\langle -\cos t,-\sin t,0\rangle$, $\mathbf{r}'''=\langle \sin t,-\cos t,0\rangle$.对 $\mathbf{r}(t)=\langle \cos t,\ \sin t,\ t\rangle$:$\mathbf{r}'=\langle -\sin t,\cos t,1\rangle$、$\mathbf{r}''=\langle -\cos t,-\sin t,0\rangle$、$\mathbf{r}'''=\langle \sin t,-\cos t,0\rangle$。

$$\mathbf{r}'\times\mathbf{r}''=\langle \sin t,\ -\cos t,\ 1\rangle,\qquad |\mathbf{r}'\times\mathbf{r}''|^2=2.$$ $$(\mathbf{r}'\times\mathbf{r}'')\cdot\mathbf{r}'''=\sin^2 t+\cos^2 t+0=1\ \Rightarrow\ \tau=\frac{1}{2}.$$

Both curvature and torsion equal $\tfrac12$ for this helix: it bends and twists at equal, constant rates.这条螺旋线的曲率与挠率都等于 $\tfrac12$:它以相等、恒定的速率弯曲并扭转。

Going deeper: Kepler's second law from a central force深入探究:由有心力推出开普勒第二定律

Suppose acceleration is always directed along the position vector, $\mathbf{a}=c(t)\,\mathbf{r}$ for some scalar function $c$ (a central force). Consider the vector $\mathbf{r}\times\mathbf{v}$ and differentiate:假设加速度始终沿位置向量方向,即对某个标量函数 $c$ 有 $\mathbf{a}=c(t)\,\mathbf{r}$(有心力)。考虑向量 $\mathbf{r}\times\mathbf{v}$ 并求导:

$$\frac{d}{dt}(\mathbf{r}\times\mathbf{v})=\mathbf{v}\times\mathbf{v}+\mathbf{r}\times\mathbf{a}=\mathbf{0}+\mathbf{r}\times(c\,\mathbf{r})=\mathbf{0}.$$

So $\mathbf{r}\times\mathbf{v}=\mathbf{L}$ is a constant vector. The motion is therefore planar (it stays in the plane through the origin perpendicular to $\mathbf{L}$), and the magnitude $|\mathbf{r}\times\mathbf{v}|$ being constant is exactly Kepler's statement that equal areas are swept in equal times.故 $\mathbf{r}\times\mathbf{v}=\mathbf{L}$ 是一个常向量。因此运动是平面的(它始终位于过原点且垂直于 $\mathbf{L}$ 的平面内),而 $|\mathbf{r}\times\mathbf{v}|$ 为常数恰好就是开普勒所说的"相等时间内扫过相等面积"。

Worked Example 7.2: confirming a curve is planar via torsion例题 7.2:用挠率确认曲线为平面曲线

Show that $\mathbf{r}(t)=\langle t,\ t^2,\ 3t+2t^2\rangle$ lies in a plane. The fast way is the torsion test. Compute证明 $\mathbf{r}(t)=\langle t,\ t^2,\ 3t+2t^2\rangle$ 位于一个平面内。最快的办法是挠率判别。计算

$$\mathbf{r}'=\langle 1,\ 2t,\ 3+4t\rangle,\quad \mathbf{r}''=\langle 0,\ 2,\ 4\rangle,\quad \mathbf{r}'''=\langle 0,\ 0,\ 0\rangle.$$

Since $\mathbf{r}'''=\mathbf{0}$, the triple product $(\mathbf{r}'\times\mathbf{r}'')\cdot\mathbf{r}'''=0$, so $\tau\equiv 0$ and the curve is planar. To name the plane directly, notice $z=3t+2t^2=3x+2y$ because $x=t$ and $y=t^2$. So every point satisfies $3x+2y-z=0$, a single plane through the origin. The torsion test agreed with the algebra, and it would have worked even if the plane were not obvious by inspection.由于 $\mathbf{r}'''=\mathbf{0}$,三重积 $(\mathbf{r}'\times\mathbf{r}'')\cdot\mathbf{r}'''=0$,故 $\tau\equiv 0$,曲线是平面的。要直接写出该平面,注意因为 $x=t$、$y=t^2$,所以 $z=3t+2t^2=3x+2y$。于是每个点都满足 $3x+2y-z=0$,这是一个过原点的平面。挠率判别与代数结果一致,而且即使凭观察看不出这个平面,它也照样有效。

Worked Example 7.3: curvature and torsion of a scaled helix例题 7.3:缩放螺旋线的曲率与挠率

For the general helix $\mathbf{r}(t)=\langle a\cos t,\ a\sin t,\ bt\rangle$ with $a>0$, the standard results are对一般螺旋线 $\mathbf{r}(t)=\langle a\cos t,\ a\sin t,\ bt\rangle$($a>0$),标准结果为

$$\kappa=\frac{a}{a^2+b^2},\qquad \tau=\frac{b}{a^2+b^2}.$$

Sketch of the curvature: $\mathbf{r}'=\langle -a\sin t,\ a\cos t,\ b\rangle$ with $|\mathbf{r}'|=\sqrt{a^2+b^2}$, and $\mathbf{r}''=\langle -a\cos t,-a\sin t,0\rangle$, giving $|\mathbf{r}'\times\mathbf{r}''|=a\sqrt{a^2+b^2}$, so $\kappa=a\sqrt{a^2+b^2}/(a^2+b^2)^{3/2}=a/(a^2+b^2)$. Setting $a=b=1$ recovers $\kappa=\tau=\tfrac12$ from Worked Example 7.1. Two limits are instructive: as $b\to 0$ the helix collapses to a circle of radius $a$ and $\kappa\to 1/a$, $\tau\to 0$ (planar); as $b\to\infty$ the helix stretches into a near-straight vertical line and both $\kappa,\tau\to 0$. Curvature and torsion together, both constant here, characterize the helix as the only curve with constant nonzero $\kappa$ and constant nonzero $\tau$.曲率的推导概要:$\mathbf{r}'=\langle -a\sin t,\ a\cos t,\ b\rangle$,$|\mathbf{r}'|=\sqrt{a^2+b^2}$;$\mathbf{r}''=\langle -a\cos t,-a\sin t,0\rangle$,给出 $|\mathbf{r}'\times\mathbf{r}''|=a\sqrt{a^2+b^2}$,故 $\kappa=a\sqrt{a^2+b^2}/(a^2+b^2)^{3/2}=a/(a^2+b^2)$。取 $a=b=1$ 即可重新得到例题 7.1 中的 $\kappa=\tau=\tfrac12$。两个极限很有启发:当 $b\to 0$ 时螺旋线收缩为半径 $a$ 的圆,$\kappa\to 1/a$、$\tau\to 0$(平面);当 $b\to\infty$ 时螺旋线拉伸成近乎竖直的直线,$\kappa,\tau$ 都 $\to 0$。这里曲率与挠率都恒定,二者合在一起把螺旋线刻画为唯一一类具有恒定非零 $\kappa$ 与恒定非零 $\tau$ 的曲线。

Common error.常见错误。 The torsion formula has $|\mathbf{r}'\times\mathbf{r}''|^2$ in the denominator, the magnitude squared, while the curvature formula uses $|\mathbf{r}'|^3$. Mixing the two denominators is a frequent slip. Also, torsion is a signed quantity: a positive $\tau$ means the curve twists like a right-handed screw out of its osculating plane, a negative $\tau$ a left-handed one. Do not insert absolute-value bars around the triple product in the numerator. The sign of $\tau$ carries real geometric information that $|\kappa|\ge 0$ does not.挠率公式的分母是 $|\mathbf{r}'\times\mathbf{r}''|^2$,即模长的平方,而曲率公式用的是 $|\mathbf{r}'|^3$。把两个分母弄混是常见失误。此外,挠率是有符号的量:$\tau$ 为正表示曲线像右旋螺丝那样扭出密切平面,$\tau$ 为负则是左旋。不要在分子的三重积外面加绝对值。$\tau$ 的符号携带着 $|\kappa|\ge 0$ 所没有的真实几何信息。
Going deeper: why a vanishing torsion forces planarity深入探究:为什么挠率为零迫使曲线平面化

Claim.命题。 If $\tau\equiv 0$ on a curve with $\kappa>0$, the curve lies in a fixed plane.若一条 $\kappa>0$ 的曲线上处处 $\tau\equiv 0$,则该曲线位于一个固定平面内。

Proof.证明。 Work in arc length. The third Frenet equation reads $d\mathbf{B}/ds=-\tau\mathbf{N}$. If $\tau\equiv 0$ then $d\mathbf{B}/ds=\mathbf{0}$, so the binormal $\mathbf{B}$ is a constant vector $\mathbf{B}_0$. Now examine how the position projects onto $\mathbf{B}_0$. Consider $g(s)=(\mathbf{r}(s)-\mathbf{r}(0))\cdot\mathbf{B}_0$ and differentiate:在弧长参数下进行。第三条 Frenet 方程为 $d\mathbf{B}/ds=-\tau\mathbf{N}$。若 $\tau\equiv 0$,则 $d\mathbf{B}/ds=\mathbf{0}$,故副法向量 $\mathbf{B}$ 是常向量 $\mathbf{B}_0$。现在考察位置在 $\mathbf{B}_0$ 上的投影。设 $g(s)=(\mathbf{r}(s)-\mathbf{r}(0))\cdot\mathbf{B}_0$ 并求导:

$$g'(s)=\mathbf{r}'(s)\cdot\mathbf{B}_0=\mathbf{T}(s)\cdot\mathbf{B}_0=0,$$

because $\mathbf{T}$ is always orthogonal to $\mathbf{B}$. Since $g'(s)\equiv 0$ and $g(0)=0$, we get $g(s)\equiv 0$, that is $(\mathbf{r}(s)-\mathbf{r}(0))\cdot\mathbf{B}_0=0$ for all $s$. This is the equation of the plane through $\mathbf{r}(0)$ with normal $\mathbf{B}_0$, and the entire curve satisfies it. Hence the curve is planar, and the converse (a planar curve has $\tau\equiv 0$) follows by reversing the argument. This completes the if-and-only-if behind the section quiz.因为 $\mathbf{T}$ 始终与 $\mathbf{B}$ 正交。由于 $g'(s)\equiv 0$ 且 $g(0)=0$,得 $g(s)\equiv 0$,即对所有 $s$ 有 $(\mathbf{r}(s)-\mathbf{r}(0))\cdot\mathbf{B}_0=0$。这正是过 $\mathbf{r}(0)$ 且以 $\mathbf{B}_0$ 为法向量的平面方程,整条曲线都满足它。故曲线是平面的;逆命题(平面曲线有 $\tau\equiv 0$)由反向论证得出。这就补全了本节测验背后的充要条件。

A space curve lies entirely in a single plane if and only if一条空间曲线完全位于同一个平面内,当且仅当
7.1
its torsion $\tau$ is identically zero它的挠率 $\tau$ 恒为零
its curvature $\kappa$ is identically zero它的曲率 $\kappa$ 恒为零
its speed is constant它的速率恒定
$\mathbf{T}$ is constant$\mathbf{T}$ 是常向量
Correct. Torsion measures twisting out of the osculating plane; $\tau\equiv 0$ means the binormal is constant, so the curve never leaves one fixed plane.正确。挠率衡量扭出密切平面的程度;$\tau\equiv 0$ 意味着副法向量恒定,故曲线永不离开同一个固定平面。
Curvature zero would make the curve a straight line. Planarity is governed by torsion: $\tau\equiv 0$ keeps the osculating plane fixed.曲率为零会使曲线成为一条直线。平面性由挠率决定:$\tau\equiv 0$ 让密切平面保持固定。

Flashcards记忆卡片

0 / 12 flipped0 / 12 已翻转
Component form of a vector function $\mathbf{r}(t)$向量函数 $\mathbf{r}(t)$ 的分量形式
$\mathbf{r}(t)=\langle f(t),g(t),h(t)\rangle=f\,\mathbf{i}+g\,\mathbf{j}+h\,\mathbf{k}$; limits and derivatives are taken componentwise.;极限与导数都按分量取。
Derivative of $\mathbf{r}(t)$$\mathbf{r}(t)$ 的导数
$\mathbf{r}'(t)=\langle f'(t),g'(t),h'(t)\rangle$, a tangent vector pointing in the direction of increasing $t$.,是指向 $t$ 增大方向的切向量。
Product rule for the dot product点积的乘积法则
$\dfrac{d}{dt}[\mathbf{u}\cdot\mathbf{v}]=\mathbf{u}'\cdot\mathbf{v}+\mathbf{u}\cdot\mathbf{v}'$.
If $|\mathbf{r}(t)|$ is constant, then若 $|\mathbf{r}(t)|$ 为常数,则
$\mathbf{r}'(t)\perp\mathbf{r}(t)$ for all $t$. (Differentiate $\mathbf{r}\cdot\mathbf{r}$.)对所有 $t$ 成立。(对 $\mathbf{r}\cdot\mathbf{r}$ 求导。)
Arc length of $\mathbf{r}$ on $[a,b]$$\mathbf{r}$ 在 $[a,b]$ 上的弧长
$L=\displaystyle\int_a^b|\mathbf{r}'(t)|\,dt$, and $\dfrac{ds}{dt}=|\mathbf{r}'(t)|$.,且 $\dfrac{ds}{dt}=|\mathbf{r}'(t)|$。
Unit tangent $\mathbf{T}(t)$单位切向量 $\mathbf{T}(t)$
$\mathbf{T}(t)=\dfrac{\mathbf{r}'(t)}{|\mathbf{r}'(t)|}$.
Curvature $\kappa$ (two formulas)曲率 $\kappa$(两个公式)
$\kappa=\left|\dfrac{d\mathbf{T}}{ds}\right|=\dfrac{|\mathbf{r}'\times\mathbf{r}''|}{|\mathbf{r}'|^3}$.
Curvature of a circle of radius $a$半径为 $a$ 的圆的曲率
$\kappa=\dfrac{1}{a}$; the radius of curvature is $\rho=1/\kappa$.;曲率半径为 $\rho=1/\kappa$。
Principal unit normal $\mathbf{N}$ and binormal $\mathbf{B}$主单位法向量 $\mathbf{N}$ 与副法向量 $\mathbf{B}$
$\mathbf{N}=\dfrac{\mathbf{T}'}{|\mathbf{T}'|}$, $\ \mathbf{B}=\mathbf{T}\times\mathbf{N}$; the $\mathbf{T},\mathbf{N},\mathbf{B}$ triple is orthonormal.;$\mathbf{T},\mathbf{N},\mathbf{B}$ 三者构成标准正交组。
Tangential and normal acceleration切向与法向加速度
$\mathbf{a}=a_T\mathbf{T}+a_N\mathbf{N}$, with其中 $a_T=\dfrac{\mathbf{v}\cdot\mathbf{a}}{|\mathbf{v}|}$ and $a_N=\dfrac{|\mathbf{v}\times\mathbf{a}|}{|\mathbf{v}|}=\kappa|\mathbf{v}|^2$.
Torsion $\tau$挠率 $\tau$
$\tau=\dfrac{(\mathbf{r}'\times\mathbf{r}'')\cdot\mathbf{r}'''}{|\mathbf{r}'\times\mathbf{r}''|^2}$; a curve is planar iff $\tau\equiv 0$.;曲线为平面曲线当且仅当 $\tau\equiv 0$。
Frenet-Serret formulasFrenet-Serret 公式
$\mathbf{T}'=\kappa\mathbf{N}$, $\ \mathbf{N}'=-\kappa\mathbf{T}+\tau\mathbf{B}$, $\ \mathbf{B}'=-\tau\mathbf{N}$ (derivatives with respect to $s$).(对 $s$ 求导)。

Unit Quiz单元测验

If $\mathbf{r}(t)=\langle t^3,\ \ln t,\ \cos t\rangle$, then $\mathbf{r}'(t)=$若 $\mathbf{r}(t)=\langle t^3,\ \ln t,\ \cos t\rangle$,则 $\mathbf{r}'(t)=$
Q1
$\langle 3t^2,\ t,\ \sin t\rangle$
$\langle 3t^2,\ \tfrac{1}{t},\ -\sin t\rangle$
$\langle t^2,\ \tfrac{1}{t},\ -\sin t\rangle$
$\langle 3t^2,\ \tfrac{1}{t},\ \sin t\rangle$
Correct. Differentiate componentwise: $3t^2$, $1/t$, and $-\sin t$.正确。按分量求导:$3t^2$、$1/t$、$-\sin t$。
Watch the chain on $\ln t$ giving $1/t$ and the sign on $\cos t$ giving $-\sin t$.注意 $\ln t$ 求导给出 $1/t$,$\cos t$ 求导给出 $-\sin t$ 的符号。
The arc length of $\mathbf{r}(t)=\langle t,\ t,\ t\rangle$ from $t=0$ to $t=2$ is$\mathbf{r}(t)=\langle t,\ t,\ t\rangle$ 从 $t=0$ 到 $t=2$ 的弧长是
Q2
$2$
$6$
$2\sqrt{3}$
$\sqrt{3}$
Correct. $\mathbf{r}'=\langle 1,1,1\rangle$, $|\mathbf{r}'|=\sqrt{3}$, so $L=\int_0^2\sqrt{3}\,dt=2\sqrt{3}$.正确。$\mathbf{r}'=\langle 1,1,1\rangle$、$|\mathbf{r}'|=\sqrt{3}$,故 $L=\int_0^2\sqrt{3}\,dt=2\sqrt{3}$。
The speed is the constant $\sqrt{1+1+1}=\sqrt{3}$; multiply by the length of the interval, $2$.速率是常数 $\sqrt{1+1+1}=\sqrt{3}$;乘以区间长度 $2$。
The curvature of a straight line is直线的曲率是
Q3
undefined无定义
$1$
infinite无穷大
$0$
Correct. A line has constant direction, so $\mathbf{T}'=\mathbf{0}$ and $\kappa=0$.正确。直线方向恒定,故 $\mathbf{T}'=\mathbf{0}$,$\kappa=0$。
The unit tangent of a line never changes, so its rate of change, the curvature, is zero.直线的单位切向量永不改变,故其变化率(即曲率)为零。
For a particle with velocity $\mathbf{v}$ and acceleration $\mathbf{a}$, the normal component of acceleration is对速度为 $\mathbf{v}$、加速度为 $\mathbf{a}$ 的质点,加速度的法向分量是
Q4
$a_N=\dfrac{|\mathbf{v}\times\mathbf{a}|}{|\mathbf{v}|}$
$a_N=\dfrac{\mathbf{v}\cdot\mathbf{a}}{|\mathbf{v}|}$
$a_N=|\mathbf{a}|$
$a_N=\kappa|\mathbf{v}|$
Correct. $a_N=\kappa|\mathbf{v}|^2=|\mathbf{v}\times\mathbf{a}|/|\mathbf{v}|$. The dot-product version gives the tangential component instead.正确。$a_N=\kappa|\mathbf{v}|^2=|\mathbf{v}\times\mathbf{a}|/|\mathbf{v}|$。点积版本给出的是切向分量。
The dot product yields $a_T$; the cross product yields $a_N=|\mathbf{v}\times\mathbf{a}|/|\mathbf{v}|$.点积得到 $a_T$;叉积得到 $a_N=|\mathbf{v}\times\mathbf{a}|/|\mathbf{v}|$。
If $\mathbf{u}(t)$ is differentiable, then $\dfrac{d}{dt}\big[\mathbf{u}(t)\cdot\mathbf{u}(t)\big]=$若 $\mathbf{u}(t)$ 可微,则 $\dfrac{d}{dt}\big[\mathbf{u}(t)\cdot\mathbf{u}(t)\big]=$
Q5
$\mathbf{u}\cdot\mathbf{u}'$
$|\mathbf{u}'|^2$
$2\,\mathbf{u}\cdot\mathbf{u}'$
$2\mathbf{u}$
Correct. By the product rule for the dot product, $\tfrac{d}{dt}(\mathbf{u}\cdot\mathbf{u})=\mathbf{u}'\cdot\mathbf{u}+\mathbf{u}\cdot\mathbf{u}'=2\,\mathbf{u}\cdot\mathbf{u}'$.正确。由点积的乘积法则,$\tfrac{d}{dt}(\mathbf{u}\cdot\mathbf{u})=\mathbf{u}'\cdot\mathbf{u}+\mathbf{u}\cdot\mathbf{u}'=2\,\mathbf{u}\cdot\mathbf{u}'$。
Apply the dot-product product rule; the two equal terms combine to $2\,\mathbf{u}\cdot\mathbf{u}'$.应用点积的乘积法则;两个相等的项合并为 $2\,\mathbf{u}\cdot\mathbf{u}'$。
A curve has nonzero torsion at a point. This tells you the curve某曲线在一点处挠率非零。这告诉你曲线
Q6
is a straight line there在该处是一条直线
is twisting out of its osculating plane there在该处正扭出其密切平面
has zero curvature there在该处曲率为零
lies in a plane位于一个平面内
Correct. Torsion measures the rate at which the binormal turns, that is, how fast the curve leaves its osculating plane.正确。挠率衡量副法向量转动的速率,也就是曲线离开其密切平面的快慢。
Nonzero torsion is precisely non-planarity: the osculating plane is tilting as you move along the curve.挠率非零恰恰就是非平面性:沿曲线前进时密切平面在倾斜。

Readiness Checklist掌握度清单

Tap each item you can do without notes. 点击你无需参考资料即可完成的项目。0 / 8 mastered0 / 8 已掌握