4.4.6 · D5Multivariable Calculus

Question bank — Differentiability in multiple variables

1,454 words7 min readBack to topic

Before you start, keep the pictures in mind: a partial derivative only walks due East or due North; differentiability demands a single flat tilted board (the tangent plane) fits from every direction at once. Most traps below are just that distinction wearing a disguise.


True or false — justify

has both partial derivatives at , therefore is continuous at .
False. Partials only probe the two axis directions; the function can jump along a diagonal, e.g. has at the origin yet limit along .
If is differentiable at , then is continuous at .
True. From , both the linear term and vanish as , so .
If is continuous at , then is differentiable at .
False. The arrow only runs one way: is continuous everywhere but has no tangent plane at the origin (a sharp corner).
If both partials are continuous near , then is differentiable at .
True. This is exactly the sufficient condition — the workhorse that lets you skip the raw limit for almost every function you meet.
If is differentiable at , then its partials are continuous at .
False. Differentiable is weaker than . A function can be differentiable at a point while its partials wiggle discontinuously there (e.g. pieced-together -style constructions).
If every directional derivative of exists at , then is differentiable at .
False. Even "all directions" can fail: the formula may break, and continuity can still fail, so directional derivatives everywhere is strictly weaker than differentiability.
A polynomial in and is differentiable everywhere.
True. Its partials are again polynomials, hence continuous everywhere, so it is and therefore differentiable at every point.
If is differentiable at , the only possible linear approximation is .
True. Approaching along each axis forces the coefficients to equal and ; no other linear map can satisfy the condition.
If as , then is the tangent plane.
False. is mere touching (continuity of the error). A tangent plane needs — the error must die faster than the step size.
at and differentiable at are the same thing.
False. (continuous partials) implies differentiable but is genuinely stronger; differentiable functions need not have continuous partials.

Spot the error

" and , so and the tangent plane is ." (for )
The error is assuming a tangent plane exists. Since is discontinuous at the origin it is not differentiable, so "" is just a pair of numbers, not a valid linear approximation.
" is differentiable because I checked the limit along the -axis, the -axis, and , and the error ratio went to 0 on all three."
Three lines are not every direction. The limit must vanish along all paths simultaneously; a fourth curved path could still betray it.
"To find the tangent plane I need the raw limit, so I'll compute it for ."
Overkill and error-prone: the partials and are continuous, so is and the plane is automatically valid.
" is a sum and root of nice functions, so it is differentiable everywhere."
Wrong at the origin: is undefined there (a cone point), so and differentiability both fail at even though they hold everywhere else.
"The error ratio approached along every straight line through , so is differentiable."
Straight lines are still not enough. Some functions send the error ratio to 0 on every line but not along parabolic paths like , so this argument is incomplete.
"Since differentiable continuous, and my is continuous, must be differentiable."
This reverses the implication. Continuity is a consequence of differentiability, not a cause; is the standing counterexample.

Why questions

Why do we divide the error by instead of just requiring ?
Dividing forces the error to be higher-order — smaller than the step itself — which is precisely what distinguishes a genuine tangent plane from any random plane that merely touches the point.
Why are partial derivatives "blind to diagonals"?
Each partial is a one-variable limit taken with the other variable frozen, so it only samples motion parallel to an axis and never sees a step like heading off-axis.
Why is the condition so useful in practice despite being only sufficient?
Almost every function you meet (polynomials, , , ratios away from their zeros) has continuous partials, so a one-line " hence differentiable" replaces a painful limit computation 99% of the time.
Why must the linear map, if it exists, equal the gradient ?
Restricting the approach to the -axis makes the definition collapse to the single-variable derivative in , pinning ; the -axis pins .
Why does differentiability imply all directional derivatives exist and obey ?
The tangent plane is a single linear map; walking along direction just reads that map's slope in that direction, which is the dot product .
Why is differentiability called a "2D requirement" while a partial is "1D"?
A partial checks one frozen slice; differentiability demands a single flat board fit the surface from every point of the surrounding disk, coupling all directions at once.
Why can a function be differentiable at a point yet not there?
Differentiability only asks that a good linear fit exist at that point; it says nothing about the partials matching up smoothly in a neighbourhood, which is the extra demand of .

Edge cases

Is a constant function differentiable? What is its tangent plane?
Yes. Its partials are both (continuous), so it is ; the tangent plane is the flat plane everywhere.
At an isolated point where is only defined (no neighbourhood), can differentiability even be asked?
No. The limit requires approaching from all directions in a surrounding disk, so differentiability needs defined on an open set around the point.
Take at the origin: partials, continuity, differentiability?
Continuous there, but the partials don't exist (the cone tip has no single slope), so it fails differentiability at the origin while remaining differentiable everywhere else.
If but is differentiable, what does the tangent plane look like?
A perfectly horizontal plane — a critical point where the surface is flat to first order (peak, valley, or saddle).
Does differentiability at tell you anything about away from ?
No. It is a purely local, point-by-point property; can be well-behaved at and wildly discontinuous a short distance away.
Can a function be differentiable at exactly one point and nowhere else?
Yes. Constructions like can force a valid linear fit only at the origin, where the multiplying factor crushes all bad behaviour.

Recall One-line summary of the whole bank

Every trap here is the same trap: mistaking axis-information (partials) or touching-information (continuity, ) for the all-directions, faster-than-linear fit that is differentiability.


Connections