MATH 251 Lecture 9

From Notes
Jump to navigation Jump to search

« previous | Monday, February 6, 2012 | next »


Differential of a Function

(Section 12.4)

The derivative of a function at a point p is the best linear approximation of f(x)f(p)

df=fxdx+fydy=fxdx+fydy=fdx,dy=fds

Example

f(x) is a single variable function.

f(x+h)=f(x)+f(x)h+O(h2), where f(x)=limh0f(x+h)f(x)h

The best approximation for f(x+h)f(x) is f(x)h

Multivariable

For p=(x0,y0)

f(x0+h,y0+k)f(x0,y0)fx(x0,y0)h+fy(x0,y0)kfx(x0,y0)h+fy(x0,y0)k


Example

Estimate f(1.1,1.2), where f(x,y)=exysin(x2y2)


df={fx=yexysin(x2y2)+2xexycos(x2y2)fy=xexysin(x2y2)2yexycos(x2y2)

f(1,1)=0f(1.1,1.2)0.2edx=.1,dy=.2df=f(1,1)+f(1.1,1.2).2e

Tangent Plane

zz0=fx(x0,y0)(xx0)+fy(x0,y0)(yy0)