Nonlinear Programming

Slides:



Advertisements
Similar presentations
Solving Linear Programming Models. Topics Computer Solution Sensitivity Analysis.
Advertisements

10-1 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Nonlinear Programming Chapter 10.
Analyzing Multivariable Change: Optimization
2-1 Linear Programming: Model Formulation and Graphical Solution Chapter 2 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
BA 452 Lesson A.2 Solving Linear Programs 1 1ReadingsReadings Chapter 2 An Introduction to Linear Programming.
Introduction to Management Science
Introduction to Management Science
Introduction to Management Science
Optimization using Calculus
Introduction to Management Science
Nonlinear Programming and Inventory Control (Multiple Items)
6s-1Linear Programming CHAPTER 6s Linear Programming.
To Accompany Russell and Taylor, Operations Management, 4th Edition,  2003 Prentice-Hall, Inc. All rights reserved by Prentice-Hall, Inc1  Model.
Lecture outline Support vector machines. Support Vector Machines Find a linear hyperplane (decision boundary) that will separate the data.
Introduction to Management Science
Introduction to Management Science
Linear Programming: Computer Solution and Sensitivity Analysis
3-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Linear Programming: Computer Solution and Sensitivity Analysis Chapter 3.
Introduction to Management Science
Management Science Chapter 1
Introduction to Management Science
Introduction to Management Science
Linear Programming: Model Formulation and Graphical Solution
Management Science Chapter 1
Linear-Programming Applications
Price For Maximizing Profit by Ted Mitchell. Learning Goal Finding the Price that Maximizes the Profit is not necessarily the same as finding the Price.
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Management Science Chapter 1
Managerial Economics Managerial Economics = economic theory + mathematical eco + statistical analysis.
9-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Multicriteria Decision Making Chapter 9.
Multicriteria Decision Making
Chapter 4 - Linear Programming: Computer Solution Excel Solver
9-1 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Multicriteria Decision Making Chapter 9.
3-1 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Linear Programming: Computer Solution and Sensitivity Analysis Chapter 3.
Linear Programming Chapter 13 Supplement.
Introduction to Management Science
Chapter Topics Computer Solution Sensitivity Analysis
Introduction to Management Science
1-1 Management Science Chapter 1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. 6S Linear Programming.
Stevenson and Ozgur First Edition Introduction to Management Science with Spreadsheets McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Nonlinear Programming (NLP) Operation Research December 29, 2014 RS and GISc, IST, Karachi.
Nonlinear Programming.  A nonlinear program (NLP) is similar to a linear program in that it is composed of an objective function, general constraints,
2-1 Linear Programming: Model Formulation and Graphical Solution Chapter 2 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
1 Linear Programming: Model Formulation and Graphical Solution.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 15.
Chapter 9 - Multicriteria Decision Making 1 Chapter 9 Multicriteria Decision Making Introduction to Management Science 8th Edition by Bernard W. Taylor.
Linear Programming McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
Management Science – MNG221 Linear Programming: Graphical Solution.
3-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Linear Programming: Computer Solution and Sensitivity Analysis Chapter 3.
CDAE Class 3 Sept. 5 Last class: 1.Introduction Class exercise 1 Today: Results of class exercise 1 1. Introduction Class exercise 2 Next class:
1 Management Science. 2 Chapter Topics The Management Science Approach to Problem Solving Model Building: Break-Even Analysis Computer Solution Management.
McGraw-Hill/Irwin Copyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Supplement 6 Linear Programming.
To Accompany Russell and Taylor, Operations Management, 4th Edition,  2003 Prentice-Hall, Inc. All rights reserved. Supplement S9 Linear Programming.
3-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Linear Programming: Computer Solution and Sensitivity Analysis Chapter 3-Part1.
Linear Programming. George Dantzig 1947 NarendraKarmarkar Pioneers of LP.
2-1 Modeling with Linear Programming Chapter Optimal Solution for New Objective Function Graphical Solution of Maximization Model (12 of 12) Maximize.
Department of Business Administration SPRING Management Science by Asst. Prof. Sami Fethi © 2007 Pearson Education.
Department of Business Administration SPRING Management Science by Asst. Prof. Sami Fethi © 2007 Pearson Education.
Chapter 3: Sensitivity Analysis and the Dual Problem & Shadow Prices
Management Science Chapter 1
Business Department SPRING FINAL EXAM/REVISION.
Goal programming.
Management Science Chapter 1
Management Science Chapter 1
Management Science Chapter 1
Research Operation / Management science
Linear Programming: Computer Solution and Sensitivity Analysis
Linear Programming: Model Formulation and Graphic Solution
Linear Programming.
Presentation transcript:

