Finding a tangent line to a level curve - Don't understand solution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 12K views
mrcleanhands

Homework Statement


If f(x,y) = xy, find the gradient vector [itex]\nabla f(3,2)[/itex] 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


[itex]f(x,y)=xy<br /> \Rightarrow\nabla f(x,y)=<y,x>,\nabla f(3,2)=<2,3>[/itex]
[itex]\nabla f(3,2)[/itex] is perpendicular to the tanget line, so the tangent line has equation
[itex]\nabla f(3,2)\cdot<x-3,y-2>=0[/itex]... 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)
 
Physics news on Phys.org
yeah they're in a plane. But <x-3,y-2> is not a plane?
 
If it were [the plane perpendicular to <2,3>] then the dot product would be zero for every value of x and y so the relation would be useless.

It follows that just knowing that <2,3> is perpendicular to the tangent you want is not good enough - you need a way to select the one you want out of the whole plane. How would you go about that? What is special about this tangent?
 
hi mrcleanhands! :smile:
mrcleanhands said:
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)

if (x,y) lies on the tangent plane, then the vector from (3,2) to (x,y) is a tangent at (3,2), and is parallel to <x-3, y-2> :wink:
 
It follows that just knowing that <2,3> is perpendicular to the tangent you want is not good enough - you need a way to select the one you want out of the whole plane. How would you go about that? What is special about this tangent?
I see, it has to lie on the point (2,3) which you get by taking a line from (3,2) to (x,y)

thanks to both of you!