<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, minimization problem</title>
    <link>http://www.mapleprimes.com/questions/35521-Minimization-Problem</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 02:55:42 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 02:55:42 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, minimization problem</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, minimization problem</title>
      <link>http://www.mapleprimes.com/questions/35521-Minimization-Problem</link>
    </image>
    <item>
      <title>minimization problem</title>
      <link>http://www.mapleprimes.com/questions/35521-Minimization-Problem?ref=Feed:MaplePrimes:minimization problem:Comments#answer44160</link>
      <itunes:summary>&lt;p&gt;The infimum of&amp;nbsp; the function&amp;nbsp; ((w^2)/2)+((a/3)*x^3)+(2by)+((2a/3)*y^3) under the constraint w+x+2y=1 is equal to -infinity. Put w=0, then y=(1-x)/2 and the function a/3*x^3-a/12*x^3 approaches -infinity if x approaches&amp;nbsp;- infinity.&amp;nbsp;The objective function is not convex, therefore Maple has a problem with solving it.&amp;nbsp;Your notation of the&amp;nbsp; objective function makes difficulties and does not make a good impression.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The infimum of&amp;nbsp; the function&amp;nbsp; ((w^2)/2)+((a/3)*x^3)+(2by)+((2a/3)*y^3) under the constraint w+x+2y=1 is equal to -infinity. Put w=0, then y=(1-x)/2 and the function a/3*x^3-a/12*x^3 approaches -infinity if x approaches&amp;nbsp;- infinity.&amp;nbsp;The objective function is not convex, therefore Maple has a problem with solving it.&amp;nbsp;Your notation of the&amp;nbsp; objective function makes difficulties and does not make a good impression.&lt;/p&gt;</description>
      <guid>44160</guid>
      <pubDate>Fri, 12 Mar 2010 22:51:13 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>I forgot to include the</title>
      <link>http://www.mapleprimes.com/questions/35521-Minimization-Problem?ref=Feed:MaplePrimes:minimization problem:Comments#answer44161</link>
      <itunes:summary>I forgot to include the constraint that w, x, y and z are all between zero and one.

0=&lt;w=&lt;1
0=&lt;x=&lt;1
0=&lt;y=&lt;1
0=&lt;z=&lt;1</itunes:summary>
      <description>I forgot to include the constraint that w, x, y and z are all between zero and one.

0=&lt;w=&lt;1
0=&lt;x=&lt;1
0=&lt;y=&lt;1
0=&lt;z=&lt;1</description>
      <guid>44161</guid>
      <pubDate>Fri, 12 Mar 2010 23:28:42 Z</pubDate>
      <itunes:author>sha</itunes:author>
      <author>sha</author>
    </item>
    <item>
      <title>0=</title>
      <link>http://www.mapleprimes.com/questions/35521-Minimization-Problem?ref=Feed:MaplePrimes:minimization problem:Comments#answer44162</link>
      <itunes:summary>0=&lt; w=&lt; 1
0=&lt; x=&lt; 1
0=&lt; y=&lt; 1
0=&lt; z=&lt; 1</itunes:summary>
      <description>0=&lt; w=&lt; 1
0=&lt; x=&lt; 1
0=&lt; y=&lt; 1
0=&lt; z=&lt; 1</description>
      <guid>44162</guid>
      <pubDate>Fri, 12 Mar 2010 23:32:08 Z</pubDate>
      <itunes:author>sha</itunes:author>
      <author>sha</author>
    </item>
    <item>
      <title>minimization problem</title>
      <link>http://www.mapleprimes.com/questions/35521-Minimization-Problem?ref=Feed:MaplePrimes:minimization problem:Comments#answer44163</link>
      <itunes:summary>&lt;p&gt;Sorry, as yet Maple does not solve such symbolic problems with inequalities. Mathematica 7 at my comp cannot do it too. Try to solve&amp;nbsp; this problem by hand, considering its restrictions on the polygons of the boundary of the set {(x,y,w): w+x+2*y=1,0 &amp;lt;=x&amp;lt;=1, 0&amp;lt;=y&amp;lt;=1,0&amp;lt;=w&amp;lt;=1 }. It is known that the minimum of a continuous function on a compact exists.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Sorry, as yet Maple does not solve such symbolic problems with inequalities. Mathematica 7 at my comp cannot do it too. Try to solve&amp;nbsp; this problem by hand, considering its restrictions on the polygons of the boundary of the set {(x,y,w): w+x+2*y=1,0 &amp;lt;=x&amp;lt;=1, 0&amp;lt;=y&amp;lt;=1,0&amp;lt;=w&amp;lt;=1 }. It is known that the minimum of a continuous function on a compact exists.&lt;/p&gt;</description>
      <guid>44163</guid>
      <pubDate>Sat, 13 Mar 2010 02:09:39 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>partial solution of minimization problem</title>
      <link>http://www.mapleprimes.com/questions/35521-Minimization-Problem?ref=Feed:MaplePrimes:minimization problem:Comments#answer44167</link>
      <itunes:summary>&lt;p&gt;The problem can be reduced to two variables:&lt;/p&gt;
