- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
7 Cards in this Set
- Front
- Back
|
Linearization
|
L(x,y) = f(a,b) + fx(a,b) (x - a) + fy(a,b) (y - b)
|
|
Equation of Tangent Plane
|
z - z0 = fx(x0,y0) (x - x0) + fy(x0,y0) (y - y0)
|
|
Gradient Vector
|
< fx, fy, fz >
|
|
Directional Derivative
|
Du f(x,y,z) = ▽f (x,y,z) * u
where u = vector v / magnitude of v |
|
Second Derivative Test
|
D = fxx(a,b) * fyy(a,b) - [ fxy(a,b) ]^2
|
|
Give the conditions for max and min.
|
If D > 0, and fxx(a,b) > 0 , then it is a minimum.
If D > 0, and fxx(a,b) < 0, then it is a maximum. If D < 0, it is a saddle point. |
|
How do you find extrema?
|
1. Find fx and fy.
2. Set equal to 0 to find critical points. 3. Find equations of lines for the boundaries. 4, Check the endpoints. If slope is negative then highest number is minimum and lowest number is maximum. 5. These are all candidates for absolute maximum and absolute minimum. 6. Compare to find which one it is. |