Nonlinear Programming

Overview Many business problems can be modeled only with nonlinear functions. Problems that fit the general linear programming format but contain nonlinear functions are termed nonlinear programming (NLP) problems. Solution methods are more complex than linear programming methods. Often difficult, if not impossible, to determine optimal solution. Solution techniques generally involve searching a solution surface for high or low points requiring the use of advanced mathematics. Computer techniques (Excel) are used in this chapter.

Linear Relationship of Volume to Price Optimal Value of a Single Nonlinear Function Basic Model Profit function, Z, with volume dependent of price: Z = v*p - cf – v*cv where v = sales volume p = price cf = fixed cost cv = unit variable cost Add volume/price relationship: v = 1,500 - 24.6p Linear Relationship of Volume to Price

Figure 10.2 The Nonlinear Profit Function Optimal Value of a Single Nonlinear Function Expanding the Basic Model to a Nonlinear Model With fixed cost (cf = $10,000) and variable cost (cv = $8): Profit, Z = 1,696.8p - 24.6p2 - 22,000 Figure 10.2 The Nonlinear Profit Function

Maximum profit for the profit function Optimal Value of a Single Nonlinear Function Maximum Point on a Curve The slope of a curve at any point is equal to the derivative of the curve’s function. The slope of a curve at its highest point equals zero. Maximum profit for the profit function

Maximum Profit, Optimal Price, and Optimal Value of a Single Nonlinear Function Solution Using Calculus Z = 1,696.8p - 24.6p2 -22,000 dZ/dp = 1,696.8 - 49.2p = 0 p = 1696.8/49.2 = $34.49 v = 1,500 - 24.6p v = 651.6 pairs of jeans Z = $7,259.45 Maximum Profit, Optimal Price, and Optimal Volume

Constrained Optimization in Nonlinear Problems Definition If a nonlinear problem contains one or more constraints it becomes a constrained optimization model or a nonlinear programming (NLP) model. A nonlinear programming model has the same general form as the linear programming model except that the objective function and/or the constraint(s) are nonlinear. Solution procedures are much more complex and no guaranteed procedure exists for all NLP models.

Nonlinear Profit Curve for the Profit Analysis Model Constrained Optimization in Nonlinear Problems Graphical Interpretation (1 of 3) Effect of adding constraints to nonlinear problem: Nonlinear Profit Curve for the Profit Analysis Model

A Constrained Optimization Model Constrained Optimization in Nonlinear Problems Graphical Interpretation (2 of 3) p ≤ 20 A Constrained Optimization Model

p ≤ 40 Constrained Optimization in Nonlinear Problems Graphical Interpretation (3 of 3) p ≤ 40 A Constrained Optimization Model with a Solution Point Not on the Constraint Boundary

Constrained Optimization in Nonlinear Problems Characteristics Unlike linear programming, solution is often not on the boundary of the feasible solution space. Cannot simply look at points on the solution space boundary but must consider other points on the surface of the objective function. This greatly complicates solution approaches. Solution techniques can be very complex.

Western Clothing Problem Solution Using Excel (1 of 3) Exhibit 10.1

Western Clothing Problem Solution Using Excel (2 of 3) Exhibit 10.2

Western Clothing Problem Solution Using Excel (3 of 3) Exhibit 10.3

Beaver Creek Pottery Company Problem Solution Using Excel (1 of 6) Maximize Z = $(4 - 0.1x1)x1 + (5 - 0.2x2)x2 subject to: x1 + 2x2 = 40 Where: x1 = number of bowls produced x2 = number of mugs produced 4 – 0.1X1 = profit ($) per bowl 5 – 0.2X2 = profit ($) per mug