fbpx
Wikipedia

Derivative

In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. For example, the derivative of the position of a moving object with respect to time is the object's velocity: this measures how quickly the position of the object changes when time advances.

The graph of a function, drawn in black, and a tangent line to that graph, drawn in red. The slope of the tangent line is equal to the derivative of the function at the marked point.

The derivative of a function of a single variable at a chosen input value, when it exists, is the slope of the tangent line to the graph of the function at that point. The tangent line is the best linear approximation of the function near that input value. For this reason, the derivative is often described as the "instantaneous rate of change", the ratio of the instantaneous change in the dependent variable to that of the independent variable.

Derivatives can be generalized to functions of several real variables. In this generalization, the derivative is reinterpreted as a linear transformation whose graph is (after an appropriate translation) the best linear approximation to the graph of the original function. The Jacobian matrix is the matrix that represents this linear transformation with respect to the basis given by the choice of independent and dependent variables. It can be calculated in terms of the partial derivatives with respect to the independent variables. For a real-valued function of several variables, the Jacobian matrix reduces to the gradient vector.

The process of finding a derivative is called differentiation. The reverse process is called antidifferentiation. The fundamental theorem of calculus relates antidifferentiation with integration. Differentiation and integration constitute the two fundamental operations in single-variable calculus.[Note 1]

Definition

A function of a real variable f(x) is differentiable at a point a of its domain, if its domain contains an open interval I containing a, and the limit

 

exists. This means that, for every positive real number   (even very small), there exists a positive real number   such that, for every h such that   and   then   is defined, and

 

where the vertical bars denote the absolute value (see (ε, δ)-definition of limit).

If the function f is differentiable at a, that is if the limit L exists, then this limit is called the derivative of f at a, and denoted   (read as "f prime of a") or   (read as "the derivative of f with respect to x at a" or "df by (or over) dx at a"); see § Notation (details), below.

Continuity and differentiability

 
This function does not have a derivative at the marked point, as the function is not continuous there (specifically, it has a jump discontinuity).

If f is differentiable at a, then f must also be continuous at a. As an example, choose a point a and let f be the step function that returns the value 1 for all x less than a, and returns a different value 10 for all x greater than or equal to a. f cannot have a derivative at a. If h is negative, then   is on the low part of the step, so the secant line from a to   is very steep; as h tends to zero, the slope tends to infinity. If h is positive, then   is on the high part of the step, so the secant line from a to   has slope zero. Consequently, the secant lines do not approach any single slope, so the limit of the difference quotient does not exist.

 
The absolute value function is continuous but fails to be differentiable at x = 0 since the tangent slopes do not approach the same value from the left as they do from the right.

However, even if a function is continuous at a point, it may not be differentiable there. For example, the absolute value function given by   is continuous at  , but it is not differentiable there. If h is positive, then the slope of the secant line from 0 to h is one; if h is negative, then the slope of the secant line from 0 to h is -1. This can be seen graphically as a "kink" or a "cusp" in the graph at  . Even a function with a smooth graph is not differentiable at a point where its tangent is vertical: For instance, the function given by   is not differentiable at  .

In summary, a function that has a derivative is continuous, but there are continuous functions that do not have a derivative.

Most functions that occur in practice have derivatives at all points or at almost every point. Early in the history of calculus, many mathematicians assumed that a continuous function was differentiable at most points. Under mild conditions (for example, if the function is a monotone or a Lipschitz function), this is true. However, in 1872, Weierstrass found the first example of a function that is continuous everywhere but differentiable nowhere. This example is now known as the Weierstrass function. In 1931, Stefan Banach proved that the set of functions that have a derivative at some point is a meager set in the space of all continuous functions.[1] Informally, this means that hardly any random continuous functions have a derivative at even one point.

Derivative as a function

 
The derivative at different points of a differentiable function. In this case, the derivative is equal to: 

Let f be a function that has a derivative at every point in its domain. We can then define a function that maps every point x to the value of the derivative of f at x. This function is written f and is called the derivative function or the derivative of f.

Sometimes f has a derivative at most, but not all, points of its domain. The function whose value at a equals f(a) whenever f(a) is defined and elsewhere is undefined is also called the derivative of f. It is still a function, but its domain may be smaller than the domain of f.

Using this idea, differentiation becomes a function of functions: The derivative is an operator whose domain is the set of all functions that have derivatives at every point of their domain and whose range is a set of functions. If we denote this operator by D, then D(f) is the function f. Since D(f) is a function, it can be evaluated at a point a. By the definition of the derivative function, D(f)(a) = f(a).

For comparison, consider the doubling function given by f(x) = 2x; f is a real-valued function of a real number, meaning that it takes numbers as inputs and has numbers as outputs:

 

The operator D, however, is not defined on individual numbers. It is only defined on functions:

 

Because the output of D is a function, the output of D can be evaluated at a point. For instance, when D is applied to the square function, xx2, D outputs the doubling function x ↦ 2x, which we named f(x). This output function can then be evaluated to get f(1) = 2, f(2) = 4, and so on.

Higher derivatives

Let f be a differentiable function, and let f be its derivative. The derivative of f (if it has one) is written f ′′ and is called the second derivative of f. Similarly, the derivative of the second derivative, if it exists, is written f ′′′ and is called the third derivative of f. Continuing this process, one can define, if it exists, the nth derivative as the derivative of the (n−1)th derivative. These repeated derivatives are called higher-order derivatives. The nth derivative is also called the derivative of order n (or nth-order derivative: first-, second-, third-order derivative, etc.) and denoted f (n).

If x(t) represents the position of an object at time t, then the higher-order derivatives of x have specific interpretations in physics. The first derivative of x is the object's velocity. The second derivative of x is the acceleration. The third derivative of x is the jerk. And finally, the fourth through sixth derivatives of x are snap, crackle, and pop; most applicable to astrophysics.

A function f need not have a derivative (for example, if it is not continuous). Similarly, even if f does have a derivative, it may not have a second derivative. For example, let

 

Calculation shows that f is a differentiable function whose derivative at   is given by

 

f'(x) is twice the absolute value function at  , and it does not have a derivative at zero. Similar examples show that a function can have a kth derivative for each non-negative integer k but not a (k + 1)th derivative. A function that has k successive derivatives is called k times differentiable. If in addition the kth derivative is continuous, then the function is said to be of differentiability class Ck. (This is a stronger condition than having k derivatives, as shown by the second example of Smoothness § Examples.) A function that has infinitely many derivatives is called infinitely differentiable or smooth.

On the real line, every polynomial function is infinitely differentiable. By standard differentiation rules, if a polynomial of degree n is differentiated n times, then it becomes a constant function. All of its subsequent derivatives are identically zero. In particular, they exist, so polynomials are smooth functions.

The derivatives of a function f at a point x provide polynomial approximations to that function near x. For example, if f is twice differentiable, then

 

in the sense that

 

If f is infinitely differentiable, then this is the beginning of the Taylor series for f evaluated at x + h around x.

Inflection point

A point where the second derivative of a function changes sign is called an inflection point.[2] At an inflection point, the second derivative may be zero, as in the case of the inflection point x = 0 of the function given by  , or it may fail to exist, as in the case of the inflection point x = 0 of the function given by  . At an inflection point, a function switches from being a convex function to being a concave function or vice versa.

Notation (details)

Leibniz's notation

The symbols  ,  , and   were introduced by Gottfried Wilhelm Leibniz in 1675.[3] It is still commonly used when the equation   is viewed as a functional relationship between dependent and independent variables. Then the first derivative is denoted by

 

and was once thought of as an infinitesimal quotient. Higher derivatives are expressed using the notation

 

for the  -th derivative of  . These are abbreviations for multiple applications of the derivative operator. For example,

 

