Partial derivative: Difference between revisions

From Calculus
Line 19: Line 19:
* '''Partial derivative with respect to <math>y</math>''':
* '''Partial derivative with respect to <math>y</math>''':


<math>\frac{\partial f(x,y)}{\partial y}|_{(x,y) = (x_0,y_0)} = \frac{d}{dx}f(x_0,y)|_{y = y_0}</math>
<math>\frac{\partial f(x,y)}{\partial y}|_{(x,y) = (x_0,y_0)} = \frac{d}{dy}f(x_0,y)|_{y = y_0}</math>


In words, it is the [[derivative]] at <math>y = y_0</math> of the function <math>y \mapsto f(x_0,y)</math>.
In words, it is the [[derivative]] at <math>y = y_0</math> of the function <math>y \mapsto f(x_0,y)</math>.

Revision as of 00:12, 2 April 2012

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. We define the partial derivatives as follows:

  • Partial derivative with respect to x:

f(x,y)x|(x,y)=(x0,y0)=ddxf(x,y0)|x=x0

In words, it is the derivative at x=x0 of the function xf(x,y0).

This partial derivative is also denoted fx(x0,y0) or f1(x0,y0).

  • Partial derivative with respect to y:

f(x,y)y|(x,y)=(x0,y0)=ddyf(x0,y)|y=y0

In words, it is the derivative at y=y0 of the function yf(x0,y).

This partial derivative is also denoted fy(x0,y0) or f2(x0,y0).

For a function of multiple variables

Fill this in later