Chain rule: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
del spam
Line 46: Line 46:
In order to differentiate the [[trigonometric functions|trigonometric]] function
In order to differentiate the [[trigonometric functions|trigonometric]] function
:<math>f(x) = \sin(x^2),\,</math>
:<math>f(x) = \sin(x^2),\,</math>
one can write ''f''(''x'') = ''h''(''g''(''x'')) with ''h''(''x'') = sin ''x'' and ''g''(''x'') = ''x''<sup>2</sup>. The chain rule then yields
one can write ''f''(''x'') = ''h''(''g''(''x'')) with ''g''(''x'') = ''x'' and ''h''(''x'') = sin ''x''<sup>2</sup>. The chain rule then yields
:<math>f'(x) = 2x \cos(x^2) \,</math>
:<math>f'(x) = 2x \cos(x^2) \,</math>
since ''h''&prime;(''g''(''x'')) = cos(''x''<sup>2</sup>) and ''g''&prime;(''x'') = 2''x''.
since ''h''&prime;(''g''(''x'')) = cos(''x''<sup>2</sup>) and ''g''&prime;(''x'') = 2''x''.

Revision as of 00:46, 14 October 2008

In calculus, the chain rule is a formula for the derivative of the composite of two functions.

In intuitive terms, if a variable, y, depends on a second variable, u, which in turn depends on a third variable, x, then the rate of change of y with respect to x can be computed as the rate of change of y with respect to u multiplied by the rate of change of u with respect to x.

Informal discussion

For an explanation of notation used in this section, see Function composition.

The chain rule states that, under appropriate conditions,

which in short form is written as

Alternatively, in the Leibniz notation, the chain rule is

In integration, the counterpart to the chain rule is the substitution rule.

Theorem

The chain rule in one variable may be stated more completely as follows.[1] Let g be a real-valued function on (a,b) which is differentiable at c ∈ (a,b); and f a real-valued function defined on an interval I containing the range of g and g(c) as an interior point. If f is differentiable at g(c), then

  • is differentiable at x = c, and

Examples

Example I

Suppose that a mountain climber ascends at a rate of 0.5 kilometers per hour. The temperature is lower at higher elevations; suppose the rate by which it decreases is 6 °C per kilometer. If one multiplies 6 °C per kilometer by 0.5 kilometer per hour, one obtains 3 °C per hour. This calculation is a typical chain rule application.

Example II

Consider the function f(x) = (x2 + 1)3. Since f(x) = h(g(x)) where g(x) = x2 + 1 and h(x) = x3 it follows from the chain rule that

In order to differentiate the trigonometric function

one can write f(x) = h(g(x)) with g(x) = x and h(x) = sin x2. The chain rule then yields

since h′(g(x)) = cos(x2) and g′(x) = 2x.

Example III

Differentiate arctan(sin x).

Thus, by the chain rule,

and in particular,

Chain rule for several variables

The chain rule works for functions of more than one variable. Consider the function z = f(x, y) where x = g(t) and y = h(t), and g(t) and h(t) are differentiable with respect to t, then

Suppose that each argument of z = f(u, v) is a two-variable function such that u = h(x, y) and v = g(x, y), and that these functions are all differentiable. Then the chain rule would look like:

If we considered

above as a vector function, we can use vector notation to write the above equivalently as the dot product of the gradient of f and a derivative of :

More generally, for functions of vectors to vectors, the chain rule says that the Jacobian matrix of a composite function is the product of the Jacobian matrices of the two functions:

Proof of the chain rule

Let f and g be functions and let x be a number such that f is differentiable at g(x) and g is differentiable at x. Then by the definition of differentiability,

where ε(δ) → 0 as δ → 0. Similarly,

where η(α) → 0 as α → 0.

Now

where

Observe that as δ → 0, αδ/δg′(x) and αδ → 0, and thus η(αδ) → 0. It follows that

The fundamental chain rule

The chain rule is a fundamental property of all definitions of derivative and is therefore valid in much more general contexts. For instance, if E, F and G are Banach spaces (which includes Euclidean space) and f : EF and g : FG are functions, and if x is an element of E such that f is differentiable at x and g is differentiable at f(x), then the derivative (the Fréchet derivative) of the composition g o f at the point x is given by

Note that the derivatives here are linear maps and not numbers. If the linear maps are represented as matrices (namely Jacobians), the composition on the right hand side turns into a matrix multiplication.

A particularly clear formulation of the chain rule can be achieved in the most general setting: let M, N and P be Ck manifolds (or even Banach-manifolds) and let

f : MN and g : NP

be differentiable maps. The derivative of f, denoted by df, is then a map from the tangent bundle of M to the tangent bundle of N, and we may write

In this way, the formation of derivatives and tangent bundles is seen as a functor on the category of C manifolds with C maps as morphisms.

Tensors and the chain rule

See tensor field for an advanced explanation of the fundamental role the chain rule plays in the geometric nature of tensors.

Higher derivatives

Faà di Bruno's formula generalizes the chain rule to higher derivatives. The first few derivatives are

See also

References

  1. ^ Apostol, Tom (1974). Mathematical analysis (2nd ed. ed.). Addison Wesley. p. Theorem 5.5. {{cite book}}: |edition= has extra text (help)

External links