Partial derivative

From Calculus
Revision as of 01:02, 2 April 2012 by Vipul (talk | contribs)

Definition at a point

Generic definition

Suppose f is a function of more than one variable, where x is one of the input variables to f. Fix a choice x=x0 and fix the values of all the other variables. The partial derivative of f with respect to x, denoted f/x, or fx, is defined as the derivative at x0 of the function that sends x to f at x for the same fixed choice of the other input variables.

For a function of two variables

Suppose f is a real-valued function of two variables x,y, i.e., the domain of f is a subset of R2. Suppose (x0,y0) is a point in the domain of f. We define the partial derivatives at (x0,y0) as follows:

Item For partial derivative with respect to x For partial derivative with respect to y
Notation f(x,y)x|(x,y)=(x0,y0)
Also denoted fx(x0,y0) or f1(x0,y0)
f(x,y)y|(x,y)=(x0,y0)
Also denoted fy(x0,y0) or f2(x0,y0)
Definition as derivative ddxf(x,y0)|x=x0. In other words, it is the derivative (at x=x0) of the function xf(x,y0) ddyf(x0,y)|y=y0. In other words, it is the derivative (at y=y0) of the function yf(x0,y).
Definition as limit (using derivative as limit of difference quotient) limxx0f(x,y0)f(x0,y0)xx0
limh0f(x0+h,y0)f(x0,y0)h
limyy0f(x0,y)f(x0,y0)yy0
limh0f(x0,y0+h)f(x0,y0)h
Definition as directional derivative Directional derivative at (x0,y0) with respect to a unit vector in the positive x-direction. Directional derivative at (x0,y0) with respect to a unit vector in the positive y-direction.

For a function of multiple variables

The notation here gets a little messy, so read it carefully. We consider a function f of n variables, which we generically denote (x1,x2,,xn) respectively. Consider a point (a1,a2,,an) in the domain of the function. In other words, this is a point where x1=a1,x2=a2,,xn=an.

Suppose i is a natural number in the set {1,2,3,,n}.

Item Value for partial derivative with respect to xi
Notation xif(x1,x2,,xn)|(x1,x2,,xn)=(a1,a2,,an)
Also denoted fxi(a1,a2,,an) or fi(a1,a2,,an)
Definition as derivative ddxif(a1,a2,,ai1,xi,ai+1,,an)|xi=ai. In other words, it is the derivative (evaluated at ai) of the function xf(x1,x2,,xi1,ai,xi+1,,xn) with respect to xi, evaluated at the point xi=ai.
Definition as a limit (using derivative as limit of difference quotient) limxiaif(a1,a2,,ai1,xi,ai+1,,an)f(a1,a2,,an)xiai
Definition as a directional derivative Directional derivative in the positive xi-direction.

Definition as a function

Generic definition

The partial derivative of a function f of n variables with respect to one of its inputs is defined as the function that sends each point to the partial derivative of f with respect to that input at that point. The domain of this is defined as the set of those points in the domain of f where the partial derivative exists. In particular, the domain of the partial derivative of f is a subset of the domain of f.

Note a key fact: the general expression for the partial derivative with respect to any of the inputs is an expression in terms of all the inputs. For instance, the general expression for fx(x,y) is an expression involving both x and y. This is because, even though the y-coordinate is kept constant when calculating the partial derivative at a particular point, that constant value need not be the same at all the points.

MORE ON THE WAY THIS DEFINITION OR FACT IS PRESENTED: We first present the version that deals with a specific point (typically with a

{}0

subscript) in the domain of the relevant functions, and then discuss the version that deals with a point that is free to move in the domain, by dropping the subscript. Why do we do this?
The purpose of the specific point version is to emphasize that the point is fixed for the duration of the definition, i.e., it does not move around while we are defining the construct or applying the fact. However, the definition or fact applies not just for a single point but for all points satisfying certain criteria, and thus we can get further interesting perspectives on it by varying the point we are considering. This is the purpose of the second, generic point version.

Definition for two functions

Suppose f is a real-valued function of two variables x,y, i.e., the domain of f is a subset of R2. The partial derivatives of f with respect to x and y are both functions of two variables each of which has domain a subset of the domain of f.

Item For partial derivative with respect to x For partial derivative with respect to y
Notation Failed to parse (syntax error): {\displaystyle \frac{\partial f(x,y)}{\partial x}}}
Also denoted fx(x,y) or f1(x,y)
f(x,y)y
Also denoted fy(x,y) or f2(x,y)
Definition as derivative It is the derivative of the function xf(x,y), treating y as an unknown constant It is the derivative of the function yf(x,y), treating x as an unknown constant
Definition as limit (using derivative as limit of difference quotient) limh0f(x+h,y)f(x,y)h limh0f(x,y+h)f(x,y)h
Definition as directional derivative Directional derivative with respect to a unit vector in the positive x-direction. Directional derivative with respect to a unit vector in the positive y-direction.