Solving a system of Inequalities

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
4 replies · 2K views
timtitan
Messages
2
Reaction score
0
Hello, I'm having some trouble with a Queuing Networks question, not the networks but solving a system of inqualities based on the network.

Homework Statement


I have to find the value of α that gives maximum γ, and then use the value. The system is defined by
[tex]5\gamma< 1[/tex]
[tex]20\gamma \alpha<1[/tex]
[tex](60/0.9) \gamma (1-\alpha)<1[/tex]

Now [itex]\alpha[/itex] is a probability and lies in the region [itex]0<\alpha<1[/itex]
While [itex]\gamma[/itex] is a rate and is non-zero.

Homework Equations



The Attempt at a Solution


Now I've got so far as to put the system in this form and to solve through to find that in the region
[tex]0< \alpha ≤ 10/13, that 0 < \gamma < -3/(200(\alpha-1))[/tex]
while in the region
[tex]10/13 < \alpha <1, that 0 < \gamma < 1/(20 \alpha)[/tex]

Thus the maximum value of [itex]\gamma[/itex] lies in the region [itex]\gamma < 13/200[/itex] when [itex]\alpha = 10/13[/itex].

This much is fine, but I need to use an actual value of [itex]\gamma[/itex] in the next part of the question and I can't think how to get a [itex]\gamma =[/itex] expression. Any help would be gratefully appreciated.
 
Physics news on Phys.org
timtitan said:
[tex]0< \alpha ≤ 10/13, 0 < \gamma < -3/(200(\alpha-1))[/tex]
while in the region
[tex]10/13 < \alpha <1, 0 < \gamma < 1/(20 \alpha)[/tex]

Thus the maximum value of [itex]\gamma[/itex] lies in the region [itex]\gamma < 13/200[/itex] when [itex]\alpha = 10/13[/itex].
γ = 13/200 satisfies all the constraints;
for α < 10/13, γ < 3/(200(1-α)) < 3/(200(1-10/13)) = 13/200, right?
and for α > 10/13 etc.
 
Yes but isn't that only if [tex]\gamma ≤ 13/200[/tex] whereas in this case [tex]\gamma < 13/200[/tex] so surely [itex]\gamma[/itex] must be infinitesimally less than this value?
 
timtitan said:
Hello, I'm having some trouble with a Queuing Networks question, not the networks but solving a system of inqualities based on the network.

Homework Statement


I have to find the value of α that gives maximum γ, and then use the value. The system is defined by
[tex]5\gamma< 1[/tex]
[tex]20\gamma \alpha<1[/tex]
[tex](60/0.9) \gamma (1-\alpha)<1[/tex]

Now [itex]\alpha[/itex] is a probability and lies in the region [itex]0<\alpha<1[/itex]
While [itex]\gamma[/itex] is a rate and is non-zero.

Homework Equations



The Attempt at a Solution


Now I've got so far as to put the system in this form and to solve through to find that in the region
[tex]0< \alpha ≤ 10/13, that 0 < \gamma < -3/(200(\alpha-1))[/tex]
while in the region
[tex]10/13 < \alpha <1, that 0 < \gamma < 1/(20 \alpha)[/tex]

Thus the maximum value of [itex]\gamma[/itex] lies in the region [itex]\gamma < 13/200[/itex] when [itex]\alpha = 10/13[/itex].

This much is fine, but I need to use an actual value of [itex]\gamma[/itex] in the next part of the question and I can't think how to get a [itex]\gamma =[/itex] expression. Any help would be gratefully appreciated.

In general, optimization problems subject to strict inequality constraints do not have solutions: you may have an "inf" but not a minimum, or a "sup" but not a maximum. For example, what is the solution of the simple problem
minimize x, subject to x > 0?
Answer: the problem is ill-posed, and does not have a solution!

Often, when students are first introduced to such problems they are sloppy and write ">" when they should write "≥" or they write "<" when they should write "≤".

RGV