With Leibniz's notation, we can write the derivative of   at the point   in two different ways:

 

Leibniz's notation allows one to specify the variable for differentiation (in the denominator), which is relevant in partial differentiation. It also can be used to write the chain rule as[Note 2]

 

Lagrange's notation

Sometimes referred to as prime notation,[4] one of the most common modern notations for differentiation is due to Joseph-Louis Lagrange and uses the prime mark, so that the derivative of a function   is denoted  . Similarly, the second and third derivatives are denoted

    and    

To denote the number of derivatives beyond this point, some authors use Roman numerals in superscript, whereas others place the number in parentheses:

    or    

The latter notation generalizes to yield the notation   for the nth derivative of   – this notation is most useful when we wish to talk about the derivative as being a function itself, as in this case the Leibniz notation can become cumbersome.

Newton's notation

Newton's notation for differentiation, also called the dot notation, places a dot over the function name to represent a time derivative. If  , then

    and    

denote, respectively, the first and second derivatives of  . This notation is used exclusively for derivatives with respect to time or arc length. It is typically used in differential equations in physics and differential geometry.[5][6] The dot notation, however, becomes unmanageable for high-order derivatives (order 4 or more) and cannot deal with multiple independent variables.

Euler's notation

Euler's notation uses a differential operator  , which is applied to a function   to give the first derivative  . The  th derivative is denoted  .

If   is a dependent variable, then often the subscript   is attached to the   to clarify the independent variable  . Euler's notation is then written

    or    ,

although this subscript is often omitted when the variable   is understood, for instance when this is the only independent variable present in the expression.

Euler's notation is useful for stating and solving linear differential equations.

Rules of computation

The derivative of a function can, in principle, be computed from the definition by considering the difference quotient, and computing its limit. In practice, once the derivatives of a few simple functions are known, the derivatives of other functions are more easily computed using rules for obtaining derivatives of more complicated functions from simpler ones.

Rules for basic functions

Here are the rules for the derivatives of the most common basic functions, where a is a real number.

  • Derivatives of powers:
     
  • Exponential and logarithmic functions:
     
     
     
     
  • Trigonometric functions:
     
     
     
  • Inverse trigonometric functions:
     
     
     

Rules for combined functions

Here are some of the most basic rules for deducing the derivative of a compound function from derivatives of basic functions.

  • Constant rule: if   is constant, then for all  ,
     
  • Sum rule:
      for all functions   and   and all real numbers   and  .
  • Product rule:
      for all functions   and  . As a special case, this rule includes the fact   whenever   is a constant, because   by the constant rule.
  • Quotient rule:
      for all functions   and   at all inputs where g ≠ 0.
  • Chain rule for composite functions: If  , then
     

Computation example

The derivative of the function given by

 

is

 

Here the second term was computed using the chain rule and third using the product rule. The known derivatives of the elementary functions x2, x4, sin(x), ln(x) and exp(x) = ex, as well as the constant 7, were also used.

Definition with hyperreals

Relative to a hyperreal extension   of the real numbers, the derivative of a real function   at a real point   can be defined as the shadow of the quotient   for infinitesimal  , where  . Here the natural extension of   to the hyperreals is still denoted  . Here the derivative is said to exist if the shadow is independent of the infinitesimal chosen.

In higher dimensions

Vector-valued functions

A vector-valued function y of a real variable sends real numbers to vectors in some vector space Rn. A vector-valued function can be split up into its coordinate functions y1(t), y2(t), ..., yn(t), meaning that y(t) = (y1(t), ..., yn(t)). This includes, for example, parametric curves in R2 or R3. The coordinate functions are real valued functions, so the above definition of derivative applies to them. The derivative of y(t) is defined to be the vector, called the tangent vector, whose coordinates are the derivatives of the coordinate functions. That is,

 

Equivalently,

 

if the limit exists. The subtraction in the numerator is the subtraction of vectors, not scalars. If the derivative of y exists for every value of t, then y′ is another vector-valued function.

If e1, ..., en is the standard basis for Rn, then y(t) can also be written as y1(t)e1 + ⋯ + yn(t)en. If we assume that the derivative of a vector-valued function retains the linearity property, then the derivative of y(t) must be

 

because each of the basis vectors is a constant.

This generalization is useful, for example, if y(t) is the position vector of a particle at time t; then the derivative y′(t) is the velocity vector of the particle at time t.

Partial derivatives

Suppose that f is a function that depends on more than one variable—for instance,

 

f can be reinterpreted as a family of functions of one variable indexed by the other variables:

 

In other words, every value of x chooses a function, denoted fx, which is a function of one real number.[Note 3] That is,

 
 

Once a value of x is chosen, say a, then f(x, y) determines a function fa that sends y to a2 + ay + y2:

 

In this expression, a is a constant, not a variable, so fa is a function of only one real variable. Consequently, the definition of the derivative for a function of one variable applies:

 

The above procedure can be performed for any choice of a. Assembling the derivatives together into a function gives a function that describes the variation of f in the y direction:

 

This is the partial derivative of f with respect to y. Here is a rounded d called the partial derivative symbol. To distinguish it from the letter d, ∂ is sometimes pronounced "der", "del", or "partial" instead of "dee".

In general, the partial derivative of a function f(x1, …, xn) in the direction xi at the point (a1, ..., an) is defined to be:

 

In the above difference quotient, all the variables except xi are held fixed. That choice of fixed values determines a function of one variable

 

and, by definition,

 

In other words, the different choices of a index a family of one-variable functions just as in the example above. This expression also shows that the computation of partial derivatives reduces to the computation of one-variable derivatives.

This is fundamental for the study of the functions of several real variables. Let f(x1, ..., xn) be such a real-valued function. If all partial derivatives f / ∂xj of f are defined at the point a = (a1, ..., an), these partial derivatives define the vector

 

which is called the gradient of f at a. If f is differentiable at every point in some domain, then the gradient is a vector-valued function f that maps the point (a1, ..., an) to the vector f(a1, ..., an). Consequently, the gradient determines a vector field.

Directional derivatives

If f is a real-valued function on Rn, then the partial derivatives of f measure its variation in the direction of the coordinate axes. For example, if f is a function of x and y, then its partial derivatives measure the variation in f in the x direction and the y direction. They do not, however, directly measure the variation of f in any other direction, such as along the diagonal line y = x. These are measured using directional derivatives. Choose a vector

 

The directional derivative of f in the direction of v at the point x is the limit

 

In some cases it may be easier to compute or estimate the directional derivative after changing the length of the vector. Often this is done to turn the problem into the computation of a directional derivative in the direction of a unit vector. To see how this works, suppose that v = λu where u is a unit vector in the direction of v. Substitute h = k/λ into the difference quotient. The difference quotient becomes:

 

This is λ times the difference quotient for the directional derivative of f with respect to u. Furthermore, taking the limit as h tends to zero is the same as taking the limit as k tends to zero because h and k are multiples of each other. Therefore, Dv(f) = λDu(f). Because of this rescaling property, directional derivatives are frequently considered only for unit vectors.

If all the partial derivatives of f exist and are continuous at x, then they determine the directional derivative of f in the direction v by the formula:

 

This is a consequence of the definition of the total derivative. It follows that the directional derivative is linear in v, meaning that Dv + w(f) = Dv(f) + Dw(f).

The same definition also works when f is a function with values in Rm. The above definition is applied to each component of the vectors. In this case, the directional derivative is a vector in Rm.

Total derivative, total differential and Jacobian matrix

When f is a function from an open subset of Rn to Rm, then the directional derivative of f in a chosen direction is the best linear approximation to f at that point and in that direction. But when n > 1, no single directional derivative can give a complete picture of the behavior of f. The total derivative gives a complete picture by considering all directions at once. That is, for any vector v starting at a, the linear approximation formula holds:

 

