You are on page 1of 67

Introduction to Optimum Design 4th

Edition Arora Solutions Manual


Visit to download the full and correct content document: https://testbankdeal.com/dow
nload/introduction-to-optimum-design-4th-edition-arora-solutions-manual/
CHAPTER
8
Linear Programming Methods
for Optimum Design

Section 8.2 Definition of Standard Linear Programming Problem


8.1 _________________________________________________________________________________
Answer True or False.

1. A linear programming problem having maximization of a function cannot be transcribed

into the standard LP form. False

2. A surplus variable must be added to a “≤ type” constraint in the standard LP formulation.

False

3. A slack variable for an LP constraint can have a negative value. False

4. A surplus variable for an LP constraint must be non-negative. True

5. If a “≤ type” constraint is active, its slack variable must be positive. False

6. If a “≥ type” constraint is active, its surplus variable must be zero. True

7. In the standard LP formulation, the resource limits are free in sign. False

8. Only “≤ type” constraints can be transcribed into the standard LP form. False

9. Variables that are free in sign can be treated in any LP problem. True

10. In the standard LP form, all the cost coefficients must be positive. False

11. All variables must be non-negative in the standard LP definition. True

Arora, Introduction to Optimum Design, 4e 8-1


Chapter 8 Linear Programming Methods for Optimum Design

8.2 _________________________________________________________________________________
Convert the following problem to the standard LP form:

Minimize 𝑓𝑓 = 5𝑥𝑥1 + 4𝑥𝑥2 − 𝑥𝑥3


Subject to 𝑥𝑥1 + 2𝑥𝑥2 − 𝑥𝑥3 ≥ 1
2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 ≥ 4
𝑥𝑥1 , 𝑥𝑥2 ≥ 0 ; 𝑥𝑥3 is unrestricted in sign.

Solution:
𝑥𝑥3 = 𝑥𝑥3+ − 𝑥𝑥3− ; 𝑦𝑦1 = 𝑥𝑥1 , 𝑦𝑦2 = 𝑥𝑥2 , 𝑦𝑦3 = 𝑥𝑥3+ , 𝑦𝑦4 = 𝑥𝑥3− , 𝑦𝑦5 , 𝑦𝑦6 = surplus variables for the 1st and 2nd
constraints.
Minimize 𝑓𝑓 = 5𝑦𝑦1 + 4𝑦𝑦2 − 𝑦𝑦3 + 𝑦𝑦4
Subject to 𝑦𝑦1 + 2𝑦𝑦2 − 𝑦𝑦3 + 𝑦𝑦4 − 𝑦𝑦5 = 1
2𝑦𝑦1 + 𝑦𝑦2 + 𝑦𝑦3 − 𝑦𝑦4 − 𝑦𝑦6 = 4
𝑦𝑦𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 6
8.3 _________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 𝑥𝑥1 + 2𝑥𝑥2


Subject to −𝑥𝑥1 + 3𝑥𝑥2 ≤ 10
𝑥𝑥1 + 𝑥𝑥2 ≤ 6
𝑥𝑥1 − 𝑥𝑥2 ≤ 2
𝑥𝑥1 + 3𝑥𝑥2 ≤ 6
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
𝑥𝑥3 , 𝑥𝑥4 , 𝑥𝑥5 : slack variables for the 1st , 2nd and 3rd constraints respectively, 𝑥𝑥6 : a surplus variable for
the 4th constraint.
Minimize 𝑓𝑓 = −𝑥𝑥1 − 2𝑥𝑥2
Subject to −𝑥𝑥1 − 3𝑥𝑥2 + 𝑥𝑥3 = 10
𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥4 = 6
𝑥𝑥1 − 𝑥𝑥2 + 𝑥𝑥5 = 2
𝑥𝑥1 + 3𝑥𝑥2 − 𝑥𝑥6 = 6
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 6

Arora, Introduction to Optimum Design, 4e 8-2


Chapter 8 Linear Programming Methods for Optimum Design

8.4 _________________________________________________________________________________
Convert the following problem to the standard LP form:

Minimize 𝑓𝑓 = 2𝑥𝑥1 − 3𝑥𝑥2


Subject to 𝑥𝑥1 + 𝑥𝑥2 ≤ 1
−2𝑥𝑥1 + 𝑥𝑥2 ≥ 2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
𝑥𝑥3 : a slack variable for the 1st constraint, 𝑥𝑥4 : a surplus variable for the 2nd constraint.
Minimize 𝑓𝑓 = 2𝑥𝑥1 − 3𝑥𝑥2
Subject to 𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 1
−2𝑥𝑥1 + 𝑥𝑥2 − 𝑥𝑥4 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4

8.5 _________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 4𝑥𝑥1 + 2𝑥𝑥2


Subject to −2𝑥𝑥1 + 𝑥𝑥2 ≤ 4
𝑥𝑥1 + 2𝑥𝑥2 ≥ 2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
𝑥𝑥3 : a slack variable for the 1st constraint, 𝑥𝑥4 : a surplus variable for the 2nd constraint.
Minimize 𝑓𝑓 = −4𝑥𝑥1 − 2𝑥𝑥2
Subject to −2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 4
𝑥𝑥1 + 2𝑥𝑥2 − 𝑥𝑥4 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
8.6 _________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 𝑥𝑥1 + 4𝑥𝑥2


Subject to 𝑥𝑥1 + 2𝑥𝑥2 ≤ 5
𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 ≥ 3
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
𝑥𝑥3 : a slack variable for the 1st constraint, 𝑥𝑥4 : a surplus variable for the 3rd constraint.
Minimize 𝑓𝑓 = −𝑥𝑥1 − 4𝑥𝑥2
Subject to 𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 5
𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥4 = 3
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4

Arora, Introduction to Optimum Design, 4e 8-3


Chapter 8 Linear Programming Methods for Optimum Design

8.7 _________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 𝑥𝑥1 + 4𝑥𝑥2


Subject to 𝑥𝑥1 + 2𝑥𝑥2 ≤ 5
2𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 ≥ 1
𝑥𝑥1 , 𝑥𝑥2 ≥ 0
Solution:
𝑥𝑥3 : a slack variable for the 1st constraint, 𝑥𝑥4 : a surplus variable for the 3rd constraint.
Minimize 𝑓𝑓 = −𝑥𝑥1 − 4𝑥𝑥2
Subject to 𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 5
2𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥4 = 1
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
8.8 _________________________________________________________________________________
Convert the following problem to the standard LP form:

Minimize 𝑓𝑓 = 9𝑥𝑥1 + 2𝑥𝑥2 + 3𝑥𝑥3


Subject to −2𝑥𝑥1 − 𝑥𝑥2 + 3𝑥𝑥3 ≤ −5
𝑥𝑥1 − 2𝑥𝑥2 + 2𝑥𝑥3 ≥ −2
𝑥𝑥1 , 𝑥𝑥2 , 𝑥𝑥3 ≥ 0
Solution:
Reversing the sign on the RHS of both constraints by multiplying both sides with − 1, then introducing
a surplus variable 𝑥𝑥4 for the 1st constraint and a slack variable 𝑥𝑥5 for the 2nd constraint, we have the
standard LP as:
Minimize 𝑓𝑓 = 9𝑥𝑥1 + 2𝑥𝑥2 + 3𝑥𝑥3
Subject to 2𝑥𝑥1 + 𝑥𝑥2 − 3𝑥𝑥3 − 𝑥𝑥4 = 5
−𝑥𝑥1 + 2𝑥𝑥2 − 2𝑥𝑥3 + 𝑥𝑥5 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
8.9 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Minimize 𝑓𝑓 = 5𝑥𝑥1 + 4𝑥𝑥2 − 𝑥𝑥3


Subject to 𝑥𝑥1 + 2𝑥𝑥2 − 𝑥𝑥3 ≥ 1
2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 ≥ 4
𝑥𝑥1 , 𝑥𝑥2 ≥ 0 ; 𝑥𝑥3 is unrestricted in sign.

Solution:
𝑥𝑥3 = 𝑥𝑥3+ − 𝑥𝑥3− ; 𝑦𝑦1 = 𝑥𝑥1 , 𝑦𝑦2 = 𝑥𝑥2 , 𝑦𝑦3 = 𝑥𝑥3+ , 𝑦𝑦4 = 𝑥𝑥3− , 𝑦𝑦5 , 𝑦𝑦6 = surplus variables for the 1st and 2nd
constraints.
Minimize 𝑓𝑓 = 5𝑦𝑦1 + 4𝑦𝑦2 − 𝑦𝑦3 + 𝑦𝑦4
Subject to 𝑦𝑦1 + 2𝑦𝑦2 − 𝑦𝑦3 + 𝑦𝑦4 − 𝑦𝑦5 = 1
2𝑦𝑦1 + 𝑦𝑦2 + 𝑦𝑦3 − 𝑦𝑦4 − 𝑦𝑦6 = 4
𝑦𝑦𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 6

Arora, Introduction to Optimum Design, 4e 8-4


Chapter 8 Linear Programming Methods for Optimum Design

8.10 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = −10𝑥𝑥1 − 18𝑥𝑥2


Subject to 𝑥𝑥1 − 3𝑥𝑥2 ≤ −3
2𝑥𝑥1 + 2𝑥𝑥2 ≥ 5
𝑥𝑥1 , 𝑥𝑥2 ≥ 0
Solution:
Multiply both sides of the 1st constraint with − 1; 𝑥𝑥3 , 𝑥𝑥4 = surplus variables for the 1st and 2nd
constraints.
Minimize 𝑓𝑓 = 10𝑥𝑥1 + 18𝑥𝑥2
Subject to −𝑥𝑥1 + 3𝑥𝑥2 − 𝑥𝑥3 = 3
2𝑥𝑥1 + 2𝑥𝑥2 − 𝑥𝑥4 = 5
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
8.11 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Minimize 𝑓𝑓 = 20𝑥𝑥1 − 6𝑥𝑥2


Subject to 3𝑥𝑥1 − 𝑥𝑥2 ≥ 3
−4𝑥𝑥1 + 3𝑥𝑥2 = −8
𝑥𝑥1 , 𝑥𝑥2 ≥ 0
Solution:
𝑥𝑥3 = a surplus variable for the 1st constraint; change sign on the RHS of the 2nd constraint by
multiplying by − 1.
Minimize 𝑓𝑓 = 20𝑥𝑥1 − 6𝑥𝑥2
Subject to 3𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥3 = 3
4𝑥𝑥1 − 3𝑥𝑥2 = 8
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 3
8.12 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 2𝑥𝑥1 + 5𝑥𝑥2 − 4.5𝑥𝑥3 + 1.5𝑥𝑥4


Subject to 5𝑥𝑥1 + 3𝑥𝑥2 + 1.5𝑥𝑥3 ≤ 8
1.8𝑥𝑥1 − 6𝑥𝑥2 + 4𝑥𝑥3 + 𝑥𝑥4 ≥ 3
−3.6𝑥𝑥1 + 8.2𝑥𝑥2 + 7.5𝑥𝑥3 + 5𝑥𝑥4 = 15
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
Solution:
𝑥𝑥5 = a slack variable for the 1st constraint; 𝑥𝑥6 = a surplus variable for the 2nd constraint.
Minimize 𝑓𝑓 = −2𝑥𝑥1 − 5𝑥𝑥2 + 4.5𝑥𝑥3 − 1.5𝑥𝑥4
Subject to 5𝑥𝑥1 + 3𝑥𝑥2 + 1.5𝑥𝑥3 + 𝑥𝑥5 = 8
1.8𝑥𝑥1 − 6𝑥𝑥2 + 4𝑥𝑥3 + 𝑥𝑥4 − 𝑥𝑥6 = 3
−3.6𝑥𝑥1 + 8.2𝑥𝑥2 + 7.5𝑥𝑥3 + 5𝑥𝑥4 = 15
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 6

Arora, Introduction to Optimum Design, 4e 8-5


Chapter 8 Linear Programming Methods for Optimum Design

8.13 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Minimize 𝑓𝑓 = 8𝑥𝑥1 − 3𝑥𝑥2 + 15𝑥𝑥3


