📚 Vector Differentiation | 向量的微分运算
Vector differentiation is a cornerstone of advanced mathematics and physics, enabling us to describe how quantities that possess both magnitude and direction change in space and time. From velocity and acceleration in mechanics to electric and magnetic fields in electromagnetism, the derivative of a vector function lies at the heart of countless scientific and engineering applications.
向量微分是高等数学与物理学的基石,它使我们能够描述同时具有大小和方向的量如何随空间与时间变化。从力学中的速度与加速度,到电磁学中的电场与磁场,向量函数的导数处于无数科学与工程应用的核心位置。
In this comprehensive revision guide, we will explore the fundamental concepts of vector differentiation, including vector-valued functions, derivatives of vector functions, geometric interpretation, differentiation rules, and applications such as tangent vectors, normal vectors, and the chain rule for vector functions. We will also address common examination pitfalls and provide worked examples in both English and Chinese.
在这份全面的复习指南中,我们将深入探讨向量微分的基本概念,包括向量值函数、向量函数的导数、几何解释、求导法则,以及切向量、法向量和向量函数链式法则等应用。我们还将讨论考试中常见的易错点,并提供中英双语的例题解析。
1. Vector-Valued Functions | 向量值函数
A vector-valued function is a function whose domain is a set of real numbers and whose range is a set of vectors. In three-dimensional space, a vector function takes the form r(t) = f(t) i + g(t) j + h(t) k, where f(t), g(t), and h(t) are real-valued component functions.
向量值函数是定义域为实数集、值域为向量集的函数。在三维空间中,向量函数的一般形式为 r(t) = f(t) i + g(t) j + h(t) k,其中 f(t)、g(t)、h(t) 是实值分量函数。
Equivalently, we may write the vector function using angle bracket notation as r(t) = ⟨f(t), g(t), h(t)⟩. The independent variable t often represents time, but it can represent any scalar parameter such as arc length, angle, or temperature.
等价地,我们可以用尖括号记号将向量函数写为 r(t) = ⟨f(t), g(t), h(t)⟩。自变量 t 通常表示时间,但它也可以是弧长、角度或温度等任何标量参数。
For example, the position of a particle moving in space can be described by the vector function r(t) = ⟨cos t, sin t, t⟩, which traces a helical path (spiral) around the z-axis. The curve traced by the terminal point of r(t) as t varies is called the space curve of the vector function.
例如,空间中运动的质点位置可以用向量函数 r(t) = ⟨cos t, sin t, t⟩ 来描述,它绕 z 轴描绘出一条螺旋线路径。随着 t 的变化,r(t) 的终点所划出的曲线称为该向量函数的空间曲线。
2. Limits and Continuity of Vector Functions | 向量函数的极限与连续性
Before defining the derivative of a vector function, we must first understand its limit. The limit of a vector function r(t) = ⟨f(t), g(t), h(t)⟩ as t approaches a is defined component-wise:
在定义向量函数的导数之前,我们必须先理解其极限的概念。向量函数 r(t) = ⟨f(t), g(t), h(t)⟩ 当 t 趋近于 a 时的极限是逐分量定义的:
limt→a r(t) = ⟨limt→a f(t), limt→a g(t), limt→a h(t)⟩
provided each of the three component limits exists. The vector function r(t) is said to be continuous at t = a if the limit exists at a and equals r(a). A vector function is continuous on an interval if it is continuous at every point of that interval.
前提是三个分量的极限都存在。称向量函数 r(t) 在 t = a 处连续,当且仅当该点的极限存在且等于 r(a)。若向量函数在区间的每一点都连续,则称该函数在此区间上连续。
Geometrically, continuity of a vector function means that the space curve it traces has no breaks or gaps. In practice, we can check continuity simply by verifying that each component function is continuous.
从几何角度看,向量函数的连续性意味着它所描绘的空间曲线没有断裂或间隙。在解题时,我们只需逐一验证各分量函数的连续性即可。
3. The Derivative of a Vector Function | 向量函数的导数
The derivative of a vector function r(t) is defined in a manner analogous to the derivative of a scalar function, using the difference quotient:
向量函数 r(t) 的导数以类似于标量函数导数的差分商方式定义:
dr/dt = r'(t) = limΔt→0 [r(t + Δt) − r(t)] / Δt
If r(t) = ⟨f(t), g(t), h(t)⟩ and each component function is differentiable, then the derivative is computed component-wise:
若 r(t) = ⟨f(t), g(t), h(t)⟩ 且各分量函数均可导,则导数逐分量计算:
r'(t) = ⟨f'(t), g'(t), h'(t)⟩
For example, if r(t) = ⟨t², eᵗ, sin t⟩, then r'(t) = ⟨2t, eᵗ, cos t⟩. The derivative is itself a vector function — it represents the instantaneous rate of change of the original vector function with respect to t.
例如,若 r(t) = ⟨t², eᵗ, sin t⟩,则 r'(t) = ⟨2t, eᵗ, cos t⟩。导数本身是一个向量函数——它代表原向量函数关于 t 的瞬时变化率。
4. Geometric Interpretation: Tangent Vectors | 几何解释:切向量
The derivative r'(t) has a profound geometric meaning: when r'(t) exists and is nonzero, it is a tangent vector to the space curve at the point P = r(t). It points in the direction of increasing t, indicating the instantaneous direction of motion along the curve.
导数 r'(t) 具有深刻的几何意义:当 r'(t) 存在且非零时,它是空间曲线在点 P = r(t) 处的切向量。它指向 t 增大的方向,指示沿曲线运动的瞬时方向。
The unit tangent vector T(t) is obtained by normalising the tangent vector:
单位切向量 T(t) 通过将切向量归一化得到:
T(t) = r'(t) / |r'(t)|
For a particle whose position is given by r(t), the derivative r'(t) equals the instantaneous velocity v(t), and its magnitude |r'(t)| equals the speed — the rate of change of distance along the curve. This bridges the gap between pure mathematics and kinematics.
对于位置由 r(t) 给出的质点,导数 r'(t) 等于瞬时速度 v(t),其大小 |r'(t)| 等于速率——即沿曲线的距离变化率。这弥合了纯数学与运动学之间的鸿沟。
Example: Consider r(t) = ⟨2 cos t, 2 sin t, 3t⟩. Then r'(t) = ⟨−2 sin t, 2 cos t, 3⟩. The speed is |r'(t)| = √(4 sin²t + 4 cos²t + 9) = √(4 + 9) = √13, which is constant for this helix.
例:考虑 r(t) = ⟨2 cos t, 2 sin t, 3t⟩。则 r'(t) = ⟨−2 sin t, 2 cos t, 3⟩。速率为 |r'(t)| = √(4 sin²t + 4 cos²t + 9) = √(4 + 9) = √13,对于这条螺旋线来说是常数。
5. Differentiation Rules for Vector Functions | 向量函数的求导法则
Vector differentiation follows rules analogous to scalar differentiation, but with additional operations involving dot products and cross products. Here are the essential rules:
向量微分遵循与标量微分类似的法则,但增加了涉及点积和叉积的运算。以下是基本法则:
- Constant multiple rule: d/dt [c·r(t)] = c·r'(t) for a constant scalar c.
- 常量倍数法则:d/dt [c·r(t)] = c·r'(t),其中 c 为常量标量。
- Sum rule: d/dt [r₁(t) + r₂(t)] = r₁'(t) + r₂'(t).
- 和法则:d/dt [r₁(t) + r₂(t)] = r₁'(t) + r₂'(t)。
- Dot product rule (product rule for dot products): d/dt [u(t)·v(t)] = u'(t)·v(t) + u(t)·v'(t).
- 点积法则(点积的乘积法则):d/dt [u(t)·v(t)] = u'(t)·v(t) + u(t)·v'(t)。
- Cross product rule: d/dt [u(t) × v(t)] = u'(t) × v(t) + u(t) × v'(t). Note: do NOT switch the order of the cross product!
- 叉积法则:d/dt [u(t) × v(t)] = u'(t) × v(t) + u(t) × v'(t)。注意:切勿交换叉积中因子的顺序!
- Chain rule: If r(s) is a vector function and s = g(t) is a scalar function, then d/dt [r(g(t))] = r'(g(t))·g'(t).
- 链式法则:若 r(s) 是向量函数且 s = g(t) 是标量函数,则 d/dt [r(g(t))] = r'(g(t))·g'(t)。
The cross product rule deserves special attention: because the cross product is anticommutative (u × v = −v × u), the order of factors matters critically. Incorrectly swapping the order leads to a sign error — a common trap in examinations.
叉积法则值得特别注意:由于叉积是反对称的(u × v = −v × u),因子的顺序至关重要。错误地交换顺序会导致符号错误——这是考试中的常见陷阱。
6. Scalar Multiplication and the Product Rule | 标量乘法与乘积法则
When a vector function is multiplied by a scalar function, we apply a variant of the product rule. If f(t) is a differentiable scalar function and r(t) is a differentiable vector function, then:
当向量函数乘以标量函数时,我们应用乘积法则的一种变体。若 f(t) 是可导的标量函数,r(t) 是可导的向量函数,则:
d/dt [f(t)·r(t)] = f'(t)·r(t) + f(t)·r'(t)
For instance, if f(t) = t² and r(t) = ⟨t, t³, 1⟩, then d/dt [t²·r(t)] = 2t·⟨t, t³, 1⟩ + t²·⟨1, 3t², 0⟩ = ⟨2t², 2t⁴, 2t⟩ + ⟨t², 3t⁴, 0⟩ = ⟨3t², 5t⁴, 2t⟩.
例如,若 f(t) = t² 且 r(t) = ⟨t, t³, 1⟩,则 d/dt [t²·r(t)] = 2t·⟨t, t³, 1⟩ + t²·⟨1, 3t², 0⟩ = ⟨2t², 2t⁴, 2t⟩ + ⟨t², 3t⁴, 0⟩ = ⟨3t², 5t⁴, 2t⟩。
Let us verify this result by expanding directly: t²·r(t) = ⟨t³, t⁵, t²⟩, and differentiating component-wise gives ⟨3t², 5t⁴, 2t⟩, which matches our product-rule calculation perfectly. This serves as an excellent self-checking strategy.
让我们通过直接展开来验证此结果:t²·r(t) = ⟨t³, t⁵, t²⟩,逐分量求导得 ⟨3t², 5t⁴, 2t⟩,与乘积法则的计算完全吻合。这是一个极佳的自我检验策略。
7. Higher-Order Derivatives of Vector Functions | 向量函数的高阶导数
Just as with scalar functions, we can differentiate vector functions multiple times. The second derivative of r(t) is r”(t) = d/dt [r'(t)], and for r(t) = ⟨f(t), g(t), h(t)⟩ we have r”(t) = ⟨f”(t), g”(t), h”(t)⟩.
与标量函数一样,我们可以对向量函数多次求导。r(t) 的二阶导数为 r”(t) = d/dt [r'(t)],对于 r(t) = ⟨f(t), g(t), h(t)⟩,我们有 r”(t) = ⟨f”(t), g”(t), h”(t)⟩。
Higher-order derivatives have important physical interpretations. In kinematics, if r(t) is the position vector of a particle, then:
高阶导数具有重要的物理意义。在运动学中,若 r(t) 是质点的位置向量,则:
- v(t) = r'(t) is the velocity vector — instantaneous rate of change of position.
- v(t) = r'(t) 是速度向量——位置的瞬时变化率。
- a(t) = r”(t) is the acceleration vector — the rate of change of velocity.
- a(t) = r”(t) 是加速度向量——速度的变化率。
- r”'(t) is the jerk — the rate of change of acceleration.
- r”'(t) 是加加速度——加速度的变化率。
For uniform circular motion described by r(t) = ⟨R cos ωt, R sin ωt⟩, where R is the radius and ω the angular speed, the velocity is r'(t) = ⟨−Rω sin ωt, Rω cos ωt⟩ and the acceleration is r”(t) = ⟨−Rω² cos ωt, −Rω² sin ωt⟩ = −ω²·r(t). This shows that acceleration points radially inward (centripetal acceleration) with magnitude Rω².
对于由 r(t) = ⟨R cos ωt, R sin ωt⟩ 描述的匀速圆周运动,其中 R 为半径,ω 为角速度,速度为 r'(t) = ⟨−Rω sin ωt, Rω cos ωt⟩,加速度为 r”(t) = ⟨−Rω² cos ωt, −Rω² sin ωt⟩ = −ω²·r(t)。这表明加速度沿径向向内(向心加速度),大小为 Rω²。
8. Partial Derivatives of Vector Functions | 向量函数的偏导数
When a vector function depends on multiple variables — for example, r(x, y) = ⟨x²y, y², xy⟩ — we compute partial derivatives by differentiating each component with respect to the indicated variable while holding the other variables constant:
当向量函数依赖于多个变量时——例如 r(x, y) = ⟨x²y, y², xy⟩——我们通过对每个分量关于指定变量求偏导来计算,同时将其他变量视为常数:
∂r/∂x = ⟨∂f/∂x, ∂g/∂x, ∂h/∂x⟩, ∂r/∂y = ⟨∂f/∂y, ∂g/∂y, ∂h/∂y⟩
For the example above, ∂r/∂x = ⟨2xy, 0, y⟩ and ∂r/∂y = ⟨x², 2y, x⟩. Partial derivatives of vector functions are essential in vector calculus topics such as the gradient, divergence, and curl, which we will explore in upcoming sections.
对于上述例子,∂r/∂x = ⟨2xy, 0, y⟩,∂r/∂y = ⟨x², 2y, x⟩。向量函数的偏导数是向量微积分主题(如梯度、散度和旋度)的基础,我们将在后续章节中探讨。
One useful identity: if r(t) has constant length, that is |r(t)| = c for all t, then r(t)·r'(t) = 0, meaning r'(t) is perpendicular to r(t). This follows from differentiating both sides of r(t)·r(t) = c². This geometric fact is frequently tested in examinations.
一个有用的恒等式:若 r(t) 具有恒定长度,即对所有 t 有 |r(t)| = c,则 r(t)·r'(t) = 0,这意味着 r'(t) 垂直于 r(t)。这可由对 r(t)·r(t) = c² 两边求导得出。这一几何性质在考试中经常被考查。
9. The Velocity and Acceleration Connection | 速度与加速度的联系
The relationship between position, velocity, and acceleration vectors forms the foundation of particle dynamics. Given the position vector r(t), we obtain velocity by first differentiation and acceleration by second differentiation. Conversely, given acceleration a(t) and initial conditions r(0) and v(0), we can integrate to recover velocity and position.
位置向量、速度向量与加速度向量之间的关系构成质点动力学的基础。给定位置向量 r(t),通过一次求导得到速度,二次求导得到加速度。反之,给定加速度 a(t) 以及初始条件 r(0) 和 v(0),我们可以通过积分恢复速度和位置。
For instance, if a(t) = ⟨−g, 0⟩ (projectile motion with gravitational acceleration g downward), then v(t) = ⟨−gt + vₓ₀, v_y₀⟩ and r(t) = ⟨−½gt² + vₓ₀t + x₀, v_y₀t + y₀⟩, where the subscripts 0 denote initial values.
例如,若 a(t) = ⟨−g, 0⟩(重力加速度 g 向下的抛体运动),则 v(t) = ⟨−gt + vₓ₀, v_y₀⟩,r(t) = ⟨−½gt² + vₓ₀t + x₀, v_y₀t + y₀⟩,其中下标 0 表示初始值。
A useful identity in particle dynamics is that the speed and the derivative of speed are related by: v·a = |v|·d|v|/dt. This shows that the dot product of velocity and acceleration equals the rate of change of half the squared speed. When v·a = 0, the speed is constant.
质点动力学中一个有用的恒等式是:速度与加速度满足 v·a = |v|·d|v|/dt。这表明速度和加速度的点积等于速率的平方之半的变化率。当 v·a = 0 时,速率恒定。
10. The Gradient Vector and Directional Derivatives | 梯度向量与方向导数
For a scalar function f(x, y, z), the gradient vector — denoted ∇f or grad f — is defined as a vector of its first partial derivatives:
对于标量函数 f(x, y, z),梯度向量——记作 ∇f 或 grad f——被定义为其一阶偏导数构成的向量:
∇f = ⟨∂f/∂x, ∂f/∂y, ∂f/∂z⟩
The gradient vector points in the direction of the steepest ascent of f, and its magnitude equals the maximum rate of change of f at that point. The gradient is perpendicular to the level surfaces f(x, y, z) = c.
梯度向量指向函数 f 上升最陡的方向,其大小等于该点处 f 的最大变化率。梯度垂直于等值面 f(x, y, z) = c。
The directional derivative of f in the direction of a unit vector u is given by D_u f = ∇f·u. This measures the rate of change of f along the direction u. In examination problems, students are often asked to find the direction of maximum increase — this is simply the direction of ∇f.
函数 f 在单位向量 u 方向上的方向导数为 D_u f = ∇f·u。它度量 f 沿方向 u 的变化率。在考试中,学生常被要求找出最大增量的方向——这其实就是 ∇f 的方向。
Example: For f(x, y) = x²y, we have ∇f = ⟨2xy, x²⟩. At the point (1, 2), ∇f = ⟨4, 1⟩. The directional derivative in the direction of u = ⟨3/5, 4/5⟩ is ∇f·u = 4·(3/5) + 1·(4/5) = 16/5.
例:对于 f(x, y) = x²y,∇f = ⟨2xy, x²⟩。在点 (1, 2) 处,∇f = ⟨4, 1⟩。沿 u = ⟨3/5, 4/5⟩ 的方向导数为 ∇f·u = 4·(3/5) + 1·(4/5) = 16/5。
11. Divergence and Curl | 散度与旋度
Two of the most important differential operators acting on vector fields in three dimensions are the divergence and the curl. For a vector field F(x, y, z) = ⟨P(x, y, z), Q(x, y, z), R(x, y, z)⟩:
三维空间中作用于向量场的两个最重要的微分算子是散度与旋度。对于向量场 F(x, y, z) = ⟨P(x, y, z), Q(x, y, z), R(x, y, z)⟩:
The divergence — written div F or ∇·F — is a scalar quantity defined as:
散度——记作 div F 或 ∇·F——是一个标量,定义为:
∇·F = ∂P/∂x + ∂Q/∂y + ∂R/∂z
The divergence measures the rate at which a fluid expands or compresses at a point, and is positive for sources and negative for sinks.
散度度量流体质点在一点处的膨胀或压缩速率,在源为正、在汇为负。
The curl — written curl F or ∇ × F — is a vector quantity defined as:
旋度——记作 curl F 或 ∇ × F——是一个向量,定义为:
∇ × F = ⟨∂R/∂y − ∂Q/∂z, ∂P/∂z − ∂R/∂x, ∂Q/∂x − ∂P/∂y⟩
The curl measures the rotation or circulation of the field at a point; its direction is the axis of rotation (by the right-hand rule) and its magnitude is the angular speed of rotation.
旋度度量场在一点处的旋转或环流;其方向为旋转轴(由右手定则确定),其大小为旋转的角速度。
A field with zero curl is called irrotational; a field with zero divergence is called solenoidal. These concepts are fundamental in fluid dynamics and electromagnetism.
旋度为零的场称为无旋场;散度为零的场称为无源场。这些概念在流体力学和电磁学中是基础性的。
12. Key Identities and Summary | 关键恒等式与总结
The following identities are essential for solving vector differentiation problems efficiently and correctly. They are frequently tested either directly or as part of longer derivations:
以下恒等式对于高效、正确地解决向量微分问题至关重要。它们经常被直接考查,或作为较长推导的一部分出现:
| Identity | 恒等式 | Formula | 公式 |
| Gradient of a product | 乘积的梯度 | ∇(fg) = f∇g + g∇f |
| Divergence of scalar multiple | 标量倍数的散度 | ∇·(fF) = ∇f·F + f∇·F |
| Curl of scalar multiple | 标量倍数的旋度 | ∇ × (fF) = ∇f × F + f∇ × F |
| Divergence of curl | 旋度的散度 | ∇·(∇ × F) = 0 |
| Curl of gradient | 梯度的旋度 | ∇ × (∇f) = 0 |
When tackling vector differentiation problems in examinations, always remember these four strategies: (1) differentiate component-wise whenever possible; (2) apply product rules carefully — especially for cross products where order matters; (3) use geometric interpretations to verify results; and (4) check your answers with direct expansion for simple test cases.
在考试中解答向量微分问题时,务必记住以下四个策略:(1) 尽可能逐分量求导;(2) 谨慎应用乘积法则——尤其是对于顺序重要的叉积;(3) 利用几何解释来验证结果;(4) 用简单测试用例通过直接展开来检查答案。
Vector differentiation is not merely a set of mechanical rules — it is a powerful language for describing change in the physical world. Mastering it unlocks the ability to model motion, fields, and flows with precision and elegance. With consistent practice and attention to conceptual understanding, this topic becomes one of the most rewarding in the entire mathematics curriculum.
向量微分不仅仅是一套机械的运算规则——它是描述物理世界中变化的一门强大语言。掌握它将赋予我们精确而优雅地模拟运动、场与流动的能力。通过持续练习和对概念理解的重视,这一主题将成为整个数学课程中最具回报价值的内容之一。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply