Partial derivative: Difference between revisions

From Calculus
No edit summary
Line 12: Line 12:
! Item !! For partial derivative with respect to <math>x</math> !! For partial derivative with respect to <math>y</math>
! Item !! For partial derivative with respect to <math>x</math> !! For partial derivative with respect to <math>y</math>
|-
|-
| Notation || <math>\frac{\partial f(x,y)}{\partial x}|_{(x,y) = (x_0,y_0)}</math><br>Also denoted <math>f_x(x_0,y_0</math> or <math>f_1(x_0,y_0)</math> || <math>\frac{\partial f(x,y)}{\partial y}|_{(x,y) = (x_0,y_0)}</math><br>Also denoted <math>f_y(x_0,y_0)</math> or <math>f_2(x_0,y_0)</math>
| Notation || <math>\frac{\partial f(x,y)}{\partial x}|_{(x,y) = (x_0,y_0)}</math><br>Also denoted <math>f_x(x_0,y_0)</math> or <math>f_1(x_0,y_0)</math> || <math>\frac{\partial f(x,y)}{\partial y}|_{(x,y) = (x_0,y_0)}</math><br>Also denoted <math>f_y(x_0,y_0)</math> or <math>f_2(x_0,y_0)</math>
|-
|-
| Definition as [[derivative]] || <math>\frac{d}{dx}f(x,y_0)|_{x = x_0}</math>. In other words, it is the derivative (at <math>x = x_0</math>) of the function <math>x \mapsto f(x,y_0)</math> || <math>\frac{d}{dy}f(x_0,y)|_{y = y_0}</math>. In other words, it is the derivative (at <math>y = y_0</math>) of the function <math>y \mapsto f(x_0,y)</math>.
| Definition as [[derivative]] || <math>\frac{d}{dx}f(x,y_0)|_{x = x_0}</math>. In other words, it is the derivative (at <math>x = x_0</math>) of the function <math>x \mapsto f(x,y_0)</math> || <math>\frac{d}{dy}f(x_0,y)|_{y = y_0}</math>. In other words, it is the derivative (at <math>y = y_0</math>) of the function <math>y \mapsto f(x_0,y)</math>.
Line 18: Line 18:
| Definition as limit (using derivative as limit of difference quotient) || <math>\lim_{x \to x_0} \frac{f(x,y_0) - f(x_0,y_0)}{x - x_0}</math><br><math>\lim_{h \to 0} \frac{f(x_0 + h,y_0) - f(x_0,y_0)}{h}</math> || <math>\lim_{y \to y_0} \frac{f(x_0,y) - f(x_0,y_0)}{y - y_0}</math><br><math>\lim_{h \to 0} \frac{f(x_0,y_0 + h) - f(x_0,y_0)}{h}</math>
| Definition as limit (using derivative as limit of difference quotient) || <math>\lim_{x \to x_0} \frac{f(x,y_0) - f(x_0,y_0)}{x - x_0}</math><br><math>\lim_{h \to 0} \frac{f(x_0 + h,y_0) - f(x_0,y_0)}{h}</math> || <math>\lim_{y \to y_0} \frac{f(x_0,y) - f(x_0,y_0)}{y - y_0}</math><br><math>\lim_{h \to 0} \frac{f(x_0,y_0 + h) - f(x_0,y_0)}{h}</math>
|-
|-
| Definition as [[directional derivative]] || Directional derivative at <math>(x_0,y_0</math> with respect to a unit vector in the positive <math>x</math>-direction. || Directional derivative at <math>(x_0,y_0</math> with respect to a unit vector in the positive <math>y</math>-direction.
| Definition as [[directional derivative]] || Directional derivative at <math>(x_0,y_0)</math> with respect to a unit vector in the positive <math>x</math>-direction. || Directional derivative at <math>(x_0,y_0)</math> with respect to a unit vector in the positive <math>y</math>-direction.
|}
|}


Line 47: Line 47:
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 <math>f_x(x,y)</math> is an expression involving both <math>x</math> and <math>y</math>. This is because, even though the <math>y</math>-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.
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 <math>f_x(x,y)</math> is an expression involving both <math>x</math> and <math>y</math>. This is because, even though the <math>y</math>-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.


{{generic point-specific point confusion}}
{{generic point specific point confusion}}
 
===Definition for two functions===
 
Suppose <math>f</math> is a real-valued function of two variables <math>x,y</math>, i.e., the [[domain]] of <math>f</math> is a subset of <math>\R^2</math>. The partial derivatives of <math>f</math> with respect to <math>x</math> and <math>y</math> are ''both'' functions of two variables each of which has domain a subset of the domain of <math>f</math>.
 
{| class="sortable" border="1"
! Item !! For partial derivative with respect to <math>x</math> !! For partial derivative with respect to <math>y</math>
|-
| Notation || <math>\frac{\partial f(x,y)}{\partial x}}</math><br>Also denoted <math>f_x(x,y)</math> or <math>f_1(x,y)</math> || <math>\frac{\partial f(x,y)}{\partial y}</math><br>Also denoted <math>f_y(x,y)</math> or <math>f_2(x,y)</math>
|-
| Definition as [[derivative]] || It is the derivative of the function <math>x \mapsto f(x,y)</math>, treating <math>y</math> as an unknown constant || It is the derivative of the function <math>y \mapsto f(x,y)</math>, treating <math>x</math> as an unknown constant
|-
| Definition as limit (using derivative as limit of difference quotient) || <math>\lim_{h \to 0} \frac{f(x + h,y) - f(x,y)}{h}</math> || <math>\lim_{h \to 0} \frac{f(x,y + h) - f(x,y)}{h}</math>
|-
| Definition as [[directional derivative]] || Directional derivative with respect to a unit vector in the positive <math>x</math>-direction. || Directional derivative with respect to a unit vector in the positive <math>y</math>-direction.
|}

