Gradient

From Wikipedia, the free encyclopedia

(Redirected from Gradients)
Jump to: navigation, search
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 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

Consider a room in which the temperature is given by a scalar field φ, so at each point (x,y,z) the temperature is φ(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.

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 \nabla f or \vec{\nabla} f where \nabla (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:

 \nabla f  = \left(\frac{\partial f}{\partial x_1 }, \dots,  \frac{\partial f}{\partial x_n }  \right).

(Here the gradient is written as a row vector, but it is often taken to be a column vector; note also that when a function has a time component, the gradient often refers simply to the vector of its spatial derivatives only.)

The dot product (\nabla f)_x\cdot 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.

Because the gradient is orthogonal to level sets, it can be used to construct a vector normal to a surface. Consider any manifold that is one dimension less that the space it is in (i.e., a surface in 3D, a curve in 2D, etc.). Let this manifold be defined by an equation e.g. F(x, y, z) = 0 (i.e., move everything to one side of the equation). We have now turned the manifold into a level set. To find a normal vector, we simply need to find the gradient of the function F at the desired point.

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.

The form of the gradient depends on the coordinate system used.

In Cartesian coordinates, the above expression expands to

\nabla f(x, y, z) = \begin{pmatrix}
{\frac{\partial f}{\partial x}},  
{\frac{\partial f}{\partial y}}, 
{\frac{\partial f}{\partial z}}
\end{pmatrix}

In cylindrical coordinates:

\nabla f(\rho, \theta, z) = \begin{pmatrix}
{\frac{\partial f}{\partial \rho}},  
{\frac{1}{\rho}\frac{\partial f}{\partial \theta}}, 
{\frac{\partial f}{\partial z}}
\end{pmatrix}

(where θ is the azimuthal angle and z is the axial coordinate).

In spherical coordinates:

\nabla f(r, \theta, \phi) = \begin{pmatrix}
{\frac{\partial f}{\partial r}},  
{\frac{1}{r}\frac{\partial f}{\partial \theta}}, 
{\frac{1}{r \sin\theta}\frac{\partial f}{\partial \phi}}
\end{pmatrix}

(where θ is the zenith angle and φ is the azimuth angle).

For example, the gradient of the function in Cartesian coordinates

f(x,y,z)= \ 2x+3y^2-\sin(z)

is:

\nabla f= \begin{pmatrix}
{\frac{\partial f}{\partial x}},  
{\frac{\partial f}{\partial y}}, 
{\frac{\partial f}{\partial z}}
\end{pmatrix} = 
\begin{pmatrix}
{2}, 
{6y},
{-\cos(z)}
\end{pmatrix}.

The gradient of a function f from the Euclidean space \mathbb{R}^n to \mathbb{R} at any particular point x0 in \mathbb{R}^n characterizes the best linear approximation to f at x0. The approximation is as follows:

 f(x) \approx f(x_0) + (\nabla f)_{x_0}\cdot(x-x_0)

for x close to x0, where (\nabla f)_{x_0} is the gradient of f computed at x0, 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 x0.

The best linear approximation to a function f : \mathbb{R}^n \to \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 dfx 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

 (\nabla f)_x\cdot v = \mathrm d f_x(v)

for any v \in \mathbb{R}^n. The function df, which maps x to dfx, 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 df as the row vector

 \mathrm{d}f = \left( \frac{\partial f}{\partial x_1}, \dots, \frac{\partial f}{\partial x_n}\right)

so that dfx(v) is given by matrix multiplication. The gradient is then the corresponding column vector, i.e., \nabla f = \mathrm{d} f^T.

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.[1]

^ 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.

For any smooth function f on a Riemannian manifold (M,g), the gradient of f is the vector field \nabla f such that for any vector field X,

g(\nabla f, X ) = \partial_X f, \qquad \text{i.e.,}\quad g_x((\nabla 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 xM to the directional derivative of f in the direction X, evaluated at x. In other words, in a coordinate chart \varphi from an open subset of M to an open subset of Rn, (\partial_X f)(x) is given by:

\sum_{j=1}^n X^{j} (\varphi(x)) \frac{\partial}{\partial x_{j}}(f \circ \varphi^{-1}) \Big|_{\varphi(x)},

where Xj denotes the jth component of X in this coordinate chart.

Generalizing the case M=Rn, the gradient of a function is related to its exterior derivative, since (\partial_X f) (x) = df_x(X_x). More precisely, the gradient \nabla f is the vector field associated to the differential 1-form df using the musical isomorphism \sharp=\sharp^g\colon T^*M\to TM (called "sharp") defined by the metric g. The relation between the exterior derivative and the gradient of a function on Rn is a special case of this in which the metric is the flat metric given by the dot product.

  1. Theresa M. Korn; Korn, Granino Arthur. Mathematical Handbook for Scientists and Engineers: Definitions, Theorems, and Formulas for Reference and Review. New York: Dover Publications, 157-160. ISBN 0-486-41147-8. 


Look up Gradient in
Wiktionary, the free dictionary.
Advanced Search
Included Web Search Engines


Safe Search

close

Top Matching Results

Occasionally Search.com will highlight specialized results that are based on the context of your query. Examples of specialized results include specific links to news, images, or video.

Top Matching Results may highlight information from other Search.com pages, content from the CNET Network of sites, or third party content. The listings are based purely on relevance. Search.com does not receive payment for listings in this section but our partners that provide this data may get paid for listing these products.

Sponsored Links

This section contains paid listings which have been purchased by companies that want to have their sites appear for specific search terms and related content. These listings are administered, sorted and maintained by a third party and are not endorsed by Search.com.

Search Results

Search.com sends your search query to several search engines at one time and integrates the results into one list which has been sorted by relevance using Search.com's proprietary algorithm. You can customize the list of search engines included in your metasearch from the preferences.

The search engines that are used in your metasearch may allow companies to pay to have their Web sites included within the results. To view the Paid Inclusion policy for a specific search engine, please visit their Web site. Search.com does not accept payment or share revenue with any search engine partner for listings in this section.