How to Pronounce the Word ARE

Tagged With: ARE Reduction

Study the ARE reduction.  There are many reductions in conversational American English. It’s important to know what they are to improve listening comprehension, but also to use the reductions in speech yourself.  They are a key part to sounding natural.

YouTube blocked? Click here to see the video.

Video Text:

I’ve gotten a few questions recently about the word ‘are’. Specifically someone recently asked if they were hearing correctly “What you doing?” instead of “What are you doing?” That is not grammatically correct, and a native speaker would not say “What you doing?” However, a native speaker may reduce the word ‘are’ so much that a non-native speaker would have problems hearing it. The word ‘are’ can be reduced simply to the schwa/R sound, er, er, er. So in this sentence, What are you doing?, you may very well hear whater, whater, whater you doing? Whater you doing? With the er very low in pitch and very fast. What are you doing? What are, what are, it sounds like the word ‘butter’. Butter, what are, what are you doing?Now that you know what you’re listening for, see if you can hear it in this sentence: What are you doing, what are you doing, what are you doing?The word ‘are’ is often shortened in writing as well, as a contraction with ‘you’, ‘we’, or ‘they’. They’re, for example. But it doesn’t have to be written as a contraction for it to bepronounced with this short ‘er’ sound.Let’s look at a few more sentences where the word ‘are’ can be reduced. My cousins are coming tomorrow. My cousins are, my cousins are, My cousins are coming tomorrow. My cousins are coming tomorrow. The cookies are good. The cookies are, are, the cookies are good. Where are the girls? Now here the word before ends in the schwa/R sound, er, where er the girls? I would explain it as a re-emphasizing of the er sound: Where er the girls? But in fast speech, it actually all blends together. Where are the girls? Where are the girls? So it sounds like the word R is being dropped. Where are the girls?

And someone else asked about the word ‘are’ and the word ‘were’ – about them sounding the same when they’re both reduced. The word ‘were’ will always have that W sound at the beginning,so there is a difference in the pronunciation of these words. Let’s look at an example sentence. The kids are there. The kids er, er, er, just the R sound, the kids are there. The kids were there. The kids ww, ww, were, were, the kids were there. The second one has that W sound in it. The kids are there, the kids were there. The kids are there, the kids were there. Can you hear the difference?

Now that you know this concept of the reduced word ‘are’, try it out in your speech. And listen for it when you’re listening to native speakers. That’s it, and thanks so much for using Rachel’s English.

Video:

How to Pronounce the Word ARE的更多相关文章

  1. How to Pronounce the Word OR

    How to Pronounce the Word OR Share Tweet Share Tagged With: OR Reduction Study the OR reduction.  Th ...

  2. How to Pronounce the word BECAUSE

    How to Pronounce the word BECAUSE Share Tweet Share Tagged With: BECAUSE Reduction Study the BECAUSE ...

  3. How to Pronounce the Word ‘TO’

    How to Pronounce the Word ‘TO’ Share Tweet Share Tagged With: TO Reduction Study the TO reduction.   ...

  4. How to Pronounce the Word SOMETHING

    How to Pronounce the Word SOMETHING Share Tweet Share Something tells me you’re going to like this v ...

  5. How to Pronounce the Word THEM

    How to Pronounce the Word THEM Share Tweet Share Tagged With: THEM Reduction Study the THEM reductio ...

  6. Reduction: the word AT

    Reduction: the word AT Share Tweet Share Tagged With: AT Reduction Study the AT reduction.  There ar ...

  7. Examples: How to Pronounce T

    Examples: How to Pronounce T Share Tweet Share Tagged With: Flap T, Stop T The [t] sound is not alwa ...

  8. 为什么“how to say”是错的?

    2018-04-26 15:53 英语口语 吉米老师前言:如果让老外评选十大Chinglish之最,老师猜"how to say"一定榜上有名.几乎每一位学习英语的童鞋,都曾有过脱 ...

  9. English Conversation – Checking in at an airport

    English Conversation – Checking in at an airport Share Tweet Share Tagged With: Ben Franklin Exercis ...

随机推荐

  1. [UE4]蓝图的颜色

    一.蓝色:调用的函数或事件 二.绿色:纯函数 三.紫色:函数定义 四.灰色:宏 五.白色:执行线 六.事件的定义 另外还有数据类型的颜色: 执行线是白色,数据线颜色跟数据量类型一致.

  2. 第11章 拾遗5:IPv6和IPv4共存技术(3)_NAT-PT技术【全书完】

    6.4 NAT-PT (1)NAT-PT和NAT的差别 ①NAT-PT(附带协议转换的网络地址转换)技术秉承NAT技术的思想,但在原理方面大有不同. ②NAT-PT和NAT本质的区别在于应用场合的不同 ...

  3. OpenCV-Python基本功能

    一.图像读取/保存 import cv2 img = cv2.imread("name.png") cv2.imwrite('save.jpg', img) #显示图像 cv2.i ...

  4. ubuntu下 net core 安装web模板

    ---恢复内容开始--- 今天想试试在Linux用C#开发WebAPI,查了下,要用: dotnet new -t Web 来建立工程,结果我试了下,出来这段: Invalid input switc ...

  5. Best Practice AngularJS

    Best Practice AngularJS /* 用几组简明扼要的代码段及其说明, 展示良好的编程行为, angularjs */ // app.module.js angular .module ...

  6. solr7.4 安装与使用

    1.solr7环境要求 solr7需要java8环境,且需要在环境变量中添加 JAVA_HOME变量. 2.solr 安装 下载地址 https://lucene.apache.org/solr/mi ...

  7. [work]Spring_Jdbc

    封装Spring-RowMapper,使得使用更加灵活 import java.sql.ResultSet; import java.sql.SQLException; import java.uti ...

  8. WPF Stake

    WPF中的StackPanel.WrapPanel.DockPanel 转:http://blog.sina.com.cn/s/blog_6c81891701017a34.html StackPane ...

  9. [Oracle,2018-01-11] 导出数据库说明文档

    select A.table_name,A.column_name,A.data_type,A.DATA_LENGTH,B.comments from user_tab_columns A,user_ ...

  10. java中六个时间类的使用和区别

    java.util.Date java.sql.Date   java.sql.Time   java.sql.Timestamp java.text.SimpleDateFormat java.ut ...