SlideShare une entreprise Scribd logo
1  sur  17
Presented by :-
Sonal chauhan
TOPIC OF PRESENTATION
PRESENTED TO:-
Bba 2ND YR
INTRODUCTION
Before understanding the meaning of linear
programming, its beneficial to understand the
words linear and programming individually. So,
LINEAR means that the relationships are represented
by straight lines i.e., the relationships are in the form of y
=ax+b.
PROGRAMMING means the optimal allocation of
resources.
Hence, linear programming can be defined as
mathematical technique for determining the optimal
allocation of resources and obtaining a particular
objective by making choices from the available sources
.The objective may be cost minimization or inversely
APPLICATION KINDS OF L.P.P.
There are some important L.P problem discussed
below:-
 Optimal product line problems : Production and
sale of different products by the manufacturer to
make maximum profit.
 Product mix problems: Keeping in mind the different
conditions we try to determine such a product mix
which maximizes the profit and minimizes the cost.
 Diet planning problems: We have to determine the
amount of different kinds of nutrients which should be
included in a diet so as to minimize the cost .
 Transportation problems: Taking an example ,the
finished goods from the plant are also to be
transported to warehouse in such a way that the total
 A set of values of variables satisfying the constraints
of a L.P.P is called a solution of a L.P.P. Say for
example:-
lets take an equation (2x + 3y = 10) here
CONSTRAINT VARIABLE
Similarly 3 is constraint and Y is variable
CONSTRAINTS can be changed but VARIABLES
remains constant.
 The variable used in linear programming problem to
convert an inequality in to an equation is known as
slack variable.
FOR EXAMPLE- 2x + 3y ≤ 100 , 3x +4y ≤ 200
These are known as inequality and for converting and
for solving them we assume some slack variables which
are always equal to 0 and which does not lays any effect
on the given inequality and converts them in a equation.
As we consider some slack variables as S1, S2, =0 .
2x + 3y + S1 = 100
3x + 4y + S2 = 200
Next we will put the value of S1 and S2 i.e., 0 and finally we will get
the equations as-:
2X +3y = 100
3x + 4y = 200 which can be solved further.
• General form of L.P.P is
Maximization or minimization Z= a₁x₁ + a₂x₂…..anxn
subject to :- a₁₁x₁ + a₁₂x₂+ a₁₃x₃……..≤b₁ , a₂₁x₁ + a₂₂x₂ + ……≤b₂….
For Example
MAXIMIZE Z=25x₁ + 40x₂ MINIMIZE Z=2x₁ + 3x₂
Subject to : x₁ + 2x₂ ≤ 5 Subject to : 3x₁ + 2x₂ ≥ 5
2x₁ + 5x₂ ≤ 6 2x₁ + 5x₂ ≥ 7
METHODS OF SOLVING LINEAR
PROGRAMMING PROBLEMS
GRAPHICAL METHOD
SIMPLEX METHOD
(Here we will discuss
only graphical method in
detail)
GRAPHICAL METHOD
For a L.P.P, that have only two variables ,it is possible that
entire solution can be displayed graphically by plotting
linear constraints on a graph paper to locate best solution.
This technique is called GRAPHICAL METHOD.
 It is applicable when only two variables are involved.
 There are two types of graphs i.e., maximization in
