Linear Programming - Mathematics, Study notes of Mathematics

Summary of Linear Programming - Mathematics accompanied by examples of questions with short answers, long answers and exercises.

Typology: Study notes

2021/2022

Available from 05/31/2023

tandhi-wahyono
tandhi-wahyono 🇮🇩

5

(15)

774 documents

1 / 36

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
12.1 Overview
12.1.1 An Optimisation Problem A problem which seeks to maximise or minimise a
function is called an optimisation problem. An optimisation problem may
involve maximisation of profit, production etc or minimisation of cost, from available
resources etc.
12.1.2 A Linnear Programming Problem (LPP)
A linear programming problem deals with the optimisation (maximisation/
minimisation) of alinear function of two variables (say x and y) known as objective
function subject to the conditions that the variables are non-negative and satisfy a set
of linear inequalities (called linear constraints). A linear programming problem is a
special type of optimisation problem.
12.1.3 Objective Function Linear function Z = ax +by, wherea and b are constants,
which has to be maximised or minimised is called a linear objective function.
12.1.4 Decision Variables In the objective function Z = ax + by,x and y are called
decision variables.
12.1.5 Constraints The linear inequalities or restrictions on the variables of an LPP
are calledconstraints. The conditions x0, y0 are called non-negative constraints.
12.1.6 Feasible RegionThe common region determined by all the constraints including
non-negative constraints x0, y0 of an LPP is called the feasible region for the
problem.
12.1.7 Feasible Solutions Points within and on the boundary of the feasible region
for an LPP represent feasible solutions.
12.1.8 Infeasible Solutions Any Point outside feasible region is called an infeasible
solution.
12.1.9 Optimal (feasible) Solution Any point in the feasible region that gives the
optimal value (maximum or minimum) of the objective function is called an optimal
solution.
Following theorems are fundamental in solving LPPs.
Chapter 12
LINEAR PROGRAMMING
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24

Partial preview of the text

Download Linear Programming - Mathematics and more Study notes Mathematics in PDF only on Docsity!

12.1 Overview

12.1.1 An Optimisation Problem A problem which seeks to maximise or minimise a function is called an optimisation problem. An optimisation problem may involve maximisation of profit, production etc or minimisation of cost, from available resources etc.

12.1.2 A Linnear Programming Problem (LPP)

A linear programming problem deals with the optimisation (maximisation/ minimisation) of a linear function of two variables (say x and y ) known as objective function subject to the conditions that the variables are non-negative and satisfy a set of linear inequalities (called linear constraints). A linear programming problem is a special type of optimisation problem.

12.1.3 Objective Function Linear function Z = ax + by , where a and b are constants, which has to be maximised or minimised is called a linear objective function.

12.1.4 Decision Variables In the objective function Z = ax + by , x and y are called decision variables.

12.1.5 Constraints The linear inequalities or restrictions on the variables of an LPP

are called constraints. The conditions x ≥ 0, y ≥ 0 are called non-negative constraints.

12.1.6 Feasible Region The common region determined by all the constraints including

non-negative constraints x ≥ 0, y ≥ 0 of an LPP is called the feasible region for the

problem.

12.1.7 Feasible Solutions Points within and on the boundary of the feasible region for an LPP represent feasible solutions.

12.1.8 Infeasible Solutions Any Point outside feasible region is called an infeasible solution.

12.1.9 Optimal (feasible) Solution Any point in the feasible region that gives the optimal value (maximum or minimum) of the objective function is called an optimal solution.

Following theorems are fundamental in solving LPPs.

Chapter 12

LINEAR PROGRAMMING

242 MATHEMATICS

12.1.10 Theorem 1 Let R be the feasible region (convex polygon) for an LPP and let Z = ax + by be the objective function. When Z has an optimal value (maximum or minimum), where x and y are subject to constraints described by linear inequalities, this optimal value must occur at a corner point (vertex) of the feasible region.

Theorem 2 Let R be the feasible region for a LPP and let Z = ax + by be the objective function. If R is bounded , then the objective function Z has both a maximum and a minimum value on R and each of these occur at a corner point of R.

If the feasible region R is unbounded , then a maximum or a minimum value of the objective function may or may not exist. However, if it exits, it must occur at a corner point of R.

12.1.11 Corner point method for solving a LPP

The method comprises of the following steps :

(1) Find the feasible region of the LPP and determine its corner points (vertices) either by inspection or by solving the two equations of the lines intersecting at that point. (2) Evaluate the objective function Z = ax + by at each corner point. Let M and m , respectively denote the largest and the smallest values of Z. (3) (i) When the feasible region is bounded , M and m are, respectively, the maximum and minimum values of Z. (ii) In case, the feasible region is unbounded. (a) M is the maximum value of Z, if the open half plane determined by ax + by > M has no point in common with the feasible region. Otherwise, Z has no maximum value. (b) Similarly, m is the minimum of Z, if the open half plane determined by ax + by < m has no point in common with the feasible region. Otherwise, Z has no minimum value.

12.1.12 Multiple optimal points If two corner points of the feasible region are optimal solutions of the same type, i.e., both produce the same maximum or minimum, then any point on the line segment joining these two points is also an optimal solution of the same type.

12.2 Solved Examples

Short Answer (S.A.)

Example 1 Determine the maximum value of Z = 4 x + 3 y if the feasible region for an LPP is shown in Fig. 12.1.

LINEAR INEQUALITIES 242

244 MATHEMATICS

Let us graph 3 x + 2 y < 13. We see that the open half plane determined by 3 x + 2 y < 13 and R do not have a common point. So, the smallest value 13 is the minimum value of Z. Example 3 Solve the following LPP graphically:

Maximise Z = 2 x + 3 y ,

subject to x + y ≤ 4, x ≥ 0, y ≥ 0

Solution The shaded region (OAB) in the Fig. 12.3 is the feasible region determined

by the system of constraints x ≥ 0, y ≥ 0 and x + y ≤ 4.

The feasible region OAB is bounded , so, maximum value will occur at a corner point of the feasible region.

Corner Points are O(0, 0), A (4, 0) and B (0, 4).

Evaluate Z at each of these corner point.

Corner Point Value of Z 0, (0, 0) 2 (0) + 3 (0) = 0 A (4, 0) 2 (4) + 3 (0) = 8

B (0, 4) 2 (0) + 3 (4) = 12 ← Maximum

LINEAR PROGRAMMING 245

Hence, the maximum value of Z is 12 at the point (0, 4)

Example 4 A manufacturing company makes two types of television sets; one is black and white and the other is colour. The company has resources to make at most 300 sets a week. It takes Rs 1800 to make a black and white set and Rs 2700 to make a coloured set. The company can spend not more than Rs 648000 a week to make television sets. If it makes a profit of Rs 510 per black and white set and Rs 675 per coloured set, how many sets of each type should be produced so that the company has maximum profit? Formulate this problem as a LPP given that the objective is to maximise the profit.

Solution Let x and y denote, respectively, the number of black and white sets and coloured sets made each week. Thus

x ≥ 0, y ≥ 0

Since the company can make at most 300 sets a week, therefore,

x + y ≤ 300

Weekly cost (in Rs) of manufacturing the set is

1800 x + 2700 y

and the company can spend upto Rs. 648000. Therefore,

1800 x + 2700 y ≤ 648000, i.e., or 2 x + 3 y ≤ 720

The total profit on x black and white sets and y colour sets is Rs (510 x + 675 y ). Let Z = 510 x + 675 y. This is the objective function.

LINEAR PROGRAMMING 247

Corner Point Value of Z

O (0, 0) 510 (0) + 675 (0) = 0

A (300, 0) 510 (300) + 675 (0) = 153000

B (180, 120) 510 (180) + 675 (120) = 172800 ← Maximum

C (0, 240) 510 (0) + 675 (240) = 162000

Thus, maximum Z is 172800 at the point (180, 120), i.e., the company should produce

180 black and white television sets and 120 coloured television sets to get maximum

profit.

Example 6 Minimise Z = 3 x + 5 y subject to the constraints :

2 10 6 3 8 , 0

x y x y x y x y

Solution We first draw the graphs of x + 2 y = 10, x + y = 6, 3 x + y = 8. The shaded region ABCD is the feasible region (R) determined by the above constraints. The feasible region is unbounded. Therefore, minimum of Z may or may not occur. If it occurs, it will be on the corner point.

Corner Point Value of Z A (0, 8) 40

B (1, 5) 28

C (2, 4) 26 ← smallest

D (10, 0) 30

248 MATHEMATICS

Let us draw the graph of 3 x + 5 y < 26 as shown in Fig. 12.5 by dotted line.

We see that the open half plane determined by 3 x + 5 y < 26 and R do not have a point in common. Thus, 26 is the minimum value of Z.

Objective Type Questions

Choose the correct answer from the given four options in each of the Examples 7 to 8. Example 7 The corner points of the feasible region determined by the system of linear constraints are (0, 10), (5, 5), (15, 15), (0, 20).Let Z = px + qy , where p , q > 0. Condition on p and q so that the maximum of Z occurs at both the points (15, 15) and (0, 20) is

(A) p = q (B) p = 2 q (C) q = 2 p (D) q = 3 p Solution The correct answer is (D). Since Z occurs maximum at (15, 15) and (0, 20), therefore, 15 p + 15 q = 0. p + 20 qq = 3 p. Example 8 Feasible region (shaded) for a LPP is shown in the Fig. 14.6. Minimum of Z = 4 x + 3 y occurs at the point

(A) (0, 8) (B) (2, 5) (C) (4, 3) (D) (9, 0)

250 MATHEMATICS

12.3 EXERCISE

Short Answer (S.A.)

1. Determine the maximum value of Z = 11 x + 7 y subject to the constraints :

2 x + y ≤ 6, x ≤ 2, x ≥ 0, y ≥ 0.

2. Maximise Z = 3 x + 4 y , subject to the constraints: x + y ≤ 1, x ≥ 0, y ≥ 0.

3. Maximise the function Z = 11 x + 7 y , subject to the constraints: x ≤ 3, y ≤ 2,

x ≥ 0, y ≥ 0.

4. Minimise Z = 13 x – 15 y subject to the constraints : x + y ≤ 7, 2 x – 3 y + 6 ≥

0, x ≥ 0, y ≥ 0.

5. Determine the maximum value of Z = 3 x + 4 y if the feasible region (shaded) for a LPP is shown in Fig.12.7. 6. Feasible region (shaded) for a LPP is shown in Fig. 12.8.

Maximise Z = 5 x + 7 y.

LINEAR PROGRAMMING 251

7. The feasible region for a LPP is shown in Fig. 12.9. Find the minimum value of Z = 11 x + 7 y. 8. Refer to Exercise 7 above. Find the maximum value of Z. 9. The feasible region for a LPP is shown in Fig. 12.10. Evaluate Z = 4 x + y at each of the corner points of this region. Find the minimum value of Z, if it exists.

LINEAR PROGRAMMING 253

On selling these screws, the company gets a profit of Rs 100 per box on type A screws and Rs 170 per box on type B screws. Formulate this problem as a LPP given that the objective is to maximise profit.

14. A company manufactures two types of sweaters : type A and type B. It costs Rs 360 to make a type A sweater and Rs 120 to make a type B sweater. The company can make at most 300 sweaters and spend at most Rs 72000 a day. The number of sweaters of type B cannot exceed the number of sweaters of type A by more than 100. The company makes a profit of Rs 200 for each sweater of type A and Rs 120 for every sweater of type B. Formulate this problem as a LPP to maximise the profit to the company. 15. A man rides his motorcycle at the speed of 50 km/hour. He has to spend Rs 2 per km on petrol. If he rides it at a faster speed of 80 km/hour, the petrol cost increases to Rs 3 per km. He has atmost Rs 120 to spend on petrol and one hour’s time. He wishes to find the maximum distance that he can travel. Express this problem as a linear programming problem.

