MATH 251 Lecture 11

From Notes
Jump to navigation Jump to search

« previous | Friday, February 10, 2012 | next »

Test 1 in 1 week

Multidimensional Limits

We only have a way to show that limits do not exist.

"Functions are continuous except when they are not continuous."

Chain Rule

Recall from Calc 2 that

ddx(f(g(x)))=f(g(x))g(x)

The multivariable version:

ddt(f(x(t),y(t)))=fx(x(t),y(t))x(t)+fy(x(t),y(t))y(t)=fxdxdt+fydydt

Example

f(x,y)=excosyx(t)=ty(t)=2t2

Calculate dfdt

dfdt=fx1+fy(4t)fx=excosyfy=exsinydfdt=et[cos2t24tsin2t2]

Evil Example

f=f(x,y,t)x=x(y,t)y=y(t)f(x(y(t),t),y(t),t)

Create a Tree: f |-- x | |-- y | | `--t | `-- t |-- y | `-- t `-- t

dfdt=fx(xyy+xt)+fyy+ft

Directional Derivative

Gradient