CAREERS IN OPERATIONS RESEARCH

Slides:



Advertisements
Similar presentations
OverviewOverview – Preparation – Day in the Life – Earnings – Employment – Career Path Forecast – ResourcesPreparationDay in the LifeEarningsEmploymentCareer.
Advertisements

Kevin Van Kevin Van Future Computer Technologist.
Optimization problems using excel solver
1 1 Slide © 2005 Thomson/South-Western Lesson 10 Multicriteria Decisions within LP Framework n Goal Programming n Goal Programming: Formulation and Graphical.
BA 555 Practical Business Analysis
Chapter 6 Linear Programming: The Simplex Method Section 3 The Dual Problem: Minimization with Problem Constraints of the Form ≥
Chapter 6 Linear Programming: The Simplex Method
OverviewOverview – Preparation – Day in the Life – Earnings – Employment – Career Path Forecast – ResourcesPreparationDay in the LifeEarningsEmploymentCareer.
Linear Programming Introduction George B Dantzig developed LP in It is a problem solving approach designed to help managers/decision makers in planning.
CAREER RESEARCH PRESENTATION By Nour Fatah Renan Tafur Tae Kim.
B-1 Operations Management Linear Programming Module B.
1 2TN – Linear Programming  Linear Programming. 2 Linear Programming Discussion  Requirements of a Linear Programming Problem  Formulate:  Determine:Graphical.
Careers in Mathematics 24 March Careers In Mathematics What can you do with a B.Sc. degree in Mathematics ? Where do you want to work ?
B-1 Operations Management Linear Programming Module B.
Linear Programming.
An Introduction By Mandy Bakas Linear Programming.
OVERVIEW OF PETROLEUM ENGINEERING.
My Career Research Martin Nicaj 2/11/ th hour 21 st century.
Solving Linear Programming Problems Using Excel Ken S. Li Southeastern Louisiana University.
Mechanical Engineer. Mechanical Engineers use computers to help designing. There are more Mechanical Engineers then there are any other kind of engineers.
OverviewOverview – Preparation – Day in the Life – Earnings – Employment – Career Path Forecast – ResourcesPreparationDay in the LifeEarningsEmploymentCareer.
INTRO TO LINEAR PROGRAMING Math of Industry and Government 8/13/13.
Computer game programming By:Mike O’Quinn. Nature of job The explosive impact of computers and information technology on our everyday lives has generated.
Operations Research Models
Linear Programming Chapter 13 Supplement.
Module B: Linear Programming
PowerPoint presentation to accompany Operations Management, 6E (Heizer & Render) © 2001 by Prentice Hall, Inc., Upper Saddle River, N.J B-1 Operations.
Optimization Models Mathematical optimization models usually contain an objective (what to do) constraints (the rules that must be followed). Also referred.
Operations Management
0 A Toy Production Problem  How many units to produce from each product type in order to maximize the profit? ProductMan-PowerMachineProfit Type A3 h1.
CDAE Class 11 Oct. 3 Last class: Result of Quiz 2 2. Review of economic and business concepts Today: Result of Quiz 2 3. Linear programming and applications.
Transparency Masters to accompany Heizer/Render – Principles of Operations Management, 5e, and Operations Management, 7e © 2004 by Prentice Hall, Inc.,
Linear Programming last topic of the semester What is linear programming (LP)? Not about computer programming “Programming” means “planning” “Linear” refers.
Agricultural Careers Environmental Scientist By: Dr. Frank Flanders and Ms. Anna Burgess Georgia Agricultural Education Curriculum Office Georgia Department.
Chapter 24 – Multicriteria Capital Budgeting and Linear Programming u Linear programming is a mathematical procedure, usually carried out by computer software,
Brittany Gibson. Meteorologists (or atmospheric scientists) monitor current weather conditions and make weather forecasts These scientists study the Earth’s.
Test Pilot Ian Anderson. Occupation History Four Types Experimental Engineering* Production Airline The Write Bros were the first (Airplane) test pilots.
Chapter 6 Linear Programming: The Simplex Method Section 3 The Dual Problem: Minimization with Problem Constraints of the Form ≥
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Learning Objectives for Section 6.3 The student will be able to formulate the dual problem. The student.
Linear Programming Problems
Chapter 1 Introduction n Introduction: Problem Solving and Decision Making n Quantitative Analysis and Decision Making n Quantitative Analysis n Model.
My 3 Career Choices By Drake Thomas (6h Hour). Information Technology Computer Programmer Mathematician Aerospace Engineer.
OPERATION RESEARCH Hemal Rajyaguru.
11 th Grade Graduation Project.  Military  The nature of work depends on type of job you are doing in the military.  Must be both physically, educationally,
Introduction to Operations Management
By: Noah Stowers 5 th Period.   Aerospace Engineers have anything and everything to do with aviation.  They design and build just about anything that.
Integer Programming Definition of Integer Programming If requiring integer values is the only way in which a problem deviates from.
CDAE Class 12 Oct. 4 Last class: 2. Review of economic and business concepts Today: 3. Linear programming and applications Quiz 3 (sections 2.5 and.
December 4, 2015 Hanging with Harvard 4 L INEAR P ROGRAMMING.
LESLY TIRADO MR. BETTS 8 TH PERIOD 9/18/15. Job Description  Mechanical engineers research, design, develop, build, and test mechanical and thermal devices,
Noemi Saenz Info Tech 5 th. Job Title  Analyze users' needs then design test & develop software to meet those needs.  Design & plan each piece of application.
Managerial Economics Linear Programming Aalto University School of Science Department of Industrial Engineering and Management January 12 – 28, 2016 Dr.
Section 3-4 Objective: To solve certain applied problems using linear programming. Linear Programming.
Programming & Software Development Pathway Antonio Rangel 5 th Period.
Info Tech. Period 3.  Computer Programmers write computer languages like JavaScript and Jscript  They Debug programs by testing and finding errors.
Copyright © 2015 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Section 7.4 Linear Programming Math in Our World.
Section 7.5 Linear Programming Math in Our World.
Introduction to Linear Programming Romil Jain. The Nutrition Problem Each fruit contains different nutrients Each fruit has different cost An apple a.
0 Integer Programming Introduction to Integer Programming (IP) Difficulties of LP relaxation IP Formulations Branch and Bound Algorithms Reference: Chapter.
Operations Research Chapter one.
Transportation Networks CIVE 744
Introduction to Linear Programs
Operations Management Linear Programming Module B
Linear programming Simplex method.
Careers in Engineering
Linear Programming Objectives: Set up a Linear Programming Problem
DECISION MAKING Pongsa Pornchaiwiseskul
Linear programming Simplex method.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
MSE 606A Engineering Operations Research
Presentation transcript:

CAREERS IN OPERATIONS RESEARCH Shafiu Jibrin

An example operations research problem - car manufacturing problem

How many cars to make to maximize profit How many cars to make to maximize profit? A car manufacturer wants to produce two types of cars, model A and model B. The manufacturer has available 720 hours of assembly time and 480 hours of finishing time, and, due to differing projected demands, his managers have decided that he should make at least 20 units of model A and at least 30 units of model B. Production time and profit for each model is given in the following table. How many of each model should the manufacturer produce to maximize profit? Assembly Finishing Profit Model A 4 hours 6 hours $4000 Model B 3 hours $3000

A mathematical model of the car manufacturing problem Let x1= Number of type A model to make x2= Number of type B model to make The model is: Maximize P = 4000x1+3000x2 (profit) Subject to: 4x1+6x2 ≤ 720 (assembly time) 6x1+3x2 ≤ 480 (finishing time) x1 ≥20 (model A demand) x2 ≥30 (model B demand) x1≥0, x2 ≥ 0

Outline What is operations research (OR)? History of OR Example of OR in transportation Solving OR problems Job opportunities in OR Conditions of service in OR How to become an OR specialist?

What is operations research (OR)? Operations research is the art of decision-making where an objective function is maximized or minimized subject to constraints on the decision variables. Example: How many cars to produce to maximize profit subject to constraints on assembly and finishing hours available?

History of operations research Invented during World War II - planning and scheduling problems for the Air Force George Dantzig - Chief of the Combat Analysis Branch during World War II - ‘Uncle of Operations Research’ - Invented a branch of operations research called linear programming in 1947 at the pentagon Applications to industries after World War II

Example of operations research problem in transportation Oilco has oil fields in San Diego and Los Angeles. The San Diego field can produce up to 500,000 barrels per day, and the Los Angeles field can produce up to 400,000 barrels per day. Oil is sent from the fields to a refinery, either in Dallas or in Houston. It costs $700 to refine 100,000 barrels of oil at Dallas and $900 at Houston. Refined fuel is shipped to customers in Chicago and New York. Chicago customers require 400,000 barrels per day of refined fuel; New York customers require 300,000. The costs of shipping 100,000 barrels of oil between cities are given in the table. Find the shipments that will meet the total demands at minimum total costs. TO FROM Dallas Houston N.Y. Chicago L.A. $300 $110 - - San Diego $420 $100 Dallas - - $450 $550 Houston - - $470 $530

Solving OR problems Modeling – convert problem into mathematical form Simplex method (for linear programming problems) Statistical and mathematical solution techniques Search for new solution techniques Computer software e.g. LINDO, MPL, EXCEL

Job opportunities 61, 700 jobs in 2002 Where are the jobs? - telecommunications companies - transportation e.g. airlines - financial institutions - insurance carriers - engineering and management service firms - Federal Government e.g. in the Armed Forces - academia

Conditions of service in OR Projects (usually teamwork) 2002 annual earnings - average is $56,920 - less than $34,140 (lowest 10%) - more than $92,430 (top 10%) - between $43,220 and $74,140 (middle 50%) Average earning in Federal Government is $83,740 (in 2003)

What is the job outlook in the future? Good to at least 2012 Continuing use of OR to improve productivity in industries and government Jobs expected to exceed OR graduates

How to become an OR specialist? Degrees required - Bachelor or masters in OR or management science - Dual degree in OR and computer science is very attractive! NAU offers OR courses