Long Answer (L.A.)

16. Refer to Exercise 11. How many of circuits of Type A and of Type B, should be produced by the manufacturer so as to maximise his profit? Determine the maximum profit. 17. Refer to Exercise 12. What will be the minimum cost? 18. Refer to Exercise 13. Solve the linear programming problem and determine the maximum profit to the manufacturer. 19. Refer to Exercise 14. How many sweaters of each type should the company make in a day to get a maximum profit? What is the maximum profit. 20. Refer to Exercise 15. Determine the maximum distance that the man can travel.

21. Maximise Z = x + y subject to x + 4 y ≤ 8, 2 x + 3 y ≤ 12, 3 x + y ≤ 9, x ≥ 0, y ≥ 0.

22. A manufacturer produces two Models of bikes - Model X and Model Y. Model X takes a 6 man-hours to make per unit, while Model Y takes 10 man-hours per unit. There is a total of 450 man-hour available per week. Handling and Marketing costs are Rs 2000 and Rs 1000 per unit for Models X and Y respectively. The total funds available for these purposes are Rs 80,000 per week. Profits per unit for Models X and Y are Rs 1000 and Rs 500, respectively. How many bikes of each model should the manufacturer produce so as to yield a maximum profit? Find the maximum profit.

254 MATHEMATICS

23. In order to supplement daily diet, a person wishes to take some X and some wishes Y tablets. The contents of iron, calcium and vitamins in X and Y (in milligrams per tablet) are given as below:

Tablets Iron Calcium Vitamin X 6 3 2 Y 2 3 4

The person needs at least 18 milligrams of iron, 21 milligrams of calcium and 16 milligram of vitamins. The price of each tablet of X and Y is Rs 2 and Re 1 respectively. How many tablets of each should the person take inorder to satisfy the above requirement at the minimum cost?

24. A company makes 3 model of calculators: A, B and C at factory I and factory II. The company has orders for at least 6400 calculators of model A, 4000 calculator of model B and 4800 calculator of model C. At factory I, 50 calculators of model A, 50 of model B and 30 of model C are made every day; at factory II, 40 calculators of model A, 20 of model B and 40 of model C are made everyday. It costs Rs 12000 and Rs 15000 each day to operate factory I and II, respectively. Find the number of days each factory should operate to minimise the operating costs and still meet the demand. 25. Maximise and Minimise Z = 3 x – 4 y

subject to x – 2 y ≤ 0

  • 3 x + y ≤ 4

x – y ≤ 6

x , y ≥ 0

Objective Type Questions

Choose the correct answer from the given four options in each of the Exercises 26 to 34.

26. The corner points of the feasible region determined by the system of linear constraints are (0, 0), (0, 40), (20, 40), (60, 20), (60, 0). The objective function is Z = 4 x + 3 y. Compare the quantity in Column A and Column B Column A Column B Maximum of Z 325 (A) The quantity in column A is greater (B) The quantity in column B is greater

256 MATHEMATICS

(A) 0 (B) 8 (C) 12 (D) – 18

31. Refer to Exercise 30. Minimum value of F is

(A) 0 (B) – 16 (C) 12 (D) does not exist

32. Corner points of the feasible region for an LPP are (0, 2), (3, 0), (6, 0), (6, 8) and (0, 5). Let F = 4 x + 6 y be the objective function. The Minimum value of F occurs at (A) (0, 2) only (B) (3, 0) only

(C) the mid point of the line sgment joining the points (0, 2) and (3, 0) only (D) any point on the line segment joining the points (0, 2) and (3, 0).

33. Refer to Exercise 32, Maximum of F – Minimum of F =

(A) 60 (B) 48 (C) 42 (D) 18

