- #1
brunette15
- 58
- 0
I have the following function:
f(x,y) = xye(-x2-y2)
I am trying to find all the maximum and minimum points.
I have started off by finding the partial derivatives of the function and equation them to zero.
df/dx = ye(-x2-y2)(1-2x2) = 0
df/dy = xe(-x2-y2)(1-2y2) = 0
However, i am stuck for actually how to solve the coordinates. Do i solve for the x values in df/dx and y values df/dy? And how do i find the corresponding coordinate after that?
If someone could work me through from here I would really appreciate it.
Thanks in advance!
f(x,y) = xye(-x2-y2)
I am trying to find all the maximum and minimum points.
I have started off by finding the partial derivatives of the function and equation them to zero.
df/dx = ye(-x2-y2)(1-2x2) = 0
df/dy = xe(-x2-y2)(1-2y2) = 0
However, i am stuck for actually how to solve the coordinates. Do i solve for the x values in df/dx and y values df/dy? And how do i find the corresponding coordinate after that?
If someone could work me through from here I would really appreciate it.
Thanks in advance!