Understanding theory (1)

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)的更多相关文章
- Understanding Convolutions
http://colah.github.io/posts/2014-07-Understanding-Convolutions/ Posted on July 13, 2014 neural netw ...
- Understanding Weak References
Understanding Weak References Posted by enicholas on May 4, 2006 at 5:06 PM PDT Some time ago I was ...
- (转) Written Memories: Understanding, Deriving and Extending the LSTM
R2RT Written Memories: Understanding, Deriving and Extending the LSTM Tue 26 July 2016 When I was ...
- Java theory and practice
This content is part of the series: Java theory and practice A brief history of garbage collection A ...
- CCJ PRML Study Note - Chapter 1.6 : Information Theory
Chapter 1.6 : Information Theory Chapter 1.6 : Information Theory Christopher M. Bishop, PRML, C ...
- Understanding Convolutions【转】
Understanding Convolutions In a previous post, we built up an understanding of convolutional neural ...
- Understanding Convolution in Deep Learning
Understanding Convolution in Deep Learning Convolution is probably the most important concept in dee ...
- 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 ...
- 转载: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 ...
随机推荐
- 浅析SqlServer简单参数化模式下对sql语句自动参数化处理以及执行计划重用
我们知道,SqlServer执行sql语句的时候,有一步是对sql进行编译以生成执行计划, 在生成执行计划之前会去缓存中查找执行计划 如果执行计划缓存中有对应的执行计划缓存,那么SqlServer就会 ...
- webpack打包压缩工具的使用方法
具体使用方法参考来源http://www.cnblogs.com/Leo_wl/p/4793722.html 必须注意的地方: 一.webpack在nodejs环境下运行 二,每个目录下都必须有一个w ...
- [New Portal]Windows Azure Virtual Machine (12) 在本地使用Hyper-V制作虚拟机模板,并上传至Azure (2)
<Windows Azure Platform 系列文章目录> 本章介绍的内容是将本地Hyper-V的VHD,上传到Azure数据中心,作为自定义的虚拟机模板. 注意:因为在制作VHD的最 ...
- jQuery 3.1 API中文文档
jQuery 3.1 API中文文档 一.核心 1.1 核心函数 jQuery([selector,[context]]) 接收一个包含 CSS 选择器的字符串,然后用这个字符串去匹配一组元素. jQ ...
- swift分号的使用
与其他大部分编程语言不同,Swift 并不强制要求你在每条语句的结尾处使用分号(;),当然,你也可以按照你自己的习惯添加分号.有一种情况下必须要用分号,即你打算在同一行内写多条独立的语句 let yo ...
- 【转载】ASP.NET MVC的过滤器
APS.NET MVC中(以下简称“MVC”)的每一个请求,都会分配给相应的控制器和对应的行为方法去处理,而在这些处理的前前后后如果想再加一些额外的逻辑处理.这时候就用到了过滤器. MVC支持的过滤器 ...
- 在Visual Studio中使用正则表达式匹配换行和批量替换
系统环境:Windows 8.1 Enterprise Update 2 x64 开发环境:Mircosoft Visual Studio Ultimate 2013 Update 2 RC 问题:如 ...
- MySQL中select * for update锁表的范围
MySQL中select * for update锁表的问题 由于InnoDB预设是Row-Level Lock,所以只有「明确」的指定主键,MySQL才会执行Row lock (只锁住被选取的资料例 ...
- MEF入门之不求甚解,但力求简单能讲明白(二)
在上一篇文章中,我们已经学到了很基本的MEF概念和使用方法. 但我们导出的是一个object类型的实例,只能用来tostring,没有引用部件类库,也不能用里面的成员方法. 本篇,我们逐渐往简单的文件 ...
- jquery分隔Url的param方法
最近需要分隔url的querystring,用到了特意记录一下.方法: //获取url中的paramsvar search = location.search.substring(1);//param ...