Gradient Vector
The gradient vector is a vector of all partial derivatives of a function. It is defined by the differential operator . The gradient vector of a function
is
.
For a surface given explicitly by ,
is a 2 dimensional vector pointing the direction of steepest increase.
For a surface given implicitly by ,
is a 3 dimensional vector that is normal to the surface. We can then compute a tangent plane using point normal form
where
(see previous page for example).
Linearisation and Differential Form
In single variable calculus we use a tangent line to linearly approximate a function and compute estimates of function values. In multivariable calculus we use a tangent plane to obtain the linearised change in a function . To have a tangent plane at a given point the function must be differentiable at that point.
A function is differentiable at
if
and
exist near
and are continuous at
.
Thus for the function ( means change):
Where is the linearised change in
and
is the error which
as
.
In the limit as the total differential is
, where
are infinitesimal differentials.
Note: Also see later section on Taylor series for more on approximations.