Freeze, then differentiate
To find ∂x∂f, pretend every other letter is a fixed number and differentiate as usual. Geometrically, you are slicing the surface z=f(x,y) with a plane y=y0 and measuring the slope of the curve you cut out. That is the graph above: drag along it and the tangent’s slope is the partial derivative.
Example
For f(x,y)=x2y3: fx=2xy3 (treat y3 as a constant factor) and fy=3x2y2 (treat x2 as a constant factor). The mixed partials agree: fxy=fyx=6xy2.
Questions students ask
What is a partial derivative?
The rate of change of a multivariable function in one direction, holding every other variable fixed. ∂x∂f treats y as a constant; ∂y∂f treats x as a constant.
How is it different from an ordinary derivative?
The rules are identical; the only change is that other variables behave like numbers. For f=x2y3, ∂x∂f=2xy3 exactly as if y3 were 5.
What are second-order and mixed partials?
fxx differentiates by x twice; fxy differentiates by x then y. For smooth functions fxy=fyx (Clairaut’s theorem). The calculator shows all of them so you can check.
What is the gradient?
The vector of all first partials, ∇f=(fx,fy). It points in the direction of steepest increase and its length is that steepest slope.
What does the graph show?
A slice of the surface: f(x,y0) with y frozen at your chosen value. The slope of the pink tangent on that slice is exactly ∂x∂f at the point.