<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=134.84.0.173</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=134.84.0.173"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/134.84.0.173"/>
	<updated>2026-07-03T03:20:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Sauter_mean_diameter&amp;diff=10073</id>
		<title>Sauter mean diameter</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Sauter_mean_diameter&amp;diff=10073"/>
		<updated>2013-08-06T23:56:42Z</updated>

		<summary type="html">&lt;p&gt;134.84.0.173: grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{about|the term as used in mathematics|other uses|derivative (disambiguation)}}&lt;br /&gt;
{{Calculus |Differential}}&lt;br /&gt;
&lt;br /&gt;
In [[mathematics]], the [[derivative]] is a fundamental construction of [[differential calculus]] and admits many possible generalizations within the fields of [[mathematical analysis]], [[combinatorics]], [[algebra]], and [[geometry]].&lt;br /&gt;
&lt;br /&gt;
== Derivatives in analysis ==&lt;br /&gt;
In real, complex, and functional analysis, derivatives are generalized to functions of several real or complex variables and functions between [[topological vector spaces]]. An important case is the [[functional derivative|variational derivative]] in the [[calculus of variations]]. Repeated application of differentiation leads to derivatives of higher order and differential operators. &lt;br /&gt;
&lt;br /&gt;
=== Multivariable calculus ===&lt;br /&gt;
{{main|Fréchet derivative}}&lt;br /&gt;
The &#039;&#039;&#039;derivative&#039;&#039;&#039; is often met for the first time as an operation on a single real function of a single real variable.  One of the simplest settings for generalizations is to vector valued functions of several variables (most often the domain forms a vector space as well).  This is the field of [[multivariable calculus]].&lt;br /&gt;
&lt;br /&gt;
In one-variable calculus, we say that a function &amp;lt;math&amp;gt;f: \R \to \R&amp;lt;/math&amp;gt; is &#039;&#039;&#039;differentiable&#039;&#039;&#039; at a point &#039;&#039;x&#039;&#039; if the limit&lt;br /&gt;
:&amp;lt;math&amp;gt;\lim_{h \to 0}\frac{f(x+h) - f(x)}{h}&amp;lt;/math&amp;gt;&lt;br /&gt;
exists. Its value is then the derivative ƒ&#039;(&#039;&#039;x&#039;&#039;).  A function is differentiable on an [[Interval (mathematics)|interval]] if it is differentiable at every point within the interval. Since the line &amp;lt;math&amp;gt;L(z) = f&#039;(x)z - f&#039;(x)x + f(x)&amp;lt;/math&amp;gt; is tangent to the original function at the point &amp;lt;math&amp;gt;(x, f(x))&amp;lt;/math&amp;gt;, the derivative can be seen as a way to find the &#039;&#039;best linear approximation&#039;&#039; of a function. If one ignores the constant term, setting &amp;lt;math&amp;gt;L(z) = f&#039;(x)z&amp;lt;/math&amp;gt;, &#039;&#039;L&#039;&#039;(&#039;&#039;z&#039;&#039;) becomes an actual [[linear operator]] on &#039;&#039;&#039;R&#039;&#039;&#039; considered as a vector space over itself.&lt;br /&gt;
&lt;br /&gt;
This motivates the following generalization to functions mapping &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;m&#039;&#039;&amp;lt;/sup&amp;gt; to &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt;: ƒ is differentiable at &#039;&#039;x&#039;&#039; if there exists a [[linear operator]] &#039;&#039;A&#039;&#039;(&#039;&#039;x&#039;&#039;) (depending on &#039;&#039;x&#039;&#039;) such that&lt;br /&gt;
:&amp;lt;math&amp;gt;\lim_{\|h\| \to 0}\frac{\|f(x+h) - f(x) - A(x)h\|}{\|h\|} = 0.&amp;lt;/math&amp;gt;&lt;br /&gt;
Although this definition is perhaps not as explicit as the above, if such an operator exists, then it is unique, and in the one-dimensional case coincides with the original definition. (In this case the derivative is represented by a 1-by-1 matrix consisting of the sole entry &#039;&#039;f&#039;&#039;&#039;(&#039;&#039;x&#039;&#039;).) Note that, in general, we concern ourselves mostly with functions being differentiable in some open [[neighbourhood (mathematics)|neighbourhood]]  of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;  rather than at individual points, as not doing so tends to lead to many [[Pathological (mathematics)|pathological]] [[counterexamples]].&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;m&#039;&#039; by &#039;&#039;n&#039;&#039; [[matrix (mathematics)|matrix]], of the [[linear operator]] &#039;&#039;A&#039;&#039;(&#039;&#039;x&#039;&#039;) is known as &#039;&#039;&#039;[[Jacobian matrix and determinant|Jacobian]]&#039;&#039;&#039; matrix &#039;&#039;&#039;J&#039;&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;x&#039;&#039;&amp;lt;/sub&amp;gt;(ƒ) of the mapping ƒ at point &#039;&#039;x&#039;&#039;. Each entry of this matrix represents a &#039;&#039;&#039;[[partial derivative]]&#039;&#039;&#039;, specifying the rate of change of one range coordinate with respect to a change in a domain coordinate. Of course, the Jacobian&lt;br /&gt;
matrix of the composition &#039;&#039;g&amp;lt;sub&amp;gt;°&amp;lt;/sub&amp;gt;f&#039;&#039; is a product of corresponding Jacobian matrices:    &lt;br /&gt;
&#039;&#039;&#039;J&#039;&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;x&#039;&#039;&amp;lt;/sub&amp;gt;(&#039;&#039;g&amp;lt;sub&amp;gt;°&amp;lt;/sub&amp;gt;f&#039;&#039;) =&#039;&#039;&#039;J&#039;&#039;&#039;&amp;lt;sub&amp;gt;ƒ(&#039;&#039;x&#039;&#039;)&amp;lt;/sub&amp;gt;(&#039;&#039;g&#039;&#039;)&#039;&#039;&#039;J&#039;&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;x&#039;&#039;&amp;lt;/sub&amp;gt;(ƒ). This is a higher-dimensional statement of the [[chain rule]].&lt;br /&gt;
&lt;br /&gt;
For real valued functions from &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt; to &#039;&#039;&#039;R&#039;&#039;&#039; ([[scalar field]]s), the total derivative can be interpreted as a [[vector field]] called the &#039;&#039;&#039;[[gradient]]&#039;&#039;&#039;. An intuitive interpretation of the gradient is that it points &amp;quot;up&amp;quot;: in other words, it points in the direction of fastest increase of the function.  It can be used to calculate &#039;&#039;&#039;[[directional derivative]]s&#039;&#039;&#039; of [[Scalar (mathematics)|scalar]] functions or normal directions.&lt;br /&gt;
&lt;br /&gt;
Several linear combinations of partial derivatives are especially useful in the context of differential equations defined by a vector valued function &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt; to &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt;. The &#039;&#039;&#039;[[divergence]]&#039;&#039;&#039; gives a measure of how much &amp;quot;source&amp;quot; or &amp;quot;sink&amp;quot; near a point there is.  It can be used to calculate [[flux]] by [[divergence theorem]]. The &#039;&#039;&#039;[[curl (mathematics)|curl]]&#039;&#039;&#039; measures how much &amp;quot;[[rotation]]&amp;quot; a vector field has near a point.&lt;br /&gt;
&lt;br /&gt;
For [[vector-valued functions]] from &#039;&#039;&#039;R&#039;&#039;&#039; to &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt; (i.e., [[parametric curve]]s), one can take the derivative of each component separately. The resulting derivative is another vector valued function. This is useful, for example, if the vector-valued function is the position vector of a particle through time, then the derivative is the velocity vector of the particle through time.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[convective derivative]]&#039;&#039;&#039; takes into account changes due to time dependence and motion through space along vector field.&lt;br /&gt;
&lt;br /&gt;
=== Convex analysis ===&lt;br /&gt;
&lt;br /&gt;
The [[subderivative]] and [[subgradient]] are generalizations of the derivative to [[convex function]]s.&lt;br /&gt;
&lt;br /&gt;
=== Higher-order derivatives and differential operators ===&lt;br /&gt;
One can iterate the differentiation process, that is, apply derivatives more than once, obtaining derivatives of second and higher order. A more sophisticated idea is to combine several derivatives, possibly of different orders, in one algebraic expression, a [[differential operator]]. This is especially useful in considering ordinary [[linear differential equation]]s with constant coefficients. For example, if &#039;&#039;f&#039;&#039;(&#039;&#039;x&#039;&#039;) is a twice differentiable function of one variable, the differential equation&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;f&#039;&#039;+2f&#039;-3f=4x-1\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
may be rewritten in the form &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;L(f)=4x-1,\,&amp;lt;/math&amp;gt; &amp;amp;ensp;&amp;amp;ensp; where &amp;amp;ensp;&amp;amp;ensp; &amp;lt;math&amp;gt; L=\frac{d^2}{dx^2}+2\frac{d}{dx}-3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is a &#039;&#039;second order linear constant coefficient differential operator&#039;&#039; acting on functions of &#039;&#039;x&#039;&#039;. The key idea here is that we consider a particular [[linear combination]] of zeroth, first and second order derivatives &amp;quot;all at once&amp;quot;. This allows us to think of the set of solutions of this differential equation as a &amp;quot;generalized antiderivative&amp;quot; of its right hand side 4&#039;&#039;x&#039;&#039;&amp;amp;nbsp;&amp;amp;minus;&amp;amp;nbsp;1, by analogy with ordinary [[Integral|integration]], and formally write &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;f(x)=L^{-1}(4x-1).\, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Higher derivatives can also be defined for functions of several variables, studied in [[multivariable calculus]]. In this case, instead of repeatedly applying the derivative, one repeatedly applies [[partial derivative]]s with respect to different variables. For example, the second order partial derivatives of a scalar function of &#039;&#039;n&#039;&#039; variables can be organized into an &#039;&#039;n&#039;&#039; by &#039;&#039;n&#039;&#039; matrix, the &#039;&#039;&#039;[[Hessian matrix]]&#039;&#039;&#039;.  One of the subtle points is that the higher derivatives are not intrinsically defined, and depend on the choice of the coordinates in a complicated fashion (in particular, the Hessian matrix of a function is not a [[tensor]]). Nevertheless, higher derivatives have important applications to analysis of [[maxima and minima|local extrema]] of a function at its [[critical point (mathematics)|critical points]]. For an advanced application of this analysis to topology of [[manifold]]s, see  [[Morse theory]].&lt;br /&gt;
&lt;br /&gt;
As in the case of functions of one variable, we can combine first and higher order partial derivatives to arrive at a notion of a [[partial differential operator]]. Some of these operators are so important that they have their own names: &lt;br /&gt;
&lt;br /&gt;
*The [[Laplace operator]] or &#039;&#039;&#039;Laplacian&#039;&#039;&#039; on &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; is a second-order partial differential operator &#039;&#039;Δ&#039;&#039; given by the  [[divergence]] of the [[gradient]] of a scalar function of three variables, or explicitly as&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; \Delta=\frac{\partial^2}{\partial x^2}+\frac{\partial^2}{\partial y^2}+\frac{\partial^2}{\partial z^2}. &amp;lt;/math&amp;gt;&lt;br /&gt;
Analogous operators can be defined for functions of any number of variables.&lt;br /&gt;
&lt;br /&gt;
*The [[d&#039;Alembertian]] or &#039;&#039;&#039;wave operator&#039;&#039;&#039; is similar to the Laplacian, but acts on functions of four variables. Its definition uses the indefinite [[metric tensor]] of [[Minkowski space]], instead of the [[Euclidean space|Euclidean]] [[dot product]] of &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;3&#039;&#039;&amp;lt;/sup&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt; \square=\frac{\partial^2}{\partial x^2}+\frac{\partial^2}{\partial y^2}+\frac{\partial^2}{\partial z^2}-\frac{1}{c^2}\frac{\partial^2}{\partial t^2}. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Analysis on fractals ===&lt;br /&gt;
Laplacians and differential equations can be defined on [[analysis on fractals|fractals]].&lt;br /&gt;
&lt;br /&gt;
=== Fractional derivatives ===&lt;br /&gt;
In addition to &#039;&#039;n&#039;&#039;-th derivatives for any natural number &#039;&#039;n&#039;&#039;, there are various ways to define derivatives of fractional or negative orders, which are studied in &#039;&#039;&#039;[[fractional calculus]]&#039;&#039;&#039;.  The -1 order derivative corresponds to the integral, whence the term &#039;&#039;&#039;[[differintegral]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Complex analysis ===&lt;br /&gt;
&lt;br /&gt;
In [[complex analysis]], the central objects of study are [[holomorphic function]]s, which are complex-valued functions on the [[complex numbers]] satisfying a [[Fréchet derivative|suitably extended definition of differentiability]].&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[Schwarzian derivative]]&#039;&#039;&#039; describes how a complex function is approximated by a [[fractional-linear map]], in much the same way that a normal derivative describes how a function is approximated by a linear map.&lt;br /&gt;
&lt;br /&gt;
=== Functional analysis ===&lt;br /&gt;
&lt;br /&gt;
In [[functional analysis]], the &#039;&#039;&#039;[[functional derivative]]&#039;&#039;&#039; defines the derivative with respect to a function of a functional on a space of functions.  This is an extension of the directional derivative to an infinite [[dimension]]al vector space.  &lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[Fréchet derivative]]&#039;&#039;&#039; allows the extension of the directional derivative to a general [[Banach space]].  The &#039;&#039;&#039;[[Gâteaux derivative]]&#039;&#039;&#039; extends the concept to [[locally convex]] [[topological vector space]]s.  Fréchet differentiability is a strictly stronger condition than Gâteaux differentiability, even in finite dimensions.  Between the two extremes is the &#039;&#039;&#039;[[quasi-derivative]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In [[measure theory]], the &#039;&#039;&#039;[[Radon–Nikodym derivative]]&#039;&#039;&#039; generalizes the [[Jacobian matrix and determinant|Jacobian]], used for changing variables, to measures. It expresses one measure μ in terms of another measure ν (under certain conditions).&lt;br /&gt;
&lt;br /&gt;
In the theory of [[abstract Wiener space]]s, the [[H-derivative|&#039;&#039;H&#039;&#039;-derivative]] defines a derivative in certain directions corresponding to the Cameron-Martin [[Hilbert space]].&lt;br /&gt;
&lt;br /&gt;
The derivative also admits a generalization to the space of &#039;&#039;&#039;[[distribution (mathematics)|distributions]]&#039;&#039;&#039; on a space of functions using [[integration by parts]] against a suitably well-behaved subspace.&lt;br /&gt;
&lt;br /&gt;
On a [[function space]], the [[linear operator]] which assigns to each function its derivative is an example of a &#039;&#039;&#039;[[differential operator]]&#039;&#039;&#039;.  General differential operators include higher order derivatives.  By means of the [[Fourier transform]], &#039;&#039;&#039;[[pseudo-differential operator]]s&#039;&#039;&#039; can be defined which allow for fractional calculus.&lt;br /&gt;
&lt;br /&gt;
===Analogues of derivatives in fields of positive characteristic===&lt;br /&gt;
The [[Carlitz derivative]] is an operation similar to usual differentiation have been devised with the usual context of real or complex numbers changed to [[local fields]] of positive [[Characteristic_(algebra)|characteristic]] in the form of [[formal Laurent series]] with coefficients in some [[finite field]] &#039;&#039;&#039;F&#039;&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;q&#039;&#039;&amp;lt;/sub&amp;gt; (it is known that any local field of positive characteristic is isomorphic to a Laurent series field).&lt;br /&gt;
&lt;br /&gt;
Along with suitably defined analogs to the [[exponential function]], [[logarithms]] and others the derivative can be used to develop notions of smoothness, analycity, integration, Taylor series as well as a theory of differential equations.&amp;lt;ref&amp;gt;{{cite book |title=Analysis in Positive Characteristic |last=Kochubei |first= Anatoly N.|year=2009 |publisher= Cambridge University Press |location= New York |isbn= 978-0-521-50977-0}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Difference operator, q-analogues and time scales==&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;&#039;[[q-derivative]]&#039;&#039;&#039;  of a function is defined by the formula&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt; D_q f(x)=\frac{f(qx)-f(x)}{(q-1)x}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;x&#039;&#039; nonzero, if &#039;&#039;f&#039;&#039; is a differentiable function of &#039;&#039;x&#039;&#039; then in the limit as &#039;&#039;q&#039;&#039;&amp;amp;ensp;→ 1 we obtain the ordinary derivative, thus the &#039;&#039;q&#039;&#039;-derivative may be viewed as its [[q-deformation]]. A large body of results from ordinary differential calculus, such as [[binomial formula]] and [[Taylor expansion]], have natural &#039;&#039;q&#039;&#039;-analogues that were discovered in the 19th century, but remained relatively obscure for a big part of the 20th century, outside of the theory of [[special functions]]. The progress of [[combinatorics]] and the discovery of [[quantum group]]s have changed the situation dramatically, and the popularity of &#039;&#039;q&#039;&#039;-analogues is on the rise.&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;&#039;[[difference operator]]&#039;&#039;&#039; of [[difference equations]] is another discrete analog of the standard derivative.&lt;br /&gt;
:&amp;lt;math&amp;gt;\Delta f(x)=f(x+1)-f(x)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;&#039;q-derivative&#039;&#039;&#039;, the &#039;&#039;&#039;difference operator&#039;&#039;&#039; and the &#039;&#039;&#039;standard derivative&#039;&#039;&#039; can all be viewed as the same thing on different [[time scale calculus|time scales]].&lt;br /&gt;
&lt;br /&gt;
== Derivatives in algebra ==&lt;br /&gt;
In algebra, generalizations of the derivative can be obtained by imposing the [[product rule|Leibniz rule of differentiation]] in an algebraic structure, such as a [[ring (mathematics)|ring]] or a [[Lie algebra]].&lt;br /&gt;
&lt;br /&gt;
=== Derivations ===&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;[[derivation (abstract algebra)|derivation]]&#039;&#039;&#039; is a linear map on a  ring or [[algebra over a field|algebra]] which satisfies the Leibniz law (the product rule).  Higher derivatives and [[algebraic differential equation|algebraic differential operators]] can also be defined. They are studied in a purely algebraic setting in [[differential Galois theory]] and the theory of [[D-module]]s, but also turn up in many other areas, where they often agree with less algebraic definitions of derivatives.&lt;br /&gt;
&lt;br /&gt;
For example, the &#039;&#039;&#039;formal derivative&#039;&#039;&#039; of a [[polynomial]] over a commutative ring &#039;&#039;R&#039;&#039; is defined by&lt;br /&gt;
:&amp;lt;math&amp;gt;(a_dx^d + a_{d-1}x^{d-1} + \cdots+a_1x+a_0)&#039; = da_dx^{d-1}+(d-1)a_{d-1}x^{d-2} + \cdots+a_1.&amp;lt;/math&amp;gt;&lt;br /&gt;
The mapping &amp;lt;math&amp;gt;f\mapsto f&#039;&amp;lt;/math&amp;gt; is then a derivation on the [[polynomial ring]] &#039;&#039;R&#039;&#039;[&#039;&#039;X&#039;&#039;].  This definition can be extended to [[rational function]]s as well.&lt;br /&gt;
&lt;br /&gt;
The notion of derivation applies to noncommutative as well as commutative rings, and even to non-associative algebraic structures, such as Lie algebras.&lt;br /&gt;
&lt;br /&gt;
Also see [[Pincherle derivative]].&lt;br /&gt;
&lt;br /&gt;
=== Commutative algebra ===&lt;br /&gt;
&lt;br /&gt;
In [[commutative algebra]], &#039;&#039;&#039;[[Kähler differential]]s&#039;&#039;&#039; are universal derivations of a [[commutative ring]] or [[module (algebra)|module]]. They can be used to define an analogue of exterior derivative &lt;br /&gt;
from differential geometry that applies to arbitrary [[algebraic varieties]], instead of just smooth manifolds.&lt;br /&gt;
&lt;br /&gt;
=== Number theory ===&lt;br /&gt;
&lt;br /&gt;
In [[p-adic analysis]], the usual definition of derivative is not quite strong enough, and one requires [[strictly differentiable|strict differentiability]] instead.&lt;br /&gt;
&lt;br /&gt;
Also see [[arithmetic derivative]] and [[Hasse derivative]].&lt;br /&gt;
&lt;br /&gt;
=== Type theory ===&lt;br /&gt;
Many [[abstract data type]]s in mathematics and [[computer science]] can be described as the [[universal algebra|algebra]] generated by a transformation that maps structures based on the type back into the type. For example, the type T of [[binary tree]]s containing values of type A can be represented as the algebra generated by the transformation 1+A&amp;amp;times;T&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;→T. The &amp;quot;1&amp;quot; represents the construction of an empty tree, and the second term represents the construction of a tree from a value and two subtrees. The &amp;quot;+&amp;quot; indicates that a tree can be constructed either way.&lt;br /&gt;
&lt;br /&gt;
The derivative of such a type is the type that describes the context of a particular substructure with respect to its next outer containing structure. Put another way, it is the type representing the &amp;quot;difference&amp;quot; between the two. In the tree example, the derivative is a type that describes the information needed, given a particular subtree, to construct its parent tree. This information is a tuple that contains a binary indicator of whether the child is on the left or right, the value at the parent, and the sibling subtree. This type can be represented as 2&amp;amp;times;A&amp;amp;times;T, which looks very much like the derivative of the transformation that generated the tree type.&lt;br /&gt;
&lt;br /&gt;
This concept of a derivative of a type has practical applications, such as the [[zipper (data structure)|zipper]] technique used in [[functional programming language]]s.&lt;br /&gt;
&lt;br /&gt;
== Derivatives in geometry ==&lt;br /&gt;
Main types of derivatives in geometry are Lie derivatives along a vector field, exterior differential, and covariant derivatives.&lt;br /&gt;
&lt;br /&gt;
=== Differential topology ===&lt;br /&gt;
&lt;br /&gt;
In [[differential topology]], a &#039;&#039;&#039;[[vector field]]&#039;&#039;&#039; may be defined as a derivation on the ring of [[smooth function]]s on a [[manifold]], and a &#039;&#039;&#039;[[tangent vector]]&#039;&#039;&#039; may be defined as a derivation at a point.  This allows the abstraction of the notion of a [[directional derivative]] of a scalar function to general manifolds.  For manifolds that are [[subset]]s of &#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt;, this tangent vector will agree with the directional derivative defined above.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[pushforward (differential)|differential or pushforward]]&#039;&#039;&#039; of a map between manifolds is the induced map between tangent spaces of those maps.  It abstracts the [[Jacobian matrix]].&lt;br /&gt;
&lt;br /&gt;
On the [[exterior algebra]] of [[differential forms]] over a [[smooth manifold]], the &#039;&#039;&#039;[[exterior derivative]]&#039;&#039;&#039; is the unique linear map which satisfies a [[graded]] version of the Leibniz law and squares to zero.  It is a grade 1 derivation on the exterior algebra.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[Lie derivative]]&#039;&#039;&#039; is the rate of change of a vector or tensor field along the flow of another vector field.  On vector fields, it is an example of a [[Lie bracket]] (vector fields form the [[Lie algebra]] of the [[diffeomorphism group]] of the manifold).  It is a grade 0 derivation on the algebra.&lt;br /&gt;
&lt;br /&gt;
Together with the &#039;&#039;&#039;[[interior product]]&#039;&#039;&#039; (a degree -1 derivation on the exterior algebra defined by contraction with a vector field), the exterior derivative and the Lie derivative form a [[Lie superalgebra]].&lt;br /&gt;
&lt;br /&gt;
=== Differential geometry ===&lt;br /&gt;
&lt;br /&gt;
In [[differential geometry]], the &#039;&#039;&#039;[[covariant derivative]]&#039;&#039;&#039; makes a choice for taking directional derivatives of vector fields along [[curve]]s.  This extends the directional derivative of scalar functions to sections of [[vector bundle]]s or [[principal bundle]]s.  In [[Riemannian geometry]], the existence of a metric chooses a unique preferred [[Torsion tensor|torsion]]-free covariant derivative, known as the [[Levi-Civita connection]].  See also [[gauge covariant derivative]] for a treatment oriented to physics.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[[exterior covariant derivative]]&#039;&#039;&#039; extends the exterior derivative to vector valued forms.&lt;br /&gt;
&lt;br /&gt;
== Other generalizations ==&lt;br /&gt;
&lt;br /&gt;
It may be possible to combine two or more of the above different notions of extension or abstraction of the original derivative.  For example, in [[Finsler geometry]], one studies spaces which look [[locally]] like [[Banach space]]s.  Thus one might want a derivative with some of the features of a [[functional derivative]] and the [[covariant derivative]].&lt;br /&gt;
&lt;br /&gt;
The study of [[stochastic processes]] requires a form of calculus known as the [[Malliavin calculus]]. One notion of derivative in this setting is the [[H-derivative|&#039;&#039;H&#039;&#039;-derivative]] of a function on an [[abstract Wiener space]].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Arithmetic derivative]]&lt;br /&gt;
*[[Non-classical analysis]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Differential calculus]]&lt;br /&gt;
[[Category:Generalizations of the derivative| ]]&lt;br /&gt;
[[Category:Real analysis]]&lt;br /&gt;
[[Category:Functional analysis]]&lt;br /&gt;
[[Category:Algebra]]&lt;br /&gt;
[[Category:Q-analogs]]&lt;br /&gt;
[[Category:Differential geometry]]&lt;/div&gt;</summary>
		<author><name>134.84.0.173</name></author>
	</entry>
</feed>