Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Decision Variables: These are the unknown quantities to be determined, usually denoted as and . They represent the choices we make, such as the number of units to produce or the amount of resources to use, and they must always be measurable quantities.
Objective Function: This is a linear function of the form , where and are constants. It represents the quantity we aim to either maximize (like profit) or minimize (like cost). Visually, the objective function can be imagined as a series of parallel lines moving across the coordinate plane to find the highest or lowest point within the allowed area.
Constraints: These are linear inequalities or equations that limit the values of the decision variables, such as or . They represent restrictions like limited labor hours, machine time, or raw materials. On a graph, each constraint is represented by a straight line that divides the plane into two half-planes, one of which contains the points that satisfy the inequality.
Non-negativity Restrictions: These are the conditions and . Since variables like production counts or food weights cannot be negative, these constraints ensure that our mathematical model remains physically realistic. Visually, these restrictions limit our entire problem to the first quadrant of the Cartesian coordinate system.
Feasible Region: This is the common region determined by all the constraints, including the non-negativity restrictions. It is the area where all inequalities overlap. If you were to shade the regions for each individual constraint, the Feasible Region would be the darkest area where every single shade intersects, typically forming a convex polygon.
Feasible Solutions: Every point that lies within or on the boundary of the feasible region is called a feasible solution. These points satisfy all given constraints simultaneously and are potential candidates for the optimal value.
Optimal Solution: This is any point in the feasible region that gives the maximum or minimum value for the objective function . According to the Corner Point Theorem, if an optimal solution exists, it will always occur at one of the vertices (corner points) of the feasible region polygon.
Mathematical Formulation: This is the process of translating a real-world word problem into a system of linear inequalities and an objective function. It involves identifying the variables, listing the goal (Maximize/Minimize), and cataloging all the limitations imposed by the environment.
📐Formulae
Objective Function:
General Linear Constraint: or
Non-negativity Constraints:
Standard L.P. Problem Form: Maximize/Minimize subject to and
💡Examples
Problem 1:
A manufacturer produces two items, and . Each unit of requires hours of machining and hour of painting. Each unit of requires hours of machining and hours of painting. There are hours of machining time and hours of painting time available. The profit on is and on is . Formulate this as an LPP to maximize profit.
Solution:
Step 1: Define Decision Variables. Let be the number of units of item produced and be the number of units of item produced. Step 2: Formulate the Objective Function. The total profit . We want to maximize . Step 3: List the Constraints. Machining time: . Painting time: . Step 4: Non-negativity Constraints. Since we cannot produce negative items, . Final Formulation: Maximize subject to:
Explanation:
We identify the two variables based on the items being manufactured. The profit per item determines the objective function coefficients. Each resource (machining and painting) creates a separate linear inequality based on its total capacity.
Problem 2:
A dietician wishes to mix two types of foods and such that the mixture contains at least units of vitamin A and units of vitamin C. Food contains units/kg of vitamin A and unit/kg of vitamin C. Food contains unit/kg of vitamin A and units/kg of vitamin C. The cost of is and is . Formulate the LPP to minimize the cost.
Solution:
Step 1: Define Decision Variables. Let be the quantity of in kg and be the quantity of in kg. Step 2: Formulate the Objective Function. Total cost . We want to minimize . Step 3: Vitamin Constraints. Vitamin A: (at least means ). Vitamin C: . Step 4: Non-negativity. . Final Formulation: Minimize subject to:
Explanation:
This is a minimization problem where the constraints are of the 'at least' type, meaning the variables must satisfy a minimum requirement, resulting in inequalities. The feasible region for this problem will be unbounded in the first quadrant.