Consider the linear programming problem: Maximize z = 3x + 4y subject to x + y ≤ 12, 2x + 3y ≤ 30, x + 4y ≤ 36, x ≥ 0,y ≥ 0. Then the optimal solution of the given problem is
x* = 6, y* = 6
The given problem is a linear programming problem where we need to maximize an objective function subject to a set of linear constraints. The objective function is:
\( \text{Maximize } z = 3x + 4y \)
The constraints are:
To find the optimal solution, we use the graphical method. This involves plotting the feasible region defined by the constraints and then evaluating the objective function at the vertices of this region.
First, we treat the inequalities as equalities to find the boundary lines:
The constraints \( x \ge 0 \) and \( y \ge 0 \) indicate that the feasible region is in the first quadrant.
The feasible region is the area that satisfies all constraints simultaneously. We find the vertices of this region by identifying the intersection points of the boundary lines that lie within the feasible region.
The potential vertices are the intersections of the boundary lines and the axes, provided they satisfy all constraints:
\( x + y = 12 \quad \dots (1) \)
\( 2x + 3y = 30 \quad \dots (2) \)
Multiply (1) by 2: \( 2x + 2y = 24 \quad \dots (3) \). Subtract (3) from (2): \( (2x + 3y) - (2x + 2y) = 30 - 24 \implies y = 6 \). Substitute \( y = 6 \) into (1): \( x + 6 = 12 \implies x = 6 \). Point \( (6,6) \).\( 2x + 3y = 30 \quad \dots (4) \)
\( x + 4y = 36 \quad \dots (5) \)
Multiply (5) by 2: \( 2x + 8y = 72 \quad \dots (6) \). Subtract (4) from (6): \( (2x + 8y) - (2x + 3y) = 72 - 30 \implies 5y = 42 \implies y = 8.4 \). Substitute \( y = 8.4 \) into (5): \( x + 4(8.4) = 36 \implies x + 33.6 = 36 \implies x = 2.4 \). Point \( (2.4, 8.4) \).\( x + y = 12 \quad \dots (7) \)
\( x + 4y = 36 \quad \dots (8) \)
Subtract (7) from (8): \( (x + 4y) - (x + y) = 36 - 12 \implies 3y = 24 \implies y = 8 \). Substitute \( y = 8 \) into (7): \( x + 8 = 12 \implies x = 4 \). Point \( (4,8) \).The vertices of the feasible region are \( (0,0) \), \( (12,0) \), \( (6,6) \), \( (2.4, 8.4) \), and \( (0,9) \).
Now we evaluate the objective function \( z = 3x + 4y \) at each vertex:
| Vertex (x, y) | \( z = 3x + 4y \) | Value of z |
|---|---|---|
| \( (0,0) \) | \( 3(0) + 4(0) \) | \( 0 \) |
| \( (12,0) \) | \( 3(12) + 4(0) \) | \( 36 \) |
| \( (6,6) \) | \( 3(6) + 4(6) \) | \( 18 + 24 = 42 \) |
| \( (2.4, 8.4) \) | \( 3(2.4) + 4(8.4) \) | \( 7.2 + 33.6 = 40.8 \) |
| \( (0,9) \) | \( 3(0) + 4(9) \) | \( 36 \) |
Comparing the values of z at the vertices, the maximum value is 42, which occurs at the point \( (6,6) \).
Therefore, the optimal solution is \( x^* = 6 \) and \( y^* = 6 \).
The optimal solution for the given linear programming problem, which maximizes the objective function \( z = 3x + 4y \) subject to the constraints, is found at the vertex \( (6,6) \) of the feasible region. At this point, the maximum value of z is 42.
The optimal values for x and y are:
\( x^* = 6 \)
\( y^* = 6 \)
The maximum and the minimum values of 5x + 7y, when |x| + |y| ≤ 1 are
| LIST-I (Name of Methods) | LIST-II (Problem Type) |
|---|---|
| A. Branch and bound method | I. Integer Programming Problem |
| B. The North-west corner rule | II. Quadratic Programming Problem |
| C. Lagrange Multiplier Method | III. Transportation Problem |
| D. Wolfe's Modified Method | IV. Non-Linear programming problem |