Just like the single-variable derivative, f ′(a) is chosen so that the error in this approximation is as small as possible.

If n and m are both one, then the derivative f ′(a) is a number and the expression f ′(a)v is the product of two numbers. But in higher dimensions, it is impossible for f ′(a) to be a number. If it were a number, then f ′(a)v would be a vector in Rn while the other terms would be vectors in Rm, and therefore the formula would not make sense. For the linear approximation formula to make sense, f ′(a) must be a function that sends vectors in Rn to vectors in Rm, and f ′(a)v must denote this function evaluated at v.

To determine what kind of function it is, notice that the linear approximation formula can be rewritten as

 

Notice that if we choose another vector w, then this approximate equation determines another approximate equation by substituting w for v. It determines a third approximate equation by substituting both w for v and a + v for a. By subtracting these two new equations, we get

 

If we assume that v is small and that the derivative varies continuously in a, then f ′(a + v) is approximately equal to f ′(a), and therefore the right-hand side is approximately zero. The left-hand side can be rewritten in a different way using the linear approximation formula with v + w substituted for v. The linear approximation formula implies:

 

This suggests that f ′(a) is a linear transformation from the vector space Rn to the vector space Rm. In fact, it is possible to make this a precise derivation by measuring the error in the approximations. Assume that the error in these linear approximation formula is bounded by a constant times ||v||, where the constant is independent of v but depends continuously on a. Then, after adding an appropriate error term, all of the above approximate equalities can be rephrased as inequalities. In particular, f ′(a) is a linear transformation up to a small error term. In the limit as v and w tend to zero, it must therefore be a linear transformation. Since we define the total derivative by taking a limit as v goes to zero, f ′(a) must be a linear transformation.

In one variable, the fact that the derivative is the best linear approximation is expressed by the fact that it is the limit of difference quotients. However, the usual difference quotient does not make sense in higher dimensions because it is not usually possible to divide vectors. In particular, the numerator and denominator of the difference quotient are not even in the same vector space: The numerator lies in the codomain Rm while the denominator lies in the domain Rn. Furthermore, the derivative is a linear transformation, a different type of object from both the numerator and denominator. To make precise the idea that f ′(a) is the best linear approximation, it is necessary to adapt a different formula for the one-variable derivative in which these problems disappear. If f : RR, then the usual definition of the derivative may be manipulated to show that the derivative of f at a is the unique number f ′(a) such that

 

This is equivalent to

 

because the limit of a function tends to zero if and only if the limit of the absolute value of the function tends to zero. This last formula can be adapted to the many-variable situation by replacing the absolute values with norms.

The definition of the total derivative of f at a, therefore, is that it is the unique linear transformation f ′(a) : RnRm such that

 

Here h is a vector in Rn, so the norm in the denominator is the standard length on Rn. However, f′(a)h is a vector in Rm, and the norm in the numerator is the standard length on Rm. If v is a vector starting at a, then f ′(a)v is called the pushforward of v by f and is sometimes written fv.

If the total derivative exists at a, then all the partial derivatives and directional derivatives of f exist at a, and for all v, f ′(a)v is the directional derivative of f in the direction v. If we write f using coordinate functions, so that f = (f1, f2, ..., fm), then the total derivative can be expressed using the partial derivatives as a matrix. This matrix is called the Jacobian matrix of f at a:

 

The existence of the total derivative f′(a) is strictly stronger than the existence of all the partial derivatives, but if the partial derivatives exist and are continuous, then the total derivative exists, is given by the Jacobian, and depends continuously on a.

The definition of the total derivative subsumes the definition of the derivative in one variable. That is, if f is a real-valued function of a real variable, then the total derivative exists if and only if the usual derivative exists. The Jacobian matrix reduces to a 1×1 matrix whose only entry is the derivative f′(x). This 1×1 matrix satisfies the property that f(a + h) − (f(a) + f ′(a)h) is approximately zero, in other words that

 

Up to changing variables, this is the statement that the function   is the best linear approximation to f at a.

The total derivative of a function does not give another function in the same way as the one-variable case. This is because the total derivative of a multivariable function has to record much more information than the derivative of a single-variable function. Instead, the total derivative gives a function from the tangent bundle of the source to the tangent bundle of the target.

The natural analog of second, third, and higher-order total derivatives is not a linear transformation, is not a function on the tangent bundle, and is not built by repeatedly taking the total derivative. The analog of a higher-order derivative, called a jet, cannot be a linear transformation because higher-order derivatives reflect subtle geometric information, such as concavity, which cannot be described in terms of linear data such as vectors. It cannot be a function on the tangent bundle because the tangent bundle only has room for the base space and the directional derivatives. Because jets capture higher-order information, they take as arguments additional coordinates representing higher-order changes in direction. The space determined by these additional coordinates is called the jet bundle. The relation between the total derivative and the partial derivatives of a function is paralleled in the relation between the kth order jet of a function and its partial derivatives of order less than or equal to k.

By repeatedly taking the total derivative, one obtains higher versions of the Fréchet derivative, specialized to Rp. The kth order total derivative may be interpreted as a map

 

which takes a point x in Rn and assigns to it an element of the space of k-linear maps from Rn to Rm – the "best" (in a certain precise sense) k-linear approximation to f at that point. By precomposing it with the diagonal map Δ, x → (x, x), a generalized Taylor series may be begun as

 

where f(a) is identified with a constant function, xiai are the components of the vector xa, and (Df)i and (D2f)jk are the components of Df and D2f as linear transformations.

Generalizations

The concept of a derivative can be extended to many other settings. The common thread is that the derivative of a function at a point serves as a linear approximation of the function at that point.

  • An important generalization of the derivative concerns complex functions of complex variables, such as functions from (a domain in) the complex numbers   to  . The notion of the derivative of such a function is obtained by replacing real variables with complex variables in the definition. If   is identified with   by writing a complex number   as  , then a differentiable function from   to   is certainly differentiable as a function from   to   (in the sense that its partial derivatives all exist), but the converse is not true in general: the complex derivative only exists if the real derivative is complex linear and this imposes relations between the partial derivatives called the Cauchy–Riemann equations – see holomorphic functions.
  • Another generalization concerns functions between differentiable or smooth manifolds. Intuitively speaking such a manifold   is a space that can be approximated near each point   by a vector space called its tangent space: the prototypical example is a smooth surface in  . The derivative (or differential) of a (differentiable) map   between manifolds, at a point   in  , is then a linear map from the tangent space of   at   to the tangent space of   at  . The derivative function becomes a map between the tangent bundles of   and  . This definition is fundamental in differential geometry and has many uses – see pushforward (differential) and pullback (differential geometry).
  • Differentiation can also be defined for maps between infinite dimensional vector spaces such as Banach spaces and Fréchet spaces. There is a generalization both of the directional derivative, called the Gateaux derivative, and of the differential, called the Fréchet derivative.
  • One deficiency of the classical derivative is that very many functions are not differentiable. Nevertheless, there is a way of extending the notion of the derivative so that all continuous functions and many other functions can be differentiated using a concept known as the weak derivative. The idea is to embed the continuous functions in a larger space called the space of distributions and only require that a function is differentiable "on average".
  • The properties of the derivative have inspired the introduction and study of many similar objects in algebra and topology — see, for example, differential algebra.
  • The discrete equivalent of differentiation is finite differences. The study of differential calculus is unified with the calculus of finite differences in time scale calculus.
  • Also see arithmetic derivative.

History

Calculus, known in its early history as infinitesimal calculus, is a mathematical discipline focused on limits, functions, derivatives, integrals, and infinite series. Isaac Newton and Gottfried Leibniz independently discovered calculus in the mid-17th century. However, each inventor claimed the other stole his work in a bitter dispute that continued until the end of their lives.

See also

