Chapter 14 - Module 1-5 Flashcards
How to take a limit in the Multivariable case
Check from all directions; the limit must match in all directions in order to be valid
Formal Partial Derivative Definitions
Clairaut’s Theorem
fxy=fyx
The tangent plane to a surface defined by z=f(x,y) at the point (x0,y0,z0) is
z = z0 + fx(x0,y0)(x-x0) + fy(x0,y0)(y-y0)
Linear Approximation
L(x,y) = f(x0,y0) + fx(x0,y0)(x-x0) + fy(x0,y0)(y-y0)
Total Differential f(x,y,z)
df = fxdx + fydy + fzdz
= (∂f/∂x)dx + (∂f/∂y)dy + (∂f/∂z)dz
The General Chain Rule
(d/dt)f(x(t),y(t)) = (∂f/∂x)(dx/dt) + (∂f/∂y)(dy/dt)
Implicit Differentiation Formula
dy/dx = -Fx/Fy
Directional Derivative Definition
Duf(x,y) = fx(x,y)a + fy(x,y)b
= fx(x,y)cosθ + fy(x,y)sinθ
The Gradient of a function f(x,y) is the vector function ∇f defined by
∇f(x,y) = < fx(x,y), fy(x,y) >
= (∂f/∂x)i + (∂f/∂y)j
Combined Directional Derivative Definition
Duf(x,y) = ∇f(x,y) • u
The maximum value of the directional derivative Duf(x) is
|∇f(x)|, which occurs when u has the same direction as the gradient vector ∇f(x)
Second Derivatives Test
If fx(a,b) and fy(a,b) = 0 [that is, (a,b) is a critical point of f]. Let
D = D(a,b) = fxx(a,b)fyy(a,b) - [fxy(a,b)]2
(a) If D > 0 and fxx(a,b) > 0, then f(a,b) is a local minimum.
(b) If D > 0 and fxx(a,b) < 0, then f(a,b) is a local maximum.
(c) If D < 0, then f(a,b) is not a local maximum or minimum.
To find the absolute maximum and minimum values of a continuous function f on a closed, bounded set D:
- Find the values of f at the critical points of f in D
- Find the extreme values of f on the boundary of D
- The largest of the values from steps 1 and 2 is the absolute maximum value; the smallest of these is the absolute minumum value
Method of Lagrange Multipliers
(a) Find all values of x, y, z, and λ such that
∇f(x,y,z) = λ∇g(x,y,z)
and g(x,y,z) = k
(b) Evaluate f at all the points 9x,y,z) that result from step (a). The larhest is the max value of f; the smallest is the min value of f.