Daniel B. answered 02/28/21
A retired computer professional to teach math, physics
The answers to all three questions relate to the gradient of f.
∇f(x,y) = (10x, -10y)
∇f(-2,-1) = (-20, 10)
(a) Steepest ascent is in the direction of the gradient,
normalized into a unit vector: (-2√5/5, √5/5).
(b) Steepest descent is in the direction opposite the gradient,
normalized into a unit vector: (2√5/5, -√5/5).
(c) No change is in direction perpendicular to the above.
There are two normalized unit vectors: (√5/5, 2√5/5), (-√5/5, -2√5/5)
I am sorry, I do not understand why (a) and (b) are asking for the unit vectors in plural. In this case those are unique.