case of profit and minimization in case of cost.
Let’s take an example to understand the
graphical method practically and more
easily.Maximize Z = f(x,y) = 3x + 2y
subject to: 2x + y ≤ 18
2x + 3y ≤ 42
3x + y ≤ 24
x ≥ 0 , y ≥ 0
1. Initially ,the coordinate system is drawn and each
variable is associated to an axis.
2. A numerical scale is marked in axis.
3. In the beginning ,for changing the given inequalities
into an equation we will consider some slack variables
,say( S1,S2,S3=0) and add one slack variable in each
inequality respectively.
2x + y + S1 = 18 , 2x + 3y +S2 = 42, 3x + y +S3 = 24
Now put the value of S1, S2, S3 =0
4. After putting the value of S1, S2, S3 in the above given
equations we will get the following results :-
2x + y + S1 = 18 2x + y + 0 = 18 (a)
2x + 3y + S2 = 42 2x + 3y + 0 = 42 (b)
3x + y + S3 = 24 3x + y + 0 = 24 (c)
5. Next we will find out the coordinates from the given
above equation (a) , (b) , (c) by taking each variable x
and y one by one as 0.
Taking equation (a) for finding out the coordinates .
If x=0, then 2x + y = 18 will be
2 X 0 + y = 18
0 + y = 18 y = 18
If y =0 , then 2x + y = 18 will be 2x+ 0 = 18
2x = 18 x = 9, therefore the coordinates we
get will be (9,18)
Taking equation (b) for finding out the coordinates.
If x = 0, then 2x + 3y = 42 will be
2 X 0 + 3y = 42
0 + 3y = 42 y = 14
If y = 0 , then 2x + 3y = 42 will be
2x + 3 X 0 = 42
2x + 0 = 42 x = 21, therefore the
coordinates we get will be ( 21 , 14 )
Taking equation (c) for finding out the coordinates .
If x=0, then 3x + y = 24 will be
3 X 0 + y = 24
0 + y = 24 y = 24
If y =0 , then 3x + y = 24 will be 3x+ 0 = 24
3x = 24 x = 8, therefore the coordinates we get
will be (8,24)
6. As we have got the coordinates (9,18) , (21,14) , (8,24)
from the equation (a) , (b) , (c) respectively . We will plot
these coordinates on the graph .
7. We will plot the coordinates (9,18) first
as shown in the figure by drawing straight
line joining two points 9 on the x axis and
18 on y axis.
8. Next we will plot the coordinates
(21,14) On the graph shown beside.
9. Further we will plot the coordinates
(8,24) Shown here with the red shaded
region.
Since we have taken the example of
maximization therefore the region
towards the origin will be covered.
10. The required region is the intersection of the regions
defined by the set of constraints and the coordinate axis .
This required region is represented by the O-F-H-G-C
polygon in PURPLE color.
11. Next, the extreme values are calculated. These
vertices are the optimal solutions.
12. For point O , C and F the coordinates will be (0,0) ,
(0,14) , (8,0)
13. For point G, we will solve the equations (a) and (b) ,
and after solving these equations we will get the
coordinates (3,12).
Similarly for point H, we will solve the equations (a) and (c)
and we will get the coordinates as (6,6).
14.
15. Finally, the objective function (3x + 2y) is evaluated in
each of these points (results are shown in the table
above). Since G-point provides the greatest value to the Z-
function and the objective is to maximize, this point is the
optimal solution: Z = 33 with x = 3 and y= 12.
Extreme point Z = 3x + 2y Objective value (Z)
O(0,0) Z = 0 + 0 0
C(0,14) Z = 0 + 28 28
G(3,12) Z = 9 + 24 33
H(6,6) Z = 18 + 12 30
F(8,0) Z = 24 + 0 24
ANY
QUESTION ?
Operation research bba15

Contenu connexe

Tendances

The BCD to excess-3 converter
The BCD to excess-3 converterThe BCD to excess-3 converter
The BCD to excess-3 converterMahady Hasan
 
Making Of 0-9 Decade Counter with 7 segment display
Making Of 0-9 Decade Counter with 7 segment displayMaking Of 0-9 Decade Counter with 7 segment display
Making Of 0-9 Decade Counter with 7 segment displayOmkar Rane
 
Ch5 angle modulation pg 97
Ch5 angle modulation pg 97Ch5 angle modulation pg 97
Ch5 angle modulation pg 97Prateek Omer
 
Demodulation of AM wave
Demodulation of AM waveDemodulation of AM wave
Demodulation of AM waveLokesh Parihar
 
Bilinear transformation
Bilinear transformationBilinear transformation
Bilinear transformationBuvaneswari
 
Data Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmissionData Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmissionDr Rajiv Srivastava
 
transistor transistor logic
transistor transistor logictransistor transistor logic
transistor transistor logicmansi acharya
 
Diode Application
Diode ApplicationDiode Application
Diode ApplicationUMAR ALI
 
Black and white TV fundamentals
Black and white TV fundamentalsBlack and white TV fundamentals
Black and white TV fundamentalsMadhumita Tamhane
 
Linear modulation
Linear modulation Linear modulation
Linear modulation Punk Pankaj
 
Logic microoperations
Logic microoperationsLogic microoperations
Logic microoperationsNitesh Singh
 
