For each of the following points ,(x0,y0), evaluate the gradient ∇f(x0,y0) and sketch the gradient vector with its tail at .(x0,y0). Some of the vectors are too long to fit onto the plot, but we'd like to draw them to scale; to do so, scale each vector by a factor of 1/4.
By applying the numbers to the above equation,
\(\nabla f(x,y) = (2x,-2y)\).
\(\nabla f (2,0) = (4,0), ∇f(0,2) = ⟨0,−4⟩ \)
$$∇f(2,2) = ⟨4,−4⟩, ∇f(2,1) = ⟨4,−2⟩$$
$$∇f (−3, 2) = ⟨−3, −4⟩, ∇f (−2, −4) = ⟨−4, 8⟩$$
$$∇f(0,0) = ⟨0,0⟩$$