digplanet beta 1: Athena
Share digplanet:

Agriculture

Applied sciences

Arts

Belief

Business

Chronology

Culture

Education

Environment

Geography

Health

History

Humanities

Language

Law

Life

Mathematics

Nature

People

Politics

Science

Society

Technology

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 that points in the direction of the greatest rate of increase of the scalar field, and whose magnitude is that rate of increase. In simple terms, the variation in space of any quantity can be represented (e.g. graphically) by a slope. The gradient represents the steepness and direction of that slope.

A generalization of the gradient for functions on a Euclidean space that have values in another Euclidean space is the Jacobian. A further generalization for a function from one Banach space to another is the Fréchet derivative.

Contents

Interpretations [edit]

Gradient of the 2-d function f(x,y)= xe^{-x^2 - y^2} is plotted as blue arrows over the pseudocolor plot of the function.

Consider a room in which the temperature is given by a scalar field, T, so at each point (x,y,z) the temperature is T(x,y,z). (We will assume that the temperature does not change over time.) At each point in the room, the gradient of T at that point will show the direction the temperature rises most quickly. The magnitude of the gradient will determine how fast the temperature rises in that direction.

Consider a surface 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. Suppose that the steepest slope on a 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, 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. If the hill height function H is differentiable, then the gradient of H dotted with a unit vector gives the slope of the hill in the direction of the vector. More precisely, when H is differentiable, the dot product of the gradient of H with a given unit vector is equal to the directional derivative of H in the direction of that unit vector.

Definition [edit]

The gradient of the function f(x,y) = −(cos2x + cos2y)2 depicted as a projected vector field on the bottom plane.

The gradient (or gradient vector field) of a scalar function f(x1, x2, x3, ..., xn) is denoted ∇f or \vec{\nabla} f where ∇ (the nabla symbol) denotes the vector differential operator, del. The notation "grad(f)" is also commonly used for the gradient. The gradient of f is defined as the unique vector field whose dot product with any vector v at each point x is the directional derivative of f along v. That is,

(\nabla f(x))\cdot \mathbf{v} = D_{\mathbf v}f(x).

In a rectangular coordinate system, the gradient is the vector field whose components are the partial derivatives of f:

 \nabla f  = \frac{\partial f}{\partial x_1 }\mathbf{e}_1 + \cdots + \frac{\partial f}{\partial x_n }\mathbf{e}_n

where the ei are the orthogonal unit vectors pointing in the coordinate directions. When a function also depends on a parameter such as time, the gradient often refers simply to the vector of its spatial derivatives only.

In the three-dimensional Cartesian coordinate system, this is given by

\nabla f = \frac{\partial f}{\partial x} \mathbf{i} +
\frac{\partial f}{\partial y}  \mathbf{j} +
\frac{\partial f}{\partial z} \mathbf{k}

where i, j, k are the standard unit vectors. For example, the gradient of the function

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

is:

\nabla f= 
\frac{\partial f}{\partial x} \mathbf{i} +
\frac{\partial f}{\partial y} \mathbf{j} +
\frac{\partial f}{\partial z} \mathbf{k}
 = 2\mathbf{i}+ 6y\mathbf{j} -\cos(z)\mathbf{k}.

In some applications it is customary to represent the gradient as a row vector or column vector of its components in a rectangular coordinate system.

Gradient and the derivative or differential [edit]

Linear approximation to a function [edit]

The gradient of a function f from the Euclidean spacen to ℝ at any particular point x0 in ℝ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 ℝn. This equation is equivalent to the first two terms in the multi-variable Taylor Series expansion of f at x0.

Differential or (exterior) derivative [edit]

The best linear approximation to a function

f: \mathbb{R}^n \to \mathbb{R}

at a point x in ℝn is a linear map from ℝn to ℝ 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 ∈ ℝ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 ℝ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^\mathsf{T}.

Gradient as a derivative [edit]

Let U be an open set in Rn. If the function f : UR is differentiable, then the differential of f is the (Fréchet) derivative of f. Thus ∇f is a function from U to the space R such that

\lim_{h\to 0} \frac{\|f(x+h)-f(x) -\nabla f(x)\cdot h\|}{\|h\|} = 0

where ⋅ is the dot product.

As a consequence, the usual properties of the derivative hold for the gradient:

Linearity

The gradient is linear in the sense that if f and g are two real-valued functions differentiable at the point aRn, and α and β are two constants, then αf + βg is differentiable at a, and moreover

\nabla\left(\alpha f+\beta g\right)(a) = \alpha \nabla f(a) + \beta\nabla g (a).
Product rule

If f and g are real-valued functions differentiable at a point aRn, then the product rule asserts that the product (fg)(x) = f(x)g(x) of the functions f and g is differentiable at a, and