Subject to 5𝑥𝑥1 − 1.8𝑥𝑥2 − 3.6𝑥𝑥3 ≥ 2
3𝑥𝑥1 + 6𝑥𝑥2 + 8.2𝑥𝑥3 ≥ 5
1.5𝑥𝑥1 − 4𝑥𝑥2 + 7.5𝑥𝑥3 ≥ −4.5
−𝑥𝑥2 + 5𝑥𝑥3 ≥ 1.5
𝑥𝑥1 , 𝑥𝑥2 ≥ 0 ; 𝑥𝑥3 is unrestricted in sign.

Solution:
𝑥𝑥3 = 𝑥𝑥3+ − 𝑥𝑥3− ; 𝑦𝑦1 = 𝑥𝑥1 , 𝑦𝑦2 = 𝑥𝑥2 , 𝑦𝑦3 = 𝑥𝑥3+ , 𝑦𝑦4 = 𝑥𝑥3− ; multiply by −1 on both sides of the 3rd
constraint; 𝑦𝑦5 , 𝑦𝑦6 , 𝑦𝑦8 = surplus variables for the 1st, 2nd and 4th constraints respectively; 𝑦𝑦7 = a slack
variable for the 3rd constraint.
Minimize 𝑓𝑓 = 8𝑦𝑦1 − 3𝑦𝑦2 + 15𝑦𝑦3 − 15𝑦𝑦4
Subject to 5𝑦𝑦1 − 1.8𝑦𝑦2 − 3.6𝑦𝑦3 + 3.6𝑦𝑦4 − 𝑦𝑦5 = 2
3𝑦𝑦1 + 6𝑦𝑦2 + 8.2𝑦𝑦3 − 8.2𝑦𝑦4 − 𝑦𝑦6 = 5
−1.5𝑦𝑦1 + 4𝑦𝑦2 − 7.5𝑦𝑦3 + 7.5𝑦𝑦4 + 𝑦𝑦7 = 4.5
−𝑦𝑦2 + 5𝑦𝑦3 − 5𝑦𝑦4 − 𝑦𝑦8 = 1.5
𝑦𝑦𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 8
8.14 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 10𝑥𝑥1 + 6𝑥𝑥2


Subject to 2𝑥𝑥1 + 3𝑥𝑥2 ≤ 90
4𝑥𝑥1 + 2𝑥𝑥2 ≤ 80
𝑥𝑥2 ≥ 15
5𝑥𝑥1 + 𝑥𝑥2 = 25
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
𝑥𝑥3 , 𝑥𝑥4 = slack variables for the 1st and 2nd constraints respectively; 𝑥𝑥5 = a surplus variable for the 3rd
constraint.
Minimize 𝑓𝑓 = −10𝑥𝑥1 − 6𝑥𝑥2
Subject to 2𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥3 = 90
4𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 80
𝑥𝑥2 − 𝑥𝑥5 = 15
5𝑥𝑥1 + 𝑥𝑥2 = 25
𝑥𝑥1 , 𝑥𝑥2 ≥ 0
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5

Arora, Introduction to Optimum Design, 4e 8-6


Chapter 8 Linear Programming Methods for Optimum Design

8.15 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = −2𝑥𝑥1 + 4𝑥𝑥2


Subject to 2𝑥𝑥1 + 𝑥𝑥2 ≥ 3
2𝑥𝑥1 + 10𝑥𝑥2 ≤ 18
𝑥𝑥1 , 𝑥𝑥2 ≥ 0
Solution:
𝑥𝑥3 = a surplus variable for the 1st constraint, 𝑥𝑥4 = a slack variable for the 2nd constraint.
Minimize 𝑓𝑓 = 2𝑥𝑥1 − 4𝑥𝑥2
Subject to 2𝑥𝑥1 + 𝑥𝑥2 − 𝑥𝑥3 = 3
2𝑥𝑥1 + 10𝑥𝑥2 + 𝑥𝑥4 = 18
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4

8.16 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 𝑥𝑥1 + 4𝑥𝑥2


Subject to 𝑥𝑥1 + 2𝑥𝑥2 ≤ 5
2𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 ≥ 3
𝑥𝑥1 ≥ 0; 𝑥𝑥2 is unrestricted in sign.
Solution:
𝑥𝑥2 = 𝑥𝑥2+ − 𝑥𝑥2− ; 𝑦𝑦1 = 𝑥𝑥1 , 𝑦𝑦2 = 𝑥𝑥2+ , 𝑦𝑦3 = 𝑥𝑥2− ; 𝑦𝑦4 = a slack variable for the 1st constraint, and 𝑦𝑦5 = a
surplus variable for the 3rd constraint.
Mimimize 𝑓𝑓 = −𝑦𝑦1 − 4𝑦𝑦2 + 4𝑦𝑦3
Subject to 𝑦𝑦1 + 2𝑦𝑦2 − 2𝑦𝑦3 + 𝑦𝑦4 = 5
2𝑦𝑦1 + 𝑦𝑦2 − 𝑦𝑦3 = 4
𝑦𝑦1 − 𝑦𝑦2 + 𝑦𝑦3 − 𝑦𝑦5 = 3
𝑦𝑦𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
8.17 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Minimize 𝑓𝑓 = 3𝑥𝑥1 + 2𝑥𝑥2


Subject to 𝑥𝑥1 − 𝑥𝑥2 ≥ 0
𝑥𝑥1 + 𝑥𝑥2 ≥ 2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0
Solution:
𝑥𝑥3 , 𝑥𝑥4 = surplus variables for the 1st and 2nd constraints respectively.
Minimize 𝑓𝑓 = 3𝑥𝑥1 + 2𝑥𝑥2
Subject to 𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥3 = 0
𝑥𝑥1 + 𝑥𝑥2 − 𝑥𝑥4 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4

Arora, Introduction to Optimum Design, 4e 8-7


Chapter 8 Linear Programming Methods for Optimum Design

8.18 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 3𝑥𝑥1 + 2𝑥𝑥2


Subject to 𝑥𝑥1 − 𝑥𝑥2 ≥ 0
𝑥𝑥1 + 𝑥𝑥2 ≥ 2
2𝑥𝑥1 + 𝑥𝑥2 ≤ 6
𝑥𝑥1 , 𝑥𝑥2 ≥ 0
Solution:
𝑥𝑥3 , 𝑥𝑥4 = surplus variables for the 1st and 2nd constraints, 𝑥𝑥5 = a slack variable for the 3rd constraint.
Maximize 𝑓𝑓 = −3𝑥𝑥1 − 2𝑥𝑥2
Subject to 𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥3 = 0
𝑥𝑥1 + 𝑥𝑥2 − 𝑥𝑥4 = 2
2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥5 = 6
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
8.19 ________________________________________________________________________________
Convert the following problem to the standard LP form:

Maximize 𝑧𝑧 = 𝑥𝑥1 + 2𝑥𝑥2


Subject to 3𝑥𝑥1 + 4𝑥𝑥2 ≤ 12
𝑥𝑥1 + 3𝑥𝑥2 ≥ 3
𝑥𝑥1 ≥ 0; 𝑥𝑥2 is unrestricted in sign.

Solution:
𝑥𝑥2 = 𝑥𝑥2+ − 𝑥𝑥2− ; 𝑦𝑦1 = 𝑥𝑥1 , 𝑦𝑦2 = 𝑥𝑥2+ , 𝑦𝑦3 = 𝑥𝑥2− ; 𝑦𝑦4 = a slack variable for the 1st constraint, and 𝑦𝑦5 = a
surplus variable for the 2nd constraint.
Minimize 𝑓𝑓 = −𝑦𝑦1 − 2𝑦𝑦2 + 2𝑦𝑦3
Subject to 3𝑦𝑦1 + 4𝑦𝑦2 − 4𝑦𝑦3 + 𝑦𝑦4 = 12
𝑦𝑦1 + 3𝑦𝑦2 − 3𝑦𝑦3 − 𝑦𝑦5 = 3
𝑦𝑦𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5

Arora, Introduction to Optimum Design, 4e 8-8


Chapter 8 Linear Programming Methods for Optimum Design

Section 8.3 Basic Concepts Related to LP Problems


Section 8.4 Calculation of Basic Solutions

8.20 ________________________________________________________________________________
Answer True or False.

1. In the standard LP definition, the number of constraint equations (i.e., rows in the matrix

A) must be less than the number of variables. True

2. In an LP problem, the number of “≤ type” constraints cannot be more than the number of

design variables. False

3. In an LP problem, the number of “≥ type” constraints cannot be more than the number of

design variables. False

4. An LP problem has an infinite number of basic solutions. False

5. A basic solution must have zero value for some of the variables. True

6. A basic solution can have negative values for some of the variables. True

7. A degenerate basic solution has exactly m variables with nonzero values, where m is the

number of equations. False

8. A basic feasible solution has all variables with non-negative values. True

9. A basic feasible solution must have m variables with positive values, where m is the number

of equations. False

10. The optimum point for an LP problem can be inside the feasible region. False

11. The optimum point for an LP problem lies at a vertex of the feasible region. True

12. The solution to any LP problem is only a local optimum. False

13. The solution to any LP problem is a unique global optimum. False

Arora, Introduction to Optimum Design, 4e 8-9


Chapter 8 Linear Programming Methods for Optimum Design

8.21 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 4𝑥𝑥2


Subject to 𝑥𝑥1 + 2𝑥𝑥2 ≤ 5
2𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 ≥ 1
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 4𝑥𝑥2
Subject to 𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 5
2𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥4 = 1
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
4!
Since n = 4 and m = 3, the problem has 3!1! = 4 basic solutions. These solutions are given in Table
E8.21 along with the corresponding cost function values. Basic feasible solutions are #2 and #4.

Table E8.21

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 f


1. 0 4 -3 -5 -16 infeasible
2. 2 0 3 1 -2 feasible
3. 1 2 0 -2 -9 infeasible
4. 5/3 2/3 2 0 -13/3 feasible

Figure E8.21

Arora, Introduction to Optimum Design, 4e 8-10


Chapter 8 Linear Programming Methods for Optimum Design

2𝑥𝑥1 + 𝑥𝑥2 = 4 𝑥𝑥1 − 𝑥𝑥2 ≥ 1

𝑥𝑥1 + 2𝑥𝑥2 ≤ 5
𝑓𝑓 = −16

𝑓𝑓 = −9

𝑓𝑓 = −13/3
𝑓𝑓 = −2

Arora, Introduction to Optimum Design, 4e 8-11


Chapter 8 Linear Programming Methods for Optimum Design

clear all
[x1,x2]=meshgrid(-1:0.05:5, -1:0.05:5);
f=-x1-4*x2;
g1=x1+2*x2-5;
h1=2*x1+x2-4;
g2=-x1+x2+1;

g3=-x1;
g4=-x2;
cla reset
axis auto
xlabel('x1'),ylabel('x2')
title('Exercise 8.21')
hold on
cv1=[0:0.05:0.8];
const1=contour(x1,x2,g1,cv1,'g');
cv2=[0:0.01:0.02];
const1=contour(x1,x2,g1,cv2,'k');
cv3=[0:0.01:0.02];
const2=contour(x1,x2,h1,cv3,'k');
cv4=[0:0.03:0.5];
const3=contour(x1,x2,g2,cv4,'g');
cv5=[0:0.01:0.02];
const3=contour(x1,x2,g2,cv5,'k');

cv6=[0:0.03:0.35];
contour(x1,x2,g3,cv6,'g');
cv7=[0:0.04:0.35];
contour(x1,x2,g4,cv7,'g');
cv8=[0:0.01:0.01];
contour(x1,x2,g3,cv8,'k');
cv9=[0:0.01:0.02]
contour(x1,x2,g4,cv9,'k');

fv=[-16 -9 -13/3 -2];


fs=contour(x1,x2,f,fv,'r');

grid off
hold off

Arora, Introduction to Optimum Design, 4e 8-12


Chapter 8 Linear Programming Methods for Optimum Design

8.22 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Maximize 𝑧𝑧 = −10𝑥𝑥1 − 18𝑥𝑥2


Subject to 𝑥𝑥1 − 3𝑥𝑥2 ≤ −3
2𝑥𝑥1 + 2𝑥𝑥2 ≥ 5
𝑥𝑥1 , 𝑥𝑥2 ≥ 0
Solution:
Standard LP form:
Minimize 𝑓𝑓 = 10𝑥𝑥1 + 18𝑥𝑥2
Subject to −𝑥𝑥1 + 3𝑥𝑥2 − 𝑥𝑥3 = 3
2𝑥𝑥1 + 2𝑥𝑥2 − 𝑥𝑥4 = 5
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
4!
Since n = 4 and m = 2, the problem has 2!2! = 6 basic solutions. They are given in Table E8.22 along
with the corresponding cost function values. Basic feasible solutions are #3 and #6.

