Find the local maxima and minima for##f(x,y) = x^3-xy-x+xy^3-y^4##

chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
see attached.
Relevant Equations
##\nabla f = 0##
1701685037726.png


Ok i have,

##f_x= 3x^2-y-1+y^3##

##f_y = -x+3xy^2-4y^3##

##f_{xx} = 6x##

##f_{yy} = 6xy - 12y^2##

##f_{xy} = -1+3y^2##

looks like one needs software to solve this?

I can see the solutions from wolframalpha: local maxima to two decimal places as;

##(x,y) = (-0.67, 0.43)##

...but i am more interested in steps that lead to the given solution...
 
Last edited:
Physics news on Phys.org
chwala said:
looks like one needs software to solve this?

Indeed. See
https://www.wolframalpha.com/input?i=3x^2+y^3-y=1+AND+4y^3=x(3y^2-1)

chwala said:
I can see the solutions from wolframalpha: local maxima to two decimal places as;

##(x,y) = (-0.67, 0.43)##

...but i am more interested in steps that lead to the given solution...

Look at the plot. This gives you an idea of how a numerical algorithm could work. Walk along the blue line until you cross the orange line and determine whether it is a local minimum, a local maximum, or an inflection point.
 
fresh_42 said:
Indeed. See
https://www.wolframalpha.com/input?i=3x^2+y^3-y=1+AND+4y^3=x(3y^2-1)
Look at the plot. This gives you an idea of how a numerical algorithm could work. Walk along the blue line until you cross the orange line and determine whether it is a local minimum, a local maximum, or an inflection point.
Thanks from the plot we have the point ##(-7.540, -5.595)## being an inflection point or can we say saddle point? then ##(0.471, -0.396)## being the local minimum... bringing me to the next question, do we have a global maximum and global minimum for this problem?
 
chwala said:
Thanks from the plot we have the point ##(-7.540, -5.595)## being an inflection point or can we say saddle point?
Yes.
chwala said:
then ##(0.471, -0.396)## being the local minimum... bringing me to the next question, do we have a global maximum and global minimum for this problem?
Look at the links in @anuttarasammyak 's post #3.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
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