Research Operation / Management science

Slides:



Advertisements
Similar presentations
Introduction to Management Science, Modeling, and Excel Spreadsheets
Advertisements

10-1 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Nonlinear Programming Chapter 10.
INTRODUCTION TO MODELING
Chapter 1 Introduction to Modeling DECISION MODELING WITH MICROSOFT EXCEL Copyright 2001 Prentice Hall.
2-1 Linear Programming: Model Formulation and Graphical Solution Chapter 2 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
Chapter 1 Introduction to Modeling DECISION MODELING WITH MICROSOFT EXCEL Copyright 2001 Prentice Hall Publishers and Ardith E. Baker.
© 2008 Prentice-Hall, Inc. Chapter 1 To accompany Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna Power Point slides created.
Chapter 1: Introduction to Managerial Decision Modeling © 2007 Pearson Education.
19 Linear Programming CHAPTER
Introduction to Quantitative Analysis
Operations Management
INTRODUCTION TO MANAGERIAL DECISION MODELING
BUS 2420 Management Science
Introduction to Management Science
INTRODUCTION TO MANAGERIAL DECISION MODELING
Introduction to Management Science
To accompany Quantitative Analysis for Management, 9e by Render/Stair/Hanna 1-1 © 2006 by Prentice Hall, Inc. Upper Saddle River, NJ Chapter 1 Introduction.
Introduction to Modelling
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.
Management Science Chapter 1
Introduction to Management Science
Linear Programming: Model Formulation and Graphical Solution
Management Science Chapter 1
Linear programming. Linear programming… …is a quantitative management tool to obtain optimal solutions to problems that involve restrictions and limitations.
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
By Saparila Worokinasih
Chapter 19 Linear Programming McGraw-Hill/Irwin
Quantitative Methods of Management
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.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. Section 11.1 Systems of Linear Equations; Substitution and Elimination.
Nonlinear Programming
2-1 Linear Programming: Model Formulation and Graphical Solution Chapter 2 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall.
Cost-Volume-Profit Analysis: A Managerial Planning Tool Management Accounting: The Cornerstone for Business Decisions Copyright ©2006 by South-Western,
3-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Linear Programming: Computer Solution and Sensitivity Analysis Chapter 3.
Introduction. MS / OR Definition: Management Science (MS) or Operations Research (OR) is the scientific discipline devoted to the analysis and solution.
1 Managerial Accounting Cost accounting  profitability analysis Budgeting  planning Performance  control Quality Time ……
Operations Research The OR Process. What is OR? It is a Process It assists Decision Makers It has a set of Tools It is applicable in many Situations.
4-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Linear Programming: Modeling Examples Chapter 4- Part2.
1 Management Science. 2 Chapter Topics The Management Science Approach to Problem Solving Model Building: Break-Even Analysis Computer Solution Management.
INTRODUCTORY MATHEMATICAL ANALYSIS For Business, Economics, and the Life and Social Sciences  2011 Pearson Education, Inc. Chapter 1 Applications and.
3-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Linear Programming: Computer Solution and Sensitivity Analysis Chapter 3-Part1.
Operations Research Models and Methods Advanced Operations Research Reference: Operations Research Models and Methods, Operations Research Models and Methods,
Introduction to Quantitative Analysis 1 To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale Power Point.
Department of Business Administration SPRING Management Science by Asst. Prof. Sami Fethi © 2007 Pearson Education.
6s-1Linear Programming William J. Stevenson Operations Management 8 th edition.
Operations Research.  Operations Research (OR) aims to having the optimization solution for some administrative problems, such as transportation, decision-making,
Chapter 1: Introduction to Managerial Decision Modeling.
Management Science Chapter 1
Prepared by John Swearingen
Operations Research Chapter one.
Management Science Chapter 1
MID-TERM EXAM/REVISION
Introduction to Quantitative Analysis
Introduction to Quantitative Methods
Cornerstones of Managerial Accounting 2e Chapter Four
Systems of Linear Equations; Substitution and Elimination
Management Science Chapter 1
Mathematical Models: Building Functions
Management Science Chapter 1
Management Science Chapter 1
Chapter 1 Introduction to Quantitative Analysis
Quadratic Equations in the Complex Number System
Decision Science Chapter 1 Intoduction.
Chapter 1.
Linear Programming: Computer Solution and Sensitivity Analysis
Integer Programming Chapter 5.
Presentation transcript:

