Source: verysmartbrothas.com

It has been confusing since my first day as a PhD student about theory and its relationships with science, and other interchangeable concepts such as models, hypothesis and conceptual framework. Now I am beginning to get it. Below I will list several bullet points which show my understanding of theory.

1. “Reality is merely an illusion.”

Albert Einstein once said, ‘the whole of science of nothing more than an extension of everyday thinking.’ As we know, people think everyday because they want figure out and understand the thing around them, specifically, the reality or the truth of things. In this sense, science is nothing different from everyday thinking.

But, it is not that simple and easy to approach the reality. Before we begin to explore the reality of the world, we have to deliberate on the action of exploration itself, we have to examine the angle or perspective from which we look into the problem.

We found that we have quite different perspectives to approach realty. There are more perspectives on how people think about reality. But here we only focus on two of them. The first belief, termed realism, believe that reality exists independently of any human presence and there is an external world comprised of objects that follow a myriad of natural facts and laws. What we do is only to discover these facts and laws. The other belief termed social constructionist, however, hold that reality is merely an illusion (also by Albert Einstein) and a reflection of human mind on the world. The reality depends on a particular time and social context, varies with the time and social context. Both the two beliefs have supporters. In my understanding, realism is more like the doctrine natural scientists hold and support. For example, physicists probably would say the universe is the reality and it does exist no matter what you think of it. We can only strive to discover a piece of laws from the reality. Social constructionist, however, is advocated by social scientists because many subjects in social science like the courage, attitude, politics and so on are all construction of human mind. All of them are tied to a particular time and social context.

2. A theory is a conceptual system about relationships between concepts that can be publicly testable.

To put it simply, a theory consists of concepts or construct that are constructed from lower-level concepts, relationships between concepts and the assumptions on which relationships draw, and testable hypothesis derived from these relationships. Next I will explicate some noteworthy features in this definition of theory.

First, we have to recognize that all concepts are hypothetical. They are not reality, just ideas regarding reality. Although hypothetical, these concepts offer references to objects in external environment, either observable entities such as tables and buildings, or intangible phenomenon like love and hunger.

Then two or more concepts that interplay with each other comprise conceptual systems. In other words, relationships between two or more concepts connect these concepts together and form a conceptual system. Remember here that the purpose and utility of a theory or conceptual system, is to understand the world, specifically, to identify, describe, organize, differentiate, predict and explain the delimited portion of the experienced world.

Therefore the question is how do theories demonstrate its utility? As we know, theories are not necessarily true. They must be subject to empirical confirmation or disconfirmation, and avoid to be metaphysical. By developing and testing hypothesis inferred from the theories, scientists are able to tie the conceptual world of theories to empirical world. Once a theory is confirmed, its build-in nature of linking the empirical world enable people to use it to identify, describe, organize, differentiate, predict and explain the world.

Bibliography

Jaccard, J., & Jacoby, J. (2011). Theory construction and model-building skills: A practical guide for social scientists: Guilford Press.

Understanding theory (1)的更多相关文章

  1. Understanding Convolutions

    http://colah.github.io/posts/2014-07-Understanding-Convolutions/ Posted on July 13, 2014 neural netw ...

  2. Understanding Weak References

    Understanding Weak References Posted by enicholas on May 4, 2006 at 5:06 PM PDT Some time ago I was ...

  3. (转) Written Memories: Understanding, Deriving and Extending the LSTM

    R2RT   Written Memories: Understanding, Deriving and Extending the LSTM Tue 26 July 2016 When I was ...

  4. Java theory and practice

    This content is part of the series: Java theory and practice A brief history of garbage collection A ...

  5. CCJ PRML Study Note - Chapter 1.6 : Information Theory

    Chapter 1.6 : Information Theory     Chapter 1.6 : Information Theory Christopher M. Bishop, PRML, C ...

  6. Understanding Convolutions【转】

    Understanding Convolutions In a previous post, we built up an understanding of convolutional neural ...

  7. Understanding Convolution in Deep Learning

    Understanding Convolution in Deep Learning Convolution is probably the most important concept in dee ...

  8. Code Understanding Step by Step - We Need a Task

      Code understanding is a task we are always doing, though we are not even aware that we're doing it ...

  9. 转载:10 Easy Steps to a Complete Understanding of SQL

    10 Easy Steps to a Complete Understanding of SQL 原文地址:http://tech.pro/tutorial/1555/10-easy-steps-to ...

随机推荐

  1. 2.SDK目录结构和adb工具及命令介绍

    安卓开发学习笔记 1.安卓开发之环境搭建 2.SDK目录结构和adb工具及命令介绍 1.SDK目录介绍: ******************************** add-ons:Androi ...

  2. 数学 - Whu 1603 - Minimum Sum

    Minimum Sum Problem's Link ------------------------------------------------------------------------- ...

  3. Emit学习(3) - OpCodes - 循环和异常

    本来准备直接进入Dapper的, 但是昨天初步看了一下, 内容不少, Dapper不愧是一款成熟的框架, 里面对各种情况的考虑, 很实用, 不过这也使得我短时间内看不完, 所以得等几天了. 那就先来看 ...

  4. The Web server is configured to not list the contents of this directory.

    部署一个ASP.NET MVC网站至一个全新的服务器Windows Server 2008 R2, 数据为MS SQL Server 2014 64bit Expression版本. 运行时,它第一次 ...

  5. WinForm 简单蒙版实现控件遮盖

    在Web上面要实现一个遮罩层或者说是蒙版吧,有了DIV那不算什么难事,只要给div定好位置和大小,把颜色的Alpha值设一下就有透明的效果.不过在Winform中实现起来就没那么简单了事.尝试过用一个 ...

  6. Qt的tablewidget行列头自适应宽度

    Qt构造一个TableWidget后,窗口最大化后,列头默认不能自适应宽度,研究了一下,Qt提供了两种方式来处理这个问题,如下:   1. 使用horizontalHeader()->setRe ...

  7. Asp.net Mvc模块化开发之“开启模块开发、调试的简单愉快之旅”

    整个世界林林种种,把所有的事情都划分为对立的两个面. 每个人都渴望的财富划分为富有和贫穷,身高被划分为高和矮,身材被划分为胖和瘦,等等. 我们总是感叹,有钱人的生活我不懂;有钱人又何尝能懂我们每天起早 ...

  8. Asp.net Mvc模块化开发之“部分版本部分模块更新(上线)”

    项目开发从来就不是一个简单的问题.更难的问题是维护其他人开发的项目,并且要修改bug.如果原系统有重大问题还需要重构. 怎么重构系统不是本文探讨的问题,但是重构后如何上线部署和本文关系密切.这个大家可 ...

  9. ZooKeeper----Java实例文档

    **************************************************************************************************** ...

  10. 【转】Android世界的Swift - Kotlin语言

    最近Oracle又在和Google撕的厉害,才知道还有这么Kotlin在Android像Swift在Mac的地位一说. Kotlin是一门与Swift类似的静态类型JVM语言,由JetBrains设计 ...