Mathematical formulation of Linear Programming Problem

Suvadip
Messages
68
Reaction score
0
A ship has three cargo loads -forward, centre and after. The capacity limits are given:

Commodity Weight (in tonne) Volume (in cu. feet)

Forward 2000 100000
Centre 3000 135000
After 1500 30000

The following cargoes are offered. The ship owner may accept all or any part of each commodity:

Commodity Weight (in tonne) Volume (in cu. feet) Profit per tonne (in Rs)

A 6000 60 150
B 4000 50 200
C 2000 25 125 In order to preserve the trim of the ship, the weight in each load must be proportional to the capacity in tonne. The cargo is to be distributed
so as to maximize the profit. Formulate the problem as LPP model.

Please help
 
Mathematics news on Phys.org
Can you show us what you have tried so that our helpers know where you are stuck and how best to offer help?
 
Hi suvadip!

An LP problem consists of 3 steps:
1. Identify the decision variables.
2. Identify the target function in terms of the decision variables.
3. Identify the constraints.

How far do you get?
 
I like Serena said:
Hi suvadip!

An LP problem consists of 3 steps:
1. Identify the decision variables.
2. Identify the target function in terms of the decision variables.
3. Identify the constraints.

How far do you get?

Let x1 tonne of A, x2 tonne of B and x3 tonne of C

Objective function: Max Z=150 x1 +200 x2+125 x3

Constraints:

Non-negativity conditions: x1, x2, x3>=0

Please give me hints about a single constraint. Rest I can do the rest.
 
suvadip said:
Let x1 tonne of A, x2 tonne of B and x3 tonne of C

Objective function: Max Z=150 x1 +200 x2+125 x3

Constraints:

Non-negativity conditions: x1, x2, x3>=0

Please give me hints about a single constraint. Rest I can do the rest.

I'm afraid that you have more decisions to make: whether cargo should go forward, center, or aft.

Let $x_{AF}$ be the tonne of A that goes Forward, $x_{BF}$ the tonne of B that goes Forward, and $x_{CF}$ the tonne of C that goes Forward.
In total you will have 9 decision variables.

Then the first constraint is that:
$$x_{AF} + x_{BF} + x_{CF} \le 2000$$

Extra constraints are the non-negativity constraints.
For these 3 decision variables, those are:
$$x_{AF} \ge 0$$
$$x_{BF} \ge 0$$
$$x_{CF} \ge 0$$
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Replies
17
Views
3K
Replies
1
Views
2K
Back
Top