Stirling's approximation: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Entropeter
→‎Recent improvements: fewer cifres in the approximation
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Other uses}}
Hi there. Let me begin by introducing the author, her title is Myrtle Cleary. California is exactly where I've usually been living and I love every day residing right here. One of the things he enjoys most is ice skating but he is having difficulties to discover time for it. Bookkeeping is my profession.<br><br>Also visit my blog post [http://D3W.co/fooddeliveryservices36486 meal delivery service]
{{No footnotes|date=March 2010}}
[[file:Del.svg|right|100px|thumb|Del operator,<br />represented by<br />the [[nabla symbol]]]]
'''Del''', or '''Nabla''', is an [[Operator_(mathematics)|operator]] used in mathematics, in particular, in [[vector calculus]], as a [[vector (geometry)|vector]] [[differential operator]], usually represented by the [[nabla symbol]] '''&nabla;'''.  When applied to a [[function (mathematics)|function]] defined on a [[dimension (mathematics)|one-dimensional]] domain, it denotes its standard [[derivative]] as defined in [[calculus]]. When applied to a field (a function defined on a multi-dimensional domain), del may denote the [[gradient]] (locally steepest slope) of a [[scalar field]] (or sometimes of a [[vector field]], as in the [[Navier–Stokes equations#Interpretation as v·(&nabla;v)|Navier–Stokes equations]]), the [[divergence]] of a vector field, or the [[curl (mathematics)|curl]] (rotation) of a vector field, depending on the way it is applied.
 
Strictly speaking, del is not a specific operator, but rather a convenient [[mathematical notation]] for those three operators, that makes many [[equations]] easier to write and remember.  The del symbol can be interpreted as a vector of [[partial derivative]] operators, and its three possible meanings—gradient, divergence, and curl—can be formally viewed as the [[Product (mathematics)|product]] of scalars, [[dot product]], and [[cross product]], respectively, of the del "operator" with the field. These formal products do not necessarily [[commutative operation|commute]] with other operators or products.
 
==Definition==
In the three-dimensional [[Cartesian coordinate system]] '''R'''<sup>3</sup> with coordinates (''x'', ''y'', ''z''), del is defined in terms of [[partial derivative]] operators as
:<math>\nabla = \mathbf{\hat{x}} {\partial \over \partial x}  + \mathbf{\hat{y}} {\partial \over \partial y} + \mathbf{\hat{z}} {\partial \over \partial z}</math>
 
where <math>\{\mathbf{\hat{x}},  \mathbf{\hat{y}},\mathbf{\hat{z}} \} </math> are the [[unit vectors]] in their respective directions.
Though this page chiefly treats del in three dimensions, this definition can be generalized to the ''n''-dimensional [[Euclidean space]] '''R'''<sup>n</sup>. In the [[Cartesian coordinate system]] with coordinates (''x''<sub>1</sub>, ''x''<sub>2</sub>, ..., ''x''<sub>''n''</sub>), del is:
:<math> \nabla = \sum_{i=1}^n  \hat e^i {\partial \over \partial x_i}</math>
 
where <math>\{ \hat e^i: 1\leq i\leq n\}</math> is the [[standard basis]] in this space.
 
More compactly, using the [[Einstein summation notation]], del is written as
:<math> \nabla = \hat e^i \,\partial_i</math>
 
Del can also be expressed in other coordinate systems, see for example [[del in cylindrical and spherical coordinates]].
 
==Notational uses==
Del is used as a shorthand form to simplify many long mathematical expressions. It is most commonly used to simplify expressions for the [[gradient]], [[divergence]], [[Curl (mathematics)|curl]], [[directional derivative]], and [[Laplacian]].
 
===Gradient===
The vector derivative of a [[scalar field]] ''f'' is called the [[gradient]], and it can be represented as:
: <math>\nabla f = {\partial f \over \partial x} \mathbf{\hat{x}} + {\partial f \over \partial y} \mathbf{\hat{y}} + {\partial f \over \partial z} \mathbf{\hat{z}}</math>
 
It always points in the direction of greatest increase of ''f'', and it has a [[magnitude (mathematics)|magnitude]] equal to the maximum rate of increase at the point&mdash;just like a standard derivative. In particular, if a hill is defined as a height function over a plane ''h(x,y)'', the 2d projection of the gradient at a given location will be a vector in the xy-plane (visualizable as an arrow on a map) pointing along the steepest direction. The magnitude of the gradient is the value of this steepest slope.
 
In particular, this notation is powerful because the gradient product rule looks very similar to the 1d-derivative case:
: <math>\nabla(f g) = f \nabla g + g \nabla f</math>
 
However, the rules for [[dot product]]s do not turn out to be simple, as illustrated by:
: <math>\nabla (\vec u \cdot \vec v) = (\vec u \cdot \nabla) \vec v + (\vec v \cdot \nabla) \vec u + \vec u \times (\nabla \times \vec v) + \vec v \times (\nabla \times \vec u)</math>
 
===Divergence===
The [[divergence]] of a [[vector field]]
<math> \vec{v}(x, y, z) = v_x \mathbf{\hat{x}}  + v_y \mathbf{\hat{y}} + v_z \mathbf{\hat{z}} </math> is a [[scalar field|scalar]] function that can be represented as:
:<math>\mbox{div}\,\vec v = {\partial v_x \over \partial x} + {\partial v_y \over \partial y} + {\partial v_z \over \partial z} = \nabla \cdot \vec v </math>
 
The divergence is roughly a measure of a vector field's increase in the direction it points; but more accurately, it is a measure of that field's tendency to converge toward or repel from a point.
 
The power of the del notation is shown by the following product rule:
:<math>\nabla \cdot (f \vec v) = f (\nabla \cdot \vec v) + \vec v \cdot (\nabla f)</math>
 
The formula for the [[vector product]] is slightly less intuitive, because this product is not commutative:
:<math>\nabla \cdot (\vec u \times \vec v) = \vec v \cdot (\nabla \times \vec u) - \vec u \cdot (\nabla \times \vec v)</math>
 
===Curl===
The [[Curl (mathematics)|curl]] of a vector field <math>\vec{v}(x, y, z) = v_x\mathbf{\hat{x}}  + v_y\mathbf{\hat{y}} + v_z\mathbf{\hat{z}}</math> is a [[vector field|vector]] function that can be represented as:
:<math>\mbox{curl}\;\vec v = \left( {\partial v_z \over \partial y} - {\partial v_y \over \partial z} \right) \mathbf{\hat{x}} + \left( {\partial v_x \over \partial z} - {\partial v_z \over \partial x} \right) \mathbf{\hat{y}} + \left( {\partial v_y \over \partial x} - {\partial v_x \over \partial y} \right) \mathbf{\hat{z}} = \nabla \times \vec v</math>
 
The curl at a point is proportional to the on-axis torque to which a tiny pinwheel would be subjected if it were centered at that point.
 
The vector product operation can be visualized as a pseudo-determinant:
:<math>\nabla \times \vec v = \left|\begin{matrix} \mathbf{\hat{x}} & \mathbf{\hat{y}} & \mathbf{\hat{z}} \\[2pt] {\frac{\partial}{\partial x}} & {\frac{\partial}{\partial y}} & {\frac{\partial}{\partial z}} \\[2pt] v_x & v_y & v_z \end{matrix}\right|</math>
 
Again the power of the notation is shown by the product rule:
:<math>\nabla \times (f \vec v) = (\nabla f) \times \vec v + f (\nabla \times \vec v</math>)
 
Unfortunately the rule for the vector product does not turn out to be simple:
:<math>\nabla \times (\vec u \times \vec v) = \vec u \, (\nabla \cdot \vec v) - \vec v \, (\nabla \cdot \vec u) + (\vec v \cdot \nabla) \, \vec u - (\vec u \cdot \nabla) \, \vec v</math>
 
===Directional derivative===
The [[directional derivative]] of a scalar field ''f(x,y,z)'' in the direction
<math>\vec{a}(x,y,z) = a_x \mathbf{\hat{x}} + a_y \mathbf{\hat{y}} + a_z \mathbf{\hat{z}} </math> is defined as:
:<math>\vec{a}\cdot\mbox{grad}\,f = a_x {\partial f \over \partial x} + a_y {\partial f \over \partial y} + a_z {\partial f \over \partial z} = (\vec a \cdot \nabla) f </math>
 
This gives the change of a field ''f'' in the direction of '''''a'''''. In operator notation, the element in parentheses can be considered a single coherent unit; [[fluid dynamics]] uses this convention extensively, terming it the [[convective derivative]]&mdash;the "moving" derivative of the fluid.
 
===Laplacian===
The [[Laplace operator]] is a scalar operator that can be applied to either vector or scalar fields; for cartesian coordinate systems it is defined as:
: <math>\Delta = {\partial^2 \over \partial x^2} + {\partial^2 \over \partial y^2} + {\partial^2 \over \partial z^2} = \nabla \cdot \nabla = \nabla^2</math>
and the definition for more general coordinate systems is given in [[Vector Laplacian]].
 
The Laplacian is ubiquitous throughout modern [[mathematical physics]], appearing in [[Laplace's equation]], [[Poisson's equation]], the [[heat equation]], the [[wave equation]], and the [[Schrödinger equation]]&mdash;to name a few.
 
===Tensor derivative===
Del can also be applied to a vector field with the result being a [[tensor]]. The [[tensor derivative]] of a vector field <math>\vec{v}</math> is a 9-term second-rank tensor, but can be denoted simply as <math>\nabla \otimes \vec{v}</math>, where <math>\otimes</math> represents the [[dyadic product]]. This quantity is equivalent to the transpose of the [[Jacobian matrix]] of the vector field with respect to space.
 
For a small displacement <math>\delta \vec{r}</math>, the change in the vector field is given by:
: <math> \delta \vec{v} = (\nabla \otimes \vec{v}) \sdot \delta \vec{r} </math>
 
== Product rules ==
:<math>\nabla (fg) = f\nabla g + g\nabla f </math>
:<math>\nabla(\vec u \cdot \vec v) = \vec u \times (\nabla \times \vec v) + \vec v \times (\nabla \times \vec u) + ( \vec u \cdot \nabla) \vec v + (\vec v \cdot \nabla )\vec u </math>
:<math>\nabla \cdot (f \vec v) = f (\nabla \cdot \vec v) + \vec v \cdot (\nabla f</math>)
:<math>\nabla \cdot (\vec u \times \vec v) = \vec v \cdot (\nabla \times \vec u) - \vec u \cdot (\nabla \times \vec v </math>)
:<math>\nabla \times (f \vec v) = (\nabla f) \times \vec v + f (\nabla \times \vec v</math>)
:<math>\nabla \times (\vec u \times \vec v) = \vec u \, (\nabla \cdot \vec v) - \vec v \, (\nabla \cdot \vec u) + (\vec v \cdot \nabla) \, \vec u - (\vec u \cdot \nabla) \, \vec v</math>
 
==Second derivatives==
[[File:DCG chart.svg|thumb|DCG chart:
 
A simple chart depicting all rules pertaining to second derivatives.
D, C, G, L and CC stand for divergence, curl, gradient, Laplacian and curl of curl, respectively.
 
Arrows indicate existence of second derivatives. Blue circle in the middle represents curl of curl, whereas the other two red circles(dashed) mean that DD and GG do not exist.
]]
When del operates on a scalar or vector, either a scalar or vector is returned. Because of the diversity of vector products (scalar, dot, cross) one application of del already gives rise to three major derivatives: the gradient (scalar product), divergence (dot product), and curl (cross product). Applying these three sorts of derivatives again to each other gives five possible second derivatives, for a scalar field ''f'' or a vector field '''''v'''''; the use of the scalar [[Laplacian]] and [[vector Laplacian]] gives two more:
: <math>\mbox{div}\,(\mbox{grad}\,f ) = \nabla \cdot (\nabla f)</math>
: <math>\mbox{curl}\,(\mbox{grad}\,f ) = \nabla \times (\nabla f)</math>
: <math>\Delta f = \nabla^2 f</math>
: <math>\mbox{grad}\,(\mbox{div}\, \vec v ) = \nabla (\nabla \cdot \vec v)</math>
: <math>\mbox{div}\,(\mbox{curl}\,\vec v ) = \nabla \cdot (\nabla \times \vec v)</math>
: <math>\mbox{curl}\,(\mbox{curl}\,\vec v ) = \nabla \times (\nabla \times \vec v)</math>
: <math>\Delta \vec v = \nabla^2 \vec v</math>
 
These are of interest principally because they are not always unique or independent of each other.  As long as the functions are [[well-behaved]], two of them are always zero:
: <math>\mbox{curl}\,(\mbox{grad}\,f ) = \nabla \times (\nabla f) = 0</math>
: <math>\mbox{div}\,(\mbox{curl}\,\vec v ) = \nabla \cdot \nabla \times \vec{v} = 0</math>
 
Two of them are always equal:
: <math> \mbox{div}\,(\mbox{grad}\,f ) = \nabla \cdot (\nabla f) = \nabla^2 f = \Delta f </math>
 
The 3 remaining vector derivatives are related by the equation:
:<math>\nabla \times \nabla \times \vec{v} = \nabla (\nabla \cdot \vec{v}) - \nabla^2 \vec{v}</math>
 
And one of them can even be expressed with the tensor product, if the functions are well-behaved:
: <math>\nabla ( \nabla \cdot \vec{v} ) = \nabla \cdot (\nabla \otimes \vec{v})</math>
 
==Precautions==
 
Most of the above vector properties (except for those that rely explicitly on del's differential properties&mdash;for example, the product rule) rely only on symbol rearrangement, and must necessarily hold if del is replaced by any other vector. This is part of the tremendous value gained in representing this operator as a vector in its own right.
 
Though you can often replace del with a vector and obtain a vector identity, making those identities intuitive, the reverse is ''not'' necessarily reliable, because del does not often commute.
 
A counterexample that relies on del's failure to commute:
:<math>(\mathbf u \cdot \mathbf v) f = (\mathbf v \cdot \mathbf u) f</math>
:<math>(\nabla \cdot \mathbf v) f \ne (\mathbf v \cdot \nabla) f</math>
:<math>(\nabla \cdot \mathbf v) f = \left (\frac{\part v_x}{\part x}+\frac{\part v_y}{\part y}+\frac{\part v_z}{\part z} \right )f = \frac{\part v_x}{\part x}f+\frac{\part v_y}{\part y}f+\frac{\part v_z}{\part z}f </math>
:<math>(\mathbf v \cdot \nabla) f = \left (v_x \frac{\part}{\part x}+v_y \frac{\part}{\part y}+v_z \frac{\part}{\part z} \right )f = v_x \frac{\part f}{\part x}+v_y \frac{\part f}{\part y}+v_z \frac{\part f}{\part z} </math>
 
A counterexample that relies on del's differential properties:
: <math>\begin{align}
(\nabla x) \times (\nabla y) &= \left (\mathbf{\hat x} \frac{\part x}{\part x}+\mathbf{\hat y} \frac{\part x}{\part y}+\mathbf{\hat z} \frac{\part x}{\part z} \right ) \times \left (\mathbf{\hat x} \frac{\part y}{\part x}+\mathbf{\hat y} \frac{\part y}{\part y}+\mathbf{\hat z} \frac{\part y}{\part z} \right ) \\
& = (\mathbf{\hat x} \cdot 1 +\mathbf{\hat y} \cdot 0+\mathbf{\hat z} \cdot 0) \times (\mathbf{\hat x} \cdot 0+\mathbf{\hat y} \cdot 1+\mathbf{\hat z} \cdot 0) \\
& = \mathbf{\hat x}  \times \mathbf{\hat y} \\
& = \mathbf{\hat z} \\
\end{align}</math>
: <math>(\mathbf u x )\times (\mathbf u y) =  x y (\mathbf u \times \mathbf u)  =  x y \mathbf 0 = \mathbf 0</math>
 
Central to these distinctions is the fact that del is not simply a vector; it is a [[vector operator]]. Whereas a vector is an object with both a magnitude and direction, del has neither a magnitude nor a direction until it operates on a variable vector.
 
For that reason, identities involving del must be derived with care, using both vector identities and ''differentiation'' identities such as the product rule.
 
==See also==
* [[Del in cylindrical and spherical coordinates]]
* [[Maxwell's equations]]
* [[Navier–Stokes equations]]
* [[Table of mathematical symbols]]
* [[Vector calculus identities]]
 
==References==
*{{cite book |title=Div, Grad, Curl, and All That: An Informal Text on Vector Calculus |first=H. M. |last=Schey |year=1997 |location=New York |publisher=Norton |isbn=0-393-96997-5 }}
*{{cite web |first=Jeff |last=Miller |url=http://jeff560.tripod.com/calculus.html |title=Earliest Uses of Symbols of Calculus |year= |work= }}
* {{cite web|first=Cleve |first=Moler, ed. |url=http://www.netlib.org/na-digest-html/98/v98n03.html#2 |title=History of Nabla |publisher=netlib.org |date=January 26, 1998}}
 
==External links==
*[http://hdl.handle.net/2027.42/7869 A survey of the improper use of ∇ in vector analysis] (1994) Tai, Chen
 
[[Category:Calculus]]
[[Category:Vector calculus]]
[[Category:Mathematical notation]]
[[Category:Differential operators]]

Latest revision as of 20:29, 19 December 2014

Hi there. Let me begin by introducing the author, her title is Myrtle Cleary. California is exactly where I've usually been living and I love every day residing right here. One of the things he enjoys most is ice skating but he is having difficulties to discover time for it. Bookkeeping is my profession.

Also visit my blog post meal delivery service