Foundations — Differentiability in multiple variables
Before you can read the parent note, you need every piece of its language built from the ground up. We go symbol by symbol, each one earning its place with a plain-words meaning and a picture, in an order where every step leans on the one before it.
1. Points and the plane: and
- Plain words: is the number line; is two number lines crossed at right angles.
- Picture: a floor tiled with a grid; every crossing is one point .
- Why the topic needs it: our function lives above this floor. The input is always a point on the floor.

2. The function and its graph (a surface)
- Plain words: feed in a spot on the floor, get back how high the ground is there.
- Picture: over every floor-point you stack a vertical pole of length ; the tips of all the poles form a bumpy surface — the graph of .
- Why the topic needs it: "differentiability" is a question about this surface — is it smooth, or secretly broken?
The height is often called , so .
See Continuity in Multiple Variables for what "no sudden jumps in the surface" means precisely.
3. The limit arrow and
- Plain words: "where is this heading as the step gets tiny?"
- Picture: a slider sliding down to ; you watch the output number and read off where it lands.
- Why this tool and not just plugging in ? Many of our expressions are when you set outright — meaningless. The limit lets us ask the trend instead of the forbidden division.
4. Slope in one direction: the partial derivative ,
To talk about "how steep" we first recall the 1-D idea of slope, then aim it along one axis.
Now hold fixed and only walk East (change ):
- Picture: slice the surface with a vertical wall running East–West through . The cut edge is a curve; is its slope.
- is the same idea, wiggling (walking North), slicing with a North–South wall.
- Why the topic needs it: these are the only two slopes partials give you — and the parent note's whole warning is that two slopes are not enough.

Full treatment: Partial Derivatives.
5. Vectors: , , and the bold-face convention
- Plain words: is "how far and which way I stepped off the base point".
- Picture: an amber arrow starting at and pointing to the new spot .
- Why the topic needs it: differentiability must hold for every step — not just East and North, but every diagonal. The vector is how we say "every direction at once".
6. Length of a step:
- Plain words: the ruler-distance from to .
- Picture: the arrow is the hypotenuse of a right triangle with legs and .
- Why this tool? The definition of differentiability divides the error by . To divide by "how far you stepped" we must first measure that distance — that's exactly what the norm does.

7. The gradient and the dot product
- Plain words: = "predicted height-change if you take step " = (East-slope × East-part of step) + (North-slope × North-part of step).
- Picture: the tilted flat board (tangent plane) rising by exactly this amount over the step .
- Why the topic needs it: this dot product is the tilted plane's height-change. The whole game is: does the real surface change by this amount, plus something negligibly small?
More: Gradient and Directional Derivatives.
8. "Negligibly small": the little-o,
- Plain words: not just "the error goes to zero", but "the error is puny compared to the distance you moved".
- Picture: two curves diving to zero as — the error dives below the straight line and stays there.
- Why this tool and not just ? Every continuous function has . That's too weak — it can't tell a genuine tangent plane from any plane grazing the point. Dividing by is the sharper test that pins down tangency.

9. Putting the sentence together
With every symbol earned, the parent's master formula now reads in plain English:
"New height = old height + what the flat tilted board predicts + a leftover so tiny it doesn't count." That leftover being tiny enough — smaller than the step length — is the whole definition of differentiability.
Downstream this feeds Tangent Planes and Linear Approximation, the Chain Rule (Multivariable), the Total Derivative / Jacobian, and the notion of C1 and Smooth Functions.