Table E8.22

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 f


1. 0 0 -3 -5 0 infeasible
2. 0 1 0 -3 18 infeasible
3. 0 2.5 4.5 0 45 feasible
4. -3 0 0 -11 -30 infeasible
5. 2.5 0 -5.5 0 25 infeasible
6. 9/8 11/8 0 0 36 feasible

Figure E8.22

2𝑥𝑥1 + 2𝑥𝑥2 ≥ 5

𝑥𝑥1 − 3𝑥𝑥2 ≤ −3

𝑓𝑓 = 45
𝑓𝑓 = 36
𝑓𝑓 = 25
𝑓𝑓 = 18

𝑓𝑓 = 0

Arora, Introduction to Optimum Design, 4e 8-13


Chapter 8 Linear Programming Methods for Optimum Design

clear all
[x1,x2]=meshgrid(-1:0.05:3, -1:0.05:5);
f=10*x1+18*x2;
g1=x1-3*x2+3;
g2=-2*x1-2*x2+5;
g3=-x1;
g4=-x2;
cla reset
axis auto
xlabel('x1'),ylabel('x2')
title('Exercise 8.22')
hold on
cv1=[0:0.07:1.0];
const1=contour(x1,x2,g1,cv1,'g');
cv2=[0:0.01:0.02];
const1=contour(x1,x2,g1,cv2,'k');
cv3=[0:0.07:0.85];
const3=contour(x1,x2,g2,cv3,'g');
cv4=[0:0.01:0.02];
const4=contour(x1,x2,g2,cv4,'k');

cv6=[0:0.02:0.25];
contour(x1,x2,g3,cv6,'g');
cv7=[0:0.03:0.4];
contour(x1,x2,g4,cv7,'g');
cv8=[0:0.01:0.01];
contour(x1,x2,g3,cv8,'k');
cv9=[0:0.01:0.02]
contour(x1,x2,g4,cv9,'k');

fv=[0 18 -30 25 45 36];


fs=contour(x1,x2,f,fv,'r');

grid off
hold off

Arora, Introduction to Optimum Design, 4e 8-14


Chapter 8 Linear Programming Methods for Optimum Design

8.23 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 2𝑥𝑥2


Subject to 3𝑥𝑥1 + 4𝑥𝑥2 ≤ 12
𝑥𝑥1 + 3𝑥𝑥2 ≥ 3
𝑥𝑥1 ≥ 0, 𝑥𝑥2 is unrestricted in sign.

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑦𝑦1 − 2𝑦𝑦2 + 2𝑦𝑦3
Subject to 3𝑦𝑦1 + 4𝑦𝑦2 − 4𝑦𝑦3 + 𝑦𝑦4 = 12
𝑦𝑦1 + 3𝑦𝑦2 − 3𝑦𝑦3 − 𝑦𝑦5 = 3
𝑦𝑦𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
5!
Since n = 5 and m = 2, the problem has at most 2!3! = 10 basic solutions. They are given in Table
E8.23 along with the corresponding cost function values. Basic feasible solutions are #4, #5, #7, #8
and #9.

Table E8.23

𝑦𝑦1 𝑦𝑦2 𝑦𝑦3 𝑦𝑦4 𝑦𝑦5 f


1. 0 0 0 12 -3 0 infeasible
2. 0 0 -3 0 6 -6 infeasible
3. 0 0 -1 8 0 -2 infeasible
4. 0 3 0 0 6 -6 feasible
5. 0 1 0 8 0 -2 feasible
6. 0 - - 0 0 - no solution
7. 4 0 0 0 1 -4 feasible
8. 3 0 0 3 0 -3 feasible
9. 4.8 0 0.6 0 0 -3.6 infeasible
10. 4.8 -0.6 0 0 0 -3.6 infeasible

Arora, Introduction to Optimum Design, 4e 8-15


Chapter 8 Linear Programming Methods for Optimum Design

8.24 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Minimize 𝑓𝑓 = 20𝑥𝑥1 − 6𝑥𝑥2


Subject to 3𝑥𝑥1 − 𝑥𝑥2 ≥ 3
−4𝑥𝑥1 + 3𝑥𝑥2 = −8
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = 20𝑥𝑥1 − 6𝑥𝑥2
Subject to 3𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥3 = 3
4𝑥𝑥1 − 3𝑥𝑥2 = 8
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 3
3!
Since n = 3 and m = 2, the problem has at most 2!1! = 3 basic solutions. They are given in Table
E8.24 along with the corresponding cost function values. Basic feasible solution is #2.

Table E8.24

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 f


1. 0 -8/3 -1/3 16 infeasible
2. 2 0 3 40 feasible
3. 0.2 -2.4 0 18.4 infeasible

Arora, Introduction to Optimum Design, 4e 8-16


Chapter 8 Linear Programming Methods for Optimum Design

8.25 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Maximize 𝑧𝑧 = 5𝑥𝑥1 − 2𝑥𝑥2


Subject to 2𝑥𝑥1 + 𝑥𝑥2 ≤ 9
𝑥𝑥1 − 2𝑥𝑥2 ≤ 2
−3𝑥𝑥1 + 2𝑥𝑥2 ≤ 3
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −5𝑥𝑥1 + 2𝑥𝑥2
Subject to 2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 9
𝑥𝑥1 − 2𝑥𝑥2 + 𝑥𝑥4 = 2
−3𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥5 = 3
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
5!
Since n = 5 and m = 3, the problem has 3!2! = 10 basic solutions as shown in Table E8.25. Basic
feasible solutions are #1, 4, 6, 8 and 9.

Table E8.25

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 f


1. 0 0 9 2 3 0 feasible
2. 0 9 0 20 -15 18 infeasible
3. 0 -1 10 0 5 -2 infeasible
4. 0 1.5 7.5 5 0 3 feasible
5. 4.5 0 0 -2.5 16.5 -22.5 infeasible
6. 2 0 5 0 9 -10 feasible
7. -1 0 11 3 0 5 infeasible
8. 4 1 0 0 13 -18 feasible
9. 15/7 33/7 0 65/7 0 -9/7 feasible
10. -2.5 -2.25 16.25 0 0 8 infeasible

Arora, Introduction to Optimum Design, 4e 8-17


Chapter 8 Linear Programming Methods for Optimum Design

8.26 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 4𝑥𝑥2


Subject to 𝑥𝑥1 + 2𝑥𝑥2 ≤ 5
𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 ≥ 3
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 4𝑥𝑥2
Subject to 𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 5
𝑥𝑥1 + 𝑥𝑥2 = 4
𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥4 = 3
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
4!
Since n = 4 and m = 3, the problem has 3!1! = 4 basic solutions as shown in the table. The basic
feasible solutions are #2, and #4.

Table E8.26

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 f


1. 0 4 -3 -7 -16 infeasible
2. 4 0 1 1 -4 feasible
3. 3 1 0 -1 -7 infeasible
4. 3.5 0.5 0.5 0 -5.5 feasible

Arora, Introduction to Optimum Design, 4e 8-18


Chapter 8 Linear Programming Methods for Optimum Design

8.27 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Minimize 𝑓𝑓 = 5𝑥𝑥1 + 4𝑥𝑥2 − 𝑥𝑥3


Subject to 𝑥𝑥1 + 2𝑥𝑥2 − 𝑥𝑥3 ≥ 1
2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 ≥ 4
𝑥𝑥1 , 𝑥𝑥3 ≥ 0, 𝑥𝑥2 is unrestricted in sign.

Solution:
Standard LP form:
Minimize 𝑓𝑓 = 5𝑦𝑦1 + 4𝑦𝑦2 − 4𝑦𝑦3 − 𝑦𝑦4
Subject to 𝑦𝑦1 + 2𝑦𝑦2 − 2𝑦𝑦3 − 𝑦𝑦4 − 𝑦𝑦5 = 1
2𝑦𝑦1 + 𝑦𝑦2 − 𝑦𝑦3 + 𝑦𝑦4 − 𝑦𝑦6 = 4
𝑦𝑦𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 6
where 𝑦𝑦1 = 𝑥𝑥1 , 𝑦𝑦2 = 𝑥𝑥2+ , 𝑦𝑦3 = 𝑥𝑥2− , 𝑦𝑦4 = 𝑥𝑥3 , and 𝑦𝑦5 and 𝑦𝑦6 are surplus variables. Since n = 6 and m
6!
= 2, the problem has 2!4! = 15basic solutions as shown in Table E8.27. The basic feasible solutions
are #8, 9, 12, 13 and 14.

Table E8.27

𝑦𝑦1 𝑦𝑦2 𝑦𝑦3 𝑦𝑦4 𝑦𝑦5 𝑦𝑦6 f


1. 0 0 0 0 -1 -4 0 infeasible
2. 0 0 0 -1 0 -5 1 infeasible
3. 0 0 0 4 -5 0 -4 infeasible
4. 0 0 -0.5 0 0 -3.5 2 infeasible
5. 0 0 -4 0 7 0 16 infeasible
6. 0 0 -5/3 7/3 0 0 13/3 infeasible
7. 0 0.5 0 0 0 -3.5 2 infeasible
8. 0 4 0 0 7 0 16 feasible
9. 0 5/3 0 7/3 0 0 13/3 feasible
10. 0 - - 0 0 0 - no solution
11. 1 0 0 0 0 -2 5 infeasible
12. 2 0 0 0 1 0 10 feasible
13. 5/3 0 0 2/3 0 0 23/3 feasible
14. 7/3 0 2/3 0 0 0 9 feasible
15. 7/3 -2/3 0 0 0 0 9 infeasible

Arora, Introduction to Optimum Design, 4e 8-19


Chapter 8 Linear Programming Methods for Optimum Design

8.28 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Minimize 𝑓𝑓 = 9𝑥𝑥1 + 2𝑥𝑥2 + 3𝑥𝑥3


Subject to −2𝑥𝑥1 − 𝑥𝑥2 + 3𝑥𝑥3 ≤ −5
𝑥𝑥1 − 2𝑥𝑥2 + 2𝑥𝑥3 ≥ −2
𝑥𝑥1 , 𝑥𝑥2 , 𝑥𝑥3 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = 9𝑥𝑥1 + 2𝑥𝑥2 + 3𝑥𝑥3
Subject to 2𝑥𝑥1 + 𝑥𝑥2 − 3𝑥𝑥3 − 𝑥𝑥4 = 5
−𝑥𝑥1 + 2𝑥𝑥2 − 2𝑥𝑥3 + 𝑥𝑥5 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
5!
Since n = 5 and m = 2, the problem has 2!3! = 10 feasible solutions as shown in Table E8.28. The
basic feasible solutions are #7 and #10.

Table E8.28

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 f


1. 0 0 0 -5 2 0 infeasible
2. 0 0 -5/3 0 -4/3 -15/3 infeasible
3. 0 0 -1 -2 0 -3 infeasible
4. 0 5 0 0 -8 10 infeasible
5. 0 1 0 -4 0 2 infeasible
6. 0 -1 -2 0 0 -8 infeasible
7. 2.5 0 0 0 4.5 22.5 feasible
8. -2 0 0 -9 0 -18 infeasible
9. 4/7 0 -9/7 0 0 9/7 infeasible
10. 1.6 1.8 0 0 0 18 feasible

Arora, Introduction to Optimum Design, 4e 8-20


Chapter 8 Linear Programming Methods for Optimum Design

8.29 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Maximize 𝑧𝑧 = 4𝑥𝑥1 + 2𝑥𝑥2


Subject to −2𝑥𝑥1 + 𝑥𝑥2 ≤ 4
𝑥𝑥1 + 2𝑥𝑥2 ≥ 2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −4𝑥𝑥1 − 2𝑥𝑥2
Subject to −2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 4
𝑥𝑥1 + 2𝑥𝑥2 − 𝑥𝑥4 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
4!
Since n = 4 and m = 2, the problem has 2!2! = 6 basic solutions as shown in Table E8.29. The basic
feasible solutions are #2, 3, and 5.

Table 8.29

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 f


