What are contours
Contours are curves in the (x,y) plane on which the function has a given constant value.
F(x,y) = C
How do you find the gradient or grad f
You take the partial derivative of x and y and then you put it into a column matrix.
What does the grad f
A vector which points in the direction of the greatest increase in the plane.
And
It’s magnitude also equals the max rate of change.
What is the formula for the tangent plane.
Tangent plane z = F(x0 ,y0) + ( x - x0) *gradF|x=x0