\nabla (fg)(a) = f(a)\nabla g(a) + g(a)\nabla f(a).
Chain rule

Suppose that f : AR is a real-valued function defined on a subset A of Rn, and that f is differentiable at a point a. There are two forms of the chain rule applying to the gradient. First, suppose that the function g is a parametric curve; that is, a function g : IRn maps a subset IR into Rn. If g is differentiable at a point cI such that g(c) = a, then

(f\circ g)'(c) = \nabla f(a)\cdot g'(c),

where ∘ is the composition operator. More generally, if instead IRk, then the following holds:

\nabla (f\circ g)(c) = (Dg(c))^\mathsf{T} (\nabla f(a))

where (Dg)T denotes the transpose Jacobian matrix.

For the second form of the chain rule, suppose that h : IR is a real valued function on a subset I of R, and that h is differentiable at the point f(a) ∈ I. Then

\nabla (h\circ f)(a) = h'(f(a))\nabla f(a).

Further properties and applications [edit]

Level sets [edit]

If f is differentiable, then the dot product (∇f)xv 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 in this case the gradient of f is orthogonal to the level sets of f. For example, a level surface in three-dimensional space is defined by an equation of the form F(x, y, z) = c. The gradient of F is then normal to the surface.

More generally, any embedded hypersurface in a Riemannian manifold can be cut out by an equation of the form F(P) = 0 such that dF is nowhere zero. The gradient of F is then normal to the hypersurface.

Let us consider a function f at a point P. If we draw a surface through this point P and the function has the same value at all points on this surface, then this surface is called a 'level surface'.

Conservative vector fields and the gradient theorem [edit]

The gradient of a function is called a gradient field. A (continuous) gradient field is always a conservative vector field: its line integral along any path depends only on the endpoints of the path, and can be evaluated by the gradient theorem (the fundamental theorem of calculus for line integrals). Conversely, a (continuous) conservative vector field is always the gradient of a function.

Riemannian manifolds [edit]