1. 0 0 4 -2 0 infeasible
2. 0 4 0 6 -8 feasible
3. 0 1 3 0 -2 feasible
4. -2 0 0 -4 8 infeasible
5. 2 0 8 0 -8 feasible
6. -1.2 1.6 0 0 1.6 infeasible

Arora, Introduction to Optimum Design, 4e 8-21


Chapter 8 Linear Programming Methods for Optimum Design

8.30 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Maximize 𝑧𝑧 = 3𝑥𝑥1 + 2𝑥𝑥2


Subject to 𝑥𝑥1 − 𝑥𝑥2 ≥ 0
𝑥𝑥1 + 𝑥𝑥2 ≥ 2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −3𝑥𝑥1 − 2𝑥𝑥2
Subject to 𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥3 = 0
𝑥𝑥1 + 𝑥𝑥2 − 𝑥𝑥4 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
4!
Since n = 4 and m = 2, the problem has 2!2! = 6 basic solutions as shown in Table E8.30. The basic
feasible solutions are #5 and 6.

Table E8.30

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 f


1. 0 0 0 -2 0 infeasible
2. 0 0 0 -2 0 infeasible
3. 0 2 -2 0 -4 infeasible
4. 0 0 0 -2 0 infeasible
5. 2 0 2 0 -6 feasible
6. 1 1 0 0 -5 feasible

Arora, Introduction to Optimum Design, 4e 8-22


Chapter 8 Linear Programming Methods for Optimum Design

8.31 ________________________________________________________________________________
Find all the basic solutions for the following LP problem using the Gauss-Jordan elimination
method. Identify basic feasible solutions and show them on graph paper.

Maximize 𝑧𝑧 = 4𝑥𝑥1 + 5𝑥𝑥2


Subject to −𝑥𝑥1 + 2𝑥𝑥2 ≤ 10
3𝑥𝑥1 + 2𝑥𝑥2 ≤ 18
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −4𝑥𝑥1 − 5𝑥𝑥2
Subject to −𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 10
3𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 18
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
4!
Since n = 4 and m = 2, this problem has 2!2! = 6 basic solutions as shown in Table E8.31. The basic
feasible solutions are #1, 2, 5 and 6.

Table E8.31

𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 f


1. 0 0 10 18 0 feasible
2. 0 5 0 8 -25 feasible
3. 0 9 -8 0 -45 infeasible
4. -10 0 0 48 40 infeasible
5. 6 0 16 0 -24 feasible
6. 2 6 0 0 -38 feasible

Arora, Introduction to Optimum Design, 4e 8-23


Chapter 8 Linear Programming Methods for Optimum Design

Section 8.5 The Simplex Method


8.32 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 0.5𝑥𝑥2


Subject to 6𝑥𝑥1 + 5𝑥𝑥2 ≤ 30
3𝑥𝑥1 + 𝑥𝑥2 ≤ 12
𝑥𝑥1 + 3𝑥𝑥2 ≤ 12
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 0.5𝑥𝑥2
Subject to 6𝑥𝑥1 + 5𝑥𝑥2 + 𝑥𝑥3 = 30
3𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥4 = 12
𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥5 = 12
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
10 13
given in Table E8.32. The optimum solution is 𝑥𝑥1∗ = 3 , 𝑥𝑥2∗ = 2, and 𝑓𝑓 ∗ = − 3 where the 1st and 2nd
constraints are active.

Table E8.32

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


30
𝑥𝑥3 6 5 1 0 0 30 =5
6
12
𝑥𝑥4 3 1 0 1 0 12 = 𝟒𝟒
3
12
𝑥𝑥5 1 3 0 0 1 12 = 12
1
Cost -1 -0.5 0 0 0 f-0
6
𝑥𝑥3 0 3 1 -2 0 6 = 𝟐𝟐
3
4
𝑥𝑥1 1 1/3 0 1/3 0 4 = 12
1/3
8
𝑥𝑥5 0 8/3 0 -1/3 1 8 =3
8/3
Cost 0 -1/6 0 1/3 0 f+4 0
𝑥𝑥2 0 1 1/3 −2/3 0 2
𝑥𝑥1 1 0 −1/9 5/9 0 10/3
𝑥𝑥5 0 0 −8/9 13/9 1 8/3
Cost 0 0 1/18 2/9 0 f+3/13

Arora, Introduction to Optimum Design, 4e 8-24


Chapter 8 Linear Programming Methods for Optimum Design

8.33________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 3𝑥𝑥1 + 2𝑥𝑥2


Subject to 3𝑥𝑥1 + 2𝑥𝑥2 ≤ 6
−4𝑥𝑥1 + 9𝑥𝑥2 ≤ 36
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −3𝑥𝑥1 − 2𝑥𝑥2
Subject to 3𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 6
−4𝑥𝑥1 + 9𝑥𝑥2 + 𝑥𝑥4 = 36
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 , and 𝑥𝑥4 are slack variables. The problem is solved by the Simplex method, which is given
in Table E8.33. The optimum solutions are points lying on the line segment between (0,3) and (2,0)
with 𝑓𝑓 ∗ = 6.

Table E8.33

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio


6
𝑥𝑥3 3 2 1 0 6 = 𝟐𝟐
3
𝑥𝑥4 -4 9 0 1 36 negative
Cost -3 -2 0 0 𝑓𝑓 − 0
2
𝑥𝑥1 1 2/3 1/3 0 2 = 𝟑𝟑
2/3
44
𝑥𝑥4 0 35/3 4/3 1 44 = 3.77
35/3

Cost 0 0 1 0 𝑓𝑓 + 6
If 𝑥𝑥2 is introduced into the basic set, we get the other solution as
𝑥𝑥2 3/2 1 1/2 0 3
𝑥𝑥4 -35/2 0 -9/2 1 9
Cost 0 0 1 0 𝑓𝑓 + 6

Arora, Introduction to Optimum Design, 4e 8-25


Chapter 8 Linear Programming Methods for Optimum Design

8.34 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 2𝑥𝑥2


Subject to −𝑥𝑥1 + 3𝑥𝑥2 ≤ 10
𝑥𝑥1 + 𝑥𝑥2 ≤ 6
𝑥𝑥1 − 𝑥𝑥2 ≤ 2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 2𝑥𝑥2
Subject to −𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥3 = 10
𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥4 = 6
𝑥𝑥1 − 𝑥𝑥2 + 𝑥𝑥5 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.34. The optimum solution is 𝑥𝑥1∗ = 2.0, 𝑥𝑥2∗ = 4.0, and 𝑧𝑧 ∗ = 10.0, where the 1st and
2nd constraints are active.

Table E8.34

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


𝑥𝑥3 -1 3 1 0 0 10 10/3=3.3
𝑥𝑥4 1 1 0 1 0 6 6/1=6
𝑥𝑥5 1 -1 0 0 1 2 negative
Cost -1 -2 0 0 0 f-0
𝑥𝑥2 -1/3 1 1/3 0 0 10/3 negative
𝑥𝑥4 4/3 0 -1/3 1 0 8/3 (8/3)/(4/3)=2
𝑥𝑥5 2/3 0 1/3 0 1 16/3 (16/3)/(2/3)=8
Cost -5/3 0 2/3 0 0 f+20/3
𝑥𝑥2 0 1 1/4 1/4 0 4
𝑥𝑥1 1 0 -1/4 3/4 0 2
𝑥𝑥5 0 0 1/2 -1/2 1 4
Cost 1 0 1/4 5/4 0 f+10

Arora, Introduction to Optimum Design, 4e 8-26


Chapter 8 Linear Programming Methods for Optimum Design

8.35 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 2𝑥𝑥1 + 𝑥𝑥2


Subject to −𝑥𝑥1 + 2𝑥𝑥2 ≤ 10
3𝑥𝑥1 + 2𝑥𝑥2 ≤ 18
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −2𝑥𝑥1 − 𝑥𝑥2
Subject to −𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 10
3𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 18
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 , and 𝑥𝑥4 are slack variables. The problem is solved by the Simplex method, which is given
in Table E8.35. The optimum solution is 𝑥𝑥1∗ = 6.0, 𝑥𝑥2∗ = 0, and 𝑧𝑧 ∗ = 12.0,where the 2nd constraint
is active.

Table E8.35

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio


𝑥𝑥3 -1 2 1 0 10 negative
18
𝑥𝑥4 3 2 0 1 18 = 𝟔𝟔
3
Cost -2 -1 0 0 f-0
𝑥𝑥3 0 8/3 1 1/3 16
𝑥𝑥1 1 2/3 0 1/3 6
Cost 0 1/3 0 2/3 f+12

Arora, Introduction to Optimum Design, 4e 8-27


Chapter 8 Linear Programming Methods for Optimum Design

8.36 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 5𝑥𝑥1 − 2𝑥𝑥2


Subject to 2𝑥𝑥1 + 𝑥𝑥2 ≤ 9
𝑥𝑥1 − 𝑥𝑥2 ≤ 2
−3𝑥𝑥1 + 2𝑥𝑥2 ≤ 3
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −5𝑥𝑥1 + 2𝑥𝑥2
Subject to 2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 9
𝑥𝑥1 − 𝑥𝑥2 + 𝑥𝑥4 = 2
−3𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥5 = 3
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.36. The optimum solution is 𝑥𝑥1∗ = 3.667, 𝑥𝑥2∗ = 1.667, and 𝑧𝑧 ∗ = 15.0, where the
1st and 2nd constraints are active.

Table E8.36

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


𝑥𝑥3 2 1 1 0 0 9 9/2=4.5
𝑥𝑥4 1 -1 0 1 0 2 2/1=2
𝑥𝑥5 -3 2 0 0 1 3 negative
Cost -5 2 0 0 0 f-0
𝑥𝑥3 0 3 1 -2 0 5 5/3
𝑥𝑥1 1 -1 0 1 0 2 negative
𝑥𝑥5 0 -1 0 3 1 9 negative
Cost 0 -3 0 5 0 f+10
𝑥𝑥2 0 1 1/3 -2/3 0 5/3
𝑥𝑥1 1 0 1/3 1/3 0 11/3
𝑥𝑥5 0 0 1/3 7/3 1 11
Cost 0 0 1 3 0 f+15

Arora, Introduction to Optimum Design, 4e 8-28


Chapter 8 Linear Programming Methods for Optimum Design

8.37 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Minimize 𝑓𝑓 = 2𝑥𝑥1 − 𝑥𝑥2


Subject to −𝑥𝑥1 + 2𝑥𝑥2 ≤ 10
3𝑥𝑥1 + 2𝑥𝑥2 ≤ 18
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = 2𝑥𝑥1 − 𝑥𝑥2
Subject to −𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 10
3𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 18
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 , and 𝑥𝑥4 are slack variables. The problem is solved by the Simplex method, which is given
in Table E8.37. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 5.0 , and 𝑧𝑧 ∗ = −5.0 , where the 1st
constraint is active.

Table E8.37

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio


𝑥𝑥3 -1 2 1 0 10 10/2=5
𝑥𝑥4 3 2 0 1 18 18/2=9
Cost 2 -1 0 0 f-0
𝑥𝑥2 -1/2 1 1/2 0 5
𝑥𝑥4 4 0 -1 1 8
Cost 3/2 0 1/2 0 f+5

Arora, Introduction to Optimum Design, 4e 8-29


Chapter 8 Linear Programming Methods for Optimum Design

8.38 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Minimize 𝑓𝑓 = −𝑥𝑥1 + 𝑥𝑥2


Subject to 2𝑥𝑥1 + 𝑥𝑥2 ≤ 4
−𝑥𝑥1 − 2𝑥𝑥2 ≥ −4
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 + 𝑥𝑥2
Subject to 2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 4
𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 4
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 , and 𝑥𝑥4 are slack variables. The problem is solved by the Simplex method, which is given
in Table E8.38. The optimum solution is 𝑥𝑥1∗ = 2.0, 𝑥𝑥2∗ = 0.0 , and 𝑓𝑓 ∗ = −2.0 , where the 1st
constraint is active. The solution can be verified graphically.

Table E8.38
Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio
𝑥𝑥3 2 1 1 0 4 4/2=2
𝑥𝑥4 1 2 0 1 4 4/1=4
Cost -1 1 0 0 f-0
𝑥𝑥1 1 1/2 1/2 0 2
𝑥𝑥4 0 3/2 -1/2 1 2
Cost 0 3/2 1/2 0 f+2

Figure E8.38

