Partial derivative

From Calculus
Revision as of 22:32, 17 December 2011 by Vipul (talk | contribs) (Created page with "==Definition at a point== ===For a function of two variables=== Suppose <math>f</math> is a real-valued function of two variables <math>x,y</math>, i.e., the domain of <mat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition at a point

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)=ddxf(x0,y)|y=y0

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

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

For a function of multiple variables

Fill this in later