Share on Facebook Share on Twitter Email
Answers.com

gradient

 
Dictionary: gra·di·ent   (grā'dē-ənt) pronunciation
n. (Abbr. grad.)
  1. A rate of inclination; a slope.
  2. An ascending or descending part; an incline.
  3. Physics. The rate at which a physical quantity, such as temperature or pressure, increases or decreases relative to change in a given variable, especially distance.
  4. Mathematics. A vector having coordinate components that are the partial derivatives of a function with respect to its variables.
  5. Biology. A series of progressively increasing or decreasing differences in the growth rate, metabolism, or physiological activity of a cell, organ, or organism.

[Perhaps GRADE + -ient, as in QUOTIENT.]


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

A smooth blending of shades from light to dark or from one color to another. In 2D drawing programs and paint programs, gradients are used to create colorful backgrounds and special effects as well as to simulate lights and shadows. In 3D graphics programs, lighting can be rendered automatically by the software. See 3D graphics.

A Gradient
The software generates the gradient automatically as in this example created in Photoshop.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

The slope or rate of increase or decrease in the elevation of a surface; usually expressed as a percentage:

Gradient = vertical rise or fall

_______________

horizontal distanceExample: The lot in the Figure below has a 10% gradient:

Gradient

Thesaurus: gradient
Top

noun

    Deviation from a particular direction: cant1, grade, heel2, inclination, incline, lean1, list2, rake2, slant, slope, tilt, tip2. See rise/fall, straight/bent.


In mathematics, a differential operator applied to a three-dimensional vector-valued function to yield a vector whose three components are the partial derivatives of the function with respect to its three variables. The symbol for gradient is . Thus, the gradient of a function f, written grad f, or f, is f = ifx + jfy + kfz where fx, fy, and fz are the first partial derivatives of f and the vectors i, j, and k are the unit vectors of the vector space. If in physics, for example, f is a temperature field (giving the temperature at every point in a space), f is the direction of the heat-flow vector in the field.

For more information on gradient, visit Britannica.com.

Architecture: gradient
Top


1. The degree of inclination of a surface, road, or pipe, often expressed as a percentage.
2. A rate of change in a variable quantity, as temperature or pressure.
3. A curve representing such a rate of change.


Degree of inclination of a slope, usually expressed as a ratio or percentage of vertical distance to horizontal distance.

Veterinary Dictionary: gradient
Top

Rate of increase or decrease of a variable value.

Military Dictionary: gradient
Top

(DOD) The rate of inclination to horizontal expressed as a ratio, such as 1:25, indicating a one unit rise to 25 units of horizontal distance.

Wikipedia: Gradient
Top
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.
Topics in Calculus

Fundamental theorem
Limits of functions
Continuity
Mean value theorem

Vector calculus 

Gradient
Divergence
Curl
Laplacian
Gradient theorem
Green's theorem
Stokes' theorem
Divergence theorem

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 Euclidean space which 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

For instance, 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 in time). Then, at each point in the room, the gradient of T 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 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. 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 (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. 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

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

The gradient (or gradient vector field) of a scalar function f(x_1, x_2, x_3, \dots x_n) is denoted \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. The gradient of f is defined to be the 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. When a function also depends on a parameter such as time, the gradient often refers simply to the vector of its spatial derivatives only.

Expressions in three dimensions

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

\nabla f(x, y, z) = 
\left(\frac{\partial f}{\partial x},
\frac{\partial f}{\partial y},
\frac{\partial f}{\partial z}\right)

which is often written using the standard vectors \hat{\mathbf{i}}, \hat{\mathbf{j}}, \hat{\mathbf{k}}:

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

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

\nabla f(\rho, \theta, z) = 
\frac{\partial f}{\partial \rho}\mathbf{e}_\rho+
\frac{1}{\rho}\frac{\partial f}{\partial \theta}\mathbf{e}_\theta+
\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.

Example

For example, the gradient of the function in Cartesian coordinates

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

is:

\nabla f= \left(
\frac{\partial f}{\partial x},
\frac{\partial f}{\partial y},
\frac{\partial f}{\partial z}\right)
 = \left( 2, 6y, -\cos(z)\right).

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

Differential or (exterior) derivative

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.

Gradient as a derivative

Let U be an open set in Rn. If the function f:U → R is differentiable, then the differential of f is the (Fréchet) derivative of f. Thus \nabla 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 αfg 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).