Interfacing ics for microprocessor
Interfacing ics for microprocessorInterfacing ics for microprocessor
Interfacing ics for microprocessorTHANDAIAH PRABU
 
3.2 modulation formats bpsk, qpsk, oqpsk,
3.2 modulation formats   bpsk, qpsk, oqpsk,3.2 modulation formats   bpsk, qpsk, oqpsk,
3.2 modulation formats bpsk, qpsk, oqpsk,JAIGANESH SEKAR
 
Lecture 10 11-signal_flow_graphs
Lecture 10 11-signal_flow_graphsLecture 10 11-signal_flow_graphs
Lecture 10 11-signal_flow_graphsSaifullah Memon
 
Miller effect
Miller effectMiller effect
Miller effectksk214
 

Tendances (20)

The BCD to excess-3 converter
The BCD to excess-3 converterThe BCD to excess-3 converter
The BCD to excess-3 converter
 
Angle modulation
Angle modulationAngle modulation
Angle modulation
 
Making Of 0-9 Decade Counter with 7 segment display
Making Of 0-9 Decade Counter with 7 segment displayMaking Of 0-9 Decade Counter with 7 segment display
Making Of 0-9 Decade Counter with 7 segment display
 
Ch5 angle modulation pg 97
Ch5 angle modulation pg 97Ch5 angle modulation pg 97
Ch5 angle modulation pg 97
 
Demodulation of AM wave
Demodulation of AM waveDemodulation of AM wave
Demodulation of AM wave
 
Bilinear transformation
Bilinear transformationBilinear transformation
Bilinear transformation
 
Meley & moore
Meley & mooreMeley & moore
Meley & moore
 
Data Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmissionData Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmission
 
transistor transistor logic
transistor transistor logictransistor transistor logic
transistor transistor logic
 
Diode Application
Diode ApplicationDiode Application
Diode Application
 
Lec am modulation
Lec am modulationLec am modulation
Lec am modulation
 
Black and white TV fundamentals
Black and white TV fundamentalsBlack and white TV fundamentals
Black and white TV fundamentals
 
Linear modulation
Linear modulation Linear modulation
Linear modulation
 
Logic microoperations
Logic microoperationsLogic microoperations
Logic microoperations
 
Interfacing ics for microprocessor
Interfacing ics for microprocessorInterfacing ics for microprocessor
Interfacing ics for microprocessor
 
3.2 modulation formats bpsk, qpsk, oqpsk,
3.2 modulation formats   bpsk, qpsk, oqpsk,3.2 modulation formats   bpsk, qpsk, oqpsk,
3.2 modulation formats bpsk, qpsk, oqpsk,
 
Chapter 5 counter
Chapter 5 counterChapter 5 counter
Chapter 5 counter
 
Monochrome and Color Television.pptx
Monochrome and Color Television.pptxMonochrome and Color Television.pptx
Monochrome and Color Television.pptx
 
Lecture 10 11-signal_flow_graphs
Lecture 10 11-signal_flow_graphsLecture 10 11-signal_flow_graphs
Lecture 10 11-signal_flow_graphs
 
Miller effect
Miller effectMiller effect
Miller effect
 

Similaire à Operation research bba15

Linear equations in two variables- By- Pragyan
Linear equations in two variables- By- PragyanLinear equations in two variables- By- Pragyan
Linear equations in two variables- By- PragyanPragyan Poudyal
 
Pair of linear equations in two variables for classX
Pair of linear equations in two variables for classXPair of linear equations in two variables for classX
Pair of linear equations in two variables for classXswastik999
 
Ultimate guide to systems of equations
Ultimate guide to systems of equationsUltimate guide to systems of equations
Ultimate guide to systems of equationskhyps13
 
Pair of linear equations in two variable
Pair of linear equations in two variablePair of linear equations in two variable
Pair of linear equations in two variableBuddhimaan Chanakya
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Sparsh Singh
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Sparsh Singh
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handoutfatima d
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
Matrix 2 d
Matrix 2 dMatrix 2 d
Matrix 2 dxyz120
 
4 pages from matlab an introduction with app.-2
4 pages from matlab an introduction with app.-24 pages from matlab an introduction with app.-2
4 pages from matlab an introduction with app.-2Malika khalil
 