2𝑥𝑥1 + 𝑥𝑥2 ≤ 4
𝑓𝑓 = −1
−𝑥𝑥1 − 2𝑥𝑥2 ≥ −4

𝑓𝑓 = −2

𝑓𝑓 = −3

Arora, Introduction to Optimum Design, 4e 8-30


Chapter 8 Linear Programming Methods for Optimum Design

clear all
[x1,x2]=meshgrid(-1:0.05:4, -1:0.05:4);
f=-x1+x2;
g1=2*x1+x2-4;
g2=x1+2*x2-4;
g3=-x1;
g4=-x2;
cla reset
axis auto
xlabel('x1'),ylabel('x2')
title('Exercise 8.38')
hold on
cv1=[0:0.05:1.0];
contour(x1,x2,g1,cv1,'g');
cv2=[0:0.01:0.02];
contour(x1,x2,g1,cv2,'k');
cv3=[0:0.05:1.0];
contour(x1,x2,g2,cv3,'g');
cv4=[0:0.01:0.02];
contour(x1,x2,g2,cv4,'k');
cv5=[0:0.03:0.5];
contour(x1,x2,g3,cv5,'g');
contour(x1,x2,g4,cv5,'g');
contour(x1,x2,g3,cv4,'k');
contour(x1,x2,g4,cv4,'k');
fv=[-3 -2 -1];
fs=contour(x1,x2,f,fv,'r');

grid off
hold off

Arora, Introduction to Optimum Design, 4e 8-31


Chapter 8 Linear Programming Methods for Optimum Design

8.39 __________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 2𝑥𝑥1 − 𝑥𝑥2


Subject to 𝑥𝑥1 + 2𝑥𝑥2 ≤ 6
2 ≥ 𝑥𝑥1
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution
Standard LP form:
Minimize 𝑓𝑓 = −2𝑥𝑥1 + 𝑥𝑥2
Subject to 𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3 = 6
𝑥𝑥1 + 𝑥𝑥4 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 , and 𝑥𝑥4 are slack variables. The problem is solved by the Simplex method, which is given
in Table E8.39. The optimum solution is 𝑥𝑥1∗ = 2.0, and 𝑥𝑥2∗ = 0.0 and z ∗ = 4.0,where the 2𝑛𝑛𝑛𝑛
constraint is active. The solution can be verified graphically.

Table E8.39
Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio
𝑥𝑥3 1 2 1 0 6 6/1=6
𝑥𝑥4 1 0 0 1 2 2/1=2
Cost -2 1 0 0 f-0
𝑥𝑥3 0 2 1 -1 4
𝑥𝑥1 1 0 0 1 2
Cost 0 1 0 2 f+4

Figure E8.39
Exercise 8.39

2 ≥ x1
6

5 z=3
4
z=4
3 z=5
x2

x1 + 2𝑥𝑥2 ≤ 6
1

-1
-1 -0.5 0 0.5 1 1.5 2 2.5 3 3.5 4
x1

Arora, Introduction to Optimum Design, 4e 8-32


Chapter 8 Linear Programming Methods for Optimum Design

clear all
[x1,x2]=meshgrid(-1:0.05:4, -1:0.05:6);
f=-2*x1+x2;
g1=x1+2*x2-6;
g2=x1-2;
g3=-x1;
g4=-x2;
cla reset
axis auto
xlabel('x1'),ylabel('x2')
title('Exercise 8.39')
hold on

cv1=[0:0.04:0.6];
contour(x1,x2,g1,cv1,'g');

cv2=[0:0.01:0.02];
contour(x1,x2,g1,cv2,'k');

cv3=[0:0.02:0.25];
contour(x1,x2,g2,cv3,'g');

cv4=[0:0.01:0.01];
contour(x1,x2,g2,cv4,'k');

cv5=[0:0.025:0.3];
contour(x1,x2,g3,cv5,'g');

cv6=[0:0.03:0.4];
contour(x1,x2,g4,cv6,'g');
contour(x1,x2,g3,cv4,'k');
contour(x1,x2,g4,cv4,'k');

fv=[-5 -4 -3];
fs=contour(x1,x2,f,fv,'r');

grid off;
hold off;

Arora, Introduction to Optimum Design, 4e 8-33


Chapter 8 Linear Programming Methods for Optimum Design

8.40 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 𝑥𝑥2


Subject to 4𝑥𝑥1 + 3𝑥𝑥2 ≤ 12
𝑥𝑥1 + 2𝑥𝑥2 ≤ 4
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 𝑥𝑥2
Subject to 4𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥3 = 12
𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 4
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 , and 𝑥𝑥4 are slack variables. The problem is solved by the Simplex method, which is given
in Table E8.40. The optimum solution is 𝑥𝑥1∗ = 2.4, 𝑥𝑥2∗ = 0.8, and 𝑧𝑧 ∗ = 3.2, where the 1st and 2nd
constraints are active.

Table E8.40

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio


𝑥𝑥3 4 3 1 0 12 12/4=3
𝑥𝑥4 1 2 0 1 4 4/1=4
Cost -1 -1 0 0 f-0
If 𝑥𝑥1 is introduced into the basic set, we get the other solution as
𝑥𝑥1 1 3/4 1/4 0 3 3/¾=4
𝑥𝑥4 0 5/4 -1/4 1 1 1/(5/4)=0.8
Cost 0 -1/4 1/4 0 f+3
𝑥𝑥1 1 0 2/5 -3/5 12/5
𝑥𝑥2 0 1 -1/5 4/5 4/5
Cost 0 0 1/5 1/5 f+16/5

Arora, Introduction to Optimum Design, 4e 8-34


Chapter 8 Linear Programming Methods for Optimum Design

8.41 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = −2𝑥𝑥1 + 𝑥𝑥2


Subject to 𝑥𝑥1 ≤ 2
𝑥𝑥1 + 2𝑥𝑥2 ≤ 6
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = 2𝑥𝑥1 − 𝑥𝑥2
Subject to 𝑥𝑥1 + 𝑥𝑥3 = 2
𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 6
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 , and 𝑥𝑥4 are slack variables. The problem is solved by the Simplex method, which is given
in Table E8.41. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 3.0, and 𝑧𝑧 ∗ = 3.0, where the 2nd constraint
is active.

Table E8.41

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio


𝑥𝑥3 1 0 1 0 2 ∞
𝑥𝑥4 1 2 0 1 6 6/2=3
Cost 2 -1 0 0 f-0
𝑥𝑥3 1 0 1 0 2
𝑥𝑥2 1/2 1 0 1/2 3
Cost 5/2 0 0 1/2 f+3

Arora, Introduction to Optimum Design, 4e 8-35


Chapter 8 Linear Programming Methods for Optimum Design

8.42 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 2𝑥𝑥1 + 𝑥𝑥2


Subject to 4𝑥𝑥1 + 3𝑥𝑥2 ≤ 12
𝑥𝑥1 + 2𝑥𝑥2 ≤ 4
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −2𝑥𝑥1 − 𝑥𝑥2
Subject to 4𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥3 = 12
𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 4
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 , and 𝑥𝑥4 are slack variables. The problem is solved by the Simplex method, which is given
in Table E8.42. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 4.0 , and 𝑧𝑧 ∗ = 22/3 , where the 1st
constraint is active.

Table E8.42

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio


𝑥𝑥3 4 3 1 0 12 12/4=3
𝑥𝑥4 1 2 0 1 4 4/1=4
Cost -2 -1 0 0 f-0
𝑥𝑥1 1 3/4 1/4 0 3 3/¾=4
𝑥𝑥4 0 1/4 -1/4 1 1 1/¼=4
Cost 0 -1/3 1/2 0 f+6
𝑥𝑥1 1 0 1 -2 0
𝑥𝑥2 0 1 -1 4 4
Cost 0 0 -1/6 4/3 f+22/3

Arora, Introduction to Optimum Design, 4e 8-36


Chapter 8 Linear Programming Methods for Optimum Design

8.43 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Minimize 𝑓𝑓 = 9𝑥𝑥1 + 2𝑥𝑥2 + 3𝑥𝑥3


Subject to 2𝑥𝑥1 + 𝑥𝑥2 − 3𝑥𝑥3 ≥ −5
−𝑥𝑥1 − 2𝑥𝑥2 + 2𝑥𝑥3 ≥ −2
𝑥𝑥1 , 𝑥𝑥2 , 𝑥𝑥3 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = 9𝑥𝑥1 + 2𝑥𝑥2 + 3𝑥𝑥3
Subject to −2𝑥𝑥1 − 𝑥𝑥2 + 3𝑥𝑥3 + 𝑥𝑥4 = 5
𝑥𝑥1 + 2𝑥𝑥2 − 2𝑥𝑥3 + 𝑥𝑥5 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.43. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 0.0, and 𝑧𝑧 ∗ = 0.0.

Table E8.43

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


𝑥𝑥4 -2 -1 3 1 0 5
𝑥𝑥5 1 2 -2 0 1 2
Cost 9 2 3 0 0 f-0

Arora, Introduction to Optimum Design, 4e 8-37


Chapter 8 Linear Programming Methods for Optimum Design

8.44 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 𝑥𝑥2


Subject to 4𝑥𝑥1 + 3𝑥𝑥2 ≤ 9
𝑥𝑥1 + 2𝑥𝑥2 ≤ 6
2𝑥𝑥1 + 𝑥𝑥2 ≤ 6
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 𝑥𝑥2
Subject to 4𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥3 = 9
𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 6
2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥5 = 6
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.44. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 3.0, and 𝑧𝑧 ∗ = 3.0, where the 1st and
2nd constraints are active.

Table E8.44

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


𝑥𝑥3 4 3 1 0 0 9 9/4=2.25
𝑥𝑥4 1 2 0 1 0 6 6/1=6
𝑥𝑥5 2 1 0 0 1 6 6/2=3
Cost -1 -1 0 0 0 f-0
If 𝑥𝑥1 is introduced into the basic set, we get the other solution as
𝑥𝑥1 1 3/4 1/4 0 0 9/4 (9/4)/(3/4)=3
𝑥𝑥4 0 5/4 -1/4 1 0 15/4 (15/4)/(5/4)=3
𝑥𝑥5 0 -1/2 -1/2 0 1 3/2 negative
Cost 0 -1/4 1/4 0 0 f+9/4
𝑥𝑥1 1 0 2/5 -3/5 0 0
𝑥𝑥2 0 1 -1/5 4/5 0 3
𝑥𝑥5 0 0 -3/5 2/5 1 3
Cost 0 0 1/5 1/5 0 f+3

Arora, Introduction to Optimum Design, 4e 8-38


Chapter 8 Linear Programming Methods for Optimum Design

8.45 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Minimize 𝑓𝑓 = −𝑥𝑥1 − 4𝑥𝑥2


Subject to 𝑥𝑥1 + 𝑥𝑥2 ≤ 16
𝑥𝑥1 + 2𝑥𝑥2 ≤ 28
24 ≥ 2𝑥𝑥1 + 𝑥𝑥2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 4𝑥𝑥2
Subject to 𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 16
𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 28
2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥5 = 24
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.45. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 14.0, and 𝑓𝑓 ∗ = −56.0, where the 2nd
constraint is active.

Table E8.45

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


𝑥𝑥3 1 1 1 0 0 16 16/1=16
𝑥𝑥4 1 2 0 1 0 28 28/2=14
𝑥𝑥5 2 1 0 0 1 24 24/1=24
Cost -1 -4 0 0 0 f
𝑥𝑥3 1/2 0 1 -1/2 0 2
𝑥𝑥2 1/2 1 0 1/2 0 14
𝑥𝑥5 3/2 0 0 -1/2 1 10
Cost 1 0 0 2 0 f+56

Arora, Introduction to Optimum Design, 4e 8-39


Chapter 8 Linear Programming Methods for Optimum Design

8.46 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Minimize 𝑓𝑓 = 𝑥𝑥1 − 𝑥𝑥2


Subject to 4𝑥𝑥1 + 3𝑥𝑥2 ≤ 12
𝑥𝑥1 + 2𝑥𝑥2 ≤ 4
4 ≥ 2𝑥𝑥1 + 𝑥𝑥2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = 𝑥𝑥1 − 𝑥𝑥2
Subject to 4𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥3 = 12
𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 4
2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥5 = 4
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.46. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 2.0, and 𝑓𝑓 ∗ = −2.0, where the 2nd
constraint is active.

