Partial derivative

Partial derivative

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 "f""x", "∂""x""f", 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.

Introduction

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

: f(x, y) = x^2 + xy + y^2.,

It is difficult to describe the derivative of such a function, as there are an infinite number of tangent lines to every point on this surface. Partial differentiation is the act of choosing one of these lines and finding its slope. Usually, the lines of most interest are those that are parallel to the "x"-axis, and those that are parallel to the "y"-axis.

A good way to find these parallel lines is to treat the other variable as a constant. For example, to find the tangent line of the above function at (1, 1, 3) that is parallel to the "x"-axis, we treat "y" as a constant one. The graph and this plane are shown on the right. On the left, we see the way the function looks on the plane "y" = 1. By finding the tangent line on this graph, we discover that the slope of the tangent line of "ƒ" at (1, 1, 3) that is parallel to the x axis is three. We write this in notation as

: frac{part z}{part x} = 3

at the point (1, 1, 3),

or as "The partial derivative with respect to "x" at (1, 1, 3) is 3."

Definition

The function "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 + xy + y^2.,

In other words, every value of "x" defines a function, denoted "fx", which is a function of one real number. [This can also be expressed as the adjointness between the product space and function space constructions.] That is,

: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" which sends "y" to "a"2 + "ay" + "y"2:

: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, that being "y". Consequently the definition of the derivative for a function of one variable applies:

: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 which describes the variation of "f" in the "y" direction:

:frac{part f}{part 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", "dah", or "partial" instead of "dee".

In general, the partial derivative of a function "f"("x"1,...,"x""n") in the direction "xi" at the point ("a"1,...,"an") is defined to be:

:frac{part f}{part x_i}(a_1,ldots,a_n) = lim_{h o 0}frac{f(a_1,ldots,a_i+h,ldots,a_n) - f(a_1,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,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,

: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).

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"("x"1,..."x""n") on a domain in Euclidean space R"n" (e.g., on R2 or R3). In this case "f" has a partial derivative ∂"f"/∂"x""j" with respect to each variable "x""j". At the point "a", these partial derivatives define the vector

: abla f(a) = left(frac{partial f}{partial x_1}(a), ldots, frac{partial f}{partial x_n}(a) ight).

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

Consider the volume "V" of a cone; it depends on the cone's height "h" and its radius "r" according to the formula:V(r, h) = frac{pi r^2 h}{3}.

The partial derivative of "V" with respect to "r" is :frac{ partial V}{partial r} = frac{ 2 pi r h}{3}.

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:frac{ partial V}{partial h} = frac{pi r^2}{3}

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: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{partial h}{partial r}

and: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{partial r}{partial h}

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"::k = frac{h}{r} = frac{partial h}{partial r}

This gives the total derivative::frac{operatorname dV}{operatorname dr} = frac{2 pi r h}{3} + kfrac{pi r^2}{3}

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:

:frac{ partial f}{ partial x} = f_x = partial_x f.

Second-order partial derivatives:

:frac{ partial^2 f}{ partial x^2} = f_{xx} = partial_{xx} f.

Second-order mixed derivatives:

:frac{partial^2 f}{partial y , partial x} = frac{partial}{partial y} left( frac{partial f}{partial x} ight) = f_{xy} = partial_{yx} f.

Higher-order partial and mixed derivatives:

:frac{ partial^{i+j+k} f}{ partial x^i, partial y^j, partial z^k } = f^{(i, j, k)}.

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

:left( frac{partial f}{partial x} ight)_{y,z}.

Formal definition and properties

Like ordinary derivatives, the partial derivative is defined as a limit. Let "U" be an open subset of R"n" and "f" : "U" → R a function. We define the partial derivative of "f" at the point "a" = ("a"1, ..., "a""n") ∈ "U" with respect to the "i"-th variable "x""i" as

:frac{ partial }{partial x_i }f(mathbf{a}) =lim_{h ightarrow 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 }

Even if all partial derivatives ∂"f"/∂"x""i"("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" : "U" → "R"'"m") by carefully using a componentwise argument.

The partial derivative frac{partial f}{partial x} 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:

:frac{partial^2f}{partial x_i, partial x_j} = frac{partial^2f} {partial x_j, partial x_i}.

ee also


*d'Alembertian operator
*Chain rule
*Curl (mathematics)
*Directional derivative
*Divergence
*Exterior derivative
*Gradient
*Jacobian
*Laplacian
*Symmetry of second derivatives
*Triple product rule, also known as the cyclic chain rule.

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • partial derivative — n. Math. the result of differentiating a function of more than one variable with respect to a particular variable, with the other variables kept constant: the notation ∂f/∂x means the partial derivative of the function f with respect to x …   English World dictionary

  • partial derivative — Math. the derivative of a function with respect to one of its variables with all other variables held constant. [1970 75] * * * In differential calculus, the derivative of a function of several variables with respect to change in just one of its… …   Universalium

  • partial derivative — noun the derivative of a function of two or more variables with respect to a single variable while the other variables are considered to be constant • Syn: ↑partial • Hypernyms: ↑derived function, ↑derivative, ↑differential coefficient,… …   Useful english dictionary

  • partial derivative — noun a derivative with respect to one variable of a function of several variables See Also: partial differential equation …   Wiktionary

  • partial derivative — noun Date: 1889 the derivative of a function of several variables with respect to one of them and with the remaining variables treated as constants …   New Collegiate Dictionary

  • partial derivative — noun Mathematics a derivative of a function of two or more variables with respect to one variable, the other(s) being treated as constant …   English new terms dictionary

  • partial derivative — par′tial deriv′ative n. Math. math. the derivative of a function with respect to one of its variables with all other variables held constant …   From formal English to slang

  • partial derivative — /paʃəl dəˈrɪvətɪv/ (say pahshuhl duh rivuhtiv) noun Mathematics a derivative of a function of several variables with respect to one of the variables, the other variables being regarded as constant …  

  • Derivative (generalizations) — Derivative is a fundamental construction of differential calculus and admits many possible generalizations within the fields of mathematical analysis, combinatorics, algebra, and geometry. Derivatives in analysis In real, complex, and functional… …   Wikipedia

  • Second partial derivative test — In mathematics, the second partial derivatives test is a method in multivariable calculus used to determine if a critical point ( x , y ) is a minimum, maximum or saddle point.Suppose that :M = f {xx}(a,b)f {yy}(a,b) left( f {xy}(a,b) ight)^2 or… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”