mrcleanhands
Homework Statement
If f(x,y) = xy, find the gradient vector \nabla f(3,2) and use it to find the tangent line to the level curve f(x,y) = 6 at the point (3,2)
Homework Equations
The Attempt at a Solution
f(x,y)=xy<br /> \Rightarrow\nabla f(x,y)=<y,x>,\nabla f(3,2)=<2,3>
\nabla f(3,2) is perpendicular to the tanget line, so the tangent line has equation
\nabla f(3,2)\cdot<x-3,y-2>=0... and so on
I understand that the dot product must be 0 if the two vectors are perpendicular.
What I don't get is how they pick the vector <x-3, y-2> given that the point were concered with is (3,2)