Notes

  1. ^ Differential calculus, as discussed in this article, is a very well established mathematical discipline for which there are many sources. See Apostol 1967, Apostol 1969, and Spivak 1994.
  2. ^ In the formulation of calculus in terms of limits, the du symbol has been assigned various meanings by various authors. Some authors do not assign a meaning to du by itself, but only as part of the symbol du/dx. Others define dx as an independent variable, and define du by du = dxf(x). In non-standard analysis du is defined as an infinitesimal. It is also interpreted as the exterior derivative of a function u. See differential (infinitesimal) for further information.
  3. ^ This can also be expressed as the operation known as currying.

References

  1. ^ Banach, S. (1931), "Uber die Baire'sche Kategorie gewisser Funktionenmengen", Studia Math., 3 (3): 174–179, doi:10.4064/sm-3-1-174-179.. Cited by Hewitt, E; Stromberg, K (1963), Real and abstract analysis, Springer-Verlag, Theorem 17.8
  2. ^ Apostol 1967, §4.18
  3. ^ Manuscript of November 11, 1675 (Cajori vol. 2, page 204)
  4. ^ "The Notation of Differentiation". MIT. 1998. Retrieved 24 October 2012.
  5. ^ Evans, Lawrence (1999). Partial Differential Equations. American Mathematical Society. p. 63. ISBN 0-8218-0772-2.
  6. ^ Kreyszig, Erwin (1991). Differential Geometry. New York: Dover. p. 1. ISBN 0-486-66721-9.

Bibliography

Print

Online books

  • Crowell, Benjamin (2017), Fundamentals of Calculus
  • (Govt. of TN), TamilNadu Textbook Corporation (2006), (PDF), archived from the original (PDF) on 2016-01-15, retrieved 2014-11-29
  • Garrett, Paul (2004), Notes on First-Year Calculus, University of Minnesota
  • Hussain, Faraz (2006), Understanding Calculus
  • Keisler, H. Jerome (2000), Elementary Calculus: An Approach Using Infinitesimals
  • Mauch, Sean (2004), , archived from the original on 2006-04-15
  • Sloughter, Dan (2000), Difference Equations to Differential Equations
  • Strang, Gilbert (1991), Calculus
  • Stroyan, Keith D. (1997), A Brief Introduction to Infinitesimal Calculus
  • Wikibooks, Calculus

External links