Class IX Linear Equations in Two Variables
Class IX Linear Equations in Two VariablesClass IX Linear Equations in Two Variables
Class IX Linear Equations in Two VariablesAjaySingh1659
 

Similaire à Operation research bba15 (20)

Linear equations in two variables- By- Pragyan
Linear equations in two variables- By- PragyanLinear equations in two variables- By- Pragyan
Linear equations in two variables- By- Pragyan
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Pair of linear equations in two variables for classX
Pair of linear equations in two variables for classXPair of linear equations in two variables for classX
Pair of linear equations in two variables for classX
 
Ultimate guide to systems of equations
Ultimate guide to systems of equationsUltimate guide to systems of equations
Ultimate guide to systems of equations
 
Pair of linear equations in two variable
Pair of linear equations in two variablePair of linear equations in two variable
Pair of linear equations in two variable
 
Ca 1.6
Ca 1.6Ca 1.6
Ca 1.6
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)
 
Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)Pair of linear equation in two variables (sparsh singh)
Pair of linear equation in two variables (sparsh singh)
 
Linear Equations in Two Variables.pptx
Linear Equations in Two Variables.pptxLinear Equations in Two Variables.pptx
Linear Equations in Two Variables.pptx
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
Plano numerico
Plano numericoPlano numerico
Plano numerico
 
Matrix 2 d
Matrix 2 dMatrix 2 d
Matrix 2 d
 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 
4 pages from matlab an introduction with app.-2
4 pages from matlab an introduction with app.-24 pages from matlab an introduction with app.-2
4 pages from matlab an introduction with app.-2
 
Aman
AmanAman
Aman
 
SMT1105-1.pdf
SMT1105-1.pdfSMT1105-1.pdf
SMT1105-1.pdf
 
TABREZ KHAN.ppt
TABREZ KHAN.pptTABREZ KHAN.ppt
TABREZ KHAN.ppt
 
Class IX Linear Equations in Two Variables
Class IX Linear Equations in Two VariablesClass IX Linear Equations in Two Variables
Class IX Linear Equations in Two Variables
 
Advance algebra
Advance algebraAdvance algebra
Advance algebra
 

Dernier

Continuous Improvement Infographics for Learning
Continuous Improvement Infographics for LearningContinuous Improvement Infographics for Learning
Continuous Improvement Infographics for LearningCIToolkit
 
Call Now Pooja Mehta : 7738631006 Door Step Call Girls Rate 100% Satisfactio...
Call Now Pooja Mehta :  7738631006 Door Step Call Girls Rate 100% Satisfactio...Call Now Pooja Mehta :  7738631006 Door Step Call Girls Rate 100% Satisfactio...
Call Now Pooja Mehta : 7738631006 Door Step Call Girls Rate 100% Satisfactio...Pooja Nehwal
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Kondapur high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Kondapur high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Kondapur high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Kondapur high-profile Call Girladitipandeya
 
CEO of Google, Sunder Pichai's biography
CEO of Google, Sunder Pichai's biographyCEO of Google, Sunder Pichai's biography
CEO of Google, Sunder Pichai's biographyHafizMuhammadAbdulla5
 
Call now : 9892124323 Nalasopara Beautiful Call Girls Vasai virar Best Call G...
Call now : 9892124323 Nalasopara Beautiful Call Girls Vasai virar Best Call G...Call now : 9892124323 Nalasopara Beautiful Call Girls Vasai virar Best Call G...
Call now : 9892124323 Nalasopara Beautiful Call Girls Vasai virar Best Call G...Pooja Nehwal
 
{ 9892124323 }} Call Girls & Escorts in Hotel JW Marriott juhu, Mumbai
{ 9892124323 }} Call Girls & Escorts in Hotel JW Marriott juhu, Mumbai{ 9892124323 }} Call Girls & Escorts in Hotel JW Marriott juhu, Mumbai
{ 9892124323 }} Call Girls & Escorts in Hotel JW Marriott juhu, MumbaiPooja Nehwal
 
GENUINE Babe,Call Girls IN Baderpur Delhi | +91-8377087607
GENUINE Babe,Call Girls IN Baderpur  Delhi | +91-8377087607GENUINE Babe,Call Girls IN Baderpur  Delhi | +91-8377087607
GENUINE Babe,Call Girls IN Baderpur Delhi | +91-8377087607dollysharma2066
 
