How do you learn English very fast?

Every week, I get emails about this topic.   Typically, someone writes and wants to know how they can speak fluently in only 2 or 3 months.  Usually they are in a hurry because they have a test or an interview coming soon.

Of course, its best not to wait until 2 months before your interview to think about this!  

But still, its an interesting question.   Is it possible to learn English very very fast?   Is it possible to make massive improvements in only 2-3 months?

The answer is yes.

But of course, to make massive improvements requires massive intensity and effort.

So, how can you do it?  How can you improve super-fast?  What do I recommend for this kind of goal?

1. Obsession

The first and most important thing you need to achieve this goal is incredible passion.  You must have tremendous emotional power to learn super-fast.   Why?  Because you must study English 8-14 hours a day…  and every hour you must be alert, interested, and energetic.

To improve that quickly, you must build emotion.  You must be obsessed with English.  You must be passionate and incredibly enthusiastic.  Remember, Emotion is 80% of success, method is only 20%.

To create passion, you need very compelling reasons to learn English.  Just doing well on a test is not a strong enough reason.  Just getting a new job is not a strong enough reason.  You need HUGE reasons for doing this.  Imagine all the incredible benefits you will have as a fluent English speaker.  Imagine how your life will change 5 years from now.  10 years from now.  20 years from now.

If you are motivated by money, imagine how English will make you amazingly rich.  Visualize your dream house, your dream car, your dream life.

If love motivates you, imagine how English will help you meet incredible people from other countries.  Imagine dating beautiful/handsome foreigners!  Imagine incredible love and passion– possible because you are a fluent English speaker.

You can also exaggerate the terrible things that will happen if you fail to speak English fluently.  Imagine all the jobs you will miss.  Imagine all the people you will never meet.  Imagine how bad your life will be because you can’t speak English.

Make your reasons bigger!  Bigger reasons = Bigger Passion.  Bigger Passion = Bigger Success.

Emotions is the key.  Make your emotion stronger!  Become obsessed with English!

2. Massive Input

The second key to super-fast learning and incredible intensity is to focus on English INPUT.  Do not waste time studying grammar or vocabulary.  Don’t waste time trying to speak.

You should spend all of your time either listening or reading.  This is the fastest and most efficient method for speaking English fluently.

Carry your iPod everywhere.  Always have a book with you.

Specifically, you should listen mostly to the Mini-Story Lessons, the Point of View Lessons, and the Main Audio Articles.  These are the most powerful lessons and will help you learn the fastest.

You should read easy English novels– starting with novels for children.   Absolutely do not waste time reading textbooks!

3. Massive Intensity

To be fluent in only 2-3 months, you must create massive intensity.  In other words, you have to listen and read 8-14 hours a day, every day.   You must listen constantly to English.   You must read constantly.

In fact, I recommend alternating the two activities.  Listen for an hour, then read a novel for an hour.  Then listen again for an hour.  Then another hour of novel reading.

If you are really focused on speaking well, do more listening.  But don’t worry, reading will also help your speaking ability.

So that’s it.  That’s my simple method for very fast English fluency.

Of course, most people do not need to improve so quickly.  For most people, two hours a day of listening and reading is enough.

But if you need or want to improve very quickly, follow this plan.

Good luck!

How To Learn English Very Fast的更多相关文章

  1. Learn English like a Baby – How to Sound Native

    Learn English like a Baby – How to Sound Native Share Tweet Share Tagged With: tips & tricks Wha ...

  2. The next day to learn English

    if you smail when no  one else is around,you really meat it.

  3. The BEST way for YOU to learn English,https://www.youtube.com/watch?v=508wFMG9ZP4

    opportunityoppositeappreciatesappropriate.approximate.approachcan't.seriesseriouscommon prettycasual ...

  4. English - therefore,so,hence,then,accordingly,thus用法解析

    这几个词的区别大致可从以下几方面去看: 1.therefore adv.因此, 所以=for that reason=consequently常用于连接两个并列分句,其前加“and”或分号“:”.He ...

  5. 5 Ways to Learn and Remember Absolutely Anything

    http://www.inc.com/quora/5-ways-to-learn-and-remember-absolutely-anything.html Start too early on th ...

  6. English is very important!

    Well, as a college student,I haven't realized how important the English is . But as a web programmer ...

  7. Lesson 25 Do the English speak English?

    Text I arrived London at last. The railway station was big, black and dark. I did not know the way t ...

  8. English trip V2 - 3. A Healthy Diet Teacher:Corrine Key:各种前缀 im- un- in- re- over- under-

    In this lesson you will learn to talk about foot and drink for a healthy diet. 课上内容(Lesson) What do ...

  9. English Conversations You Can Download for Free (Spoken English MP3/Audio Files)

    If you want to download free English conversations, you’ve come to the right place. This page introd ...

随机推荐

  1. Ultra-QuickSort(归并排序求逆序对数)

    Time Limit: 7000MS   Memory Limit: 65536K Total Submissions: 34283   Accepted: 12295 Description In ...

  2. HelloSilverlight

    一:输入姓名并选中一个日期,将在下面显示 二:XAML代码 <UserControl x:Class="HelloSilverlight.MainPage" xmlns=&q ...

  3. android判断应用是否有某个权限

    1) 判断应用是否具有某个权限 PackageManager pm = getPackageManager(); boolean permission = (PackageManager.PERMIS ...

  4. 机器学习十大算法 之 kNN(一)

    机器学习十大算法 之 kNN(一) 最近在学习机器学习领域的十大经典算法,先从kNN开始吧. 简介 kNN是一种有监督学习方法,它的思想很简单,对于一个未分类的样本来说,通过距离它最近的k个" ...

  5. I - Strategic Game - hdu 1054(最小点覆盖)

    题意:用最小的点来覆盖全部的边,因为二分图里面最大的匹配就是最小覆盖,所以直接匹配一下即可 ****************************************************** ...

  6. python_Opencv_处理鼠标事件

    流程: 首先,创建一个鼠标事件回调函数,当鼠标事件发生时就会被执行. 鼠标事件可以是鼠标上的任何动作,比如左键按下,左键松开,左键双击等. 我们可以通过鼠标事件获得与鼠标对应的图片上的坐标. 根据这些 ...

  7. javascript 判断是否是数组

    function isArray(object){ return object && typeof object==='object' && typeof object ...

  8. Robotium API -- 等待执行的方法sleep、waitFor

    测试中经常出现明明有控件或者文本,但是由于界面没有载入完成或者其他原因导致assert判断的结果失败.或者两次执行,一次成功,一次失败的情况.所以需要加入这些等待某些控件或者文本载入的方法,以加强程序 ...

  9. (2)入门指南——(2)jQuery可以做什么(What jQuery does)

    The jQuery library provides a general-purpose abstraction layer for common web scripting, and is, th ...

  10. vector容器经常用法

    容器简单介绍 定义及初始化 末尾插入元素 遍历 size 函数是能够动态添加的 通过下标操作添加改变vector内容不是安全的操作 仅能对已存在元素进行下标操作不存在会crash 将元素一个容器复制给 ...