derivative, this, article, about, term, used, calculus, less, technical, overview, subject, differential, calculus, other, uses, disambiguation, mathematics, derivative, function, real, variable, measures, sensitivity, change, function, value, output, value, w. This article is about the term as used in calculus For a less technical overview of the subject see differential calculus For other uses see Derivative disambiguation In mathematics the derivative of a function of a real variable measures the sensitivity to change of the function value output value with respect to a change in its argument input value Derivatives are a fundamental tool of calculus For example the derivative of the position of a moving object with respect to time is the object s velocity this measures how quickly the position of the object changes when time advances The graph of a function drawn in black and a tangent line to that graph drawn in red The slope of the tangent line is equal to the derivative of the function at the marked point The derivative of a function of a single variable at a chosen input value when it exists is the slope of the tangent line to the graph of the function at that point The tangent line is the best linear approximation of the function near that input value For this reason the derivative is often described as the instantaneous rate of change the ratio of the instantaneous change in the dependent variable to that of the independent variable Derivatives can be generalized to functions of several real variables In this generalization the derivative is reinterpreted as a linear transformation whose graph is after an appropriate translation the best linear approximation to the graph of the original function The Jacobian matrix is the matrix that represents this linear transformation with respect to the basis given by the choice of independent and dependent variables It can be calculated in terms of the partial derivatives with respect to the independent variables For a real valued function of several variables the Jacobian matrix reduces to the gradient vector The process of finding a derivative is called differentiation The reverse process is called antidifferentiation The fundamental theorem of calculus relates antidifferentiation with integration Differentiation and integration constitute the two fundamental operations in single variable calculus Note 1 Contents 1 Definition 2 Continuity and differentiability 3 Derivative as a function 4 Higher derivatives 4 1 Inflection point 5 Notation details 5 1 Leibniz s notation 5 2 Lagrange s notation 5 3 Newton s notation 5 4 Euler s notation 6 Rules of computation 6 1 Rules for basic functions 6 2 Rules for combined functions 6 3 Computation example 7 Definition with hyperreals 8 In higher dimensions 8 1 Vector valued functions 8 2 Partial derivatives 8 3 Directional derivatives 8 4 Total derivative total differential and Jacobian matrix 9 Generalizations 10 History 11 See also 12 Notes 13 References 14 Bibliography 14 1 Print 14 2 Online books 15 External linksDefinitionA function of a real variable f x is differentiable at a point a of its domain if its domain contains an open interval I containing a and the limit L lim h 0 f a h f a h displaystyle L lim h to 0 frac f a h f a h exists This means that for every positive real number e displaystyle varepsilon even very small there exists a positive real number d displaystyle delta such that for every h such that h lt d displaystyle h lt delta and h 0 displaystyle h neq 0 then f a h displaystyle f a h is defined and L f a h f a h lt e displaystyle left L frac f a h f a h right lt varepsilon where the vertical bars denote the absolute value see e d definition of limit If the function f is differentiable at a that is if the limit L exists then this limit is called the derivative of f at a and denoted f a displaystyle f a read as f prime of a or d f d x a textstyle frac df dx a read as the derivative of f with respect to x at a or df by or over dx at a see Notation details below Continuity and differentiability This function does not have a derivative at the marked point as the function is not continuous there specifically it has a jump discontinuity If f is differentiable at a then f must also be continuous at a As an example choose a point a and let f be the step function that returns the value 1 for all x less than a and returns a different value 10 for all x greater than or equal to a f cannot have a derivative at a If h is negative then a h displaystyle a h is on the low part of the step so the secant line from a to a h displaystyle a h is very steep as h tends to zero the slope tends to infinity If h is positive then a h displaystyle a h is on the high part of the step so the secant line from a to a h displaystyle a h has slope zero Consequently the secant lines do not approach any single slope so the limit of the difference quotient does not exist The absolute value function is continuous but fails to be differentiable at x 0 since the tangent slopes do not approach the same value from the left as they do from the right However even if a function is continuous at a point it may not be differentiable there For example the absolute value function given by f x x displaystyle f x x is continuous at x 0 displaystyle x 0 but it is not differentiable there If h is positive then the slope of the secant line from 0 to h is one if h is negative then the slope of the secant line from 0 to h is 1 This can be seen graphically as a kink or a cusp in the graph at x 0 displaystyle x 0 Even a function with a smooth graph is not differentiable at a point where its tangent is vertical For instance the function given by f x x 1 3 displaystyle f x x 1 3 is not differentiable at x 0 displaystyle x 0 In summary a function that has a derivative is continuous but there are continuous functions that do not have a derivative Most functions that occur in practice have derivatives at all points or at almost every point Early in the history of calculus many mathematicians assumed that a continuous function was differentiable at most points Under mild conditions for example if the function is a monotone or a Lipschitz function this is true However in 1872 Weierstrass found the first example of a function that is continuous everywhere but differentiable nowhere This example is now known as the Weierstrass function In 1931 Stefan Banach proved that the set of functions that have a derivative at some point is a meager set in the space of all continuous functions 1 Informally this means that hardly any random continuous functions have a derivative at even one point Derivative as a function The derivative at different points of a differentiable function In this case the derivative is equal to sin x 2 2 x 2 cos x 2 displaystyle sin left x 2 right 2x 2 cos left x 2 right Let f be a function that has a derivative at every point in its domain We can then define a function that maps every point x to the value of the derivative of f at x This function is written f and is called the derivative function or the derivative of f Sometimes f has a derivative at most but not all points of its domain The function whose value at a equals f a whenever f a is defined and elsewhere is undefined is also called the derivative of f It is still a function but its domain may be smaller than the domain of f Using this idea differentiation becomes a function of functions The derivative is an operator whose domain is the set of all functions that have derivatives at every point of their domain and whose range is a set of functions If we denote this operator by D then D f is the function f Since D f is a function it can be evaluated at a point a By the definition of the derivative function D f a f a For comparison consider the doubling function given by f x 2x f is a real valued function of a real number meaning that it takes numbers as inputs and has numbers as outputs 1 2 2 4 3 6 displaystyle begin aligned 1 amp mapsto 2 2 amp mapsto 4 3 amp mapsto 6 end aligned The operator D however is not defined on individual numbers It is only defined on functions D x 1 x 0 D x x x 1 D x x 2 x 2 x displaystyle begin aligned D x mapsto 1 amp x mapsto 0 D x mapsto x amp x mapsto 1 D left x mapsto x 2 right amp x mapsto 2 cdot x end aligned Because the output of D is a function the output of D can be evaluated at a point For instance when D is applied to the square function x x2 D outputs the doubling function x 2x which we named f x This output function can then be evaluated to get f 1 2 f 2 4 and so on Higher derivativesLet f be a differentiable function and let f be its derivative The derivative of f if it has one is written f and is called the second derivative of f Similarly the derivative of the second derivative if it exists is written f and is called the third derivative of f Continuing this process one can define if it exists the n th derivative as the derivative of the n 1 th derivative These repeated derivatives are called higher order derivatives The n th derivative is also called the derivative of order n or n th order derivative first second third order derivative etc and denoted f n If x t represents the position of an object at time t then the higher order derivatives of x have specific interpretations in physics The first derivative of x is the object s velocity The second derivative of x is the acceleration The third derivative of x is the jerk And finally the fourth through sixth derivatives of x are snap crackle and pop most applicable to astrophysics A function f need not have a derivative for example if it is not continuous Similarly even if f does have a derivative it may not have a second derivative For example let f x x 2 if x 0 x 2 if x 0 displaystyle f x begin cases x 2 amp text if x geq 0 x 2 amp text if x leq 0 end cases Calculation shows that f is a differentiable function whose derivative at x displaystyle x is given by f x 2 x if x 0 2 x if x 0 displaystyle f x begin cases 2x amp text if x geq 0 2x amp text if x leq 0 end cases f x is twice the absolute value function at x displaystyle x and it does not have a derivative at zero Similar examples show that a function can have a k th derivative for each non negative integer k but not a k 1 th derivative A function that has k successive derivatives is called k times differentiable If in addition the k th derivative is continuous then the function is said to be of differentiability class Ck This is a stronger condition than having k derivatives as shown by the second example of Smoothness Examples A function that has infinitely many derivatives is called infinitely differentiable or smooth On the real line every polynomial function is infinitely differentiable By standard differentiation rules if a polynomial of degree n is differentiated n times then it becomes a constant function All of its subsequent derivatives are identically zero In particular they exist so polynomials are smooth functions The derivatives of a function f at a point x provide polynomial approximations to that function near x For example if f is twice differentiable then f x h f x f x h 1 2 f x h 2 displaystyle f x h approx f x f x h tfrac 1 2 f x h 2 in the sense that lim h 0 f x h f x f x h 1 2 f x h 2 h 2 0 displaystyle lim h to 0 frac f x h f x f x h frac 1 2 f x h 2 h 2 0 If f is infinitely differentiable then this is the beginning of the Taylor series for f evaluated at x h around x Inflection point Main article Inflection point A point where the second derivative of a function changes sign is called an inflection point 2 At an inflection point the second derivative may be zero as in the case of the inflection point x 0 of the function given by f x x 3 displaystyle f x x 3 or it may fail to exist as in the case of the inflection point x 0 of the function given by f x x 1 3 displaystyle f x x frac 1 3 At an inflection point a function switches from being a convex function to being a concave function or vice versa Notation details Main article Notation for differentiation Leibniz s notation Main article Leibniz s notation The symbols d x displaystyle dx d y displaystyle dy and d y d x displaystyle frac dy dx were introduced by Gottfried Wilhelm Leibniz in 1675 3 It is still commonly used when the equation y f x displaystyle y f x is viewed as a functional relationship between dependent and independent variables Then the first derivative is denoted by d y d x d f d x or d d x f displaystyle frac dy dx quad frac df dx text or frac d dx f and was once thought of as an infinitesimal quotient Higher derivatives are expressed using the notation d n y d x n d n f d x n or d n d x n f displaystyle frac d n y dx n quad frac d n f dx n text or frac d n dx n f for the n displaystyle n th derivative of y f x displaystyle y f x These are abbreviations for multiple applications of the derivative operator For example d 2 y d x 2 d d x d y d x displaystyle frac d 2 y dx 2 frac d dx left frac dy dx right With Leibniz s notation we can write the derivative of y displaystyle y at the point x a displaystyle x a in two different ways d y d x x a d y d x a displaystyle left frac dy dx right x a frac dy dx a Leibniz s notation allows one to specify the variable for differentiation in the denominator which is relevant in partial differentiation It also can be used to write the chain rule as Note 2 d y d x d y d u d u d x displaystyle frac dy dx frac dy du cdot frac du dx Lagrange s notation Sometimes referred to as prime notation 4 one of the most common modern notations for differentiation is due to Joseph Louis Lagrange and uses the prime mark so that the derivative of a function f displaystyle f is denoted f displaystyle f Similarly the second and third derivatives are denoted f f displaystyle f f and f f displaystyle f f To denote the number of derivatives beyond this point some authors use Roman numerals in superscript whereas others place the number in parentheses f i v displaystyle f mathrm iv or f 4 displaystyle f 4 The latter notation generalizes to yield the notation f n displaystyle f n for the nth derivative of f displaystyle f this notation is most useful when we wish to talk about the derivative as being a function itself as in this case the Leibniz notation can become cumbersome Newton s notation Newton s notation for differentiation also called the dot notation places a dot over the function name to represent a time derivative If y f t displaystyle y f t then y displaystyle dot y and y displaystyle ddot y denote respectively the first and second derivatives of y displaystyle y This notation is used exclusively for derivatives with respect to time or arc length It is typically used in differential equations in physics and differential geometry 5 6 The dot notation however becomes unmanageable for high order derivatives order 4 or more and cannot deal with multiple independent variables Euler s notation Euler s notation uses a differential operator D displaystyle D which is applied to a function f displaystyle f to give the first derivative D f displaystyle Df The n displaystyle n th derivative is denoted D n f displaystyle D n f If y f x displaystyle y f x is a dependent variable then often the subscript x displaystyle x is attached to the D displaystyle D to clarify the independent variable x displaystyle x Euler s notation is then written D x y displaystyle D x y or D x f x displaystyle D x f x although this subscript is often omitted when the variable x displaystyle x is understood for instance when this is the only independent variable present in the expression Euler s notation is useful for stating and solving linear differential equations Rules of computationMain article Differentiation rules The derivative of a function can in principle be computed from the definition by considering the difference quotient and computing its limit In practice once the derivatives of a few simple functions are known the derivatives of other functions are more easily computed using rules for obtaining derivatives of more complicated functions from simpler ones Rules for basic functions Here are the rules for the derivatives of the most common basic functions where a is a real number Derivatives of powers d d x x a a x a 1 displaystyle frac d dx x a ax a 1 Exponential and logarithmic functions d d x e x e x displaystyle frac d dx e x e x d d x a x a x ln a a gt 0 displaystyle frac d dx a x a x ln a qquad a gt 0 d d x ln x 1 x x gt 0 displaystyle frac d dx ln x frac 1 x qquad x gt 0 d d x log a x 1 x ln a x a gt 0 displaystyle frac d dx log a x frac 1 x ln a qquad x a gt 0 Trigonometric functions d d x sin x cos x displaystyle frac d dx sin x cos x d d x cos x sin x displaystyle frac d dx cos x sin x d d x tan x sec 2 x 1 cos 2 x 1 tan 2 x displaystyle frac d dx tan x sec 2 x frac 1 cos 2 x 1 tan 2 x Inverse trigonometric functions d d x arcsin x 1 1 x 2 1 lt x lt 1 displaystyle frac d dx arcsin x frac 1 sqrt 1 x 2 qquad 1 lt x lt 1 d d x arccos x 1 1 x 2 1 lt x lt 1 displaystyle frac d dx arccos x frac 1 sqrt 1 x 2 qquad 1 lt x lt 1 d d x arctan x 1 1 x 2 displaystyle frac d dx arctan x frac 1 1 x 2 Rules for combined functions Here are some of the most basic rules for deducing the derivative of a compound function from derivatives of basic functions Constant rule if f displaystyle f is constant then for all x displaystyle x f x 0 displaystyle f x 0 Sum rule a f b g a f b g displaystyle alpha f beta g alpha f beta g for all functions f displaystyle f and g displaystyle g and all real numbers a displaystyle alpha and b displaystyle beta Product rule f g f g f g displaystyle fg f g fg for all functions f displaystyle f and g displaystyle g As a special case this rule includes the fact a f a f displaystyle alpha f alpha f whenever a displaystyle alpha is a constant because a f 0 f 0 displaystyle alpha f 0 cdot f 0 by the constant rule Quotient rule f g f g f g g 2 displaystyle left frac f g right frac f g fg g 2 for all functions f displaystyle f and g displaystyle g at all inputs where g 0 Chain rule for composite functions If f x h g x displaystyle f x h g x then f x h g x g x displaystyle f x h g x cdot g x Computation example The derivative of the function given by f x x 4 sin x 2 ln x e x 7 displaystyle f x x 4 sin left x 2 right ln x e x 7 is f x 4 x 4 1 d x 2 d x cos x 2 d ln x d x e x ln x d e x d x 0 4 x 3 2 x cos x 2 1 x e x ln x e x displaystyle begin aligned f x amp 4x 4 1 frac d left x 2 right dx cos left x 2 right frac d left ln x right dx e x ln x frac d left e x right dx 0 amp 4x 3 2x cos left x 2 right frac 1 x e x ln x e x end aligned Here the second term was computed using the chain rule and third using the product rule The known derivatives of the elementary functions x2 x4 sin x ln x and exp x ex as well as the constant 7 were also used Definition with hyperrealsRelative to a hyperreal extension R R displaystyle mathbb R subset mathbb R of the real numbers the derivative of a real function y f x displaystyle y f x at a real point x displaystyle x can be defined as the shadow of the quotient D y D x displaystyle tfrac Delta y Delta x for infinitesimal D x displaystyle Delta x where D y f x D x f x displaystyle Delta y f x Delta x f x Here the natural extension of f displaystyle f to the hyperreals is still denoted f displaystyle f Here the derivative is said to exist if the shadow is independent of the infinitesimal chosen In higher dimensionsSee also Vector calculus and Multivariable calculus Vector valued functions A vector valued function y of a real variable sends real numbers to vectors in some vector space Rn A vector valued function can be split up into its coordinate functions y1 t y2 t yn t meaning that y t y1 t yn t This includes for example parametric curves in R2 or R3 The coordinate functions are real valued functions so the above definition of derivative applies to them The derivative of y t is defined to be the vector called the tangent vector whose coordinates are the derivatives of the coordinate functions That is y t y 1 t y n t displaystyle mathbf y t y 1 t ldots y n t Equivalently y t lim h 0 y t h y t h displaystyle mathbf y t lim h to 0 frac mathbf y t h mathbf y t h if the limit exists The subtraction in the numerator is the subtraction of vectors not scalars If the derivative of y exists for every value of t then y is another vector valued function If e1 en is the standard basis for Rn then y t can also be written as y1 t e1 yn t en If we assume that the derivative of a vector valued function retains the linearity property then the derivative of y t must be y 1 t e 1 y n t e n displaystyle y 1 t mathbf e 1 cdots y n t mathbf e n because each of the basis vectors is a constant This generalization is useful for example if y t is the position vector of a particle at time t then the derivative y t is the velocity vector of the particle at time t Partial derivatives Main article Partial derivative Suppose that f is a function that depends on more than one variable for instance f x y x 2 x y y 2 displaystyle f x y x 2 xy y 2 f can be reinterpreted as a family of functions of one variable indexed by the other variables f x y f x y x 2 x y y 2 displaystyle f x y f x y x 2 xy y 2 In other words every value of x chooses a function denoted fx which is a function of one real number Note 3 That is x f x displaystyle x mapsto f x f x y x 2 x y y 2 displaystyle f x y x 2 xy y 2 Once a value of x is chosen say a then f x y determines a function fa that sends y to a2 ay y2 f a y a 2 a y y 2 displaystyle f a y a 2 ay y 2 In this expression a is a constant not a variable so fa is a function of only one real variable Consequently the definition of the derivative for a function of one variable applies f a y a 2 y displaystyle f a y a 2y The above procedure can be performed for any choice of a Assembling the derivatives together into a function gives a function that describes the variation of f in the y direction f y x y x 2 y displaystyle frac partial f partial y x y x 2y This is the partial derivative of f with respect to y Here is a rounded d called the partial derivative symbol To distinguish it from the letter d is sometimes pronounced der del or partial instead of dee In general the partial derivative of a function f x1 xn in the direction xi at the point a1 an is defined to be f x i a 1 a n lim h 0 f a 1 a i h a n f a 1 a i a n h displaystyle frac partial f partial x i a 1 ldots a n lim h to 0 frac f a 1 ldots a i h ldots a n f a 1 ldots a i ldots a n h In the above difference quotient all the variables except xi are held fixed That choice of fixed values determines a function of one variable f a 1 a i 1 a i 1 a n x i f a 1 a i 1 x i a i 1 a n displaystyle f a 1 ldots a i 1 a i 1 ldots a n x i f a 1 ldots a i 1 x i a i 1 ldots a n and by definition d f a 1 a i 1 a i 1 a n d x i a i f x i a 1 a n displaystyle frac df a 1 ldots a i 1 a i 1 ldots a n dx i a i frac partial f partial x i a 1 ldots a n In other words the different choices of a index a family of one variable functions just as in the example above This expression also shows that the computation of partial derivatives reduces to the computation of one variable derivatives This is fundamental for the study of the functions of several real variables Let f x1 xn be such a real valued function If all partial derivatives f xj of f are defined at the point a a1 an these partial derivatives define the vector f a 1 a n f x 1 a 1 a n f x n a 1 a n displaystyle nabla f a 1 ldots a n left frac partial f partial x 1 a 1 ldots a n ldots frac partial f partial x n a 1 ldots a n right which is called the gradient of f at a If f is differentiable at every point in some domain then the gradient is a vector valued function f that maps the point a1 an to the vector f a1 an Consequently the gradient determines a vector field Directional derivatives Main article Directional derivative If f is a real valued function on Rn then the partial derivatives of f measure its variation in the direction of the coordinate axes For example if f is a function of x and y then its partial derivatives measure the variation in f in the x direction and the y direction They do not however directly measure the variation of f in any other direction such as along the diagonal line y x These are measured using directional derivatives Choose a vector v v 1 v n displaystyle mathbf v v 1 ldots v n The directional derivative of f in the direction of v at the point x is the limit D v f x lim h 0 f x h v f x h displaystyle D mathbf v f mathbf x lim h rightarrow 0 frac f mathbf x h mathbf v f mathbf x h In some cases it may be easier to compute or estimate the directional derivative after changing the length of the vector Often this is done to turn the problem into the computation of a directional derivative in the direction of a unit vector To see how this works suppose that v lu where u is a unit vector in the direction of v Substitute h k l into the difference quotient The difference quotient becomes f x k l l u f x k l l f x k u f x k displaystyle frac f mathbf x k lambda lambda mathbf u f mathbf x k lambda lambda cdot frac f mathbf x k mathbf u f mathbf x k This is l times the difference quotient for the directional derivative of f with respect to u Furthermore taking the limit as h tends to zero is the same as taking the limit as k tends to zero because h and k are multiples of each other Therefore Dv f lDu f Because of this rescaling property directional derivatives are frequently considered only for unit vectors If all the partial derivatives of f exist and are continuous at x then they determine the directional derivative of f in the direction v by the formula D v f x j 1 n v j f x j displaystyle D mathbf v f boldsymbol x sum j 1 n v j frac partial f partial x j This is a consequence of the definition of the total derivative It follows that the directional derivative is linear in v meaning that Dv w f Dv f Dw f The same definition also works when f is a function with values in Rm The above definition is applied to each component of the vectors In this case the directional derivative is a vector in Rm Total derivative total differential and Jacobian matrix Main article Total derivative When f is a function from an open subset of Rn to Rm then the directional derivative of f in a chosen direction is the best linear approximation to f at that point and in that direction But when n gt 1 no single directional derivative can give a complete picture of the behavior of f The total derivative gives a complete picture by considering all directions at once That is for any vector v starting at a the linear approximation formula holds f a v f a f a v displaystyle f mathbf a mathbf v approx f mathbf a f mathbf a mathbf v Just like the single variable derivative f a is chosen so that the error in this approximation is as small as possible If n and m are both one then the derivative f a is a number and the expression f a v is the product of two numbers But in higher dimensions it is impossible for f a to be a number If it were a number then f a v would be a vector in Rn while the other terms would be vectors in Rm and therefore the formula would not make sense For the linear approximation formula to make sense f a must be a function that sends vectors in Rn to vectors in Rm and f a v must denote this function evaluated at v To determine what kind of function it is notice that the linear approximation formula can be rewritten as f a v f a f a v displaystyle f mathbf a mathbf v f mathbf a approx f mathbf a mathbf v Notice that if we choose another vector w then this approximate equation determines another approximate equation by substituting w for v It determines a third approximate equation by substituting both w for v and a v for a By subtracting these two new equations we get f a v w f a v f a w f a f a v w f a w displaystyle f mathbf a mathbf v mathbf w f mathbf a mathbf v f mathbf a mathbf w f mathbf a approx f mathbf a mathbf v mathbf w f mathbf a mathbf w If we assume that v is small and that the derivative varies continuously in a then f a v is approximately equal to f a and therefore the right hand side is approximately zero The left hand side can be rewritten in a different way using the linear approximation formula with v w substituted for v The linear approximation formula implies 0 f a v w f a v f a w f a f a v w f a f a v f a f a w f a f a v w f a v f a w displaystyle begin aligned 0 amp approx f mathbf a mathbf v mathbf w f mathbf a mathbf v f mathbf a mathbf w f mathbf a amp f mathbf a mathbf v mathbf w f mathbf a f mathbf a mathbf v f mathbf a f mathbf a mathbf w f mathbf a amp approx f mathbf a mathbf v mathbf w f mathbf a mathbf v f mathbf a mathbf w end aligned This suggests that f a is a linear transformation from the vector space Rn to the vector space Rm In fact it is possible to make this a precise derivation by measuring the error in the approximations Assume that the error in these linear approximation formula is bounded by a constant times v where the constant is independent of v but depends continuously on a Then after adding an appropriate error term all of the above approximate equalities can be rephrased as inequalities In particular f a is a linear transformation up to a small error term In the limit as v and w tend to zero it must therefore be a linear transformation Since we define the total derivative by taking a limit as v goes to zero f a must be a linear transformation In one variable the fact that the derivative is the best linear approximation is expressed by the fact that it is the limit of difference quotients However the usual difference quotient does not make sense in higher dimensions because it is not usually possible to divide vectors In particular the numerator and denominator of the difference quotient are not even in the same vector space The numerator lies in the codomain Rm while the denominator lies in the domain Rn Furthermore the derivative is a linear transformation a different type of object from both the numerator and denominator To make precise the idea that f a is the best linear approximation it is necessary to adapt a different formula for the one variable derivative in which these problems disappear If f R R then the usual definition of the derivative may be manipulated to show that the derivative of f at a is the unique number f a such that lim h 0 f a h f a f a h h 0 displaystyle lim h to 0 frac f a h f a f a h h 0 This is equivalent to lim h 0 f a h f a f a h h 0 displaystyle lim h to 0 frac f a h f a f a h h 0 because the limit of a function tends to zero if and only if the limit of the absolute value of the function tends to zero This last formula can be adapted to the many variable situation by replacing the absolute values with norms The definition of the total derivative of f at a therefore is that it is the unique linear transformation f a Rn Rm such that lim h 0 f a h f a f a h h 0 displaystyle lim mathbf h to 0 frac lVert f mathbf a mathbf h f mathbf a f mathbf a mathbf h rVert lVert mathbf h rVert 0 Here h is a vector in Rn so the norm in the denominator is the standard length on Rn However f a h is a vector in Rm and the norm in the numerator is the standard length on Rm If v is a vector starting at a then f a v is called the pushforward of v by f and is sometimes written f v If the total derivative exists at a then all the partial derivatives and directional derivatives of f exist at a and for all v f a v is the directional derivative of f in the direction v If we write f using coordinate functions so that f f1 f2 fm then the total derivative can be expressed using the partial derivatives as a matrix This matrix is called the Jacobian matrix of f at a f a Jac a f i x j i j displaystyle f mathbf a operatorname Jac mathbf a left frac partial f i partial x j right ij The existence of the total derivative f a is strictly stronger than the existence of all the partial derivatives but if the partial derivatives exist and are continuous then the total derivative exists is given by the Jacobian and depends continuously on a The definition of the total derivative subsumes the definition of the derivative in one variable That is if f is a real valued function of a real variable then the total derivative exists if and only if the usual derivative exists The Jacobian matrix reduces to a 1 1 matrix whose only entry is the derivative f x This 1 1 matrix satisfies the property that f a h f a f a h is approximately zero in other words that f a h f a f a h displaystyle f a h approx f a f a h Up to changing variables this is the statement that the function x f a f a x a displaystyle x mapsto f a f a x a is the best linear approximation to f at a The total derivative of a function does not give another function in the same way as the one variable case This is because the total derivative of a multivariable function has to record much more information than the derivative of a single variable function Instead the total derivative gives a function from the tangent bundle of the source to the tangent bundle of the target The natural analog of second third and higher order total derivatives is not a linear transformation is not a function on the tangent bundle and is not built by repeatedly taking the total derivative The analog of a higher order derivative called a jet cannot be a linear transformation because higher order derivatives reflect subtle geometric information such as concavity which cannot be described in terms of linear data such as vectors It cannot be a function on the tangent bundle because the tangent bundle only has room for the base space and the directional derivatives Because jets capture higher order information they take as arguments additional coordinates representing higher order changes in direction The space determined by these additional coordinates is called the jet bundle The relation between the total derivative and the partial derivatives of a function is paralleled in the relation between the kth order jet of a function and its partial derivatives of order less than or equal to k By repeatedly taking the total derivative one obtains higher versions of the Frechet derivative specialized to Rp The kth order total derivative may be interpreted as a map D k f R n L k R n R n R m displaystyle D k f mathbb R n to L k mathbb R n times cdots times mathbb R n mathbb R m which takes a point x in Rn and assigns to it an element of the space of k linear maps from Rn to Rm the best in a certain precise sense k linear approximation to f at that point By precomposing it with the diagonal map D x x x a generalized Taylor series may be begun as f x f a D f x a D 2 f D x a f a D f x a D 2 f x a x a f a i D f i x i a i j k D 2 f j k x j a j x k a k displaystyle begin aligned f mathbf x amp approx f mathbf a Df mathbf x a left D 2 f right Delta mathbf x a cdots amp f mathbf a Df mathbf x a left D 2 f right mathbf x a mathbf x a cdots amp f mathbf a sum i Df i x i a i sum j k left D 2 f right jk x j a j x k a k cdots end aligned where f a is identified with a constant function xi ai are the components of the vector x a and Df i and D2f jk are the components of Df and D2f as linear transformations GeneralizationsMain article Generalizations of the derivative The concept of a derivative can be extended to many other settings The common thread is that the derivative of a function at a point serves as a linear approximation of the function at that point An important generalization of the derivative concerns complex functions of complex variables such as functions from a domain in the complex numbers C displaystyle mathbb C to C displaystyle mathbb C The notion of the derivative of such a function is obtained by replacing real variables with complex variables in the definition If C displaystyle mathbb C is identified with R 2 displaystyle mathbb R 2 by writing a complex number z displaystyle z as x i y displaystyle x iy then a differentiable function from C displaystyle mathbb C to C displaystyle mathbb C is certainly differentiable as a function from R 2 displaystyle mathbb R 2 to R 2 displaystyle mathbb R 2 in the sense that its partial derivatives all exist but the converse is not true in general the complex derivative only exists if the real derivative is complex linear and this imposes relations between the partial derivatives called the Cauchy Riemann equations see holomorphic functions Another generalization concerns functions between differentiable or smooth manifolds Intuitively speaking such a manifold M displaystyle M is a space that can be approximated near each point x displaystyle x by a vector space called its tangent space the prototypical example is a smooth surface in R 3 displaystyle mathbb R 3 The derivative or differential of a differentiable map f M N displaystyle f M to N between manifolds at a point x displaystyle x in M displaystyle M is then a linear map from the tangent space of M displaystyle M at x displaystyle x to the tangent space of N displaystyle N at f x displaystyle f x The derivative function becomes a map between the tangent bundles of M displaystyle M and N displaystyle N This definition is fundamental in differential geometry and has many uses see pushforward differential and pullback differential geometry Differentiation can also be defined for maps between infinite dimensional vector spaces such as Banach spaces and Frechet spaces There is a generalization both of the directional derivative called the Gateaux derivative and of the differential called the Frechet derivative One deficiency of the classical derivative is that very many functions are not differentiable Nevertheless there is a way of extending the notion of the derivative so that all continuous functions and many other functions can be differentiated using a concept known as the weak derivative The idea is to embed the continuous functions in a larger space called the space of distributions and only require that a function is differentiable on average The properties of the derivative have inspired the introduction and study of many similar objects in algebra and topology see for example differential algebra The discrete equivalent of differentiation is finite differences The study of differential calculus is unified with the calculus of finite differences in time scale calculus Also see arithmetic derivative HistoryMain article History of calculus Calculus known in its early history as infinitesimal calculus is a mathematical discipline focused on limits functions derivatives integrals and infinite series Isaac Newton and Gottfried Leibniz independently discovered calculus in the mid 17th century However each inventor claimed the other stole his work in a bitter dispute that continued until the end of their lives See also Mathematics portalApplications of derivatives Automatic differentiation Differentiability class Differentiation rules Differintegral Fractal derivative Generalizations of the derivative Hasse derivative History of calculus Integral Infinitesimal Linearization Mathematical analysis Multiplicative inverse Numerical differentiation Rate mathematics Radon Nikodym theorem Symmetric derivative Schwarzian derivativeNotes Differential calculus as discussed in this article is a very well established mathematical discipline for which there are many sources See Apostol 1967 Apostol 1969 and Spivak 1994 In the formulation of calculus in terms of limits the du symbol has been assigned various meanings by various authors Some authors do not assign a meaning to du by itself but only as part of the symbol du dx Others define dx as an independent variable and define du by du dx f x In non standard analysis du is defined as an infinitesimal It is also interpreted as the exterior derivative of a function u See differential infinitesimal for further information This can also be expressed as the operation known as currying References Banach S 1931 Uber die Baire sche Kategorie gewisser Funktionenmengen Studia Math 3 3 174 179 doi 10 4064 sm 3 1 174 179 Cited by Hewitt E Stromberg K 1963 Real and abstract analysis Springer Verlag Theorem 17 8 Apostol 1967 4 18 Manuscript of November 11 1675 Cajori vol 2 page 204 The Notation of Differentiation MIT 1998 Retrieved 24 October 2012 Evans Lawrence 1999 Partial Differential Equations American Mathematical Society p 63 ISBN 0 8218 0772 2 Kreyszig Erwin 1991 Differential Geometry New York Dover p 1 ISBN 0 486 66721 9 BibliographyPrint Anton Howard Bivens Irl Davis Stephen February 2 2005 Calculus Early Transcendentals Single and Multivariable 8th ed New York Wiley ISBN 978 0 471 47244 5 Apostol Tom M June 1967 Calculus Vol 1 One Variable Calculus with an Introduction to Linear Algebra vol 1 2nd ed Wiley ISBN 978 0 471 00005 1 Apostol Tom M June 1969 Calculus Vol 2 Multi Variable Calculus and Linear Algebra with Applications vol 1 2nd ed Wiley ISBN 978 0 471 00007 5 Courant Richard John Fritz December 22 1998 Introduction to Calculus and Analysis Vol 1 Springer Verlag ISBN 978 3 540 65058 4 Eves Howard January 2 1990 An Introduction to the History of Mathematics 6th ed Brooks Cole ISBN 978 0 03 029558 4 Larson Ron Hostetler Robert P Edwards Bruce H February 28 2006 Calculus Early Transcendental Functions 4th ed Houghton Mifflin Company ISBN 978 0 618 60624 5 Spivak Michael September 1994 Calculus 3rd ed Publish or Perish ISBN 978 0 914098 89 8 Stewart James December 24 2002 Calculus 5th ed Brooks Cole ISBN 978 0 534 39339 7 Thompson Silvanus P September 8 1998 Calculus Made Easy Revised Updated Expanded ed New York St Martin s Press ISBN 978 0 312 18548 0 Online books Crowell Benjamin 2017 Fundamentals of Calculus Govt of TN TamilNadu Textbook Corporation 2006 Mathematics vol 2 PDF archived from the original PDF on 2016 01 15 retrieved 2014 11 29 Garrett Paul 2004 Notes on First Year Calculus University of Minnesota Hussain Faraz 2006 Understanding Calculus Keisler H Jerome 2000 Elementary Calculus An Approach Using Infinitesimals Mauch Sean 2004 Unabridged Version of Sean s Applied Math Book archived from the original on 2006 04 15 Sloughter Dan 2000 Difference Equations to Differential Equations Strang Gilbert 1991 Calculus Stroyan Keith D 1997 A Brief Introduction to Infinitesimal Calculus Wikibooks CalculusExternal linksDifferentiation at Wikipedia s sister projects Definitions from Wiktionary Textbooks from Wikibooks Resources from Wikiversity Derivative Encyclopedia of Mathematics EMS Press 2001 1994 Khan Academy Newton Leibniz and Usain Bolt Weisstein Eric W Derivative MathWorld Online Derivative Calculator from Wolfram Alpha Retrieved from https en wikipedia org w index php title Derivative amp oldid 1152225508, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.