situational leadership theory by Misba Fathima S
situational leadership theory by Misba Fathima Ssituational leadership theory by Misba Fathima S
situational leadership theory by Misba Fathima Smisbafathima9940
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Ameerpet high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Ameerpet high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Ameerpet high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Ameerpet high-profile Call Girladitipandeya
 
Day 0- Bootcamp Roadmap for PLC Bootcamp
Day 0- Bootcamp Roadmap for PLC BootcampDay 0- Bootcamp Roadmap for PLC Bootcamp
Day 0- Bootcamp Roadmap for PLC BootcampPLCLeadershipDevelop
 
Reviewing and summarization of university ranking system to.pptx
Reviewing and summarization of university ranking system  to.pptxReviewing and summarization of university ranking system  to.pptx
Reviewing and summarization of university ranking system to.pptxAss.Prof. Dr. Mogeeb Mosleh
 
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 

Dernier (20)

Continuous Improvement Infographics for Learning
Continuous Improvement Infographics for LearningContinuous Improvement Infographics for Learning
Continuous Improvement Infographics for Learning
 
LoveLocalGov - Chris Twigg, Inner Circle
LoveLocalGov - Chris Twigg, Inner CircleLoveLocalGov - Chris Twigg, Inner Circle
LoveLocalGov - Chris Twigg, Inner Circle
 
Disrupt or be Disrupted - Kirk Vallis.pdf
Disrupt or be Disrupted - Kirk Vallis.pdfDisrupt or be Disrupted - Kirk Vallis.pdf
Disrupt or be Disrupted - Kirk Vallis.pdf
 
Call Now Pooja Mehta : 7738631006 Door Step Call Girls Rate 100% Satisfactio...
Call Now Pooja Mehta :  7738631006 Door Step Call Girls Rate 100% Satisfactio...Call Now Pooja Mehta :  7738631006 Door Step Call Girls Rate 100% Satisfactio...
Call Now Pooja Mehta : 7738631006 Door Step Call Girls Rate 100% Satisfactio...
 
Call Girls Service Tilak Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
Call Girls Service Tilak Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICECall Girls Service Tilak Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICE
Call Girls Service Tilak Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Kondapur high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Kondapur high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Kondapur high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Kondapur high-profile Call Girl
 
CEO of Google, Sunder Pichai's biography
CEO of Google, Sunder Pichai's biographyCEO of Google, Sunder Pichai's biography
CEO of Google, Sunder Pichai's biography
 
Call now : 9892124323 Nalasopara Beautiful Call Girls Vasai virar Best Call G...
Call now : 9892124323 Nalasopara Beautiful Call Girls Vasai virar Best Call G...Call now : 9892124323 Nalasopara Beautiful Call Girls Vasai virar Best Call G...
Call now : 9892124323 Nalasopara Beautiful Call Girls Vasai virar Best Call G...
 
{ 9892124323 }} Call Girls & Escorts in Hotel JW Marriott juhu, Mumbai
{ 9892124323 }} Call Girls & Escorts in Hotel JW Marriott juhu, Mumbai{ 9892124323 }} Call Girls & Escorts in Hotel JW Marriott juhu, Mumbai
{ 9892124323 }} Call Girls & Escorts in Hotel JW Marriott juhu, Mumbai
 
GENUINE Babe,Call Girls IN Baderpur Delhi | +91-8377087607
GENUINE Babe,Call Girls IN Baderpur  Delhi | +91-8377087607GENUINE Babe,Call Girls IN Baderpur  Delhi | +91-8377087607
GENUINE Babe,Call Girls IN Baderpur Delhi | +91-8377087607
 
Peak Performance & Resilience - Dr Dorian Dugmore
Peak Performance & Resilience - Dr Dorian DugmorePeak Performance & Resilience - Dr Dorian Dugmore
Peak Performance & Resilience - Dr Dorian Dugmore
 
Discover -CQ Master Class - Rikita Wadhwa.pdf
Discover -CQ Master Class - Rikita Wadhwa.pdfDiscover -CQ Master Class - Rikita Wadhwa.pdf
Discover -CQ Master Class - Rikita Wadhwa.pdf
 