More generally, if instead IRk, then the following holds:

D(f\circ g)(c) = (Dg(c))^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 c = f(a) ∈ I. Then

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

Transformation properties

Although the gradient is defined in term of coordinates, it is contravariant under the application of an orthogonal matrix to the coordinates. This is true in the sense that if A is an orthogonal matrix, then

\nabla (f(Ax)) = A^T(\nabla f)(Ax) = A^{-1}(\nabla f)(Ax)

which follows by the chain rule above. A vector transforming in this way is known as a contravariant vector, and so the gradient is a special type of tensor.

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]

  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.

Further properties and applications

Level sets

If the partial derivatives of f are continuous, then 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 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(xyz) = 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.

Conservative vector fields

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

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.

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

See also

References

  • 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 .
  • Schey, H.M. (1992), Div, Grad, Curl, and All That (2nd ed.), W.W. Norton, ISBN 0-393-96251-2, OCLC 25048561 .

External links


Translations: Gradient
Top

Dansk (Danish)
n. - hældningsgrad, skråningsgrad, stigning, fald

Nederlands (Dutch)
helling(sgraad), gradiënt

Français (French)
n. - degré d'inclinaison, pente, (Mes) rampe, (Math, Phys) gradient

Deutsch (German)
n. - Neigungswinkel, Steigung, Gefälle

Ελληνική (Greek)
n. - κλίση, ανωφέρεια ή κατωφέρεια

Italiano (Italian)
pendenza

Português (Portuguese)
n. - gradiente (m), inclinação (f), queda (f) (de termômetro, barômetro, etc.)

Русский (Russian)
градиент, наклон, уклон

Español (Spanish)
n. - pendiente, grado de inclinación, declive

Svenska (Swedish)
n. - stigning, backe, sluttning

中文(简体)(Chinese (Simplified))
倾斜度, 升降率, 坡度

中文(繁體)(Chinese (Traditional))
n. - 傾斜度, 升降率, 坡度

한국어 (Korean)
n. - 경사도, 비탈, 변화의 정도

日本語 (Japanese)
n. - 傾斜, 勾配, 斜面, グラジエント, 変化度

العربيه (Arabic)
‏(الاسم) درجه الميل او الانحدار‏

עברית (Hebrew)
n. - ‮שיפוע, שיעור השיפוע, שיעור עליית וירידת של חום, לחץ וכו'‬


Best of the Web: gradient
Top

Some good "gradient" pages on the web:


Math
mathworld.wolfram.com
 
 
 
Learn More
electrical gradient
grad. (abbreviation)
thermodiffusion

What is a rostrocaudal gradient? Read answer...
What is a Gradient Tool? Read answer...
What is diffusion gradient? Read answer...

Help us answer these
What is radial gradient?
What is an electrostatic gradient?
What is the gradient of an oven?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved.  Read more
Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more
Real Estate Dictionary. Dictionary of Real Estate Terms. Copyright © 2004 by Barron's Educational Series, Inc. All rights reserved.  Read more
Thesaurus. Roget's II: The New Thesaurus, Third Edition by the Editors of the American Heritage® Dictionary Copyright © 1995 by Houghton Mifflin Company. Published by Houghton Mifflin Company. All rights reserved.  Read more
Britannica Concise Encyclopedia. Britannica Concise Encyclopedia. © 2006 Encyclopædia Britannica, Inc. All rights reserved.  Read more
Architecture. McGraw-Hill Dictionary of Architecture and Construction. Copyright © 2003 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Sports Science and Medicine. The Oxford Dictionary of Sports Science & Medicine. Copyright © Michael Kent 1998, 2006, 2007. All rights reserved.  Read more
Veterinary Dictionary. Saunders Comprehensive Veterinary Dictionary 3rd Edition. Copyright © 2007 by D.C. Blood, V.P. Studdert and C.C. Gay, Elsevier. All rights reserved.  Read more
Military Dictionary. US Department of Defense Dictionary of Military and Associated Words, 2003.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Gradient" Read more
Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved.  Read more