For any smooth function f on a Riemannian manifold (M,g), the gradient of f is the vector fieldf 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 gx( , ) denotes the inner product of tangent vectors at x defined by the metric g and ∂Xf (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 φ from an open subset of M to an open subset of Rn, (∂Xf)(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.

So, the local form of the gradient takes the form:

 \nabla f= g^{ik}\frac{\partial f}{\partial x^{k}}\frac{\partial}{\partial x^{i}}.

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

Cylindrical and spherical coordinates [edit]

In cylindrical coordinates, the gradient is given by (Schey 1992, pp. 139–142):

\nabla f(\rho, \phi, z) = 
\frac{\partial f}{\partial \rho}\mathbf{e}_\rho+
\frac{1}{\rho}\frac{\partial f}{\partial \phi}\mathbf{e}_\phi+
\frac{\partial f}{\partial z}\mathbf{e}_z

where ϕ is the azimuthal angle, z is the axial coordinate, and eρ, eφ and ez are unit vectors pointing along the coordinate directions.

In spherical coordinates (Schey 1992, pp. 139–142):

\nabla f(r, \theta, \phi) = 
\frac{\partial f}{\partial r}\mathbf{e}_r+
\frac{1}{r}\frac{\partial f}{\partial \theta}\mathbf{e}_\theta+
\frac{1}{r \sin\theta}\frac{\partial f}{\partial \phi}\mathbf{e}_\phi

where ϕ is the azimuth angle and θ is the zenith angle.

For the gradient in other orthogonal coordinate systems, see Orthogonal coordinates (Differential operators in three dimensions).

Gradient of a vector [edit]

In rectangular coordinates, the gradient of a vector f = (f1, f2, f3) is defined by

\nabla \mathbf{f}=\frac{\partial {{f}_{i}}}{\partial {{x}_{j}}}{{\mathbf{e}}_{i}}{{\mathbf{e}}_{j}}

or the Jacobian matrix

\frac{\partial ({{f}_{1}},{{f}_{2}},{{f}_{3}})}{\partial ({{x}_{1}},{{x}_{2}},{{x}_{3}})}.

In curvilinear coordinates, the gradient involves Christoffel symbols.

See also [edit]

References [edit]

  • Korn, Theresa M.; Korn, Granino Arthur (2000), Mathematical Handbook for Scientists and Engineers: Definitions, Theorems, and Formulas for Reference and Review, New York: Dover Publications, pp. 157–160, ISBN 0-486-41147-8, OCLC 43864234 .
  • Dubrovin, B.A.; A.T. Fomenko, S.P. Novikov (1991), Modern Geometry--Methods and Applications: Part I: The Geometry of Surfaces, Transformation Groups, and Fields (Graduate Texts in Mathematics) (2nd ed.), Springer, pp. 14–17, ISBN 978-0-387-97663-1 

External links [edit]


Original courtesy of Wikipedia: http://en.wikipedia.org/wiki/Gradient — Please support Wikipedia.
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.
338273 videos foundNext > 

Gradient 1

Learn more: http://www.khanacademy.org/video?v=U7HQ_G_N6vo Introduction to the gradient.

The Gradient Vector - Notation and Definition

The Gradient Vector - Notation and Definition. In this video, I talk about the directional derivative, and the corresponding definition of the gradient vecto...

The Gradient

This video explains what information the gradient provides about a given function. http://mathispower4u.wordpress.com/

Gradient of a scalar field

Learn more: http://www.khanacademy.org/video?v=OB8b8aDGLgE Intuition of the gradient of a scalar field (temperature in a room) in 3 dimensions.

21.1 partielle Ableitung, Gradient, MATLAB(R)

Alle Videos: http://www.j3L7h.de/videos.html Skripte, Aufgaben, Lösungen: http://www.j3L7h.de/lectures/1111ss/Mathematik_2/

gradient of a line between two coordinates

gradient of a line between two coordinates.

Coordinate Geometry : Gradient of a straight line : ExamSolu

Go to http://www.examsolutions.net/maths-revision/index.php to see the main index of maths video tutorials.

23.01.2 Gradient

Themenübersicht: http://www.j3l7h.de/lectures/1010ss/Mathe_2_RE/TermineUndThemenRE.html Skripte und Aufgaben: http://www.j3l7h.de/lectures/1010ss/Mathe_2_RE/...

Maths Tutorials - Finding the Gradient of a Straight Line

How to find the gradient of a straight line when given two points on that line.

21.2 Tangentialebene, Gradient, totales Differential

Alle Videos: http://www.j3L7h.de/videos.html Skripte, Aufgaben, Lösungen: http://www.j3L7h.de/lectures/1111ss/Mathematik_2/

338273 videos foundNext > 

2930 news items

AZoNano.com

AZoNano.com
Fri, 17 May 2013 03:03:54 -0700

These false-color SEM images reveal microscopic flower structures created by manipulating a chemical gradient to control crystalline self-assembly. Credit: Wim L. Noorduin, Harvard University. With the hand of nature trained on a beaker of chemical ...

KicksOnFire.com

KicksOnFire.com
Wed, 15 May 2013 02:40:38 -0700

Here's a word of advice: if you invested in Paul George rookie cards prior to the start of the season, now would be the time to cash in. The Indiana Pacers are on the verge of making it to the Eastern Conference Finals after beating the New York Knicks ...

CNBC.com (blog)

CNBC.com (blog)
Thu, 16 May 2013 10:58:19 -0700

"So many things," says Gradient research director Donn Vickrey."By declaring themselves profitable, I said there is just no way. How can this be at this point in the cycle? It has to be purely a paper profit and at that some elements of the paper may ...
 
KicksOnFire.com
Mon, 22 Apr 2013 23:59:52 -0700

Our gorgeous weekly sneaker review host Michelle Forbes (twitter /instagram) discusses some of the most talked about sneaker news this past week. As you can see from the countdown below, it all revolves around Nike and Jordan Brand. Highlighting the ...
 
7thSpace Interactive (press release)
Tue, 23 Apr 2013 18:14:58 -0700

Initially discovered as an estrogen-responsive gene in breast cancer cell lines, Anterior Gradient 2 (AGR2) is a developmentally regulated gene belonging to the protein disulfide isomerase (PDI) gene family. Developmentally, AGR2 is expressed in the ...
 
The Guardian
Sat, 18 May 2013 05:01:04 -0700

Because what comes after that is the small matter of the race to the top of Sestriere located 2035 meters above the level of the sea and while the gradient scarcely peeps its head above the 5% mark this has to be one of the longest climbs on the tour.

SB Nation

SB Nation
Sat, 18 May 2013 02:02:01 -0700

Unfortunately, that climb has an average gradient of 9 percent, as you can see from the profile below, via Cycling News: Stage_14_profile_670_medium. If the thought of a harder stage to come following the day's action was going to have an effect on ...
 
Vancouver Sun
Sat, 18 May 2013 03:13:41 -0700

... glasses have a high-resolution widescreen and a list of smartphone and tablet-like features - a dual-core processor, Wi-Fi, Bluetooth, GPS, a high-definition video and still camera, and sensors that can measure everything from temperature to the ...
Loading

Oops, we seem to be having trouble contacting Twitter

Talk About Gradient

You can talk about Gradient with people all over the world in our discussions.

Support Wikipedia

A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia. Please add your support for Wikipedia!