GRADIENT


In the above two images, the scalar field is in black and white, black representing higher values, and its corresponding gradient is represented by blue arrows.

In vector calculus, the 'gradient' of a scalar field is a vector field which points in the direction of the greatest rate of increase of the scalar field, and whose magnitude is the greatest rate of change.
A generalization of the gradient, for functions on a Banach space which have vectorial values, is the Jacobian.

Contents
Interpretations of the gradient
Formal definition
Expressions for the gradient in 3 dimensions
Example
The gradient and the derivative or differential
Linear approximation to a function
The differential or (exterior) derivative
The covariance of the gradient
The gradient on Riemannian manifolds
See also
References

Interpretations of the gradient


Consider a room in which the temperature is given by a scalar field phi, so at each point (x,y,z) the temperature is phi(x,y,z). We will assume that the temperature does not change in time. Then, at each point in the room, the gradient at that point will show the direction in which the temperature rises most quickly. The magnitude of the gradient will determine how fast the temperature rises in that direction.
Consider a hill whose height above sea level at a point (x, y) is H(x, y). The gradient of H at a point is a vector pointing in the direction of the steepest slope or grade at that point. The steepness of the slope at that point is given by the magnitude of the gradient vector.
The gradient can also be used to measure how a scalar field changes in other directions, rather than just the direction of greatest change, by taking a dot product. Consider again the example with the hill and suppose that the steepest slope on the hill is 40%. If a road goes directly up the hill, then the steepest slope on the road will also be 40%. If instead, the road goes around the hill at an angle with the uphill direction (the gradient vector), then it will have a shallower slope. For example, if the angle between the road and the uphill direction, projected onto the horizontal plane, is 60°, then the steepest slope along the road will be 20% which is 40% times the cosine of 60°.
This observation can be mathematically stated as follows. The gradient of the hill height function H dotted with a unit vector gives the slope of the hill in the direction of the vector. This is called the directional derivative.

Formal definition


The gradient (or gradient vector field) of a scalar function f(x) with respect to a vector variable x = (x_1,dots,x_n) is denoted by
abla f or ec{
abla} f where
abla (the nabla symbol) denotes the vector differential operator del. The notation operatorname{grad}(f) is also used for the gradient.
By definition, the gradient is a vector field whose components are the partial derivatives of f. That is:
:
abla f = left( rac{partial f}{partial x_1 }, dots, rac{partial f}{partial x_n }
ight).
(Here the gradient is written as a row vector, but it is often taken to be a column vector.)
The dot product (
abla f)_xcdot v of the gradient at a point ''x'' with a vector ''v'' gives the directional derivative of ''f'' at ''x'' in the direction ''v''. It follows that the gradient of ''f'' is orthogonal to the level sets of ''f''. This also shows that, although the gradient was defined in terms of coordinates, it is actually invariant under orthogonal transformations, as it should be, in view of the geometric interpretation given above.
The gradient is an irrotational vector field and line integrals through a gradient field are path independent and can be evaluated with the gradient theorem. Conversely, an irrotational vector field in a simply connected region is always the gradient of a function.

Expressions for the gradient in 3 dimensions


The form of the gradient depends on the coordinate system used.
In Cartesian coordinates, the above expression expands to

abla f(x, y, z) = egin{pmatrix}
{ rac{partial f}{partial x}},
{ rac{partial f}{partial y}},
{ rac{partial f}{partial z}}
end{pmatrix}.
In cylindrical coordinates,

abla f(
ho, heta, z) = egin{pmatrix}
{ rac{partial f}{partial
ho}},
{ rac{1}{
ho} rac{partial f}{partial heta}},
{ rac{partial f}{partial z}}
end{pmatrix}
(where heta is the azimuthal angle and z is the axial coordinate).
In spherical coordinates:

abla f(r, phi, heta) = egin{pmatrix}
{ rac{partial f}{partial r}},
{ rac{1}{r} rac{partial f}{partial phi}},
{ rac{1}{r sinphi} rac{partial f}{partial heta}}
end{pmatrix}
(where phi is the polar angle and heta is the azimuthal angle).
Example

For example, the gradient of the function in Cartesian coordinates
: f(x,y,z)= 2x+3y^2-sin(z)
is:
:
abla f= egin{pmatrix}
{ rac{partial f}{partial x}},
{ rac{partial f}{partial y}},
{ rac{partial f}{partial z}}
end{pmatrix} =
egin{pmatrix}
{2},
{6y},
{-cos(z)}
end{pmatrix}.

The gradient and the derivative or differential


