Differentiable
Scaler-Valued Functions
Let f:X↦R be a function where X∈Rn is open, suppose fxj(a) exists for j=1…n where a∈X. Define
h(x)=f(a)+fx1(a)(x1−a1)+fx2(a)(x2−a2)+⋯+fxn(a)(xn−an)
i.e., h(x) is the first order Taylor expension of f(x).
We say that f is differentiable at a if
x→alim∥x−a∥f(x)−h(a)=0
Moreover, we say f is differentiable if it is differentiable at every point in X.
Proposition: Let a be an interior point, if f is differential at a, then f is continuous at a.
Continuity of Partial Derivative and Differentiability
If f has continuous partial derivatives in an open set containing a, then f is differentiable at a
Proposition: If f is differentiable at a, then f is continuous at a.
Vector-Valued Functions
Define h() to be the 1st order Taylor expension of f() near a. Since it’s multi-variable, we use Jacobian Matrix
h(x)=f(a)+Df(a)(x−a)
We say f is differentiable at a if
x→alim∥x−a∥∥f(x)−h(x)∥=0
Gradient of
f
Gradient of f at a is defined as
grad f(a)=∇f(a)=(fx1(a),fx2(a),…,fxn(a))