Research Operation / Management science Introduction Research Operation / Management science Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Reference Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall OR/MS Approach Operations Research/Management science (OR/MS) uses a scientific approach to solving management problems. It is used in a variety of organizations to solve many different types of problems. It encompasses a logical mathematical approach to problem solving. Management science, also known as operations research, quantitative methods, etc., involves a philosophy of problem solving in a logical manner. Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall The OR/MS Process Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Definition of the Problem The OR/MS Process Identification of a problem that exists (or may occur soon) in a system or organization. Observation problem must be clearly and consistently defined, showing its boundaries and interactions with the objectives of the organization. Definition of the Problem Development of the functional mathematical relationships that describe the decision variables, objective function and constraints of the problem. Model Construction Models solved using management science techniques. Model Solution Actual use of the model or its solution Model Implementation Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Example of Model Construction (1 of 3) Information and Data: Business firm makes and sells a steel product  Product costs $5 to produce Product sells for $20 Product requires 4 pounds of steel to make Firm has 100 pounds of steel Business Problem: Determine the number of units to produce to make the most profit, given the limited amount of steel available. Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Example of Model Construction (2 of 3) Variables: X = # units to produce (decision variable) Z = total profit (in $) Model: Z = $20X - $5X (objective function) 4X = 100 lb of steel (resource constraint) Parameters: $20, $5, 4 lbs, 100 lbs (known values) Formal Specification of Model: maximize Z = $20X - $5X subject to 4X = 100 Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Example of Model Construction (3 of 3) Model Solution: Solve the constraint equation: 4x = 100 x = (100)/4 x = 25 units Substitute this value into the profit function: Z = $20x - $5x = (20)(25) – (5)(25) = $375 (Produce 25 units, to yield a profit of $375) Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (1 of 9) Used to determine the number of units of a product to sell or produce that will equate total revenue with total cost. The volume at which total revenue equals total cost is called the break-even point. Profit at break-even point is zero. Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (2 of 9) Model Components: Fixed Cost (cf) - costs that remain constant regardless of number of units produced. Variable Cost (cv) - unit production cost of product. Volume (v) – the number of units produced or sold Total variable cost (vcv) - function of volume (v) and unit variable cost. Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (3 of 9) Model Components Total Cost (TC) - total fixed cost plus total variable cost. Profit (Z) - difference between total revenue vp (p = unit price) and total cost, i.e. Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (4 of 9) Computing the Break-Even Point The break-even point is that volume at which total revenue equals total cost and profit is zero: BEP Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (5 of 9) Example: Western Clothing Company Fixed Costs: cf = $10000 Variable Costs: cv = $8 per pair Price : p = $23 per pair The Break-Even Point is: v = (10,000)/(23 -8) = 666.7 pairs Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (6 of 9) Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (7 of 9) Break-even model with an increase in price Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (8 of 9) Break-even model with an increase in variable cost Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Model Building: Break-Even Analysis (9 of 9) Break-even model with a change in fixed cost Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Break-Even Analysis: Excel Solution (1 of 5) Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Break-Even Analysis: Excel Solution (2 of 5) Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Break-Even Analysis: Excel Solution (3 of 5) Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Break-Even Analysis: Excel Solution (4 of 5) Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Break-Even Analysis: Excel Solution (5 of 5) Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Classification of OR/MS Techniques Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Characteristics of Modeling Techniques clear objective; restrictions on resources and requirements; parameters known with certainty. Linear Mathematical Programming results contain uncertainty. Probabilistic Techniques model often formulated as diagram; deterministic or probabilistic. Network Techniques variety of deterministic and probabilistic methods for specific types of problems including forecasting, inventory, simulation, multicriteria, etc. Other Techniques Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall Business Use of OR/MS Some application areas: Interfaces - Applications journal published by Institute for Operations Research and Management Sciences (INFORMS) Project Planning Capital Budgeting Inventory Analysis Production Planning Scheduling Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Decision Support Systems (DSS) A decision support system is a computer-based system that helps decision makers address complex problems that cut across different parts of an organization and operations. Features of Decision Support Systems Interactive Use databases & management science models Address “what if” questions Perform sensitivity analysis Examples include: ERP – Enterprise Resource Planning OLAP – Online Analytical Processing Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Management Science Models Decision Support Systems Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall