Activity 3.2.1.
Suppose we wanted to solve the linear optimization problem:
\begin{align*}
\textbf{Maximize: } f(\mathbf{x})= x+y+z & \\
\textbf{subject to: } 2x+3z& \leq 2\\
4x-y& \leq 1\\
5y-2z& \leq 5\\
x, y, z& \geq 0
\end{align*}
(a)
Plot the feasible region, what dimension is it?
Hint.
(b)
Suppose we added in the constraint \(3x+2y-z=8\) Plot the feasible region, what dimension is it?
Hint.
(c)
Consider the inequality \(3x+2y-z\leq 8\) captured by the equality \(3x+2y-z - 8=-t_4\text{.}\) What value must \(t_4\) so that \(3x+2y-z\leq 8\) is always an equality? Call this value ?.
(d)
Note that this progam may be encoded in the tableau:
\(x\) | \(y\) | \(z\) | \(-1\) | ||
\(2\) | \(0\) | \(3\) | \(2\) | \(=-t_1\) | |
\(4\) | \(-1\) | \(0\) | \(1\) | \(=-t_2\) | |
\(0\) | \(5\) | \(-2\) | \(5\) | \(=-t_3\) | |
\(3\) | \(2^*\) | \(-1\) | \(8\) | \(=-?\) | |
\(1\) | \(1\) | \(1\) | \(0\) | \(=f\) |
Without computing the tableau, what point does the basic solution move to if we pivot on the entry with a \(*\text{?}\) Is it feasible?
(e)
As we traverse corner points on the way to an optimal solution, would we ever leave the plane \(3x+2y-z=8\text{?}\)
(f)
After the last pivot, our tableau has the form:
\(x\) | \(?\) | \(z\) | \(-1\) | ||
\(a_{11}\) | \(a_{12}\) | \(a_{13}\) | \(b_1\) | \(=-t_1\) | |
\(a_{21}\) | \(a_{22}\) | \(a_{23}\) | \(b_2\) | \(=-t_2\) | |
\(a_{31}\) | \(a_{32}\) | \(a_{33}\) | \(b_3\) | \(=-t_3\) | |
\(a_{41}\) | \(a_{42}\) | \(a_{43}\) | \(a_{44}\) | \(=-y\) | |
\(c_1\) | \(c_2\) | \(c_3\) | \(d\) | \(=f\) |
Ignoring the specific values of the entries of this tableau, using the value for ? computed earlier, rewrite each of the above equations in terms of \(x, z\text{.}\) What information did the ? column provide?