&lt;p&gt;minimize (1-2*x-y)^2/2+a/3*x^3+2b*y+2a/3*y^3 under the three consraints 0&amp;lt;=x&amp;lt;=1, 0&amp;lt;=y&amp;lt;=1, 0&amp;lt;=1-2*x-y.&lt;/p&gt;
&lt;p&gt;Next, we find the critical points of the objective function by Maple or Mathematica .There are at most four&amp;nbsp; critical&lt;/p&gt;
&lt;p&gt;points.&amp;nbsp;&amp;nbsp;We choose the local&amp;nbsp;minimums among them and verify the belonging to the feasible region. Then we&lt;/p&gt;
&lt;p&gt;consider the restrictions of the problem on the three closed intervals of the boundary.&amp;nbsp; For&amp;nbsp;&amp;nbsp;&amp;nbsp;example,&lt;/p&gt;
&lt;p&gt;minimize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(1-y)^2/2+2*b*y+2*a/3*y^3 &amp;nbsp;if x=0, 0&amp;lt;=y&amp;lt;=1,&lt;/p&gt;
&lt;p&gt;and find the solutions by Mathematica 7. This is one of a few cases when Mathematica is stronger&amp;nbsp;, that is&lt;/p&gt;
&lt;p&gt;life.&amp;nbsp; In&amp;nbsp; the case above,&amp;nbsp; min=1/2 at x=0, y=0 for a&amp;gt;0 and b&amp;gt;0 . In two other cases the answer is too long to be&lt;/p&gt;
&lt;p&gt;cited here. At last, we find the minimum of the values of the objective function at all these points. It is a long tale&lt;/p&gt;
&lt;p&gt;because the depedance on a and b, but it can be done.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The problem can be reduced to two variables:&lt;/p&gt;
&lt;p&gt;minimize (1-2*x-y)^2/2+a/3*x^3+2b*y+2a/3*y^3 under the three consraints 0&amp;lt;=x&amp;lt;=1, 0&amp;lt;=y&amp;lt;=1, 0&amp;lt;=1-2*x-y.&lt;/p&gt;
&lt;p&gt;Next, we find the critical points of the objective function by Maple or Mathematica .There are at most four&amp;nbsp; critical&lt;/p&gt;
&lt;p&gt;points.&amp;nbsp;&amp;nbsp;We choose the local&amp;nbsp;minimums among them and verify the belonging to the feasible region. Then we&lt;/p&gt;
&lt;p&gt;consider the restrictions of the problem on the three closed intervals of the boundary.&amp;nbsp; For&amp;nbsp;&amp;nbsp;&amp;nbsp;example,&lt;/p&gt;
&lt;p&gt;minimize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(1-y)^2/2+2*b*y+2*a/3*y^3 &amp;nbsp;if x=0, 0&amp;lt;=y&amp;lt;=1,&lt;/p&gt;
&lt;p&gt;and find the solutions by Mathematica 7. This is one of a few cases when Mathematica is stronger&amp;nbsp;, that is&lt;/p&gt;
&lt;p&gt;life.&amp;nbsp; In&amp;nbsp; the case above,&amp;nbsp; min=1/2 at x=0, y=0 for a&amp;gt;0 and b&amp;gt;0 . In two other cases the answer is too long to be&lt;/p&gt;
&lt;p&gt;cited here. At last, we find the minimum of the values of the objective function at all these points. It is a long tale&lt;/p&gt;
&lt;p&gt;because the depedance on a and b, but it can be done.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>44167</guid>
      <pubDate>Mon, 15 Mar 2010 21:50:07 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>Critical points</title>
      <link>http://www.mapleprimes.com/questions/35521-Minimization-Problem?ref=Feed:MaplePrimes:minimization problem:Comments#answer44169</link>
      <itunes:summary>&lt;p&gt;We find the coordinates of the critical points of a function of two variables by setting f'_x and f'_y&lt;/p&gt;
&lt;p&gt;both equal to 0&amp;nbsp; (for more details see a textbook). In your case&lt;/p&gt;
&lt;p&gt;&amp;gt;solve({-2 + 2*x + 2*y + a*x^2 = 0, -1 + 2*x + y + 2*b + 2*a*y^2 =0},{x,y});&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;We find the coordinates of the critical points of a function of two variables by setting f'_x and f'_y&lt;/p&gt;
&lt;p&gt;both equal to 0&amp;nbsp; (for more details see a textbook). In your case&lt;/p&gt;
&lt;p&gt;&amp;gt;solve({-2 + 2*x + 2*y + a*x^2 = 0, -1 + 2*x + y + 2*b + 2*a*y^2 =0},{x,y});&lt;/p&gt;</description>
      <guid>44169</guid>
      <pubDate>Wed, 24 Mar 2010 18:59:06 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
  </channel>
</rss>