Behavioral Approach of Management Science: OB(Organizational Behavior)
Managers GTD(get things done) by WWP(working with people).
This explains why some writers have chosen to look at management
by focusing on the organization’s human factors.
since they have recognized the importance of people to an organization’s success,
Organizational Hehavior (OB):
actions(behavior) of people at work as the objective of study, Much of what managers do today when managing people:
leading, motivating, building trust, working with a team, managing conflict,
and so forth—has come out of OB research.
Hawthorne Studies(A series of studies during the 1920s and 1930s):
that provided new insights into individual and group behavior :
a series of studies conducted at the Western Electric Company Hawthorne Works in Cicero, Illinois.
These studies, which started in 1924, were initially designed by Western Electric industrial engineers
as a scientific management experiment. They wanted to examine the effect of various lighting levels on worker productivity.
Like any good scientific experiment, control and experimental groups were set up, with:
- the experimental group exposed to various lighting intensities
- the control group working under a constant intensity.
If you were the industrial engineers in charge of this experiment, what would you have expected to happen? It’s logical to think that individual output in the experimental group would be directly related to the intensity of the light. However, much to the surprise of the engineers, they found in the experimental group that:
- as the level of light was increased, output for both groups increased.
- as the light level was decreased, productivity continued to increase in both groups.
- In fact, a productivity decrease was observed only when the level of light was reduced to that of moonlight.
What would explain these unexpected results?
The engineers weren’t sure, but concluded that lighting intensity was not directly related to group productivity and that something else must have contributed to the results.
They weren’t initially able to pinpoint what that “something else” was, though.
In 1927, the Western Electric engineers asked Harvard professor Elton Mayo and his associates to join the study as consultants. Thus began a relationship that would last through 1932 and encompass numerous experiments:
- in the redesign of jobs,
- changes in workday and workweek length,
- introduction of rest periods,
- and individual versus group wage plans.
For example, one experiment was designed to evaluate the effect of a group piecework incentive pay system on group productivity. The results indicated that the incentive plan had less effect on a worker’s output than group pressure, acceptance, and security.
The researchers concluded that social norms or group standards were the key determinants of individual work behavior.
In terms of the original lighting experiment, the researchers learned that just the awareness of being observed alters the behavior of people.
Scholars generally agree that the Hawthorne Studies had a game-changing impact on management beliefs about the role of people in organizations. Mayo concluded that:
people’s behavior and attitudes are closely related:
- that group factors significantly affect individual behavior,
- that group standards establish individual worker output,
- that money is less a factor in determining output than group standards, group attitudes, and security.
These conclusions led to a new emphasis on the human behavior factor in the management of organizations.
HOW TODAY’S MANAGERS USE THE BEHAVIORAL APPROACH
The behavioral approach has largely shaped how today’s organizations are managed.
- the way managers design jobs
- the way they work with employee teams
- the way they communicate
we see the elements of behavioral approach.
Much of what the early OB advocates proposed, and the conclusions from the Hawthorne Studies,
have provided the foundation for our current theories of motivation, leadership, group behavior and development, and numerous other behavioral approaches.
Behavioral Approach of Management Science: OB(Organizational Behavior)的更多相关文章
- One SQL to Rule Them All – an Efficient and Syntactically Idiomatic Approach to Management of Streams and Tables(中英双语)
文章标题 One SQL to Rule Them All – an Efficient and Syntactically Idiomatic Approach to Management of S ...
- Lingo 做线性规划 - Revenue Management
Reference: <An Introduction to Management Science Quantitative Approaches to Decision Making, Rev ...
- A Framework for Programme Management
In business today organisations manage multiple projects concurrently with shared or overlapping res ...
- Lingo 做线性规划 - Operation Management Applications
Reference: <An Introduction to Management Science Quantitative Approaches to Decision Making, Rev ...
- 斯坦福CS课程列表
http://exploredegrees.stanford.edu/coursedescriptions/cs/ CS 101. Introduction to Computing Principl ...
- ACM会议列表与介绍(2014/05/06)
Conferences ACM SEACM Southeast Regional Conference ACM Southeast Regional Conference the oldest, co ...
- PMP模拟考试-2
1. Increasing resources on the critical path activities may not always shorten the length of the pro ...
- mit课程ocw-business
https://ocw.mit.edu/courses/find-by-topic/#cat=business Course # Course Title Level 1.011 Project Ev ...
- General-Purpose Operating System Protection Profile
1 Protection Profile Introduction This document defines the security functionality expected to be ...
- mit课程ocw-mathematics
https://ocw.mit.edu/courses/find-by-topic/#cat=mathematics Course # Course Title Level 1.010 Uncerta ...
随机推荐
- 容器原理之cgroup
" 以 docker 为代表,轻量.便携的 container 使得打包和发布应用非常容易.系列文章容器原理主要分析 container 用到的核心技术,主要包括 Linux namespa ...
- 解决get请求特殊字符问题
@Bean public ServletWebServerFactory webServerFactory() { TomcatServletWebServerFactory fa = new Tom ...
- Nacos源码—4.Nacos集群高可用分析二
大纲 6.CAP原则与Raft协议 7.Nacos实现的Raft协议是如何写入数据的 8.Nacos实现的Raft协议是如何选举Leader节点的 9.Nacos实现的Raft协议是如何同步数据的 1 ...
- 面试题:Java中sleep和wait方法的区别
摘要:介绍sleep方法和wait方法的相同点和区别. 在学习JAVA多线程的时候,不少人会把函数sleep和wait搞混,傻傻分不清,简单粗暴地认为都是使得线程进入等待状态,比如就分不清方法sl ...
- 阿里云ECS(Ubuntu 22.04 LTS)优化脚本
#!/bin/bash set -e echo " Updating system..." apt update -y && apt upgrade -y echo ...
- 在java中使用lua脚本操作redis
前言 众所周知,redis可以执行lua脚本,至于为什么要用lua脚本来操作redis,自行百度咯 开始 Bean类 package cn.daenx.myadmin.common.config.re ...
- 校内NOI模拟赛006T1 签到sign 线性基
感想 这道题还算良心,有30pts的暴力--但是这次模拟赛又双叒叕是勒堕赛制,而且试题的标题居然还是NOI模拟测试!打暴力的时候我也没有想到我可以现学现卖一个线性基呢... 数据又是脚造的( 虽然标题 ...
- SpringBoot的启动流程扩展点
阅读说明:1.如果有排版格式问题,请移步https://www.yuque.com/mrhuang-ire4d/oufb8x/yo5ywqt5eudxvxfc?singleDoc#%20%E3%80% ...
- 2. LangChain4j-AIServices,原来调用AI这么简单?
1. 简介 上一章节我们讲了如何使用LangChain4J的底层组件来进行AI的交互,如 ChatLanguageModel.ChatMessage.ChatMemory 等. 在这个层面上工作非常灵 ...
- Containerd的架构简单学习
简单说明 这里,我们介绍一下containerd架构,以便于更好了理解containerd容器. 服务端子系统(Bundle和Runtime)和组件 下图是containerd的架构示意图: cont ...