Emotional Mastery——英语学习小技巧之一
How can we control or manage our emotion ,so that we feel better and feel stronger when we're learning English?
Some people feel bad or bored, so we have to learn some techniques , remember that emotion and psychology are 80% of success. The other 20% is the method ,it'show we do it.
There are two keys to emotional mastery. One is psychology, how to use our body. And the second is mental focus.
- Psychology
Now let's change our emotion state. If you're tired when you learn English , and you say "I should study ,I should study" to yourself but it doesn't work, try to start with your body . Pull your shoulder back and your chest up, bring your chin up, bring your eyes up ,look up. And smile big. Just change the position of your body and you can feel more energetic . So every time you listen to English lessons , first changeyour body. Only when you have more energy and feel better can you learn faster.
Another easy way is through breathing. We know by breathing very deeply we can change our emotional state and our physical state. Maybe just two minutes. Movement creates energy and energy wakes up our bodies so that welearn faster.
It sounds absurd maybe, because when we were in school we've beentold "don't move, sit in your chair." Our body became stiff and we became tired, bored. How could we learn?Now what we do is opposite of before , but it's true. You can even get out andwalk when you learn English , this time you can use your phone or iPad. I do.
- Mental focus
1、 What should you not focus on?
When we were in school, we worried about tests and grades,"Will I get an A? will I fail this course?" How does that effect your emotion you know? The more you think about judgment by others, the more you think about a test score, the more nervous you become, the more worried youbecome. Then you learn slowly when you have anxiety.
This is the single number one most negative factor in language acquisition . The anxious students ,the worried, nervous students ,the stressed students have worse pronunciation, worse speaking ability, less vocabulary,worse writing, less listening comprehension. So what was happening in school was you were actually learning to fail.
2、What should you focus on ?
Focus on your ultimate success. Your great goal is to speak excellent English, to feel strong and confident when you speak. Focus on thisgoal, you can imagine you're speaking English with a native speaker and you're smiling. Imagine yourself feeling strong and confident as you speak English easily, effortlessly. So don't focus onsmall goals and small steps .Do not focus on the past but the future. No matterhow bad your English was in the past, past is not the same as present, and past don't equal the future.
Focus on the purpose, the reason you learn English. Making newfriends, a great job with more money, these are great things to focus on. Focuson the thing that makes you feel great, the situation, the benefits, all thegreat things that will improve in your life by speaking excellent English.
Now try to teach your brain to focus on these positive inspiring things,not on these negative things ,not on problems ,not on the past.
Emotional Mastery——英语学习小技巧之一的更多相关文章
- Models——英语学习小技巧之四
Models are very important, here model means role model, is kind of like a hero. It's someone that ...
- The Power of Reading——英语学习小技巧之七
This method is "The Power of Reading" and it comes from an article by Dr.Stephen Krashen. ...
- Python学习小技巧之列表项的排序
Python学习小技巧之列表项的排序 本文介绍的是关于Python列表项排序的相关内容,分享出来供大家参考学习,下面来看看详细的介绍: 典型代码1: data_list = [6, 9, 1, ...
- QT学习小技巧
原地址:http://blog.csdn.net/ykm0722/article/details/6947250 转载: 分享在比赛中写代码时,发现的几个对写程序很有用的小段代码,虽小但是在我的软件中 ...
- Qt开发之Hello Qt及学习小技巧
创建第一个Qt程序的简单流程 如果安装了andriod或ios的版本也会显示出来,这里只显示了桌面端的 一个项目文件代码结构如下: 如下图可直接编辑label里的文字内容: 运行结果:(快捷键ctrl ...
- English - 英语学习小笔记
1.It is...to do sth:做某事是.... 解析:It 是形式主语,后面一半接形容词做表语,to do sth是不定式短语作真正主语. 2.make do和make doing是两种表达 ...
- php学习小技巧
1.print_r可打印数组 <?php echo '<p class="ajax">This paragraph was loaded with AJAX.&l ...
- 牛腩新闻公布系统--学习Web的小技巧汇总
2014年11月10日,是个难忘的日子.这一天.小编的BS学习開始了.BS的开头,从牛腩新闻公布系统開始.之前学习的内容都是CS方面的知识,软考过后.開始学习BS,接触BS有几天的时间了,跟着牛腩老师 ...
- 牛腩新闻发布系统--学习Web的小技巧汇总
2014年11月10日,是个难忘的日子,这一天,小编的BS学习开始了,BS的开头,从牛腩新闻发布系统开始,之前学习的内容都是CS方面的知识,软考过后,开始学习BS,接触BS有几天的时间了,跟着牛腩老师 ...
随机推荐
- C99新特性
c99标准允许使用变长数组,变的意思是可以根据变量的值来指定数组的维数,如根据用户的输入值指定数组的大小,印象中以前是不可以的.现在在gcc中是可以的(PS:ansi c标准是C90标准): ==== ...
- jcSQL词法分析器对字符串token的解析
上星期写完词法分析器的时候,曾遇上一个无关紧要却X疼的问题.毕竟是第一次完整地写整个语言的编译器(暂且这么叫着吧,解释器更靠谱),由于经验不足,在字符串解析这一块驻足了两天才解决掉,这里记录下来供以后 ...
- javascript第九课"闭包"
所谓闭包:就是一个函数内部又定义了一个函数,而这个函数能访问外部函数作用域范围内的变量,这个内部函数就叫做闭包! js中的面向对象都是使用闭包来实现的 闭包里使用的变量会现在当前函数内搜索,没有的 ...
- 用Meta 取消流量器缓存实现每次访问都刷新页面方便调试
如果想禁止浏览器从本地缓存中调阅页面,可以设置网页不保存在缓存中,每次访问都刷新页面,下面是Meta在这方便的用法,需要的朋友可以参考下: <!-- 禁止浏览器从本地缓存中调阅页面.--> ...
- html系列教程--link mark meta
<link> 标签:定义文档与外部资源的关系,常见的用途是链接样式表 demo: <link rel="stylesheet" type="text/c ...
- leetcode 3Sum python
# sort the array# loop from i = 0 # then left=i+1 right=len(nums)-1# try nums[i] - ( nums[left]+nums ...
- hadoop笔记之Hive的管理(CLI方式)
Hive的管理(一) Hive的管理(一) Hive的启动方式 CLI(命令行)方式 Web界面方式 远程服务启动方式 CLI方式 1. 进入命令行方式 直接输入<HIVE_HOME>/b ...
- hadoop笔记之MapReduce原理
MapReduce原理 MapReduce原理 简单来说就是,一个大任务分成多个小的子任务(map),并行执行后,合并结果(reduce). 例子: 100GB的网站访问日志文件,找出访问次数最多的I ...
- 自学HTML5第四节(canvas画布详解)
canvas画布好像可是说是HTML5的精华了,一定要学好,嗯嗯,绚丽的东西就要从基础的开始.... 先看看啥玩意叫做canvas 什么是 Canvas? HTML5 的 canvas 元素使用 Ja ...
- spoj BRCKTS - Brackets 线段树
题目链接 给一个括号序列, 两种操作. 一种将某个位置的括号变反(左变右, 右变左), 第二种是询问这个括号序列是否合法. 线段树, 我们开两个数组lf, rg. 表示某个区间里面, 右边的左括号个数 ...