1/12
Flashcards covering directional derivatives, gradient properties, tangent line and plane equations, linearization, and multivariable Taylor series based on MATH 252 lecture notes.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Directional Derivative
The rate of change of a function f(x,y) in the direction of a unit vector v=⟨vx,vy⟩ at a point (x,y), defined by the limit Dv(f)(x,y)=limh→0hf(x+hvx,y+hvy)−f(x,y).
Gradient (∇f)
For a function f(x,y), the vector-valued function defined by ∇f(x,y)=⟨fx(x,y),fy(x,y)⟩. For a function g(x,y,z), it is ∇g(x,y,z)=⟨gx(x,y,z),gy(x,y,z),gz(x,y,z)⟩.
Gradient-Directional Derivative Theorem
If v is any unit vector and f has continuous partial derivatives, the directional derivative satisfies Dvf=∇f⋅v.
Maximum Value of Dvf
The maximum rate of increase occurs when the unit vector v is in the same direction as the gradient ∇f, and its value is equal to the magnitude of the gradient, ∥∇f∥.
Minimum Value of Dvf
The minimum rate of change (maximum decrease) occurs when the unit vector v is in the opposite direction of the gradient ∇f, and its value is −∥∇f∥.
Orthogonality Property of the Gradient
The value of the directional derivative Dvf is zero if and only if the direction vector v is orthogonal (v⋅∇f=0) to the gradient vector.
Normal Vector to Level Curves
For a level curve f(x,y)=c, the gradient vector ∇f(a,b) acts as a normal vector to the graph of the curve at that specific point.
Tangent Line of Implicit Curve
The line tangent to the curve f(x,y)=d at point (a,b) with equation fx(a,b)⋅(x−a)+fy(a,b)⋅(y−b)=0.
Tangent Plane of Implicit Surface
The plane tangent to the surface f(x,y,z)=d at point (a,b,c) with equation fx(a,b,c)⋅(x−a)+fy(a,b,c)⋅(y−b)+fz(a,b,c)⋅(z−c)=0.
Linearization of f(x,y)
The best linear approximation to a differentiable function f near point (a,b), given by L(x,y)=f(a,b)+fx(a,b)⋅(x−a)+fy(a,b)⋅(y−b), which coincides with the tangent plane equation.
Linearization of f(x,y,z)
The best linear approximation to a function of three variables at (a,b,c), defined as L(x,y,z)=f(a,b,c)+fx(a,b,c)⋅(x−a)+fy(a,b,c)⋅(y−b)+fz(a,b,c)⋅(z−c).
Taylor Series (Multivariable)
An infinite sum representing a function through its partial derivatives at a point, expressed for two variables at (a,b) as T(x,y)=∑n=0∞∑k=0nk!(n−k)!(x−a)k(y−b)n−k(∂x)k(∂y)n−k∂nf(a,b).
Taylor's Remainder Theorem (Multivariable)
A theorem providing an upper bound on the error between a function and its degree-d Taylor polynomial: ∣Tk(x,y)−f(x,y)∣≤(k+1)!M⋅(∣x−a∣+∣y−b∣)k+1, where M bounds all (d+1)-order partial derivatives.