Becoming an Inclusive Leader - Bernadette Thompson
Becoming an Inclusive Leader - Bernadette ThompsonBecoming an Inclusive Leader - Bernadette Thompson
Becoming an Inclusive Leader - Bernadette Thompson
 
situational leadership theory by Misba Fathima S
situational leadership theory by Misba Fathima Ssituational leadership theory by Misba Fathima S
situational leadership theory by Misba Fathima S
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Ameerpet high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Ameerpet high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Ameerpet high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Ameerpet high-profile Call Girl
 
Imagine - HR; are handling the 'bad banter' - Stella Chandler.pdf
Imagine - HR; are handling the 'bad banter' - Stella Chandler.pdfImagine - HR; are handling the 'bad banter' - Stella Chandler.pdf
Imagine - HR; are handling the 'bad banter' - Stella Chandler.pdf
 
Intro_University_Ranking_Introduction.pptx
Intro_University_Ranking_Introduction.pptxIntro_University_Ranking_Introduction.pptx
Intro_University_Ranking_Introduction.pptx
 
Day 0- Bootcamp Roadmap for PLC Bootcamp
Day 0- Bootcamp Roadmap for PLC BootcampDay 0- Bootcamp Roadmap for PLC Bootcamp
Day 0- Bootcamp Roadmap for PLC Bootcamp
 
Reviewing and summarization of university ranking system to.pptx
Reviewing and summarization of university ranking system  to.pptxReviewing and summarization of university ranking system  to.pptx
Reviewing and summarization of university ranking system to.pptx
 
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
 

