
Tim T. answered 05/10/19
Math: K-12th grade to Advanced Calc, Ring Theory, Cryptography
Greetings! Lets solve this shall we ?
So, we must find the gradient of this function as it is. Since we do not have a point, we can still find the gradient as a vector. Then, the gradient yields
∇ F(x ,y) = < Fx, Fy>, where F(x, y) = (x2+y2-1)3 - x2y3
We must take the first partial derivatives with respect to x and y such that
∂F/∂x = 3(x2+y2-1)2(2x) - 2xy3 = 6x(x2+y2-1)2 - 2xy3
∂F/∂y = 3(x2+y2-1)2(2y) - 3x2y2 = 6y(x2+y2-1)2 - 3x2y2
Thus, the gradient vector is
∇ F(x, y) = < (6x(x2+y2-1)2 - 2xy3), (6y(x2+y2-1)2 - 3x2y2)>
I hope this helped!