Why isn't my directional derivative coming out right?

hover
Messages
342
Reaction score
0

Homework Statement



Find the directional derivative of f(x, y) = (xy)1/2 at P(6, 6) in the direction of Q(2, 9)

Homework Equations



D_uf(x,y) = \nablaf*u : dot product

The Attempt at a Solution



\nablaf = <y1/2/(2x1/2),x1/2/(2y1/2)>

vector PQ = Q-P = <2-6,9-6> = <-4,3>

unit vector u of PQ is
u = PQ/|PQ| = <-4,3>/(4^2+3^2)1/2 = <-4/5 , 3/5>

D_uf(x,y) = <y1/2/(2x1/2),x1/2/(2y1/2)> * <-4/5 , 3/5> = -2y1/2/(5x1/2) + 3x1/2/(2y1/2)>


so D_uf(6,6) = -2/5+3/2

Somehow this isn't the right answer so where did I go wrong?

Thanks!
 
Physics news on Phys.org
What happened to the 5 in the denominator of 3/5?
 
Dick said:
What happened to the 5 in the denominator of 3/5?

Hmm... that's a good question :P

D_uf(6,6) = -2/5+3/10
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top