Operation research bba15

  • 1.
  • 2. Presented by :- Sonal chauhan TOPIC OF PRESENTATION PRESENTED TO:- Bba 2ND YR
  • 3. INTRODUCTION Before understanding the meaning of linear programming, its beneficial to understand the words linear and programming individually. So, LINEAR means that the relationships are represented by straight lines i.e., the relationships are in the form of y =ax+b. PROGRAMMING means the optimal allocation of resources. Hence, linear programming can be defined as mathematical technique for determining the optimal allocation of resources and obtaining a particular objective by making choices from the available sources .The objective may be cost minimization or inversely
  • 4. APPLICATION KINDS OF L.P.P. There are some important L.P problem discussed below:-  Optimal product line problems : Production and sale of different products by the manufacturer to make maximum profit.  Product mix problems: Keeping in mind the different conditions we try to determine such a product mix which maximizes the profit and minimizes the cost.  Diet planning problems: We have to determine the amount of different kinds of nutrients which should be included in a diet so as to minimize the cost .  Transportation problems: Taking an example ,the finished goods from the plant are also to be transported to warehouse in such a way that the total
  • 5.  A set of values of variables satisfying the constraints of a L.P.P is called a solution of a L.P.P. Say for example:- lets take an equation (2x + 3y = 10) here CONSTRAINT VARIABLE Similarly 3 is constraint and Y is variable CONSTRAINTS can be changed but VARIABLES remains constant.  The variable used in linear programming problem to convert an inequality in to an equation is known as slack variable. FOR EXAMPLE- 2x + 3y ≤ 100 , 3x +4y ≤ 200 These are known as inequality and for converting and for solving them we assume some slack variables which are always equal to 0 and which does not lays any effect on the given inequality and converts them in a equation. As we consider some slack variables as S1, S2, =0 .
  • 6. 2x + 3y + S1 = 100 3x + 4y + S2 = 200 Next we will put the value of S1 and S2 i.e., 0 and finally we will get the equations as-: 2X +3y = 100 3x + 4y = 200 which can be solved further. • General form of L.P.P is Maximization or minimization Z= a₁x₁ + a₂x₂…..anxn subject to :- a₁₁x₁ + a₁₂x₂+ a₁₃x₃……..≤b₁ , a₂₁x₁ + a₂₂x₂ + ……≤b₂…. For Example MAXIMIZE Z=25x₁ + 40x₂ MINIMIZE Z=2x₁ + 3x₂ Subject to : x₁ + 2x₂ ≤ 5 Subject to : 3x₁ + 2x₂ ≥ 5 2x₁ + 5x₂ ≤ 6 2x₁ + 5x₂ ≥ 7
  • 7. METHODS OF SOLVING LINEAR PROGRAMMING PROBLEMS GRAPHICAL METHOD SIMPLEX METHOD (Here we will discuss only graphical method in detail)
  • 8. GRAPHICAL METHOD For a L.P.P, that have only two variables ,it is possible that entire solution can be displayed graphically by plotting linear constraints on a graph paper to locate best solution. This technique is called GRAPHICAL METHOD.  It is applicable when only two variables are involved.  There are two types of graphs i.e., maximization in case of profit and minimization in case of cost. Let’s take an example to understand the graphical method practically and more easily.Maximize Z = f(x,y) = 3x + 2y subject to: 2x + y ≤ 18 2x + 3y ≤ 42 3x + y ≤ 24 x ≥ 0 , y ≥ 0
  • 9. 1. Initially ,the coordinate system is drawn and each variable is associated to an axis. 2. A numerical scale is marked in axis. 3. In the beginning ,for changing the given inequalities into an equation we will consider some slack variables ,say( S1,S2,S3=0) and add one slack variable in each inequality respectively. 2x + y + S1 = 18 , 2x + 3y +S2 = 42, 3x + y +S3 = 24 Now put the value of S1, S2, S3 =0 4. After putting the value of S1, S2, S3 in the above given equations we will get the following results :- 2x + y + S1 = 18 2x + y + 0 = 18 (a) 2x + 3y + S2 = 42 2x + 3y + 0 = 42 (b) 3x + y + S3 = 24 3x + y + 0 = 24 (c) 5. Next we will find out the coordinates from the given above equation (a) , (b) , (c) by taking each variable x and y one by one as 0.
  • 10. Taking equation (a) for finding out the coordinates . If x=0, then 2x + y = 18 will be 2 X 0 + y = 18 0 + y = 18 y = 18 If y =0 , then 2x + y = 18 will be 2x+ 0 = 18 2x = 18 x = 9, therefore the coordinates we get will be (9,18) Taking equation (b) for finding out the coordinates. If x = 0, then 2x + 3y = 42 will be 2 X 0 + 3y = 42 0 + 3y = 42 y = 14 If y = 0 , then 2x + 3y = 42 will be 2x + 3 X 0 = 42 2x + 0 = 42 x = 21, therefore the coordinates we get will be ( 21 , 14 )
  • 11. Taking equation (c) for finding out the coordinates . If x=0, then 3x + y = 24 will be 3 X 0 + y = 24 0 + y = 24 y = 24 If y =0 , then 3x + y = 24 will be 3x+ 0 = 24 3x = 24 x = 8, therefore the coordinates we get will be (8,24) 6. As we have got the coordinates (9,18) , (21,14) , (8,24) from the equation (a) , (b) , (c) respectively . We will plot these coordinates on the graph . 7. We will plot the coordinates (9,18) first as shown in the figure by drawing straight line joining two points 9 on the x axis and 18 on y axis.
  • 12. 8. Next we will plot the coordinates (21,14) On the graph shown beside. 9. Further we will plot the coordinates (8,24) Shown here with the red shaded region.
  • 13. Since we have taken the example of maximization therefore the region towards the origin will be covered.
  • 14. 10. The required region is the intersection of the regions defined by the set of constraints and the coordinate axis . This required region is represented by the O-F-H-G-C polygon in PURPLE color. 11. Next, the extreme values are calculated. These vertices are the optimal solutions. 12. For point O , C and F the coordinates will be (0,0) , (0,14) , (8,0)
  • 15. 13. For point G, we will solve the equations (a) and (b) , and after solving these equations we will get the coordinates (3,12). Similarly for point H, we will solve the equations (a) and (c) and we will get the coordinates as (6,6). 14. 15. Finally, the objective function (3x + 2y) is evaluated in each of these points (results are shown in the table above). Since G-point provides the greatest value to the Z- function and the objective is to maximize, this point is the optimal solution: Z = 33 with x = 3 and y= 12. Extreme point Z = 3x + 2y Objective value (Z) O(0,0) Z = 0 + 0 0 C(0,14) Z = 0 + 28 28 G(3,12) Z = 9 + 24 33 H(6,6) Z = 18 + 12 30 F(8,0) Z = 24 + 0 24