Derivative of a Vector-Valued Function
📂Vector AnalysisDerivative of a Vector-Valued Function
Definition
For the vector function r:I⊂R→R3, if the following limit exists, then we say that r is differentiable at t and its value is called the derivative of r at t.
dtdr=r′(t):=h→0limhr(t+h)−r(t)
If for all t∈I there exists r′(t), then we say that r is differentiable at I. When r is differentiable at I, the r′ defined on I is called the derivative of r.
Explanation
This is a direct extension of the definition of the derivative for the scalar function f:R→R.
f′(a):=h→0limhf(a+h)−f(a)
In the definition, even if it is Rn instead of R3, it is defined in the same way. By the theorem below, the derivative of m order is as follows.
r(m)(t)=(f(m)(t),g(m)(t),h(m)(t))
Theorem
For a differentiable function fi:R→R, if r(t)=(f1(t),…,fn(t)), then
r′(t)=(f1′(t),…,fn′(t))
Proof
It can be shown by simple calculation. By the definition of limit,
r′(t)=h→0limhr(t+h)−r(t)=h→0limh(f1(t+h),…,fn(t+h))−(f(t),…,fn(t))=h→0lim(hf1(t+h)−f1(t),…,hfn(t+h)−fn(t))=(h→0limhf1(t+h)−f1(t),…,h→0limhfn(t+h)−fn(t))=(f1′(t),…,fn′(t))
Properties
For two vector functions u,v:R→Rn and scalar function f:R→R, and constant c∈R, the following hold.
1. Linearity: dtd[u(t)±v(t)]=u′(t)±v′(t)
2. Linearity: dtd[cu(t)]=cu′(t)
3. Product Rule: dtd[f(t)u(t)]=f′(t)u(t)+f(t)u′(t)
4. Differentiation of the Inner Product: dtd[u(t)⋅v(t)]=u′(t)⋅v(t)+u(t)⋅v′(t)
5. Differentiation of the Cross Product: dtd[u(t)×v(t)]=u′(t)×v(t)+u(t)×v′(t)
6. Chain Rule: dtd[u(f(t))]=u′(f(t))f′(t)