Differentiability of a Function

Summary

Differentiability means the function admits a good local linear approximation. In one variable this is equivalent to existence of f(x0) . In several variables, existence of partial derivatives is weaker than differentiability.

Prerequisites

Derivatives, Partial Derivatives, Limits

Definition

One variable

f is differentiable at x0 if there exists L such that

limh0f(x0+h)f(x0)Lhh=0.

Then L=f(x0) .

Two variables

f is differentiable at (x0,y0) if there exist A,B such that

f(x,y)=f(x0,y0)+A(xx0)+B(yy0)+r(x,y),

with

lim(x,y)(x0,y0)r(x,y)(xx0)2+(yy0)2=0.

Necessarily A=fx(x0,y0) and B=fy(x0,y0) when the partials exist.

Conditions / Assumptions

Worked Example

f(x)=|x| is continuous everywhere but not differentiable at 0 .

f(x,y)=x2+y2 has continuous partials fx=2x , fy=2y , hence is differentiable on R2 . The linear approximation at (x0,y0) is

f(x0,y0)+2x0(xx0)+2y0(yy0).

Common Mistakes

Connections

References

Differentiability criteria appear in OpenStax Calculus Volume 3.[1]


  1. OpenStax, Calculus Volume 3, Section 4.4, https://openstax.org/details/books/calculus-volume-3 ↩︎