Table E8.46

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


𝑥𝑥3 4 3 1 0 0 12 12/3=4
𝑥𝑥4 1 2 0 1 0 4 4/2=2
𝑥𝑥5 2 1 0 0 1 4 4/1=4
Cost 1 -1 0 0 0 f
𝑥𝑥3 5/2 0 1 -3/2 0 6
𝑥𝑥2 1/2 1 0 1/2 0 2
𝑥𝑥5 3/2 0 0 -1/2 1 2
Cost 3/2 0 0 1/2 0 f+2

Arora, Introduction to Optimum Design, 4e 8-40


Chapter 8 Linear Programming Methods for Optimum Design

8.47 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 2𝑥𝑥1 + 3𝑥𝑥2


Subject to 𝑥𝑥1 + 𝑥𝑥2 ≤ 16
−𝑥𝑥1 − 2𝑥𝑥2 ≥ −28
24 ≥ 2𝑥𝑥1 + 𝑥𝑥2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −2𝑥𝑥1 − 3𝑥𝑥2
Subject to 𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 16
𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥4 = 28
2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥5 = 24
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.47. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 14.0, and 𝑧𝑧 ∗ = 42.0, where the 2nd
constraint is active.

Table E8.47

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


𝑥𝑥3 1 1 1 0 0 16 16/1=16
𝑥𝑥4 1 2 0 1 0 28 28/2=14
𝑥𝑥5 2 1 0 0 1 24 24/1=24
Cost -2 -3 0 0 0 f
𝑥𝑥3 1/2 0 1 -1/2 0 2
𝑥𝑥2 1/2 1 0 1/2 0 14
𝑥𝑥5 3/2 0 0 -1/2 1 10
Cost -1/2 0 0 3/2 0 f+42

Arora, Introduction to Optimum Design, 4e 8-41


Chapter 8 Linear Programming Methods for Optimum Design

8.48 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 2𝑥𝑥2


Subject to 2𝑥𝑥1 − 𝑥𝑥2 ≥ 0
2𝑥𝑥1 + 3𝑥𝑥2 ≥ −6
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 2𝑥𝑥2
Subject to 2𝑥𝑥1 − 𝑥𝑥2 − 𝑥𝑥3 = 0
−2𝑥𝑥1 − 3𝑥𝑥2 + 𝑥𝑥4 = 6
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 4
where 𝑥𝑥3 is surplus variable, and 𝑥𝑥4 is slack variable. The initial tableau for the Simplex method is
set up in Table E8.48. The problem is unbounded which can be verified graphically. Since the basic
feasible solution is degenerate the Simplex method fails due cycling of iterations.

Table E8.48

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 b ratio


𝑥𝑥3 2 -1 -1 0 0 negative
𝑥𝑥4 -2 -3 0 1 6 negative
Cost -1 -2 0 0 f

Matlab Code

%Exercise 8.48
%Create a grid from -4 to 8 with an increment of 0.5 for the variables x1 and x2
[x1,x2]=meshgrid(-4:0.5:8.0, -4:0.5:8.0);
%Enter functions for the minimization problem
f=-x1-2*x2;
g1=-2*x1+x2;
g2=-2*x1-3*x2-6;
g3=-x1;
g4=-x2;
cla reset
axis auto %Minimum and maximum values for axes are determined
automatically
%Limits for x- and y-axes may be specified with the command
%axis ([xmin xmax ymin ymax])
xlabel('x1'),ylabel('x2') %Specifies labels for x- and y-axes
title ('Exercise 8.48')
hold on
cv1=[0 0];
cv12=[0.01:0.01:1];

Arora, Introduction to Optimum Design, 4e 8-42


Chapter 8 Linear Programming Methods for Optimum Design

const1=contour(x1,x2,g1,cv1,'k','LineWidth',4);
text(2,-3,'g2')
const1=contour(x1,x2,g1,cv12,'c');
const2=contour(x1,x2,g2,cv1,'k','Linewidth',3);
const2=contour(x1,x2,g2,cv12,'c');
text(3.5,6.5,'g1')
cv34=[0.01:0.01:0.2];
const3=contour(x1,x2,g3,cv1,'k','Linewidth',4);
const3=contour(x1,x2,g3,cv34,'c');
text(0.25,7,'g3')
const4=contour(x1,x2,g4,cv1,'k','LineWidth',3);
text(6,0.5,'g4')
const4=contour(x1,x2,g4,cv34,'c');
text(2,2,'Feasible Region')
fv=[0 -3 -6 -9 -12 -15]; %Defines contours for the minimization function
fs=contour(x1,x2,f,fv,'r--'); %'r' specifies red dashed lines for function
contours
clabel(fs) %Automatically puts the contour value on the graph
hold off %Indicates end of this plotting sequence
%Subsequent plots will appear in separate windows

Exercise 8.48
8
-12 g3
g1
6

-15
4 -6
x2

2 Feasible Region -9
0
g4
0

-3
-2

g2

-4
-4 -2 0 2 4 6 8
x1

Arora, Introduction to Optimum Design, 4e 8-43


Chapter 8 Linear Programming Methods for Optimum Design

8.49 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 2𝑥𝑥1 + 2𝑥𝑥2 + 𝑥𝑥3


Subject to 10𝑥𝑥1 + 9𝑥𝑥3 ≤ 375
𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥3 ≤ 33
2 ≥ 𝑥𝑥3
𝑥𝑥1 , 𝑥𝑥2 , 𝑥𝑥3 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −2𝑥𝑥1 − 2𝑥𝑥2 − 𝑥𝑥3
Subject to 10𝑥𝑥1 + 9𝑥𝑥3 + 𝑥𝑥4 = 375
𝑥𝑥1 + 3𝑥𝑥2 + 𝑥𝑥3 + 𝑥𝑥5 = 33
𝑥𝑥3 + 𝑥𝑥6 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 6
where 𝑥𝑥4 , 𝑥𝑥5 and 𝑥𝑥6 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.49. The optimum solution is 𝑥𝑥1∗ = 33.0, 𝑥𝑥2∗ = 0.0, 𝑥𝑥3∗ = 0.0, and 𝑧𝑧 ∗ = 66.0,
where the 2nd constraint is active.

Table E8.49

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 𝑥𝑥6 b ratio


𝑥𝑥4 10 0 9 1 0 0 375 37.5
𝑥𝑥5 1 3 1 0 1 0 33 33
𝑥𝑥6 0 0 1 0 0 1 2 ∞
Cost -2 -2 -1 0 0 0 f
𝑥𝑥4 0 -30 -1 1 -10 0 45
𝑥𝑥1 1 3 1 0 1 0 33
𝑥𝑥6 0 0 1 0 0 1 2
Cost 0 4 1 0 2 0 f+66

Arora, Introduction to Optimum Design, 4e 8-44


Chapter 8 Linear Programming Methods for Optimum Design

8.50 ________________________________________________________________________________
Solve the following problem by the Simplex method and verify the solution graphically whenever
possible.

Maximize 𝑧𝑧 = 𝑥𝑥1 + 2𝑥𝑥2


Subject to −2𝑥𝑥1 − 𝑥𝑥2 ≥ −5
3𝑥𝑥1 + 4𝑥𝑥2 ≤ 10
𝑥𝑥1 ≤ 2
𝑥𝑥1 , 𝑥𝑥2 ≥ 0

Solution:
Standard LP form:
Minimize 𝑓𝑓 = −𝑥𝑥1 − 2𝑥𝑥2
Subject to 2𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 5
3𝑥𝑥1 + 4𝑥𝑥2 + 𝑥𝑥4 = 10
𝑥𝑥1 + 𝑥𝑥5 = 2
𝑥𝑥𝑖𝑖 ≥ 0; 𝑖𝑖 = 1 to 5
where 𝑥𝑥3 , 𝑥𝑥4 and 𝑥𝑥5 are slack variables. The problem is solved by the Simplex method, which is
given in Table E8.50. The optimum solution is 𝑥𝑥1∗ = 0.0, 𝑥𝑥2∗ = 2.5, and 𝑧𝑧 ∗ = 5.0, where the 2nd
constraint is active.

Table E8.50

Basic 𝑥𝑥1 𝑥𝑥2 𝑥𝑥3 𝑥𝑥4 𝑥𝑥5 b ratio


𝑥𝑥3 2 1 1 0 0 5 5/1=5
𝑥𝑥4 3 4 0 1 0 10 10/4=2.5
𝑥𝑥5 1 0 0 0 1 2 ∞
Cost -1 -2 0 0 0 f
𝑥𝑥3 5/4 0 1 -1/4 0 5/2
𝑥𝑥2 3/4 1 0 1/4 0 5/2
𝑥𝑥5 1 0 0 0 1 2
Cost 1/2 0 0 1/2 0 f+5

Arora, Introduction to Optimum Design, 4e 8-45


Another random document with
no related content on Scribd:
than those of Kings. Clearly he had no motive for suppressing the
statement of Kings and inventing instead a war with Ammon. We
must suppose that he followed some authority independent of Kings.

the book of the kings, etc.] Compare xxv. 26, and see
Introduction, § 5.

Chapter XXVIII.
1‒4 (= 2 Kings xvi. 1‒4).
Ahaz succeeds and practises Idolatry.

The reign of Ahaz is a specially interesting section of Chronicles,


showing in a remarkable degree the freedom with which the older
accounts in 2 Kings xvi. and Isaiah vii. 1 ff. have been handled. A
tale of a prophet is introduced (verses 9‒15). Otherwise only one
new point is added—viz. an Edomite and a Philistine invasion
(verses 16‒18); but all the incidents of the older tradition are altered
and given new settings in such a way as may best serve what is
plainly the Chronicler’s main object, namely by heightening the
disasters to show the exceeding sinfulness of sin. For details of the
changes, see the notes on verses 5‒7, 16‒21, 23, 24.

¹Ahaz was twenty years old when he began


to reign; and he reigned sixteen years in
Jerusalem: and he did not that which was right
in the eyes of the Lord, like David his father:
²but he walked in the ways of the kings of
Israel, and made also molten images for the
Baalim.
1. Ahaz] The full form of the name is Jehoahaz, the “Ja-u-ḥa-zi”
of an inscription of Tiglath-pileser IV.

twenty years old] As he died sixteen years later leaving a son of


twenty-five (Hezekiah, xxix. 1), Ahaz would have been only ten years
old when Hezekiah was born. The numeral here or in xxix. 1 must
therefore be incorrect. The Peshitṭa in this verse reads “twenty-five
years old,” which is more suitable and may be right, but the
coincidence would be strange if three kings in succession ascended
the throne at twenty-five years of age (compare xxvii. 1 and xxix. 1).

he did not that which was right] It is not said of Ahaz as of


Manasseh, the worst of all the Judean kings, that “he did that which
was evil” (xxxiii. 2).

³Moreover he burnt incense in the valley of the


son of Hinnom, and burnt his children in the
fire, according to the abominations of the
heathen, whom the Lord cast out before the
children of Israel.
3. the valley of the son of Hinnom] The name in Hebrew Gē-ben-
hinnōm or Gē-hinnōm is more familiar in the Greek form Gehenna
(Matthew v. 22, Revised Version margin). The valley was south and
south-west of Jerusalem. The evil reputation of the place perhaps
was due originally to some connection with the worship of Molech
(Jeremiah vii. 31, 32). Later it appears that the refuse of Jerusalem
and the corpses of criminals were deposited in this valley, and as the
verse Isaiah lxvi. 24 “they shall go forth, and look upon the carcases
of the men that have transgressed against me: for their worm shall
not die, neither shall their fire be quenched ...” was associated with
this valley, the name Gehenna was eventually used to signify the
place of eternal punishment (compare Mark ix. 43).

burnt his children in the fire] There is no doubt that actual


