Test 3 Flashcards
What is chain rule?
partialX(fullX) + partialY(fullY)
How do you calculate directional derivative?
gradient * unit vector
calculate gradient vector
< fx, fy, fz >
how to find cps
find derivative in terms of each component, find values where each variable = 0, make pts
find local max and mins
- calculate fxx, fyy, fxy
- get d, fxx*fyy - (fxy)^2
- mins –> d>0, fxx>0
- max –> d>0, fxx<0
- if d<0, saddle pt
- d = 0, inconclusive
find absolute max and min (with constraint)
check edges and corners fx = lambda*gx fy = lambda*gy fz = lambda*gz use constraint to find x, y, z sub into original to find abs max and min
IBP formula
uv - int(vdu)
find partial dz/dx (x,y,z)
-Fx/Fz
questions with t
partialzxfullx + partialzyfully
tangent plane
gradient dot < x - xo, y - yo >
direction of max inc/dec
grad(f) |
tangent plane equation for level surface
derivative of each component, plug in point for slope
plug into plane equation
normal line for level surface
get slope, plug into parametric
find abs max/min given ranges
find fx and fy, solve for x and y
check edges, plug in value one at a time, get derivative, these become points
sketch position vector and tangent vecter at pt
plug in point and draw vector, take deriv and plug in