Courses / Physics I
Multivariable Calculus

Partial Derivatives

Physics I 191 words Free to read

A partial derivative measures how ff changes when one variable moves while the others are held fixed.

fx=limh0f(x+h,y)f(x,y)h\frac{\partial f}{\partial x} = \lim_{h\to 0}\frac{f(x+h,y)-f(x,y)}{h}

Key insight: Partial derivatives reduce a multivariable problem to a single-variable one by treating all other variables as constants.

Notation

SymbolMeaning
fx=fxf_x = \frac{\partial f}{\partial x}Partial derivative with respect to xx
fy=fyf_y = \frac{\partial f}{\partial y}Partial derivative with respect to yy
fxy=2fyxf_{xy} = \frac{\partial^2 f}{\partial y \partial x}Second-order mixed partial

Geometric interpretation: fx(a,b)f_x(a,b) is the slope of ff at (a,b)(a,b) in the xx-direction. Likewise, fy(a,b)f_y(a,b) is the slope in the yy-direction.

Computation & Rules

Example: For f(x,y)=x2y+3xy2f(x,y) = x^{2}y + 3xy^{2}:

fx=2xy+3y2,fy=x2+6xyf_x = 2xy + 3y^2, \qquad f_y = x^2 + 6xy

Clairaut's theorem: If fxyf_{xy} and fyxf_{yx} are both continuous, the order of differentiation does not matter:

fxy=fyxf_{xy} = f_{yx}

Common pitfall:f/x\partial f / \partial x freezes every other variable, answering a deliberately narrow question. The real-world change of ff when several inputs move at once is the chain rule's job, not a single partial's.

Placeholder: Partial Derivatives

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

14practice questions
2interactive scenes

Multivariable Calculus