sacrifice of the child’s life by fire is implied in this formula and in
parallel phrases such as “made his son to pass through the fire” (2
Kings xvi. 3). Unfortunately the gruesome evidence regarding child-
sacrifice among the ancients—Greeks and Romans as well as
Semites—is far too strong to allow the theory that always or even
generally branding or some symbolical dedication by fire was
employed (see Barnes on 1 Kings xi. 5). It seems that the horrible
custom, which was common with the early Canaanites and
Phoenicians, was very rare among the early Israelites and the
kindred people of Moab (see Judges xi. 31 and 39; 2 Kings iii. 27),
and was called forth only by the pressure of extreme need. Evidently
in the break-up of the national faith which attended the imminent
downfall of the State of Judah the evil authority of Ahaz and
Manasseh made the practice common (see xxxiii. 6; 2 Kings xxi. 6;
Micah vi. 7; Jeremiah vii. 31; Psalms cvi. 37 f.). Genesis xxii. 1‒18
may be regarded as a magnificent repudiation of the rite in the
worship of Jehovah, and the practice is expressly forbidden in the
Law, Leviticus xviii. 21; Deuteronomy xviii. 10.

his children] In Kings, “his son” (singular), a better reading. It is


possible that the sacrifice was intended to avert the danger
threatened by the Syro-Ephraimite alliance.

⁴And he sacrificed and burnt incense in the


high places, and on the hills, and under every
green tree.
4. under every green tree] The Hebrew word here used for
“green” (ra‘anān) means rather “flourishing,” the reference being not
so much to colour as to condition and size. Large fine trees (which
are rarer in the East than in the West) are important landmarks;
compare 1 Chronicles x. 12; Genesis xii. 6, xxxv. 4. In different ways
such trees acquired a sacred or semi-sacred character (Genesis
xviii. 1, xxi. 33; Judges vi. 11); in some cases because they were
associated with theophanies, in others perhaps because the
flourishing state of the tree was regarded as the sign of the presence
of some local deity. “No one can imagine how many voices a tree
has who has not come up to it from the silence of the great desert,”
G. A. Smith, Historical Geography of the Holy Land, p. 88; compare
the same writer’s Early Poetry of Israel, pp. 32, 33.

5‒7 (compare 2 Kings xvi. 5‒9; Isaiah vii. 1‒9).


The Syro-Ephraimite War.

The Chronicler’s account of the war conveys a very different


impression from the corresponding narrative in 2 Kings. In Kings an
invasion by the united forces of Israel and Syria is related.
Chronicles records two separate invasions, each resulting in disaster
for Ahaz. In Kings the failure of the allies to take Jerusalem is the
chief feature in the account, while in Chronicles the damage and loss
inflicted on Judah takes the first place, and the magnitude of the
disaster is heightened in characteristically midrashic fashion: see the
notes below on verses 5, 6.

⁵Wherefore the Lord his God delivered him


into the hand of the king of Syria; and they
smote him, and carried away of his a great
multitude of captives, and brought them to
Damascus. And he was also delivered into the
hand of the king of Israel, who smote him with
a great slaughter.
5. the king of Syria] i.e. Rezin.

smote him] From 2 Kings it appears that the Syrian king,


(1) helped to shut up Ahaz in Jerusalem, (2) seized the port of Elath
(Eloth) on the Red Sea which had belonged to Judah. Some of the
“captives” taken to Damascus were presumably brought from Elath.

carried away of his a great multitude of captives] No doubt


captives were taken, some probably from Elath; but the “great
multitude” is midrashic exaggeration: compare the number of slain
stated in verse 6.

And he was also delivered into the hand of the king of Israel] 2
Kings records but a single invasion, the forces of Syria and Israel
being confederate. The Chronicler’s phrase implies that two separate
invasions and disasters befell Ahaz—“he was also delivered.”

⁶For Pekah the son of Remaliah slew in Judah


an hundred and twenty thousand in one day,
all of them valiant men; because they had
forsaken the Lord, the God of their fathers.
6. an hundred and twenty thousand in one day] i.e. more than a
third of the host as reckoned in xxvi. 13.

⁷And Zichri, a mighty man of Ephraim, slew


Maaseiah the king’s son, and Azrikam the
ruler of the house, and Elkanah that was next ¹
to the king.
¹ Hebrew second.

7. the ruler of the house] Hebrew nāgīd. Probably the head of the
king’s household is meant, his “chancellor”; but compare Nehemiah
xi. 11, “the ruler (nāgīd) of the house of God.”

next to the king] compare 1 Samuel xxiii. 17.

8‒15 (not in Kings).


Israel sends back the Jewish Captives.

The tale of the intervention of Oded, his appeal, the response of


the people and the army to the call of conscience, with the
consequent outburst of pity for the unhappy captives, who are first
tended and then restored to their kinsfolk in Judah, is something far
better than literal history: it is the product of a moral and religious
conviction worthy of high admiration. We have, in fact, in these
verses a most clear instance of that inculcation of great religious
principles which was the primary object of the writer of Chronicles. A
modern ethical teacher, desirous of driving home the eternal verities,
may clothe them in a story which has no basis whatsoever in actual
events but is the pure product of the writer’s imagination. His ancient
counterpart among the Jews started with a nucleus of historical
events, which however he handled freely in whatever fashion might
best serve to emphasise the moral or religious lesson he desired to
teach.

The deep ethical and spiritual value of this example of how to


treat the fallen foe hardly requires comment—Israel must forgive, if it
would be forgiven (verse 10); the captives are—not “the enemy” but
—“your brethren” (verse 11); and, when conscience is at last
awakened, how great is the revulsion, and how nobly do the
generous qualities of human nature appear, when the captives,
laden not with the chains of bondage (verse 10) but with clothing and
with food, are restored to their homes in peace.

It is very evident that the writer of this fine story had in mind the
no less effective and beautiful narrative of Elisha’s dealing with the
captured Syrian army (2 Kings vi. 21‒23).

⁸And the children of Israel carried away


captive of their brethren two hundred
thousand, women, sons, and daughters, and
took also away much spoil from them, and
brought the spoil to Samaria.
8. of their brethren] Compare xi. 4, “ye shall not ... fight against
your brethren.”
⁹But a prophet of the Lord was there, whose
name was Oded: and he went out to meet the
host that came to Samaria, and said unto
them, Behold, because the Lord, the God of
your fathers, was wroth with Judah, he hath
delivered them into your hand, and ye have
slain them in a rage which hath reached up
unto heaven.
9. a prophet of the Lord was there] Nothing further is known of
Oded. For similar instances of prophetic activity narrated only in
Chronicles see xv. 1 ff., xvi. 7 ff., xxiv. 20 f., and especially xxv. 7 ff.

the Lord ... was wroth ... and ye have slain them in a rage which
hath reached up unto heaven] Compare Zechariah i. 15, “I am very
sore displeased with the nations that are at ease; for I was but a little
displeased, and they helped forward the affliction.”

heaven] There is a tendency in some later books of the Bible to


write “heaven” for “God”; compare xxxii. 20, “prayed and cried to
heaven,” also Daniel iv. 23; and similarly in the New Testament, Luke
xv. 18, 21; John iii. 27: for further references see Grimm and Thayer,
Lexicon of the N.T., s.v. οὐρανός ad fin. From a like feeling of
reverence the Chronicler is sparing in his use of the name
“Jehovah”; compare xvii. 4.

¹⁰And now ye purpose to keep under the


children of Judah and Jerusalem for bondmen
and bondwomen unto you: but are there not
even with you trespasses ¹ of your own against
the Lord your God? ¹¹Now hear me therefore,
and send back the captives, which ye have
taken captive of your brethren: for the fierce
wrath of the Lord is upon you. ¹²Then certain
of the heads of the children of Ephraim,
Azariah the son of Johanan, Berechiah the
son of Meshillemoth, and Jehizkiah the son of
Shallum, and Amasa the son of Hadlai, stood
up against them that came from the war, ¹³and
said unto them, Ye shall not bring in the
captives hither: for ye purpose that which will
bring upon us a trespass ² against the Lord, to
add unto our sins and to our trespass ²: for our
trespass ² is great, and there is fierce wrath
against Israel. ¹⁴So the armed men left the
captives and the spoil before the princes and
all the congregation.
¹ Hebrew guiltinesses. ² Or, guilt.

10. keep under] In Nehemiah v. 5, the same Hebrew word is


translated, “bring into bondage”; compare Ryle’s note on Hebrew
slavery in loco. One Hebrew might hold another Hebrew as a slave
for a limited period, but in the present passage the case is of one
part of the people taking advantage of the fortune of war to reduce to
slavery thousands of their fellow-countrymen.

¹⁵And the men which have been expressed by


name rose up, and took the captives, and with
the spoil clothed all that were naked among
them, and arrayed them, and shod them, and
gave them to eat and to drink, and anointed
them, and carried all the feeble of them upon
asses, and brought them to Jericho, the city of
palm trees, unto their brethren: then they
returned to Samaria.
15. have been expressed] The phrase is characteristic of the
Chronicler; compare xxxi. 19; 1 Chronicles xii. 31, xvi. 41; Ezra viii.
20.

took the captives] Render, took hold of the captives; i.e.


succoured them; LXX. ἀντελάβοντο, compare Hebrew ii. 16
ἐπιλαμβάνεται = “he taketh hold of.”

to eat and to drink] Compare 2 Kings vi. 23.

anointed them] Part of the host’s duty; compare Luke vii. 44‒46.

to Jericho] Jericho perhaps belonged to the Northern Kingdom;


compare 1 Kings xvi. 34; 2 Kings ii. 4. A road led to it from Mount
Ephraim past ‘Ain ed-Duk. G. A. Smith, Historical Geography of the
Holy Land, pp. 266 ff.

the city of palm trees] Compare Deuteronomy xxxiv. 3. The


phrase is an alternative name of Jericho; compare Judges i. 16, iii.
13. Date palms were common in Jericho down to the seventh
century of the Christian era. Bädeker, Palestine⁵, pp. 128 f.

16‒21 (= 2 Kings xvi. 7‒9).


Ahaz invokes Assyrian aid.

There is an important variation here between Chronicles and


Kings. According to Chronicles (verse 21) Ahaz gained nothing by
his tribute to the king of Assyria; according to Kings the Assyrian
accepted the offering and marched against Syria, capturing
Damascus and slaying Rezin. Further in Chronicles it is said that the
help of Assyria was invoked, not against the kings of Syria and Israel
as in 2 Kings, but against Edomites and Philistines. Some alteration
was required in consequence of the insertion in Chronicles of the
midrashic narrative of verses 8‒15, according to which Ahaz was
delivered from his disaster at the hands of Israel not by the king of
Assyria (so Kings) but simply through the awakening of Israel’s
conscience and the consequent release of the captives and the
spoil. If therefore the Chronicler was to introduce the story of Ahaz’
appeal to Assyria, he could only do so by supplying new enemies for
Ahaz to combat. These, however, were appropriately found in the
Philistines and Edomites, regarding whom the Chronicler seems to
have had various traditions (see notes on xxi. 8, 16, xxvi. 6).

¹⁶At that time did king Ahaz send unto the


kings ¹ of Assyria to help him. ¹⁷For again the
Edomites had come and smitten Judah, and
carried away captives ².
¹ Many ancient authorities read, king.

² Hebrew a captivity.

16. the kings] LXX. “king” (singular). This monarch was Tiglath-
pileser IV; compare 1 Kings xvi. 7.

¹⁸The Philistines also had invaded the cities of


the lowland, and of the South of Judah, and
had taken Beth-shemesh, and Aijalon, and
Gederoth, and Soco with the towns ¹ thereof,
and Timnah with the towns ¹ thereof, Gimzo
also and the towns ¹ thereof: and they dwelt
there.
¹ Hebrew daughters.
18. had invaded] Rather, raided.

the lowland] Hebrew Shephēlāh. Compare i. 15 (note).

Beth-shemesh] compare 1 Chronicles vi. 59 [44, Hebrew], note.

Aijalon] compare xi. 10.

Gederoth] Joshua xv. 41.

Soco] compare xi. 7.

Timnah] Joshua xv. 10; Judges xiv. 1 ff.

Gimzo] The modern Jimzu south-east of Lydda, Bädeker,


Palestine⁵, p. 18. The place is not mentioned elsewhere in the Old
Testament.

¹⁹For the Lord brought Judah low because of


Ahaz king of Israel; for he had dealt wantonly ¹
in Judah, and trespassed sore against the
Lord.
¹ Or, cast away restraint.

19. king of Israel] Compare xi. 3 (note).

he had dealt wantonly] margin “cast away restraint.” Compare


Exodus xxxii. 25 (Authorized Version and Revised Version) where
the same Hebrew verb is twice used.

²⁰And Tilgath-pilneser king of Assyria came


