1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
Keyword: GRADIENT VECTOR
Problem: "Find ∇f∇f for f(x,y)f(x,y)."
Steps to Solve:
Compute fxfx and fyfy
Write as vector: ∇f=⟨fx,fy⟩∇f=⟨fx,fy⟩
For 3D: ∇f=⟨fx,fy,fz⟩∇f=⟨fx,fy,fz⟩
Keyword: DIRECTIONAL DERIVATIVE
Problem: "Find directional derivative of f at P in direction of vector v."
Steps to Solve:
Compute ∇f(P)∇f(P)
Convert v to unit vector: u⃗=v⃗∣∣v⃗∣∣u=∣∣v∣∣v
Compute Du⃗f(P)=∇f(P)⋅u⃗Duf(P)=∇f(P)⋅u
Keyword: MAX RATE OF CHANGE
Problem: "Find maximum rate of change of f at P and direction in which it occurs."
Steps to Solve:
Compute ∇f(P)∇f(P)
Maximum rate = ∣∣∇f(P)∣∣∣∣∇f(P)∣∣
Direction = ∇f(P)∣∣∇f(P)∣∣∣∣∇f(P)∣∣∇f(P) (unit vector)
Keyword: GRADIENT & LEVEL CURVES
Problem: "Relationship between gradient and level curves/surfaces."
Steps to Solve:
∇f∇f is perpendicular to level curves/surfaces
Points in direction of greatest increase
Zero gradient at critical points