Rate of change from one point towards another

Punkyc7
Messages
415
Reaction score
0
Suppose z=e^(xy+x-y). How fast is z changing when we move from the origin towards the point (2,1)?



Would it just be 1/sqrt((2^2+1))=1/sqrt(5), i am asking this because does the z=e^(xy+x-y) get used at all?
 
Physics news on Phys.org
The function is what entirely determines the answer.
1/sqrt(5) is how much (x,y) is changing----they're asking for how fast z is changing.

Anytime you're looking for a rate of change, you should be thinking about 'derivatives'. In this case, because they're asking about a particular direction of motion, you should be thinking about 'directional derivatives'.
 
So e^(xy+x-y)
<y+1(e^(xy+x-y)), x-1(e^(xy+x-y))>

would you use the starting point or the ending point?
 
Great start Punkyc.

Punkyc7 said:
So e^(xy+x-y)
<y+1(e^(xy+x-y)), x-1(e^(xy+x-y))>
You have the gradient there, good; that's the first part of finding the http://en.wikipedia.org/wiki/Directional_derivative" .
The key is taking the dot product of that, with a unit vector in the direction of interest.

Punkyc7 said:
would you use the starting point or the ending point?
Look at the wording of the question carefully. You're not actually moving from the origin to (1,2), but you are at the origin moving in that direction.
 
Last edited by a moderator:
So it woud be <1,-1> dot (1/sqrt(5)<1,2>

so we have -1/(sqrt(5))
 
Yup! I think that's it.
Keep in mind: even though this is almost the exact answer you guessed in the first place, that's just a coincidence, and the process is important.
 
Thanks for your help
 
Back
Top