unto ¹ him, and distressed him, but
strengthened him not ². ²¹For Ahaz took away a
portion out of the house of the Lord, and out
of the house of the king and of the princes,
and gave it unto the king of Assyria: but it
helped him not.
¹ Or, against. ² Or, prevailed not against him.

20. Tilgath-pilneser] i.e. Tiglath-pileser IV. Compare 1 Chronicles


v. 6 (note).

came ... him not] Tiglath-pileser, invoked as an ally, is here


represented as having come as an unscrupulous oppressor,
accepting the bribe and not fulfilling the task for which he was paid
by Ahaz (verse 21). But neither 2 Kings nor the Assyrian records
relate that Tiglath-pileser thus came into Judah; and it must be
remarked that the Hebrew text in this verse does not inspire
confidence. Any interpretation is accordingly rendered uncertain.

22‒25 (compare 2 Kings xvi. 10‒18).


Apostasy of Ahaz.

²²And in the time of his distress ¹ did he


trespass yet more against the Lord, this
same king Ahaz. ²³For he sacrificed unto the
gods of Damascus ², which smote him: and he
said, Because the gods of the kings of Syria
helped them, therefore will I sacrifice to them,
that they may help me. But they were the ruin
of him, and of all Israel.
¹ Or, that he distressed him. ² Hebrew Darmesek.

23. the gods of Damascus] In 2 Kings the statement is merely


that Ahaz made a copy of an altar which he saw at Damascus, and
sacrificed upon it. The altar at Damascus was probably the one used
by Tiglath-pileser and therefore an Assyrian rather than a
Damascene altar. The use of such an altar was an act of apostasy
from Jehovah, for a foreign altar implied a foreign god; compare 2
Kings v. 17.

the gods ... which smote him] Early passages of the Old
Testament show that the Israelites for long believed the gods of other
peoples to be no less real than Jehovah. Later, when the teaching of
the great prophets had impressed on the people the sense of
Jehovah’s supreme majesty, the alien deities, though still conceived
as real Beings holding sway over the nations worshipping them,
were felt to be incomparable with Jehovah, hardly deserving
therefore the title of God. Still later, in certain circles, all reality
whatever was denied to the gods of the heathen; they were nothing
at all (compare Isaiah xl.‒xlviii., passim). Almost certainly the last
opinion would be the belief of the Chronicler and of most orthodox
Jews of his time; so that it is unnecessary to suppose that the
present phrase “which smote him” is more than a convenient way of
speaking. It does not indicate that the Chronicler, or even his source
in Kings, believed in the existence of these gods of Damascus. On
the other hand the Chronicler (and his source) does imply in this
verse that Ahaz had a lively belief in the efficacy and reality of the
gods of his foes; and therein no doubt he correctly represents the
condition of thought in that period.

the gods of the kings of Syria helped them] At this time the
Syrians of Damascus had been conquered by the Assyrians under
Tiglath-pileser (2 Kings xvi. 9), so that either we must suppose a
confusion in the Chronicler’s mind, or else the statement needs to be
corrected by reading “kings of Assyria (Asshur)” for “kings of Syria
(Aram).” The reading “Syria” might be due to some writer or scribe,
who lived at a time when one Empire extended from Babylon to the
Mediterranean and included both Syria and Assyria. Such was the
case under the Persians and under the successors of Alexander
down to the time of the Maccabees. The Romans similarly failed at
first to distinguish the ancient empire east of the Euphrates, i.e.
Assyria (= Asshur), from the peoples west of the Euphrates, the
Arameans, whom they mistakenly called “Syrians” (a shortened form
of “Assyrians”), whose chief cities were Antioch, Hamath, and
Damascus. This use of “Syrian” has passed over into English, but
the more accurate designation is “Aramean”; compare Genesis
xxviii. 5 (Revised Version).

helped them] Render “help them.”

²⁴And Ahaz gathered together the vessels of


the house of God, and cut in pieces the
vessels of the house of God, and shut up the
doors of the house of the Lord; and he made
him altars in every corner of Jerusalem.
24. cut in pieces the vessels] Presumably in order to smelt them
and put the metal to other uses; compare 2 Kings xxiv. 13. According
to 2 Kings xvi. 17 Ahaz merely “cut off the borders (‘panels’ Revised
Version margin) of the bases and removed the laver from off them,
and took down the sea from off the brasen oxen that were under it,
and put it upon a pavement of stone.” In Chronicles something more
than this is intended, for “the vessels” would naturally mean such
vessels as are mentioned in 2 Kings xxiv. 13.

shut up the doors] The Chronicler possibly derives his statement


from the difficult passage 2 Kings xvi. 18 (vide Authorized Version
and Revised Version). That passage, however, speaks merely of an
alteration carried out by Ahaz on one of the entrances to the Temple,
but says nothing of a complete closing of the Temple; indeed it may
be gathered from 2 Kings xvi. 14‒16 that the Temple was not closed
and that the daily service went on, with the great change that the
king’s new altar was used instead of the brasen altar. The Chronicler,
unwilling to suppose so horrible a desecration of the Temple as the
performance of Ahaz’ idolatries within its precincts would involve,
placed these rites outside the area of the Temple and expressly
asserts that the Temple was closed.
²⁵And in every several city of Judah he made
high places to burn incense unto other gods,
and provoked to anger the Lord, the God of
his fathers.
25. in every several city] Compare Jeremiah ii. 28.

26, 27 (= 2 Kings xvi. 19, 20).


The End of Ahaz.

²⁶Now the rest of his acts, and all his ways,


first and last, behold, they are written in the
book of the kings of Judah and Israel. ²⁷And
Ahaz slept with his fathers, and they buried
him in the city, even in Jerusalem; for they
brought him not into the sepulchres of the
kings of Israel: and Hezekiah his son reigned
in his stead.
27. they brought him not into the sepulchres of the kings of Israel]
An alteration of 2 Kings which says that Ahaz “was buried with his
fathers.” Compare xxi. 20, xxiv. 25, xxvi. 23.
Chapter XXIX.
1, 2 (= 2 Kings xviii. 1‒3).
The Reign of Hezekiah.

The reign of Hezekiah is related in chapters xxix.‒xxxii. Of this


section chapters xxix., xxx., and xxxi. furnish new material with the
exception of only three verses, xxix. 1, 2; xxx. 1. This new material
describes first, the reopening and cleansing of the Temple and the
restoration of worship therein (xxix.); secondly, a solemn and
magnificent celebration of the Passover (xxx.); and thirdly, a crusade
against idolatrous shrines and images, followed by a reorganisation
of the arrangements for the support of the priests and Levites—all
ecclesiastical topics dear to the heart of the Chronicler. These
chapters throughout are in the spirit of the Chronicler, the incidents
are generally conceived after the fashion of the ideas of his period,
the language bears frequent marks of his characteristic style; and
altogether there is no adequate reason to suppose that these
incidents are historically true, or even are derived by the Chronicler
from old tradition. They are probably his own free composition. Minor
considerations point to the same conclusion (see note on xxix. 3
below); and the favourable verdict which in Kings is passed upon
Hezekiah may be reckoned a satisfactory motive and a sufficient
source for the Chronicler’s narrative. According to Kings (2 Kings
xviii. 3‒6) Hezekiah “removed the high places ... and cut down the
Asherah, and brake in pieces the brasen serpent that Moses had
made.... He trusted in the Lord, the God of Israel; so that after him
was none like him among all the kings of Judah, nor among them
that were before him”; a eulogy sufficiently glowing to warrant the
assumption that Hezekiah must also have done all those other things
which seemed to the Chronicler natural for so pious a monarch to
do, and which accordingly are here related.
¹Hezekiah began to reign when he was five
and twenty years old; and he reigned nine and
twenty years in Jerusalem: and his mother’s
name was Abijah the daughter of Zechariah.
²And he did that which was right in the eyes of
the Lord, according to all that David his father
had done.
1. Hezekiah] Hebrew “Yehizkiah” (so usually in the Hebrew text of
Chronicles). “Hezekiah” (Hebrew “Hizkiah”), the form of the name in
Kings, is conveniently used in the English versions of Chronicles in
place of the less familiar “Yehizkiah.”

Abijah] In 2 Kings “Abi” which is probably only a shortened form


of the name.

3‒11 (not in 2 Kings).


Hezekiah commands to Cleanse the Temple.

³He in the first year of his reign, in the first


month, opened the doors of the house of the
Lord, and repaired them.
3. in the first month] i.e. in Nisan; compare xxx. 2, 3.

opened the doors] The reopening was a necessary sequel to the


Chronicler’s assertion (xxviii. 24) that Ahaz closed the Temple. If
therefore the supposed closing was unhistorical (see note, xxviii. 24)
the reopening must be equally so. The notion, however, served the
Chronicler admirably, enabling him to enhance the piety of Hezekiah
by a full description of the restoration of the Temple services.

⁴And he brought in the priests and the Levites,


and gathered them together into the broad
place on the east,
4. into the broad place on the east] The place meant was part of
the Temple area, the space before the water-gate; compare Ezra x.
9, “the broad place before the house of God” (Revised Version).

⁵and said unto them, Hear me, ye Levites;


now sanctify yourselves, and sanctify the
house of the Lord, the God of your fathers,
and carry forth the filthiness out of the holy
place.
5. now sanctify yourselves] Compare Exodus xix. 10‒15.

⁶For our fathers have trespassed, and done


that which was evil in the sight of the Lord
our God, and have forsaken him, and have
turned away their faces from the habitation of
the Lord, and turned their backs.
6. from the habitation of the Lord] Compare xxiv. 18 “they
forsook the house of the Lord” (see note).

habitation] Hebrew “tabernacle,” as in Exodus xxv. 9, al.

⁷Also they have shut up the doors of the


porch, and put out the lamps, and have not
burned incense nor offered burnt offerings in
the holy place unto the God of Israel.
7. Contrast 2 Kings xvi. 10‒16, where Ahaz appears as an
innovator in ritual but also as a zealous advocate of worship in the
Temple.
the lamps] compare xiii. 11; Exodus xxv. 31 ff.

⁸Wherefore the wrath of the Lord was upon


Judah and Jerusalem, and he hath delivered
them to be tossed to and fro ¹, to be an
astonishment, and an hissing, as ye see with
your eyes.
¹ Or, a terror.

8. to be tossed to and fro] Better, as margin, to be a terror (or


“cause of trembling”). The judgement on Israel fills the surrounding
nations with trembling for themselves. The rendering of the text
“tossed to and fro” is inferior because the Hebrew word describes
“trembling” and not “motion from place to place.”

⁹For, lo, our fathers have fallen by the sword,


and our sons and our daughters and our wives
are in captivity for this. ¹⁰Now it is in mine
heart to make a covenant with the Lord, the
God of Israel, that his fierce anger may turn
away from us.
10. a covenant] Compare xv. 12.

¹¹My sons, be not now negligent: for the Lord


hath chosen you to stand before him, to
minister unto him, and that ye should be his
ministers, and burn incense.
11. to stand before him] Deuteronomy x. 8.
12‒19 (not in 2 Kings).
The Cleansing of the Temple.

With this passage compare 1 Maccabees iv. 36‒51 (the


cleansing of the Temple by Judas Maccabeus).

¹²Then the Levites arose, Mahath the son of


Amasai, and Joel the son of Azariah, of the
sons of the Kohathites: and of the sons of
Merari, Kish the son of Abdi, and Azariah the
son of Jehallelel: and of the Gershonites, Joah
the son of Zimmah, and Eden the son of Joah:
¹³and of the sons of Elizaphan, Shimri and
Jeuel: and of the sons of Asaph, Zechariah
and Mattaniah: ¹⁴and of the sons of Heman,
Jehuel and Shimei: and of the sons of
Jeduthun, Shemaiah and Uzziel.
12. the Levites] The fourteen persons mentioned in these three
verses comprise (a) two representatives each of the three great
branches of Levi, namely, Kohath, Merari, and Gershon, (b) two
representatives of the great Kohathite family of Elizaphan (compare
Numbers iii. 30 and 1 Chronicles xv. 8), (c) two representatives each
of the three divisions of the singers, Asaph, Heman, and Jeduthun (1
Chronicles xxv. 1).

¹⁵And they gathered their brethren, and


sanctified themselves, and went in, according
to the commandment of the king by the words
of the Lord, to cleanse the house of the
Lord.

You might also like