Problem Definition Techniques

Slides:



Advertisements
Similar presentations
What is the real problem?
Advertisements

Department of Chemical Engineering, University of Michigan, Ann Arbor 1 5/20/2015 Problem Definition Techniques Critical Thinking 4. K-T Problem Analysis.
Paul Morris CIS144 Problem Solving Methodologies
Solving Linear Equations Adapted from Walch Education.
5 Habits of Highly INeffective Programmers 1.Design with less than total focus 2.Disorganized code –Style, comments, design 3.Bite off more than you can.
Physics Project Making a parachute.
ECE194 S’01 Introduction to Engineering Design Arizona State University 1 The Statement-Restatement Technique “Engineering is an iterative process; one.
1. Collect and analyze information and data. 2. Talk with people familiar with the problem. 3. If at all possible, view the problem firsthand. 4. Confirm.
EXAMPLE 4 Solve a system using substitution Marketing The marketing department of a company has a budget of $30,000 for advertising. A television ad costs.
Capacity Utilisation Defined: The proportion of maximum output capacity currently being achieved Dependent on?  Machinery and equipment  Technology.
Chapter 2 Motion in One Dimension. Kinematics Describes motion while ignoring the external agents that might have caused or modified the motion (Dynamics.
Virtual University of Pakistan
2.04 Identify methods/techniques to generate a venture/product idea
Section 6.4 Variation.
writing to convince others of your opinion.
Unit 2: Absolute Value Absolute Value Equations and Inequalities
Gravity.
Equations Quadratic in form factorable equations
Better Oral Reasons Getting Started.
Linear Motion with constant acceleration
Chapter 2 Section 2 Absolute Value
INTRODUCTION : Convection: Heat transfer between a solid surface and a moving fluid is governed by the Newton’s cooling law: q = hA(Ts-Tɷ), where Ts is.
Uniform and Non-uniform Motion
Helping Mentees Identify and Solve Problems
Mechanism: Address Translation
B+-Trees.
Chapter 5 Conclusion CIS 61.
SAVE MONEY LIVE BETTER Our future is bright because we’re increasing our investments in associates, stores and e-commerce capabilities to prepare for the.
B+-Trees.
The Importance Of Selecting A Reputable International Air Shipping Company
What is “Data Structures”?
Reading ML # Chapter Three: Supporting Details
Some Important Ways Travel Packages Make Your Life Easier Call Now
Copyright 2012, 2008, 2004, 2000 Pearson Education, Inc.
Introduction While it may not be efficient to write out the justification for each step when solving equations, it is important to remember that the properties.
Defining the Problem CIVE 4312 Hanadi Rifai.
Capacity Utilisation.
writing to convince others of your opinion.
FORCES & THEIR EFFECTS In This Topic We Will Learn About:
The present state - desired state technique
Motion in One Dimension
Introduction To Logarithms
AN INTRODUCTION TO: POWERPOINT.
Electric Fields and Forces
Better Oral Reasons Getting Started.
Speed and Velocity What is speed, velocity and acceleration?
Fundamentals of Programming
Subtraction The arithmetic we did so far was limited to unsigned (positive) integers. Today we’ll consider negative numbers and subtraction. The main problem.
6.1 Solving Linear Inequalities in One Variable
KS4 Mathematics A6 Quadratic equations.
Cost-Volume-Profit Relationships
Professor Karen Leppel Economics 202
4.3 Increasing efficiency and productivity
Overview What Are Cause & Effect Diagrams?
Cost-Volume-Profit Relationships
The present state - desired state technique
Recursion Taken from notes by Dr. Neil Moore
AQA GCE Business Studies
Impossible problems.
Paul Morris CIS144 Problem Solving Methodologies
Copyright © 2017, 2013, 2009 Pearson Education, Inc.
Chapter 4: Demand Economics Mr. Robinson.
Chapter Three: Supporting Details
Equations Quadratic in form factorable equations
5 Habits of Highly INeffective Programmers
Simplex method (algebraic interpretation)
Motion Newton’s Laws LabRat Scientific © 2018 F = Ma.
Mechanism: Address Translation
Presentation transcript:

Problem Definition Techniques 4. K-T Problem Analysis Critical Thinking Problem Definition Techniques 3. Statement Restatement 2. Present / Desired State Duncker Diagram Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Problem Definition Techniques 2. Present / Desired State Duncker Diagram Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

OK not to Achieve Desired State Duncker Diagrams OK Not to Achieve Desired State Achieve Desired State What to do Path 1 Path 2 Path 3 Possible Paths to Make OK not to Achieve Desired State Possible Paths to Desired State Path 1 Path 2 Path 3 How to do it Solution 1 Solution 2 Solution 3 Solutions to Implement Paths Not to Achieve Desired State Solutions to Implement Paths to Desired State Solution 1 Solution 3 Solution 2 New Problem Statement Desired State Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

To Market, To Market The Situation: Toasty O’s was one of the hottest selling cereals when it first came on the market. However, after several months, sales dropped. The consumer survey department was able to identify that customer dissatisfaction, as expressed in terms of taste, was related to the age of the cereal. Consequently, management determined that they must streamline the production process to get the cereal on the store shelves faster, thus ensuring a fresher product. Engineering had quite a time with this problem - there wasn’t much slack time that could be removed from the process to accomplish the goal. Of the steps required to get the product on the shelves (production, packaging, storage, and shipping) production was one of the fastest. However, plans for building plants closer to the major markets were considered as was trying to add more trucks to get the cereal to market faster. Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

To Market, To Market Sales of Toasty O’s are dropping. Consumer surveys have indicated a dissatisfaction with a stale taste. Perceived Problem: “Streamline the production process to get the cereal on the store shelves faster, thus ensuring a fresher product.” However, production was one of the fastest steps in getting the product to market. Second Perceived Problem: Get the Cereal to Market Faster Get Cereal to Market faster Build More Plants Closer to Market Locations Improve Transportation System Hire former race Car drivers Ignore speed limits Charter jets for trips >1000 mi Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

To Market, To Market Sales of Toasty O’s are dropping. Consumer surveys have indicated a dissatisfaction with a stale taste. Perceived Problem: “Streamline the production process to get the cereal on the store shelves faster, thus ensuring a fresher product.” However, production was one of the fastest steps in getting the product to market. Make it OK NOT to get cereal to market faster Stop Making Cereal Make Cereal Stay Fresher Longer Convince Customers that Stale=Good Thus, the following options were considered: Build plants closer to market Add more trucks These options require a major capital investment. Make boxes tighter and more impermeable to air and moisture Add a chemical to slow down the spoiling reaction Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

To Market, To Market Original Statement How to get cereal to market faster. The real problem was that the cereal was not staying fresh long enough, not that it wasn’t getting to market fast enough. New Problem Statement How to make boxes tighter and to determine appropriate additive to slow down the spoiling reaction Make it OK NOT to get cereal to market faster Stop Making Cereal Make Cereal Stay Fresher Longer Convince Customers that Stale=Good Make boxes tighter and more impermeable to air and moisture Add a chemical to slow down the spoiling reaction Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Problem Definition Techniques 4. K-T Problem Analysis 1. Critical Thinking Problem Definition Techniques 3. Statement Restatement 2. Present / Desired State Duncker Diagram Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Problem Definition Techniques 3. Statement Restatement Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Statement Restatement Technique Fuzzy Mess Perceived Problem Restatement Final Problem Statement Relax Constraints Make Opposite Statement Generalize Stating the Real Problem Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Problem Statement Triggers Vary the stress pattern—try placing emphasis on different words and phrases. Choose a term that is defined explicitly and substitute the explicit definition in each place that the term appears. Make an opposite statement, change positives to negatives, and vice versa. Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Problem Statement Triggers Change “every” to “some,” “always” to “sometimes,” “sometimes” to “never,” and vice versa. Replace “persuasive words” in the problem statement such as “obviously,” “clearly,” and “certainly” with the argument it is supposed to be replacing. Express words in the form of an equation or picture, and vice versa. Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Using the Triggers Original Problem Statement: Cereal not getting to market fast enough to maintain freshness Trigger 1: Very Stress Pattern Cereal not getting to market fast enough to maintain freshness . (Do other products we have get there faster?) Cereal not getting to market fast enough to maintain freshness. (Can we make the distance/time shorter?) (How can we keep cereal fresher, longer?) Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Using the Triggers Original Problem Statement: Cereal not getting to market fast enough to maintain freshness Trigger 3: Make an Opposite Statement How can we find a way to get the cereal to market so slowly that it will never be fresh? (Makes us think about how long we have to maintain freshness and what controls it?) Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Using the Triggers Original Problem Statement: Cereal not getting to market fast enough to maintain freshness Trigger 4: Change “every” to “some” Cereal is not getting to market fast enough to always maintain freshness. (This change opens new avenues of thought. Why isn’t our cereal always fresh?) Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Using the Triggers Original Problem Statement: Cereal not getting to market fast enough to maintain freshness Trigger 5: Replace “persuasive” words The problem statement implies that we obviously want to get the cereal to market faster to maintain freshness. Thus, if we could speed up delivery freshness would be maintained. Maybe not! Maybe the store holds it too long. Maybe it’s stale before it gets to the store. (This trigger helps us challenge implicit assumptions made in the problem statement.) Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Using the Triggers Original Problem Statement: Cereal not getting to market fast enough to maintain freshness Trigger 6: Express the words in the form of an equation Freshness is inversely proportional to the time since the cereal was baked, i.e. What does the proportionality constant, k, depend upon? storage conditions, packaging, type of cereal, additives, etc. Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Asprin Coating The Situation: To many people, taking aspirin tablets is a foul tasting experience. A few years ago, a number of companies making aspirin decided to do something about it. The instructions given by the manager to his staff to solve the perceived problem were: “Find a way to put a pleasant tasting coating on aspirin tablets.” Spraying the coating on the tablets had been tried, with very little success. The resulting coating was very non-uniform and this led to an unacceptable product. Let's apply the triggers to this problem. Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Asprin Coating The instructions given by the manager to his staff to solve the perceived problem were: “Find a way to put a pleasant-tasting coating on aspirin tablets.” http://www.stultzphoto.com/aspirin.htm Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

“Trigger” Statements “Find a way to put a pleasant tasting coating on aspirin tablets.” Trigger 1 Emphasize different parts of the statement 1. Put coating on tablet. Trigger 3 Make an opposite statement 2. Take coating off tablet. Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Making an Opposite Statement This led to one of the newer techniques for coating pills. The pills are immersed in a liquid which id passed onto a spinning disk. The centrifugal force on the fluid and the pills causes the two to separate, leaving a nice thin coating around the pill. Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018

Department of Chemical Engineering, University of Michigan, Ann Arbor 6/10/2018