Optimization problem: minimization

rayge
Messages
25
Reaction score
0

Homework Statement


Minimize the function f(x,y) = \sqrt{x^2 + y^2} subject to x + y \leq 0. Show that the function MP(z) is not differentiable at z = 0.

Homework Equations

The Attempt at a Solution


I haven't gotten anywhere because I don't understand why the solution isn't trivial, i.e. (0,0). Any suggestions as to where to start are welcome. Thanks!
 
Physics news on Phys.org
Your trivial solution gives f(x,y)=0. Are there any others? If there are, then they are all minimizers. If not, then I think you are done.
What about the differentiable piece? What is meant by MP(z)?
 
rayge said:

Homework Statement


Minimize the function f(x,y) = \sqrt{x^2 + y^2} subject to x + y \leq 0. Show that the function MP(z) is not differentiable at z = 0.

Homework Equations

The Attempt at a Solution


I haven't gotten anywhere because I don't understand why the solution isn't trivial, i.e. (0,0). Any suggestions as to where to start are welcome. Thanks!
Your constraint is the line y = -x together with the half-plane below it.

What is MP(z)? That information should be in the problem statement.
 
sorry about that. MP(z) is the infimum of the set of all values of f(x,y) satisfying x + y \leq z, i.e. the minimum value of f(x,y) if it exists, or the greatest lower bound of it. The domain of MP(z) is the set of all z such that there are points (x,y) satisfying x + y \leq z.

Formally:
MP(z) = inf\{f(x) | x \epsilon C, g(x) \leq z\}
where C is a convex set, in this case R^2

I haven't worked on showing the function isn't differentiable at z=0 yet, I'll probably have questions about that too. I'm mostly confused about why there is anything to solve in the first part of the problem.
 
The solution to the first part is straightforward. Assume there is a minimum that is not (0,0) and contradict your assumption by showing that f(x,y)>0=f(0,0).
 
rayge said:

Homework Statement


Minimize the function f(x,y) = \sqrt{x^2 + y^2} subject to x + y \leq 0. Show that the function MP(z) is not differentiable at z = 0.

Homework Equations

The Attempt at a Solution


I haven't gotten anywhere because I don't understand why the solution isn't trivial, i.e. (0,0). Any suggestions as to where to start are welcome. Thanks!
The optimal solution IS trivial---you can see that geometrically--- and it is at (0,0), as you have stated.

If you have studied the Karush-Kuhn-Tucker conditions, you will see that (0,0) satisfies the necessary conditions for a minimum, but in the equivalent convex problem ##\min \; x^2 + y^2 \;\; \text{subject to } \; x + y \leq 0##. Since this is a convex programming problem, any local minimum is a global minimum, so the origin is provably the only solution---again, though, that is about as obvious as you can get.
 
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...
Back
Top