Skip to content
Sahithyan's S2
Sahithyan's S2 — Methods of Mathematics

Partial Derivative

Suppose f:(x,y)Rf: (x,y) \rightarrow \mathbb{R}. fxf_x is the partial derivative of ff with respect to xx. yy is considered a constant in this case. Also denoted by fx\frac{\partial{f}}{\partial{x}}, fx(x,y)f_x(x,y). The definition can be extended for functions with more than 2 variables.

Partial derivative of f(x,y)f(x,y) with respect to xx at the point (a,b)(a,b) is:

fx(a,b)=limh0f(a+h,b)f(a,b)hf_x(a,b) = \lim_{h \to 0} \frac{f(a+h,b) - f(a,b)}{h}

Provided that the above limit exists. f(x,b)f(x,b) must be continous at x=ax=a in order for this partial derivative to exist.

Higher partial derivatives

The second-order partial derivates of f(x,y)f(x,y) are:

2fx2=x(fx)=fxx\frac{\partial^2 f}{\partial x^2} = \frac{\partial}{\partial x} \left( \frac{\partial f}{\partial x} \right) = f_{xx} 2fy2=y(fy)=fyy\frac{\partial^2 f}{\partial y^2} = \frac{\partial}{\partial y} \left( \frac{\partial f}{\partial y} \right) = f_{yy} 2fxy=x(fy)=fyx\frac{\partial^2 f}{\partial x \partial y} = \frac{\partial}{\partial x} \left( \frac{\partial f}{\partial y} \right) = f_{yx} 2fyx=y(fx)=fxy\frac{\partial^2 f}{\partial y \partial x} = \frac{\partial}{\partial y} \left( \frac{\partial f}{\partial x} \right) = f_{xy}