Find the maximum rate of change

andyk23
Messages
26
Reaction score
0
Find the maximum rate of change of the function f(x,y) = (3 y^5)/x at the point (1,2)

First I took the gradient of f(x,y)=<-3y^5*x^-2,15y^4*x^-1>
and took the pt <1/sqrt(5),2/sqrt(5)>
Then <-3y^5*x^-2,15y^4*x^-1>*<1/sqrt(5),2/sqrt(5)>
the answer i get is 171.73
I'm not sure where my error is
 
Physics news on Phys.org
andyk23 said:
Find the maximum rate of change of the function f(x,y) = (3 y^5)/x at the point (1,2)

First I took the gradient of f(x,y)=<-3y^5*x^-2,15y^4*x^-1>
and took the pt <1/sqrt(5),2/sqrt(5)>
Then <-3y^5*x^-2,15y^4*x^-1>*<1/sqrt(5),2/sqrt(5)>
the answer i get is 171.73
I'm not sure where my error is
Why not evaluate the gradient at the point (1, 2) ?
 
Sorry I evaluated at the gradient(1,2)=<-96,240> and then <-96,240>*<1/sqrt(5),2/sqrt(5)>
 
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