The partial derivative ∂f/∂x is the ordinary derivative with respect to x while holding all other variables constant. Partial derivatives measure instantaneous rates of change along coordinate axes and are computed using single-variable differentiation rules.
When you first learned derivatives in single-variable calculus, you always had a function of just one variable — something like f(x) = x³ or g(x) = sin(x). The derivative told you the instantaneous rate of change as x varied. But in multivariable settings, a function like f(x, y) = x²y + 3y² takes two inputs and produces one output. There is no single "slope" anymore — the function can change differently depending on which direction you move. Partial derivatives solve this by asking: what is the rate of change if I move *only* in the x-direction, holding y completely fixed?
The computation rule is elegant: to find ∂f/∂x, treat every variable except x as if it were a constant, then differentiate using all the ordinary single-variable rules you already know. For f(x, y) = x²y + 3y², treating y as a constant coefficient gives ∂f/∂x = 2xy. Treating x as a constant when differentiating with respect to y gives ∂f/∂y = x² + 6y. Each partial derivative is just an ordinary derivative in disguise.
Geometrically, you can think of f(x, y) as defining a surface in three dimensions. If you stand on that surface at the point (x₀, y₀) and walk in the direction parallel to the x-axis, the slope of the surface under your feet is exactly ∂f/∂x at that point. Walk in the y-direction instead, and the slope is ∂f/∂y. Partial derivatives are the tool that lets you measure surface steepness along any coordinate axis.
The most common confusion is mixing up partial derivatives with total derivatives. If y happens to depend on x (say, y = x²), then the total derivative df/dx must account for how y changes too, via the chain rule. The partial derivative ∂f/∂x deliberately ignores that dependence — it freezes y and asks only about direct x-dependence. This distinction matters whenever you are working on a curve or surface defined by a constraint, which you will encounter in Lagrange multipliers and related techniques.
Partial derivatives are the building blocks for almost everything in multivariable calculus. The gradient vector stacks partial derivatives together to point in the direction of steepest ascent. Directional derivatives use them to measure rates of change in any direction. The chain rule in multiple variables chains partial derivatives together. Master the mechanical computation first — it is just single-variable differentiation with extra variables treated as constants — and the geometric intuition will follow naturally from working examples.