Partial derivative

Revision as of 13:41, 6 September 2012 by WikiBot (talk | contribs) (Robot: Automated text replacement (-{{reflist}} +{{reflist|2}}, -<references /> +{{reflist|2}}, -{{WikiDoc Cardiology Network Infobox}} +))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In mathematics, a partial derivative of a function of several variables is its derivative with respect to one of those variables with the others held constant (as opposed to the total derivative, in which all variables are allowed to vary). Partial derivatives are useful in vector calculus and differential geometry.

The partial derivative of a function f with respect to the variable x is written as fx, xf, or ∂f/∂x. The partial-derivative symbol is a rounded letter, distinguished from the straight d of total-derivative notation. The notation was introduced by Legendre and gained general acceptance after its reintroduction by Jacobi.

Definition

Suppose that f is a function of more than one variable. For instance,

<math> f(x, y) = x^2 + xy + y^2.\, </math>

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

<math>f(x,y) = f_x(y) = \,\! x^2 + xy + y^2.\,</math>

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

<math>x \mapsto f_x, \,</math>
<math>f_x(y) = x^2 + xy + y^2.\,</math>

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

<math>f_a(y) = a^2 + ay + y^2. \,</math>

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

<math>f_a'(y) = a + 2y. \,</math>

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

<math>\frac{\part f}{\part y}(x,y) = x + 2y.\,</math>

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:

<math>\frac{\part f}{\part 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_n)}{h}.</math>

In the above difference quotient, all the variables except xi are held fixed. That choice of fixed values determines a function of one variable <math>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)</math>, and by definition,

<math>\frac{df_{a_1,\ldots,a_{i-1},a_{i+1},\ldots,a_n}}{dx_i}(a_1,\ldots,a_n) = \frac{\part f}{\part x_i}(a_1,\ldots,a_n).</math>

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.

An important example of a function of several variables is the case of a scalar-valued function f(x1,...xn) on a domain in Euclidean space Rn (e.g., on R2 or R3). In this case f has a partial derivative ∂f/∂xj with respect to each variable xj. At the point a, these partial derivatives define the vector

<math>\nabla f(a) = \left(\frac{\partial f}{\partial x_1}(a), \ldots, \frac{\partial f}{\partial x_n}(a)\right).</math>

This vector 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 which takes the point a to the vector ∇f(a). Consequently the gradient determines a vector field.

Examples

File:Cone 3d.png
The volume of a cone depends on height and radius

Consider the volume V of a cone; it depends on the cone's height h and its radius r according to the formula

<math>V(r, h) = \frac{\pi r^2 h}{3}.</math>

The partial derivative of V with respect to r is

<math>\frac{ \partial V}{\partial r} = \frac{ 2 \pi r h}{3}.</math>

It describes the rate with which a cone's volume changes if its radius is varied and its height is kept constant. The partial derivative with respect to h is

<math>\frac{ \partial V}{\partial h} = \frac{\pi r^2}{3}</math>

and represents the rate with which the volume changes if its height is varied and its radius is kept constant.

Now consider by contrast the total derivative of V with respect to r and h. They are, respectively

<math>\frac{\operatorname dV}{\operatorname dr} = \overbrace{\frac{2 \pi r h}{3}}^\frac{ \partial V}{\partial r} + \overbrace{\frac{\pi r^2}{3}}^\frac{ \partial V}{\partial h}\frac{\operatorname dh}{\operatorname dr}</math>

and

<math>\frac{\operatorname dV}{\operatorname dh} = \overbrace{\frac{\pi r^2}{3}}^\frac{ \partial V}{\partial h} + \overbrace{\frac{2 \pi r h}{3}}^\frac{ \partial V}{\partial r}\frac{\operatorname dr}{\operatorname dh}</math>

We see that the difference between the total and partial derivative is the elimination of indirect dependencies between variables in the latter.

Now suppose that, for some reason, the cone's proportions have to stay the same, and the height and radius are in a fixed ratio k:

<math>k = \frac{h}{r} = \frac{\operatorname dh}{\operatorname dr}</math>

This gives the total derivative:

<math>\frac{\operatorname dV}{\operatorname dr} = \frac{2 \pi r h}{3} + k\frac{\pi r^2}{3}</math>

Equations involving an unknown function's partial derivatives are called partial differential equations and are common in physics, engineering, and other sciences and applied disciplines.

Notation

For the following examples, let f be a function in x, y and z.

First-order partial derivatives:

<math>\frac{ \partial f}{ \partial x} = f_x = \partial_x f.</math>

Second-order partial derivatives:

<math>\frac{ \partial^2 f}{ \partial x^2} = f_{xx} = \partial_{xx} f.</math>

Second-order mixed derivatives:

<math>\frac{\partial^2 f}{\partial y \, \partial x} = f_{xy} = \partial_{xy} f.</math>

Higher-order partial and mixed derivatives:

<math>\frac{ \partial^{i+j+k} f}{ \partial x^i\, \partial y^j\, \partial z^k } = f^{(i, j, k)}.</math>

When dealing with functions of multiple variables, some of these variables may be related to each other, and it may be necessary to specify explicitly which variables are being held constant. In fields such as statistical mechanics, the partial derivative of f with respect to x, holding y and z constant, is often expressed as

<math>\left( \frac{\partial f}{\partial x} \right)_{y,z}.</math>

Formal definition and properties

Like ordinary derivatives, the partial derivative is defined as a limit. Let U be an open subset of Rn and f : UR a function. We define the partial derivative of f at the point a = (a1, ..., an) ∈ U with respect to the i-th variable xi as

<math>\frac{ \partial }{\partial x_i }f(\mathbf{a}) =

\lim_{h \rightarrow 0}{ f(a_1, \dots , a_{i-1}, a_i+h, a_{i+1}, \dots ,a_n) - f(a_1, \dots ,a_n) \over h } </math>

Even if all partial derivatives ∂f/∂xi(a) exist at a given point a, the function need not be continuous there. However, if all partial derivatives exist in a neighborhood of a and are continuous there, then f is totally differentiable in that neighborhood and the total derivative is continuous. In this case, we say that f is a C1 function. We can use this fact to generalize for vector valued functions (f : UR'm) by carefully using a componentwise argument.

The partial derivative <math>\frac{\partial f}{\partial x}</math> can be seen as another function defined on U and can again be partially differentiated. If all mixed second order partial derivatives are continuous at a point (or on a set), we call f a C2 function at that point (or on that set); in this case, the partial derivatives can be exchanged by Clairaut's theorem:

<math>\frac{\partial^2f}{\partial x_i\, \partial x_j} = \frac{\partial^2f} {\partial x_j\, \partial x_i}.</math>

See also

References

  1. This can also be expressed as the adjointness between the product space and function space constructions.

ca:Derivada parcial cs:Parciální derivace de:Partielle Ableitung ko:편미분 is:Hlutafleiða it:Derivata parziale he:נגזרת חלקית lt:Dalinė išvestinė hu:Parciális derivált nl:Partiële afgeleide fi:Osittaisderivaatta sv:Partiell derivata uk:Часткова похідна Template:WikiDoc Sources