Revision as of 01:02, 2 April 2012

Definition at a point

Generic definition

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

For a function of two variables

Suppose is a real-valued function of two variables , i.e., the domain of is a subset of . Suppose is a point in the domain of . We define the partial derivatives at as follows:

Item For partial derivative with respect to For partial derivative with respect to
Notation
Also denoted or

Also denoted or
Definition as derivative . In other words, it is the derivative (at ) of the function . In other words, it is the derivative (at ) of the function .
Definition as limit (using derivative as limit of difference quotient)

Definition as directional derivative Directional derivative at with respect to a unit vector in the positive -direction. Directional derivative at with respect to a unit vector in the positive -direction.

For a function of multiple variables

The notation here gets a little messy, so read it carefully. We consider a function of variables, which we generically denote respectively. Consider a point in the domain of the function. In other words, this is a point where .

Suppose is a natural number in the set .

Item Value for partial derivative with respect to
Notation
Also denoted or
Definition as derivative . In other words, it is the derivative (evaluated at ) of the function with respect to , evaluated at the point .
Definition as a limit (using derivative as limit of difference quotient)
Definition as a directional derivative Directional derivative in the positive -direction.

Definition as a function

Generic definition

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

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 is an expression involving both and . This is because, even though the -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 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 is a real-valued function of two variables , i.e., the domain of is a subset of . The partial derivatives of with respect to and are both functions of two variables each of which has domain a subset of the domain of .

Item For partial derivative with respect to For partial derivative with respect to
Notation Failed to parse (syntax error): {\displaystyle \frac{\partial f(x,y)}{\partial x}}}
Also denoted or

Also denoted or
Definition as derivative It is the derivative of the function , treating as an unknown constant It is the derivative of the function , treating as an unknown constant
Definition as limit (using derivative as limit of difference quotient)
Definition as directional derivative Directional derivative with respect to a unit vector in the positive -direction. Directional derivative with respect to a unit vector in the positive -direction.