Linear approximation to a function

The gradient of a function f from the Euclidean space mathbb{R}^n to mathbb{R} at any particular point ''x''0 in mathbb{R}^n characterizes the best linear approximation to ''f'' at ''x''0. The approximation is as follows:
: f(x) pprox f(x_0) + (
abla f)_{x_0}cdot(x-x_0)
for x close to x_0, where (
abla f)_{x_0} is the gradient of ''f'' computed at x_0, and the dot denotes the dot product on mathbb{R}^n. This equation is equivalent to the first two terms in the multi-variable Taylor Series expansion of ''f'' at ''x''0.
The differential or (exterior) derivative

The best linear approximation to a function f : mathbb{R}^n o mathbb{R} at a point x in mathbb{R}^n is a linear map from mathbb{R}^n to mathbb{R} which is often denoted by mathrm{d}f_x or Df(x) and called the 'differential' or ('total') 'derivative' of f at x. The gradient is therefore related to the differential by the formula
: (
abla f)_xcdot v = mathrm d f_x(v)
for any v in mathbb{R}^n. The function mathrm{d}f, which maps x to mathrm{d}f_x, is called the differential or exterior derivative of f and is an example of a differential 1-form.
If mathbb{R}^n is viewed as the space of (length n) column vectors (of real numbers), then one can regard mathrm{d}f as the row vector
: mathrm{d}f = left( rac{partial f}{partial x_1}, dots, rac{partial f}{partial x_n}
ight)
so that mathrm{d}f_x(v) is given by matrix multiplication. The gradient is then the corresponding column vector, i.e.,
abla f = mathrm{d} f^T.
The covariance of the gradient

The differential is more natural than the gradient because it is invariant under all coordinate transformations (or diffeomorphisms), whereas the gradient is only invariant under orthogonal transformations (because of the implicit use of the dot product in its definition). Because of this, it is common to blur the distinction between the two concepts using the notion of covariant and contravariant vectors. From this point of view, the components of the gradient transform covariantly under changes of coordinates, so it is called a covariant vector field, whereas the components of a vector field in the usual sense transform contravariantly. In this language the gradient ''is'' the differential, as a covariant vector field is the same thing as a differential 1-form.
Unfortunately this confusing language is confused further by differing conventions. Although the components of a differential 1-form transform covariantly under coordinate transformations, differential 1-forms themselves transform contravariantly (by pullback) under diffeomorphism. For this reason differential 1-forms are sometimes said to be contravariant rather than covariant,
in which case vector fields are covariant rather than contravariant.

The gradient on Riemannian manifolds


For any smooth function f on a Riemannian manifold (''M'',''g''), the gradient of ''f'' is the vector field
abla f such that for any vector field X,
:g(
abla f, X ) = partial_X f, qquad ext{i.e.,}quad g_x((
abla f)_x, X_x ) = (partial_X f) (x)
where g_x( cdot, cdot ) denotes the inner product of tangent vectors at ''x'' defined by the metric ''g'' and
partial_X f (sometimes denoted ''X''(''f'')) is the function that takes any point ''x''∈''M'' to the directional derivative of ''f'' in the direction ''X'', evaluated at ''x''. In other words, in a coordinate chart arphi from an open subset of ''M'' to an open subset of 'R'''n'', (partial_X f)(x) is given by:
:sum_{j=1}^n X^{j} ( arphi(x)) rac{partial}{partial x_{j}}(f circ arphi^{-1}) Big|_{ arphi(x)},
where ''X''''j'' denotes the ''j''th component of ''X'' in this coordinate chart.
Generalizing the case ''M''='R'''n'', the gradient of a function is related to its exterior derivative, since (partial_X f) (x) = df_x(X_x). More precisely, the gradient
abla f is the vector field associated to the differential 1-form d''f'' using the musical isomorphism sharp=sharp^gcolon T^
★ M o TM (called "sharp") defined by the metric ''g''. The relation between the exterior derivative and the gradient of a function on 'R'''n'' is a special case of this in which the metric is the flat metric given by the dot product.

See also



Gradient descent
Curl
Divergence
Laplace operator
Electrochemical gradient
Level set

Musical isomorphism
Nabla
Sobel
Grade (slope)
Slope

References


# Mathematical Handbook for Scientists and Engineers: Definitions, Theorems, and Formulas for Reference and Review, Theresa M. Korn; Korn, Granino Arthur, , , Dover Publications, ,

This article provided by Wikipedia. To edit the contents of this article, click here for original source.

psst.. try this: add to faves