Linear Programming
Linear Programming — Study Notes
NCERT-aligned · 9 notes · 3 shown free
12.1 Introduction
Explanation12.1 Introduction
Linear Programming is a significant branch of mathematics that deals with optimization problems where the objective is to maximize or minimize a linear function subject to certain constraints. This chapter introduces the concept by connecting it to prior knowledge of systems of linear equations and inequalities studied in earlier classes. The focus is on real-life problems involving linear inequalities and their graphical solutions. An illustrative example is given of a furniture dealer who deals in tables and chairs, with constraints on investment and storage capacity. The dealer wants to maximize profit by deciding how many tables and chairs to buy given these constraints. This type of problem, where one seeks to maximize or minimize profit, cost, or resource usage, is called an optimization problem. Linear programming problems are a special and important class of such optimization problems characterized by linear objective functions and linear constraints. The chapter emphasizes the wide applicability of linear programming in industry, commerce, and management science. Although there are multiple methods to solve linear programming problems, this chapter focuses on the graphical method for problems involving two variables.
- Linear programming deals with optimization of a linear objective function subject to linear constraints.
- Optimization problems involve maximizing or minimizing profit, cost, or resource usage.
- The furniture dealer example illustrates a real-life linear programming problem with constraints on investment and storage.
- Linear programming has wide applications in industry, commerce, and management.
- The chapter focuses on solving linear programming problems graphically for two variables.
- Prior knowledge of linear equations and inequalities is essential for understanding linear programming.
- 📌 Linear Programming Problem: Optimization problem with linear objective function and linear constraints.
- 📌 Optimization Problem: Problem seeking maximum or minimum of a function under constraints.
- 📌 Objective Function: Linear function to be maximized or minimized.
12.2 Linear Programming Problem and its Mathematical Formulation
Explanation12.2 Linear Programming Problem and its Mathematical Formulation
This section elaborates on the furniture dealer example to demonstrate how to formulate a linear programming problem mathematically. The dealer can invest in tables (x) and chairs (y), both non-negative quantities. The constraints include a maximum investment of Rs 50,000 and a storage limit of 60 pieces. The dealer's profit depends on the number of tables and chairs bought. The section explains how to translate these real-world constraints into linear inequalities. For example, if the dealer buys only tables, he can buy 20 tables (50000 ÷ 2500), yielding a profit of Rs 5000 (250 × 20). If only chairs are bought, storage limits restrict to 60 chairs, profit Rs 4500 (60 × 75). Various combinations are possible, such as 10 tables and 50 chairs, yielding Rs 6250 profit. The problem is to find the combination maximizing profit. The variables x and y represent the number of tables and chairs respectively, with non-negative constraints x ≥ 0 and y ≥ 0. The investment constraint is 2500x + 500y ≤ 50000, and storage constraint x + y ≤ 60. The objective function to maximize is Z = 250x + 75y. This mathematical formulation converts the real problem into a linear programming problem: maximize Z subject to linear inequality constraints and non-negativity conditions. The section also defines key terms: objective function (Z = ax + by), constraints (linear inequalities), and optimization problem (maximizing or minimizing a linear function under constraints).
- Variables x and y represent number of tables and chairs, both ≥ 0.
- Investment constraint: 2500x + 500y ≤ 50000.
- Storage constraint: x + y ≤ 60.
- Objective function to maximize: Z = 250x + 75y (profit).
- Linear programming problem involves maximizing or minimizing a linear function subject to linear constraints and non-negativity.
- Key terms: objective function, constraints, optimization problem.
- 📌 Decision Variables: Variables x and y representing quantities to decide.
- 📌 Objective Function: Linear function Z = ax + by to optimize.
- 📌 Constraints: Linear inequalities restricting variables.
12.2.2 Graphical method of solving linear programming problems
Explanation12.2.2 Graphical method of solving linear programming problems
This section explains the graphical method to solve linear programming problems with two variables. Using the furniture dealer example, the constraints are graphed as linear inequalities forming half-planes on the xy-plane. The feasible region is the
Practice Questions — Linear Programming
Includes NCERT exercise questions with answers
Q1.The first step in formulating a linear programming problem is
Answer:
Identify the decision variables
Explanation:
[{"id": "d19c2a0f-e0ca-edc3-3c6a-ff182e44d756", "type": "html", "value": " The first step in formulating a linear programming problem is Identify the decision variables Ans=Option 4 "}]
Q2.A feasible solution of LPP
Answer:
Must satisfy all the constraints simultaneously
Explanation:
[{"id": "ae4f41d8-e2c1-17d4-8044-2ff21f5c52d1", "type": "html", "value": " A feasible solution of LPP must satisfy all the constraints simultaneously Ans:Option 1 "}]
Q3.The value of objective function is maximum under linear constraints
Answer:
At the centre of feasible region
Explanation:
[{"id": "60e9882b-1716-6fb4-449b-68508d26ce72", "type": "html", "value": " The value of objective function is maximum under linear constraints at the centre of feasible region. Ans-Option 1 "}]
Q4.Which of the following statement is correct?
Answer:
If a LPP admits two optimal solutions it has an infinite number of optimal solutions
Explanation:
[{"id": "9b46f4e0-4e13-bda7-8d94-e0049dd44afc", "type": "html", "value": " If a LPP admits two optimal solutions it has an infinite number of optimal solution Ans=Option 3 "}]
Q5.The optimal value of the objective function is attained at the points
Answer:
Given by corner points of the feasible region
Explanation:
[{"id": "dc567ab4-354f-6d46-0f73-12233343c2af", "type": "html", "value": " The optimal value of the objective function is attained at the points given by corner points of the feasible region. Ans= Option 3 "}]
Q6.1. Maximise $Z = 3x + 4y$ subject to the constraints: $x + y 64; 4, x 64; 0, y 64; 0$ .
Answer:
To maximise Z = 3x + 4y subject to x + y 64; 4, x 64; 0, y 64; 0, follow these steps: 1. Identify the feasible region defined by the constraints: - x + y 64; 4 - x 64; 0 - y 64; 0 2. Plot the line x + y = 4 on the xy-plane. The feasible region is the triangle bounded by x=0, y=0, and x + y = 4. 3. Find the corner points of the feasible region: - (0,0) - (4,0) - (0,4) 4. Evaluate Z at each corner point: - At (0,0): Z = 3*0 + 4*0 = 0 - At (4,0): Z = 3*4 + 4*0 = 12 - At (0,4): Z = 3*0 + 4*4 = 16 5. The maximum value of Z is 16 at (0,4). Hence, the maximum value of Z is 16 when x=0 and y=4.
Explanation:
The problem is a linear programming problem with two variables and linear constraints. The feasible region is a triangle in the first quadrant bounded by x + y 64; 4, x 64; 0, and y 64; 0. The maximum or minimum of the objective function occurs at the vertices of the feasible region. Evaluating Z at each vertex gives the maximum value at (0,4).
Q7.2. Minimise $Z = -3x + 4y$ subject to $x + 2y 64; 8$, $3x + 2y 64; 12$, $x 64; 0$, $y 64; 0$.
Answer:
To minimise Z = -3x + 4y subject to the constraints: x + 2y 64; 8 3x + 2y 64; 12 x 64; 0 y 64; 0 Steps: 1. Plot the constraints to find the feasible region. 2. Find the intersection points (corner points) of the feasible region: - Intersection of x + 2y = 8 and 3x + 2y = 12: Subtracting equations: (3x + 2y) - (x + 2y) = 12 - 8 2x = 4 => x = 2 Substitute x=2 into x + 2y = 8: 2 + 2y = 8 => 2y = 6 => y = 3 So, point A = (2,3) - Intersection with axes: For x + 2y = 8: x=0 => y=4 (point B) y=0 => x=8 (point C) For 3x + 2y = 12: x=0 => y=6 (point D) y=0 => x=4 (point E) 3. The feasible region is bounded by points where all constraints are satisfied and x,y 64; 0. 4. Evaluate Z at corner points of feasible region: - At (0,4): Z = -3*0 + 4*4 = 16 - At (2,3): Z = -3*2 + 4*3 = -6 + 12 = 6 - At (4,0): Z = -3*4 + 4*0 = -12 5. Minimum value of Z is -12 at (4,0). Hence, the minimum value of Z is -12 at x=4, y=0.
Explanation:
The feasible region is determined by the intersection of the constraints and the non-negativity conditions. The minimum or maximum of the objective function occurs at the vertices of the feasible region. Evaluating Z at these points shows the minimum at (4,0).
Q8.3. Maximise $Z = 5x + 3y$ subject to $3x + 5y 64; 15$, $5x + 2y 64; 10$, $x 64; 0$, $y 64; 0$.
Answer:
To maximise Z = 5x + 3y subject to: 3x + 5y 64; 15 5x + 2y 64; 10 x 64; 0 y 64; 0 Steps: 1. Find corner points of feasible region by solving the constraints: - Intersection of 3x + 5y = 15 and 5x + 2y = 10: Multiply first by 2: 6x + 10y = 30 Multiply second by 5: 25x + 10y = 50 Subtract: (25x - 6x) + (10y - 10y) = 50 - 30 19x = 20 => x = 20/19 Substitute x into 3x + 5y = 15: 3*(20/19) + 5y = 15 60/19 + 5y = 15 5y = 15 - 60/19 = (285/19) - (60/19) = 225/19 y = 225/(19*5) = 225/95 = 45/19 - Intercepts: For 3x + 5y = 15: x=0 => y=3 y=0 => x=5 For 5x + 2y = 10: x=0 => y=5 y=0 => x=2 2. Feasible region is bounded by these constraints and x,y 64; 0. 3. Evaluate Z at corner points: - (0,0): Z=0 - (0,3): Z=5*0 + 3*3=9 - (5,0): Z=5*5 + 3*0=25 - (2,0): Z=5*2 + 3*0=10 - (20/19, 45/19): Z=5*(20/19) + 3*(45/19) = (100/19) + (135/19) = 235/19 12.37 4. Maximum Z is 25 at (5,0). Hence, maximum value of Z is 25 at x=5, y=0.
Explanation:
The feasible region is determined by the intersection of the constraints and non-negativity conditions. The objective function is evaluated at each vertex of the feasible region to find the maximum value.
All 7 Chapters in Mathematics Part-II
Mathematics · Class 12