The Taylor expansion of a smooth function is given by a formula in point of the plane (x0,y0)
f(x,y)=∑k=0∞∑i=0i=kk!f(i,k−i)(x0,y0)(dx)k(dy)k−i
Use it:
f(3,9)=f(2,8)+fx(2,8)(3−2)+fy(2,8)(9−8)=−3
f(3,8)=f(2,8)+fx(2,8)(3−2)=2
f(2,9)=f(2,8)+fy(2,8)(9−8)=1
Comments