34. Corner points of the feasible region determined by the system of linear constraints are (0, 3), (1, 1) and (3, 0). Let Z = px + qy , where p , q > 0. Condition on p and q so that the minimum of Z occurs at (3, 0) and (1, 1) is (A) p = 2 q (B) p = 2

q (C) p = 3 q (D) p = q

LINEAR PROGRAMMING 257

Fill in the blanks in each of the Exercises 35 to 41.

35. In a LPP, the linear inequalities or restrictions on the variables are called _________. 36. In a LPP, the objective function is always _________ 37. If the feasible region for a LPP is _________, then the optimal value of the objective function Z = ax + by may or may not exist. 38. In a LPP if the objective function Z = ax + by has the same maximum value on two corner points of the feasible region, then every point on the line segment joining these two points give the same _________ value. 39. A feasible region of a system of linear inequalities is said to be _________ if it can be enclosed within a circle. 40. A corner point of a feasible region is a point in the region which is the _________ of two boundary lines. 41. The feasible region for an LPP is always a _________ polygon.

State whether the statements in Exercises 42 to 45 are True or False.

42. If the feasible region for a LPP is unbounded, maximum or minimum of the objective function Z = ax + by may or may not exist. 43. Maximum value of the objective function Z = ax + by in a LPP always occurs at only one corner point of the feasible region. 44. In a LPP, the minimum value of the objective function Z = ax + by is always 0 if origin is one of the corner point of the feasible region. 45. In a LPP, the maximum value of the objective function Z = ax + by is always finite.

288 MATHEMATICS

25. (i) (^) ( fog )( ) x = 4 x^2 – 6 x + 1

(ii) (^) ( gof (^) )( ) x (^) = 2 x^2 + 6 x – 1

(iii) (^) ( fof (^) )( ) x (^) = x^4^ + 6 x^3 + 14 x^2 + 15 x + 5

(iv) ( gog )( ) x = 4 x – 9

26. (ii) & (iv) 27. (i) 28. C 29. B 30. D 31. B 32. B 33. A 34. C 35. C 36. B 37. D 38. A 39. B 40. B 41. A 42. A 43. C 44. B 45. D 46. A 47. B 48. R = (^) {( 3,8 ,) ( 6,6 , (9, 4), (12,2)) } 49. R ={( 1,1 , 1, 2 , 2,1 ,(2, 2),(2,3), (3,2), (3,3), (3,4), (4,3), (4,4), (5,5) ) ( ) ( ) } 50. gof ={ ( 1,3 , 3,1 , 4,3) ( ) ( ) (^) } and fog ={( 2,5 , 5, 2 , 1,5) ( ) ( )} 51. (^ )( )^2 3 1

x fofof x x

52. ( ) ( )

1 –1 3 f x = 7 + 4 – x

53. False 54. False 55. False 56. False 57. True 58. False 59. False 60. True 61. False 62. False

2.3 EXERCISE

–π 12

π 3

ANSWERS 289

tan –1^4 – 3

x (^) 17. 4

1 1

n n

a a

  • a a

20. C 21. D 22. B 23. D 24. A 25. A 26. B 27. C 28. A 29. B 30. A 31. D 32. D 33. B 34. A 35. C 36. A 37. A

2 π 3

2 π 5

40. (^) 3 41. φ

π 3

2 π 3

46. –2π, 2π 47. xy > – 1 48. (^) π – cot –1 x 49. False 50. False 51. True 52. True 53. True 54. False 55. True

3.3 EXERCISE

1. 28 × 1, 1 × 28, 4 × 7, 7 × 4, 14 × 2, 2 × 14. If matrix has 13 elements then its order will be either 13 × 1 or 1 × 13. 2. (i) 3×3, (ii) 9, (iii) (^) a 23 (^) = x^2 – y a , 31 (^) = 0, a 12 = 1 3. (i)

(ii)

2 2 3 3

sin sin 2 sin sin 2 sin sin 2

x x x x x x

e x e x e x e x e x e x

5. a = 2, b = 2 6. Not possible 7. (i)

X Y

(ii)

2X 3Y