Specific slope for directional derivative?

glog
Messages
17
Reaction score
0
Is there a direction where the rate of change is 18, at the point (-1,2) on the function f(x,y) = (x^2)(y^3)+xy?

So I found the gradient of this function, picked a random direction vector u = ( a / (a^2+b^2)^(1/2) , b / (a^2+b^2)^(1/2) ) and took the dot product, and set it to 18... however, I have one equation with two unknowns and no idea how to proceed.

Thank you.
 
Physics news on Phys.org
glog said:
Is there a direction where the rate of change is 18, at the point (-1,2) on the function f(x,y) = (x^2)(y^3)+xy?

So I found the gradient of this function, picked a random direction vector u = ( a / (a^2+b^2)^(1/2) , b / (a^2+b^2)^(1/2) ) and took the dot product, and set it to 18... however, I have one equation with two unknowns and no idea how to proceed.

Thank you.

don't do that mess..

just say u = <a,b> is unit vector
so, a^2+b^2 = 1 would be your second equation
and
<a,b>.del f = 18 your first equation

I found del f to be <-14,11>
this might be wrong, because I didn't recheck my work
 
It doesn't matter if you have 2 unknowns. You're interested in the direction, not the magnitude of the direction vector. Express either a or b in terms of the other and then normalise the vector (a,b)
 
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