- #1
Jamie2
- 17
- 0
Problem: View attachment 2084I did some of the problem on MatLab but I'm having a difficult time evaluating the derivatives at (0,0). Also, MatLab gave me the same answer for fxy and fyx, which according to the problem isn't correct. Any ideas? I used MatLab and computed:
fx(x,y)=(2*x^2*y)/(x^2 + y^2) + (y*(x^2 - y^2))/(x^2 + y^2) - (2*x^2*y*(x^2 - y^2))/(x^2 + y^2)^2
and
fy(x,y)=(x*(x^2 - y^2))/(x^2 + y^2) - (2*x*y^2)/(x^2 + y^2) - (2*x*y^2*(x^2 - y^2))/(x^2 + y^2)^2
I also used MatLab to compute fxy and fyx, both gave me the same answer:
(x^2 - y^2)/(x^2 + y^2) + (2*x^2)/(x^2 + y^2) - (2*y^2)/(x^2 + y^2) - (2*x^2*(x^2 - y^2))/(x^2 + y^2)^2 - (2*y^2*(x^2 - y^2))/(x^2 + y^2)^2 + (8*x^2*y^2*(x^2 - y^2))/(x^2 + y^2)^3
fx(x,y)=(2*x^2*y)/(x^2 + y^2) + (y*(x^2 - y^2))/(x^2 + y^2) - (2*x^2*y*(x^2 - y^2))/(x^2 + y^2)^2
and
fy(x,y)=(x*(x^2 - y^2))/(x^2 + y^2) - (2*x*y^2)/(x^2 + y^2) - (2*x*y^2*(x^2 - y^2))/(x^2 + y^2)^2
I also used MatLab to compute fxy and fyx, both gave me the same answer:
(x^2 - y^2)/(x^2 + y^2) + (2*x^2)/(x^2 + y^2) - (2*y^2)/(x^2 + y^2) - (2*x^2*(x^2 - y^2))/(x^2 + y^2)^2 - (2*y^2*(x^2 - y^2))/(x^2 + y^2)^2 + (8*x^2*y^2*(x^2 - y^2))/(x^2 + y^2)^3