Numerical Method For Engineers-Chapter 16
Numerical Method For Engineers-Chapter 16
CHAPTER 16
16.1 The area and volume can be computed as A = r 2 + 2rh V = r 2 h An Excel spreadsheet can be set up to solve the problem as (1) (2)
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
Thus, the Solver says that the optimal cylindrical container is one where the radius equals the height. For the case of the desired V = 0.5 m3, the dimensions are r = h = 0.542 m. The general result of r = h can be verified using calculus as follows. First, we can solve the volume equation for h as h= V r 2 (3)
We can differentiate this equation with respect to r to yield dA 2V = 2r 2 dr r which can be set equal to zero and solved for r=3 V
This result can then be substituted into Eq. 3 which can be solved for h=3 V
Thus, we prove that the optimal container has r = h = (V/)1/3. For our desired volume of 0.5 m3, this means that r = h = (0.5/)1/3 = 0.541926 m, which confirms the result obtained numerically with the Excel Solver. 16.2 (a) The area and volume can be computed as A = r 2 + r r 2 + h 2 (1)
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
V=
r 2 h 3
(2)
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
(b) For this case, the area and volume can be computed as A = r r 2 + h 2 V=
r 2 h 3
An Excel spreadsheet can be set up to solve the problem in a similar fashion to part (a) with the result: r = 0.6964 m and h = 0.9844 m. 16.3 This problem can be solved in a number of different ways. For example, using the golden section search, the result is
i 1 2 3 4 5 6 7 8 9 10 11 12 13 cl 0.0000 0.0000 0.0000 0.0000 0.9017 0.9017 1.2461 1.4590 1.4590 1.5403 1.5403 1.5403 1.5595 g(cl) 0.0000 0.0000 0.0000 0.0000 0.3174 0.3174 0.3593 0.3686 0.3686 0.3696 0.3696 0.3696 0.3696 c2 3.8197 2.3607 1.4590 0.9017 1.4590 1.2461 1.4590 1.5905 1.5403 1.5905 1.5713 1.5595 1.5713 g(c2) 0.2330 0.3350 0.3686 0.3174 0.3686 0.3593 0.3686 0.3696 0.3696 0.3696 0.3696 0.3696 0.3696 c1 6.1803 3.8197 2.3607 1.4590 1.8034 1.4590 1.5905 1.6718 1.5905 1.6216 1.5905 1.5713 1.5787 g(c1) 0.1310 0.2330 0.3350 0.3686 0.3655 0.3686 0.3696 0.3688 0.3696 0.3694 0.3696 0.3696 0.3696 cu 10.0000 6.1803 3.8197 2.3607 2.3607 1.8034 1.8034 1.8034 1.6718 1.6718 1.6216 1.5905 1.5905 g(cu) 0.0641 0.1310 0.2330 0.3350 0.3350 0.3655 0.3655 0.3655 0.3688 0.3688 0.3694 0.3696 0.3696 d 6.1803 3.8197 2.3607 1.4590 0.9017 0.5573 0.3444 0.2129 0.1316 0.0813 0.0502 0.0311 0.0192 copt 3.8197 2.3607 1.4590 1.4590 1.4590 1.4590 1.5905 1.5905 1.5905 1.5905 1.5713 1.5713 1.5713
a
100.00% 100.00% 100.00% 61.80% 38.20% 23.61% 13.38% 8.27% 5.11% 3.16% 1.98% 1.22% 0.75%
Thus, after 13 iterations, the method is converging on the true value of c = 1.5679 which corresponds to a maximum specific growth rate of g = 0.36963. 16.4 (a) The LP formulation is given by Maximize C = 30 X + 30Y + 35Z subject to 6 X + 4Y + 12Z 2500 0.05 X + 0.1Y + 0.2 Z 55 X + Y + Z 450 {Raw chemical constraint} {Time constraint} {Storage constraint} {Maximize profit}
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
5 X ,Y , Z 0 {Positivity constraints}
(b) The simplex tableau for the problem can be set up and solved as
Basis P S1 S2 S3 Basis P Z S2 S3 Basis P Z S2 Y C 1 0 0 0 C 1 0 0 0 C 1 0 0 0 X -30 6 0.05 1 X -12.5 0.5 -0.05 0.5 X 1.25 0.25 -0.075 0.75 Y -30 4 0.1 1 Y -18.3333 0.33333 0.03333 0.66667 Y 0 0 0 1 Z -35 12 0.2 1 Z 0 1 0 0 Z 0 1 0 0 S1 0 1 0 0 S1 2.91667 0.08333 -0.0167 -0.0833 S1 0.625 0.125 -0.0125 -0.125 S2 0 0 1 0 S2 0 0 1 0 S2 0 0 1 0 S3 0 0 0 1 S3 0 0 0 1 S3 27.5 -0.5 -0.05 1.5 Solution 0 2500 55 450 Solution 7291.667 208.3333 13.33333 241.6667 Solution 13937.5 87.5 1.25 362.5 Intercept 208.3333 275 450 Intercept 625 400 362.5 Intercept 700 -100 -2900
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
(d) The high shadow price for storage from the sensitivity analysis from (c) suggests that increasing storage will result in the best increase in profit. 16.5 An LP formulation for this problem can be set up as Maximize P = 2000 Z 1 75Z 2 + 250Z 3 300W {Maximize profit}
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
7 subject to Z 1 + Z 2 7500 2.5Z 1 + Z 3 12,500 Z1 Z 2 Z 3 W = 0 {X material constraint} {Y material constraint} {Waste constraint}
This is an interesting result which might seem counterintuitive at first. Notice that we create some of the unprofitable Z2 while producing none of the profitable Z3. This occurred because
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
8 we used up all of Y in producing the highly profitable Z1. Thus, there was none left to produce Z3. 16.6 Substitute xB = 1 xT into the pressure equation, (1 xT ) Psat B + xT PsatT = P and solve for xT, xT = P Psat B PsatT Psat B (1)
The solution then consists of maximizing Eq. 1 by varying T subject to the constraint that 0 xT 1. The Excel Solver can be used to obtain the solution. Here is how the worksheet can be set up:
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
1 + 6 x A
0.6
The result indicates a minimum between 0.5 and 0.6. Using golden section search or a package like Excel or MATLAB yields a minimum of 0.587683. 16.8 This is a case of constrained nonlinear optimization. The conversion factors range between 0 and 1. In addition, the cost function can not be evaluated for certain combinations of XA1 and XA2. The problem is the second term, x 1 A1 x A2 (1 x ) 2 A2
0.6
If xA1 > xA2, the numerator will be negative and the term cannot be evaluated. Excel Solver can be used to solve the problem:
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
10
The result is
16.9 This problem can be set up on Excel and the answer generated with Solver. Note that we have named the cells with the labels in the adjacent left columns.
The solution is
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
11
16.10 The problem can be set up in Excel Solver. Note that we have named the cells with the labels in the adjacent left columns.
The solution is
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
12
A s
= tan 1
1 s
(1)
P = 2d 1 + s 2
(2)
A = sd 2 Then the following Excel worksheet and Solver application can be set up:
(3)
Our goal is to minimize the wetted perimeter by varying the side slope and the depth. We apply the constraint that the computed area must equal the desired area. The result is
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
13
Thus, this specific application indicates that a 45o angle yields the minimum wetted perimeter. The verification that this result is universal can be attained inductively or deductively. The inductive approach involves trying several different desired areas in conjunction with our solver solution. As long as the desired area is greater than 0, the result for the optimal design will be 45o. The deductive verification involves calculus. First, Eq. 3 can be solved for d and the result substituted into Eq. 2 to give 1 P = 2 A s + s (4)
The minimum wetted perimeter should occur when the derivative of the perimeter with respect to s flattens out. That is, the slope is zero. Setting the derivative of Eq. 4 to zero yields, 1 1 s2 = 0 1 s+ s
dP = ds
(5)
We can see that the derivative is zero if s = 1. According to Eq. 1, this corresponds to = 45o. Thus, the result obtained numerically is shown to be universal. 16.12 Here is a diagram for this problem:
1 s
b
The following formulas can be developed:
= tan 1
1 s
(1)
P = b + 2d 1 + s 2
(2)
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
14 A = (b + sd ) d (3)
Then the following Excel worksheet and Solver application can be set up:
Our goal is to minimize the wetted perimeter by varying the depth, side slope and bottom width. We apply the constraint that the computed area must equal the desired area. The result is
Thus, this specific application indicates that a 60o angle yields the minimum wetted perimeter. The verification of whether this result is universal can be attained inductively or deductively. The inductive approach involves trying several different desired areas in conjunction with our solver solution. As long as the desired area is greater than 0, the result for the optimal design will be 60o. The deductive verification involves calculus. First, we can solve Eq. 3 for b and substitute the result into Eq. 2 to give, P= A + d2 1+ s2 s d (4)
If both A and d are constants and s is a variable, the condition for the minimum perimeter is dP/ds = 0. Differentiating Eq. 4 with respect to s and setting the resulting equation to zero,
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
15 2s dP = d 1 = 0 2 ds 1+ s Therefore, we obtain s = 1 / 3. Using Eq. 1, this corresponds to = 60o. 16.13 Aends = 2r 2 Aside = 2rh Atotal = Aends + Aside Vcomputed = r 2 h Cost = Fends Aends + Fside Aside + Fcoating Acoating Then the following Excel worksheet and Solver application can be set up:
(4)
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
16 16.14 As shown below, Excel Solver gives: x = 0.5, y = 0.8 and fmin = 0.85.
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
17
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
18
The Excel Solver can be used to determine that a minimum of o = 1.699 occurs at a value of t = 2.2023.
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
19
16.17 This problem can be solved graphically by using a software package to generate a contour plot of the function. For example, the following plot can be developed with Excel. As can be seen, a minimum occurs at approximately x = 1 and y = 7.
20 18 16 14 12 10 8 6 4 2 -10 -6 -2 2 6 0 10
We can use a software package like Excel to determine the maximum precisely as x = 1.034593 and y = 6.64868.
S 1/ 2 = Q
The problem can be set up and solved with the Excel Solver as in
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
20
As can be seen, the result shows that the dimensions for the minimum wetted perimeter correspond to having the bottom width that is twice the length of each vertical side. (b) Now we can redo the problem as a cost minimization: min C = 100 Ac + 50 P Subject to 1 BH BH n B + 2H
2/3
S 1/ 2 = Q
The problem can be set up and solved with the Excel Solver as in
Very interestingly, the result is identical to that obtained when cost was not an issue!!! (c) The constraint can be rewritten as ( BH ) 5 / 2 nQ = B + 2H S 1 / 2
3/ 2
= constant
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
21
or BH = constant ( B + 2 H ) 2 / 5 Therefore, both Ac and P are minimized simultaneously. This is great, because the excavation costs will be proportional to the cross-sectional area. Hence, by having the bottom width twice the length of each vertical side, we will minimize both excavation and lining costs simultaneously!!! 16.19 Using Excel Solver,
An alternative solution can be developed by maximizing L subject to Volume 0.075 m3 and Pc 3,000,000 N,
16.20 The total flow in the river: F = 2 106 m3/d. The flow into the channels: f 1 + f 2 0.7 F = 1.4 10 6 m 3 /d Minimum channel flows for navigation:
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
22 f 1 0.3 10 6 m 3 /d f 2 0.2 10 6 m 3 /d Political constraints: f1 f 2 f1 + f 2 leads to 3 f1 7 7 f 2 f1 3 f2 Maintenance cost per year, C $1.8 106 Channel 1: C1 = 1.1f1 Channel 2: C2 = 1.4f2 leads to 1.1 f 1 + 1.4 f 2 1.8 10 6 Power revenue (revenue per year): Channel 1: rp1 = 4f1 Channel 2: rp2 = 3f2 Irrigation revenue (revenue per year): Channel 1: loss, 1 = 0.3 value/yr: i1 = 3.2(1 ) f1 = 2.24 f1 Channel 2: loss, 2 = 0.2 value/yr: i2 = 3.2(1 ) f2 = 2.56 f2 Net revenue = Revenue losses P = 4f1 + 3f2 + 2.24f1 + 2.56f2 1.1f1 1.4f2 P = 5.14f1 + 4.16f2 Therefore, the problem is formulated as Decision variables: f1: flow in channel 1
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
0.4
23 f2: flow in channel 2 Maximize: P = 5.14f1 + 4.16f2 Subject to f 1 + f 2 1.4 10 6 1.1 f 1 + 1.4 f 2 1.8 10 0.43 f 1 f 2 0 2.33 f 1 + f 2 0 f 1 0.3 10 6 f 2 0.2 10
6 6
channel flow maintenance political constraint 1 political constraint 2 minimum channel flow 1 minimum channel flow 2
The problem can then be set up and solved with a tool such as Excel:
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
24
16.21 The weight of the truss is equal to W = ( L1 Ac + L2 At + L3 Ac ) where = density, Li = length of member i, Ac = cross-sectional area of compression member, and At = cross-sectional area of tension member. The lengths of the 3 members can be determined as L1 =43.3013, L2 = 50, and L3 = 25. Therefore, the solution can be formulated as a linear programming problem as Minimize: W = 3.5( 43.3013 Ac + 50 At + 25 Ac ) subject to Ac 50 At 43.3
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
25
16.22 The solution can be developed in Excel using the Solver tool,
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
26
16.24 This is a trick question. Because of the presence of (1 s) in the denominator, the function will experience a division by zero at the maximum. This can be rectified by merely canceling the (1 s) terms in the numerator and denominator to give T= 15s 4 s 3s + 4
2
Any of the optimizers described in this section can then be used to determine that the maximum of T = 3 occurs at s = 1. 16.25 (a) An LP formulation for this problem can be set up as Maximize P = 500 x1 + 400 x 2 subject to 300 x1 + 400 x 2 127,000 20 x1 + 10 x 2 4,270 x1 , x 2 0
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
27 subject to
16.26 An LP formulation for this problem can be set up as Decision variables: xri = chips produced in regular time for month i xoi = chips produced in overtime for month i xsi = chips stored for month i Minimize C = 100 x r1 + 100 x r 2 + 120 x r 3 + 110 x o1 + 120 x o 2 + 130 x o3 + 5 x s1 + 5 x s 2 subject to x r1 + x o1 x s1 1,000 x s1 + x r 2 + x o 2 x s 2 2,500 x s 2 + x r 3 + xo 3 2,200 1.5 x r1 2,400 1.5 x r 2 2,400 1.5 x r 3 2,400 1.5 x o1 720 1.5 x o 2 720 1.5 x o3 720 x r1 , x r 2 , x r 3 , x o1 , x o 2 , x o3 , x s1 , x s 2 0
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
28
Note that before depressing the Solve button, the Options button should be depressed and the following boxes should be selected: Assume Linear Model and Assume Non-Negative.
16.27 A tool such as the Excel Solver can be used to determine the solution as
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
29
The approach can be implemented to evaluate other values of W with a constant to yield the following results:
W 12000 13000 14000 15000 16000 17000 18000 19000 20000 V 441.5154 459.5438 476.8912 493.6293 509.8181 525.5085 540.7438 555.5614 569.9940 D 2339.231 2534.167 2729.102 2924.038 3118.974 3313.910 3508.846 3703.782 3898.718
The optimal velocity along with the minimal drag can be plotted versus weight. As shown below, the relationship is fairly linear for the specified range.
600 V 500 400 300 200 100 0 12000 14000 16000 18000 V D
16.28 A tool such as the Excel Solver can be used to determine the solution as
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
30
16.29 An LP formulation for this problem can be set up as Minimize C = 0.05 X + 0.025Y + 0.15Z subject to X +Y + Z 6 X + Y < 2.5 X Y 0 Z 0.5Y 0 {Performance constraint} {Safety constraint} {X-Y Relationship constraint} {Y-Z Relationship constraint} {Minimize cost}
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.
31
16.30 An LP formulation for this problem can be set up as Decision variables: xi = quantity of part i Minimize P = 375 x A + 275 x B + 475 xC + 325 x D subject to 2.5 x A + 1.5 x B + 2.75 xC + 2 x D 640 3.5 x A + 3 x B + 3xC + 2 x D 960 A tool such as the Excel Solver can be used to determine the solution as
Thus, the results indicate that if we produce none of parts A and D and 192 and 128 of B and C, respectively, we will generate a maximum profit of $113,600.
PROPRIETARY MATERIAL. The McGraw-Hill Companies, Inc. All rights reserved. No part of this Manual may be displayed, reproduced or distributed in any form or by any means, without the prior written permission of the publisher, or used beyond the limited distribution to teachers and educators permitted by McGraw-Hill for their individual course preparation. If you are a student using this Manual, you are using it without permission.