Review the key concepts, formulae, and examples before starting your quiz.
πConcepts
Linear Objective Function: This is the linear function , where and are constants, which needs to be maximized or minimized according to the problem requirements. Visually, this represents a family of parallel lines on the coordinate plane.
Linear Constraints: These are linear inequalities or equations such as or that limit the values of the decision variables. Each inequality defines a half-plane on the graph, and the boundary is the line .
Non-negativity Restrictions: In most practical linear programming problems, variables and represent physical quantities, hence and . Visually, these constraints restrict the solution space to the first quadrant of the Cartesian plane.
Feasible Region: This is the common region determined by all the constraints including non-negativity restrictions. It is visually represented as a shaded convex polygonal region. Every point within or on the boundary of this region represents a 'feasible solution' that satisfies all constraints.
Corner Point Method: This fundamental theorem states that the optimal (maximum or minimum) value of the objective function must occur at one of the corner points (vertices) of the feasible region. Visually, these are the points where the boundary lines of the constraints intersect.
Bounded and Unbounded Regions: A feasible region is 'bounded' if it can be enclosed within a circle; otherwise, it is 'unbounded'. For a bounded region, both maximum and minimum values of always exist. If the region is unbounded, a maximum or minimum value may or may not exist.
Optimal Solution: This is any point in the feasible region that provides the maximum (or minimum) value for the objective function . There can be a unique optimal solution at one vertex, or infinitely many solutions if the objective function line is parallel to one of the boundary segments of the feasible region.
πFormulae
General Objective Function:
Standard Linear Constraint:
Non-negativity Constraints:
Condition for Multiple Optimal Solutions: If two corner points and give the same maximum/minimum value, then every point on the line segment joining them is also an optimal solution.
π‘Examples
Problem 1:
Maximize subject to the constraints: , , .
Solution:
Step 1: Convert inequalities to equations to find boundary lines: and . Step 2: Find the intercepts for : and . Find the intercepts for : and . Step 3: Solve and simultaneously to find the intersection point: Subtracting from gives . Substituting into gives . The intersection is . Step 4: Identify the feasible region (bounded by the axes and these lines in the first quadrant). The corner points are , , , and . Step 5: Evaluate at each corner point:
- At
- At
- At
- At Step 6: The maximum value of is at the point .
Explanation:
We use the graphical method to find the intersection of the constraints. Since the region is bounded, we evaluate the objective function at all vertices of the shaded polygon to find the highest value.
Problem 2:
Minimize subject to: , , .
Solution:
Step 1: Boundary lines are (intercepts ) and (intercepts ). Step 2: Find intersection of and : Multiply by . Subtract from this: . Then . Intersection is . Step 3: The feasible region is unbounded and lies above the lines and . The corner points are , , and . Step 4: Evaluate :
- At
- At
- At Step 5: The minimum value is at . (Since the region is unbounded, we verify if has points in common with the feasible region; it does not, so 260 is the actual minimum).
Explanation:
This is a minimization problem with an unbounded feasible region extending away from the origin. The corner point with the smallest value is the candidate for the minimum.