Вы находитесь на странице: 1из 8

Introduction

Linear programming is the process of taking various linear


inequalities relating to some situation, and finding the "best" value
obtainable under those conditions. In "real life", linear
programming is part of a very important area of mathematics
called "optimization techniques". This field of study (or at least the
applied results of it) is used every day in the organization and
allocation of resources. These "real life" systems can have
dozens or hundreds of variables, or more. In algebra, though,
you'll only work with the simple (and graph able) two-variable
linear case. Linear programming can be applied to various fields
of study. It is used in business and economics, but can also be
utilized for some engineering problems. Industries that use linear
programming models include transportation, energy,
telecommunications, and manufacturing. It has proved useful in
modeling diverse types of problems in planning, routing,
scheduling, assignment, and design.

A farmer can plant up to 8 acres of land with wheat and


barley. He can earn $5,000 for every acre he plants with
wheat and $3,000 for every acre he plants with barley. His
use of a necessary pesticide is limited by federal regulations
to 10 gallons for his entire 8 acres. Wheat requires 2 gallons
of pesticide for every acre planted and barley requires just 1
gallon per acre.
What is the maximum profit he can make?

let x = the number of acres of wheat


let y = the number of acres of barley.

Since the farmer earns $5,000 for each acre of wheat and
$3,000 for each acre of barley,
The Equation will be:
p = 5000x + 3000y

The constraints are:


Number of acres has to be greater than or equal to 0.
Number of acres has to be less than or equal to 8.
Amount of pesticide has to be less than or equal to 10.

x + y <= 8
X
Y

0
8

8
0

2x + y <= 10
X
Y

0
10

5
0

x >= 0
y >= 0
x = 0 is a vertical line that is the same line as the y-axis.
y = 0 is a horizontal line that is the same line as the x-axis.
The area of the graph that satisfies all the constraints is the
region of feasibility.
The maximum or minimum solutions to the problem will be at
the intersection points of the lines that bound the region of
feasibility.

The graph is shown in the next page using the graph paper.
The region of feasibility is the shaded area of the graph.

You can see from this graph that the region of feasibility is
bounded by the following (x,y) coordinate points:
(0,0)
(0,8)
(2,6)
(5,0)

The point (0,0) is the intersection of the line x-axis with the y-axis.
The point (0,8) is the intersection of the line y = 8 - x with the yaxis.
The point (5,0) is the intersection of the line y = 10 - 2x with the xaxis.
The point (2,6) is the intersection of the line y = 8 - x with the line
y = 10 - 2x.

The objective equation is:

p = 5000x + 3000y
Profit will be maximum at the intersection points of the region of
feasibility on the graph.
The profit equation is evaluated at each of these points as shown
in the following table.

INTERSECTION POINT OF (X,Y)

PROFIT

(0,0)

$0

(0,8)

$24,000

(2,6)

$28,000

(5,0)

$25,000

The maximum profit occurs when the farmer plants 2 acres of


wheat and 6 acres of barley.
Number of acres of wheat is 2 and number of acres of barley is 6
for a total of 8 acres which is the maximum number of acres
available for planting.

Conclusion

Optimal point is the highest point or point that creates the best
conditions. If the quantity you want to optimize (here, profit) and
the constraint conditions (more on them later) are linear, then the
problem can be solved using a special organization called linear
programming. Linear programming enables industries and
companies to find optimal solutions to economic decisions.
Generally, this means maximizing profits and minimizing costs.
Linear programming is most commonly seen in operations
research because it provides a best solution, while considering
all the constraints of the situation. Constraints are limitations, and
may suggest, for example, how much is the farmer can make
profit of a wheat and barley in how much time.

MANAGEMENT SCIENCE
(BATCH 9)
Prepared By :
NAVINDRAN (1200692)
GOBINATHAN (1100609)
THANES (1100606)
TISHALINI (1100612)

Prepared For :

Ms.BARATHI

Вам также может понравиться