Prove nonempty, unbounded feasible region has no optimal solution

  • Thread starter Thread starter csc2iffy
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
csc2iffy
Messages
74
Reaction score
0

Homework Statement



Let C be the set of all points (x,y) in the plane satisfying x≥0, y≥0, -x-2y≥-8.

a. Show that C is nonempty and unbounded.
b. Prove that the LP problem: Max M=2x+3y subject to the constraint that (x,y) lie in C has no feasible, optimal solution.
c. Show that the LP problem: Max M=-3x-6y subject to the constraint that (x,y) lie in C does have a feasible, optimal solution.


Homework Equations





The Attempt at a Solution



a. I graphed the constraints and showed that the feasible region is the entire first quadrant, and therefore C is nonempty and unbounded (provided attachment of my work - is this enough?)

b. I could "show" this but I have no idea how to "prove" it. Does it involve the simplex method?

c. Same question as above
 

Attachments

  • Untitled.png
    Untitled.png
    8.1 KB · Views: 670
Physics news on Phys.org
csc2iffy said:

Homework Statement



Let C be the set of all points (x,y) in the plane satisfying x≥0, y≥0, -x-2y≥-8.

a. Show that C is nonempty and unbounded.
b. Prove that the LP problem: Max M=2x+3y subject to the constraint that (x,y) lie in C has no feasible, optimal solution.
c. Show that the LP problem: Max M=-3x-6y subject to the constraint that (x,y) lie in C does have a feasible, optimal solution.


Homework Equations





The Attempt at a Solution



a. I graphed the constraints and showed that the feasible region is the entire first quadrant, and therefore C is nonempty and unbounded (provided attachment of my work - is this enough?)

b. I could "show" this but I have no idea how to "prove" it. Does it involve the simplex method?

c. Same question as above

There is something wrong with the question: what it is asking you is false if you have copied down the constraints correctly. The constraints are x ≥ 0, y ≥ 0 and -x-2y ≥ -8, which is the *same as* x + 2y ≤ 8. Here the feasible region is nonempty and bounded, and so the problems max 2x + 3y and max -3x - 6y (which is the same as min 3x + 6y) both have feasible, optimal solutions.

RGV
 
Sorry here is the problem, corrected:
Let C be the set of all points (x,y) in the plane satisfying x≥0, y≥0, -x-2y≤-8.

a. Show that C is nonempty and unbounded.
b. Prove that the LP problem: Max M=2x+3y subject to the constraint that (x,y) lie in C has no feasible, optimal solution.
c. Show that the LP problem: Max M=-3x-6y subject to the constraint that (x,y) lie in C does have a feasible, optimal solution.
 
someone please help :(
 
No, I had the problem written down wrong. You helped me with the wrong problem