If f(x,y) is differentiable at (x0,y0) then:
f(x,y)≈f(x0,y0)+fx(x0,y0)Δx+fy(x0,y0)Δy
Total Differential
For z=f(x,y), the total differential is:
dz=fx(x,y)dx+fy(x,y)dy
dz gives the exact change in the tangent plane for increments dx and dy. It approximates Δz=f(x+dx,y+dy)−f(x,y) when dx and dy are small.
Example
Approximate f(2.01,3.98) where f(x,y)=x2+xy.
At (x0,y0)=(2,4):
- f(2,4)=4+8=12
- fx=2x+y⇒fx(2,4)=8
- fy=x⇒fy(2,4)=2
Δf≈8(0.01)+2(−0.02)=0.08−0.04=0.04
f(2.01,3.98)≈12.04