求函数的导数的策略(1)先区分函数的运算特点,即函数的和、差、积、商,再根据导数的运算法则求导数;(2)对于三个以上函数的积、商的导数,依次转化为“两个”函数的积、商的导数计算.跟踪训练1 求下列函数的导数:(1)y=x2+log3x; (2)y=x3·ex; (3)y=cos xx.[解] (1)y′=(x2+log3x)′=(x2)′+(log3x)′=2x+1xln 3.(2)y′=(x3·ex)′=(x3)′·ex+x3·(ex)′=3x2·ex+x3·ex=ex(x3+3x2).(3)y′=cos xx′=?cos x?′·x-cos x·?x?′x2=-x·sin x-cos xx2=-xsin x+cos xx2.跟踪训练2 求下列函数的导数(1)y=tan x; (2)y=2sin x2cos x2解析:(1)y=tan x=sin xcos x,故y′=?sin x?′cos x-?cos x?′sin x?cos x?2=cos2x+sin2xcos2x=1cos2x.(2)y=2sin x2cos x2=sin x,故y′=cos x.例5 日常生活中的饮用水通常是经过净化的,随着水的纯净度的提高,所需进化费用不断增加,已知将1t水进化到纯净度为x%所需费用(单位:元),为c(x)=5284/(100-x) (80<x<100)求进化到下列纯净度时,所需进化费用的瞬时变化率:(1) 90% ;(2) 98%解:净化费用的瞬时变化率就是净化费用函数的导数;c^' (x)=〖(5284/(100-x))〗^'=(5284^’×(100-x)-"5284 " 〖(100-x)〗^’)/〖(100-x)〗^2 =(0×(100-x)-"5284 " ×(-1))/〖(100-x)〗^2 ="5284 " /〖(100-x)〗^2
二、典例解析例4. 用 10 000元购买某个理财产品一年.(1)若以月利率0.400%的复利计息,12个月能获得多少利息(精确到1元)?(2)若以季度复利计息,存4个季度,则当每季度利率为多少时,按季结算的利息不少于按月结算的利息(精确到10^(-5))?分析:复利是指把前一期的利息与本金之和算作本金,再计算下一期的利息.所以若原始本金为a元,每期的利率为r ,则从第一期开始,各期的本利和a , a(1+r),a(1+r)^2…构成等比数列.解:(1)设这笔钱存 n 个月以后的本利和组成一个数列{a_n },则{a_n }是等比数列,首项a_1=10^4 (1+0.400%),公比 q=1+0.400%,所以a_12=a_1 q^11 〖=10〗^4 (1+0.400%)^12≈10 490.7.所以,12个月后的利息为10 490.7-10^4≈491(元).解:(2)设季度利率为 r ,这笔钱存 n 个季度以后的本利和组成一个数列{b_n },则{b_n }也是一个等比数列,首项 b_1=10^4 (1+r),公比为1+r,于是 b_4=10^4 (1+r)^4.
二、典例解析例3.某公司购置了一台价值为220万元的设备,随着设备在使用过程中老化,其价值会逐年减少.经验表明,每经过一年其价值会减少d(d为正常数)万元.已知这台设备的使用年限为10年,超过10年 ,它的价值将低于购进价值的5%,设备将报废.请确定d的范围.分析:该设备使用n年后的价值构成数列{an},由题意可知,an=an-1-d (n≥2). 即:an-an-1=-d.所以{an}为公差为-d的等差数列.10年之内(含10年),该设备的价值不小于(220×5%=)11万元;10年后,该设备的价值需小于11万元.利用{an}的通项公式列不等式求解.解:设使用n年后,这台设备的价值为an万元,则可得数列{an}.由已知条件,得an=an-1-d(n≥2).所以数列{an}是一个公差为-d的等差数列.因为a1=220-d,所以an=220-d+(n-1)(-d)=220-nd. 由题意,得a10≥11,a11<11. 即:{█("220-10d≥11" @"220-11d<11" )┤解得19<d≤20.9所以,d的求值范围为19<d≤20.9
1.判断正误(正确的打“√”,错误的打“×”)(1)函数f (x)在区间(a,b)上都有f ′(x)<0,则函数f (x)在这个区间上单调递减. ( )(2)函数在某一点的导数越大,函数在该点处的切线越“陡峭”. ( )(3)函数在某个区间上变化越快,函数在这个区间上导数的绝对值越大.( )(4)判断函数单调性时,在区间内的个别点f ′(x)=0,不影响函数在此区间的单调性.( )[解析] (1)√ 函数f (x)在区间(a,b)上都有f ′(x)<0,所以函数f (x)在这个区间上单调递减,故正确.(2)× 切线的“陡峭”程度与|f ′(x)|的大小有关,故错误.(3)√ 函数在某个区间上变化的快慢,和函数导数的绝对值大小一致.(4)√ 若f ′(x)≥0(≤0),则函数f (x)在区间内单调递增(减),故f ′(x)=0不影响函数单调性.[答案] (1)√ (2)× (3)√ (4)√例1. 利用导数判断下列函数的单调性:(1)f(x)=x^3+3x; (2) f(x)=sinx-x,x∈(0,π); (3)f(x)=(x-1)/x解: (1) 因为f(x)=x^3+3x, 所以f^' (x)=〖3x〗^2+3=3(x^2+1)>0所以f(x)=x^3+3x ,函数在R上单调递增,如图(1)所示
1.对称性与首末两端“等距离”的两个二项式系数相等,即C_n^m=C_n^(n"-" m).2.增减性与最大值 当k(n+1)/2时,C_n^k随k的增加而减小.当n是偶数时,中间的一项C_n^(n/2)取得最大值;当n是奇数时,中间的两项C_n^((n"-" 1)/2) 与C_n^((n+1)/2)相等,且同时取得最大值.探究2.已知(1+x)^n =C_n^0+C_n^1 x+...〖+C〗_n^k x^k+...+C_n^n x^n 3.各二项式系数的和C_n^0+C_n^1+C_n^2+…+C_n^n=2n.令x=1 得(1+1)^n=C_n^0+C_n^1 +...+C_n^n=2^n所以,(a+b)^n 的展开式的各二项式系数之和为2^n1. 在(a+b)8的展开式中,二项式系数最大的项为 ,在(a+b)9的展开式中,二项式系数最大的项为 . 解析:因为(a+b)8的展开式中有9项,所以中间一项的二项式系数最大,该项为C_8^4a4b4=70a4b4.因为(a+b)9的展开式中有10项,所以中间两项的二项式系数最大,这两项分别为C_9^4a5b4=126a5b4,C_9^5a4b5=126a4b5.答案:1.70a4b4 126a5b4与126a4b5 2. A=C_n^0+C_n^2+C_n^4+…与B=C_n^1+C_n^3+C_n^5+…的大小关系是( )A.A>B B.A=B C.A<B D.不确定 解析:∵(1+1)n=C_n^0+C_n^1+C_n^2+…+C_n^n=2n,(1-1)n=C_n^0-C_n^1+C_n^2-…+(-1)nC_n^n=0,∴C_n^0+C_n^2+C_n^4+…=C_n^1+C_n^3+C_n^5+…=2n-1,即A=B.答案:B
Step 3 Analyzing article structureActivity 31. Teachers raise questions to guide students to analyze the chapter structure of this diary and think about how to describe the festival experience. (1)What should be included in the opening/body/closing paragraph(s)?(2)How did the writer arrange his/her ideas?(3)What kind of interesting details did the writer describe?(4)How did the writer describe his/her feelings/emotions during the event?2. Students read and compare the three sentence patterns in activity 2. Try to rewrite the first paragraph of the diary with these three sentence patterns. After that, students exchange corrections with their partners. Such as:●This was my first time spending three days experiencing the Naadam Festival in China’s Inner Mongolia Autonomous Region and it was an enjoyable and exciting experience. ●I'll never forget my experience at the Naadam Festival because it was my first time to watch the exciting Mongolian games of horse racing, wrestling, and archery so closely. ●I'll always remember my first experience at the Naadam Festival in China’s Inner Mongolia Autonomous Region because it was so amazing to spend three days witnessing a grand Mongolian ceremony. Step 4 Accumulation of statementsActivity 41. Ask the students to read the diary again. Look for sentences that express feelings and emotions, especially those with the -ing form and the past participle. Such as:● …horse racing, wrestling, and archery, which are all so exciting to watch. ● some amazing performances● I was surprised to see…● I was a little worried about. . . ● feeling really tiredOther emotional statements:●I absolutely enjoyed the archery, too, but the horse races were my favourite part. ●I'm finally back home now, feeling really tired, but celebrating Naadam with my friend was totally worth it. ●He invited me back for the winter to stay in a traditional Mongolian tent and cat hot pot. I can’t wait!2. In addition to the use of the -ing form and the past participle, the teacher should guide the students in the appreciation of these statements, ask them to memorize them, and encourage them to use them reasonably in writing practice.
The themes of this part are “Talk about how to become an astronaut” and “Talk about life in space”. As Neil Armstrong said “Mystery creates wonder and wonder is the basis of man’s desire to understand. Space is difficult for human to reach, therefore, humans are full of wonders about it. However, if wanting to achieve the dream of reaching the Moon, some of our human should work hard to be an astronaut at first. Part A(Talk about how to become an astronaut) is a radio interview in a radio studio, where the host asked the Chinese astronauts about his story how to become an astronaut. Yang Liwei told his dreamed to be an astronaut since childhood. Then he worked hard to get into college at 22. The next 10 years, he gradually became an experienced pilot. At the same time, to be an astronaut, he had to study hard English, science and astronomy and trained hard to keep in good physical and mental health and to practise using space equipment. Part B (Talk about life in space) is also an interview with the astronaut Brown, who is back on the earth. The host Max asked about his space life, such as his emotion about going back the earth, the eating, shower, brushing, hobbies and his work. Part A and Part B are interviews. So expressing curiosity about the guests’ past life is a communicative skill, which students should be guided to learn.1. Students can get detailed information about how Yang Liwei became an astronaut and Max’s space life.2. Students learn to proper listening strategy to get detailed information---listening for numbers and taking notes.3. Students can learn related sentences or phrases to express their curiosity like “ I wish to know...” “I’d love to know...”4. Students can learn more about the space and astronauts, even be interested in working hard to be an astronaut
The theme of this unit focuses on “space exploration.” Students will learn about the training and experience needed to become an astronaut. The text is mainly about the development of space exploration. On the one hand, the text helps students to have a good understanding about the great feats humans have achieved, on the other hand, they will further understand the contributions that we Chinese have achieved, and feel confident and proud about our homeland and strengthen their love for our country. The teacher should instruct students to aim high and study harder to make great progress in the space career if possible.1. Read about the development and value of space exploration.2. Explore the mysteries of the universe and the achievements in space exploration.3. Skillfully use the vocabulary of this text to cultivate self-study ability 4. Develop cooperative learning ability through discussion.1. Enable the Ss to talk about the development and value of space exploration.2. Guide the Ss to summarize the main idea of each paragraph as well as the main idea of the text.3. Help Ss comprehend the main reasons for space exploration. Multi-media, textbook, notebooks.Step 1: Warming up and predictionLook at the title and the pictures of the text and predict what the text will be about?2. What are the main reasons for space exploration?
⑦在我看来, 探索太空是值得的。As far as I am concerned, it is worthwhile to explore the space.Step 10 Writing---draftRecently, students in our class have had heated a discussion on whether space is worth exploring. Students hold different ideas about it.30% of us think space exploration is not worthwhile. They think space is too far away from us and our daily life and is a waste of money. And the money spent on space exploration can be used to solve the earth’s problems such as starvation and pollution.On the other hand,70% think space is worth exploring because we have benefited a lot from it,such as using satellites for communication and weather forecast. What’s more,with further space research,we may solve the population problem by moving to other planets one day. Also,space research will enable us to find new sources to solve the problem of energy shortages on the earth.As far as I am concerned, it is worthwhile to explore the space. Not only can it promote the development of society but also enrich our life. Step 11 Pair workExchange drafts with a partner. Use this checklist to help your partner revise his/her draft.1.Does the writer explain why he/she changed/wanted to change?2.Does the writer tell how the changes have improved or will improve his/her life?3.Is the text well-organised?4.Does the writer use words and expressions to show similarities and differences?5.Are there any grammar or spelling errors?6.Does the writer use correct punctuation?
? Could you offer me some kind of work here?? I don’t want your charity, I just want an honest job.? Careless: I landed in Britain by accident.Step 7:Consolidation.? Find Henry? Roderick and Oliver were I .making a bet when they saw Henry, a poor young man. ? Know Henry? About a month ago, Henry was sailing and later he found himself carried out to sea by a strong wind. Fortunately, he 2.was spotted by a ship. And it was the ship that brought him to 3.England? Offer money to Henry ? Oliver and Roderick gave Henry a letter and told him that there was money in it. They 4.persuaded him to accept it, and made him 5.promise that it wouldn't be opened until 2 o'clock.Step 8:Language pointsa large amount of: a large quantity of; a great deal ofe.g. They bought a large amount of furniture before they moved their new house.make a bet: make an arrangement to risk money, etc. on an event of which the result is doubtful.e.g. We made a bet on the result of the match.permit sb to do something: allow somebody to do somethinge.g. My mother doesn’t permit me to ride in the street after it rained.by accident: as a result of chancee.g. I only found it by accident.stare at: look at somebody or something with the eyes wide open in a fixed gaze( in astonishment, wonder, fear, etc)to be honest: to tell you the truth; to be franke.g. To be honest, I don’t think we have a chance of winning.Step7 Homework:What do you think will happen to Henry? Will the bank-note help him or get him into trouble?
2. 您能看到, 我头发太长了。You can see that my hair is much too long.3. 无论什么时候, 只要您想回来就回来。Please come back whenever you want.4. 您仅有很少的头发要理! You only have too little hair to cut !5. 为您服务是我的荣幸!It is my honour to serve you!Step 9 Writing(Henry is walking down the street when he sees a sign for a place that cuts hair. He decides to have it cut. )H=Henry B=BarberH: Good afternoon, I’d like to have my hair cut, if I may. (The barber looks at Henry’s hair and continues cutting another man’s hair. ) Er, I’d really like a haircut. As you can see it’s much too long. B: (in a rude manner) Yes, I can see that. Indeed, I can. H: Fine, well, I’ll have a seat then. (He sits in one of the barber’s chairs. The barber turns to look at Henry. )B: It’s quite expensive here, you know! Are you sure you can afford it?H: Yes. I think so. (After his hair is cut, the barber tells Henry how much he must pay. Henry shows the barber the bank note. )B: Why Mr. . . (looks shocked)H: Adams. Henry Adams. I’m sorry. I don’t have any change. B: Please don’t worry! (wearing a big smile) Nothing to worry about! Nothing at all! Please come back whenever you want, even if you only have too little hair to cut! It will be my honour to serve you!Step 10 Pair workExchange drafts with a partner. Use this checklist to help your partner revise his/her draft.1. Are all the elements of a play included and in good order ?2. Do the character use suitable language ?3. Are the stage directions clear and useful ?4. Is the plot clear and exciting enough ?
本节内容是复数的三角表示,是复数与三角函数的结合,是对复数的拓展延伸,这样更有利于我们对复数的研究。1.数学抽象:利用复数的三角形式解决实际问题;2.逻辑推理:通过课堂探究逐步培养学生的逻辑思维能力;3.数学建模:掌握复数的三角形式;4.直观想象:利用复数三角形式解决一系列实际问题;5.数学运算:能够正确运用复数三角形式计算复数的乘法、除法;6.数据分析:通过经历提出问题—推导过程—得出结论—例题讲解—练习巩固的过程,让学生认识到数学知识的逻辑性和严密性。复数的三角形式、复数三角形式乘法、除法法则及其几何意义旧知导入:问题一:你还记得复数的几何意义吗?问题二:我们知道,向量也可以由它的大小和方向唯一确定,那么能否借助向量的大小和方向这两个要素来表示复数呢?如何表示?
6. 例二:如图,AB是⊙O的直径,PA垂直于⊙O所在的平面,C是圆周上的一点,且PA=AC,求二面角P-BC-A的大小. 解:由已知PA⊥平面ABC,BC在平面ABC内∴PA⊥BC∵AB是⊙O的直径,且点C在圆周上,∴AC⊥BC又∵PA∩AC=A,PA,AC在平面PAC内,∴BC⊥平面PAC又PC在平面PAC内,∴PC⊥BC又∵BC是二面角P-BC-A的棱,∴∠PCA是二面角P-BC-A的平面角由PA=AC知△PAC是等腰直角三角形∴∠PCA=45°,即二面角P-BC-A的大小是45°7.面面垂直定义一般地,两个平面相交,如果它们所成的二面角是直二面角,就说这两个平面互相垂直,平面α与β垂直,记作α⊥β8. 探究:建筑工人在砌墙时,常用铅锤来检测所砌的墙面与地面是否垂直,如果系有铅锤的细绳紧贴墙面,工人师傅被认为墙面垂直于地面,否则他就认为墙面不垂直于地面,这种方法说明了什么道理?
本节通过学习用二分法求方程近似解的的方法,使学生体会函数与方程之间的关系,通过一些函数模型的实例,让学生感受建立函数模型的过程和方法,体会函数在数学和其他学科中的广泛应用,进一步认识到函数是描述客观世界变化规律的基本数学模型,能初步运用函数思想解决一些生活中的简单问题。课程目标1.了解二分法的原理及其适用条件.2.掌握二分法的实施步骤.3.通过用二分法求方程的近似解,使学生体会函数零点与方程根之间的联系,初步形成用函数观点处理问题的意识.数学学科素养1.数学抽象:二分法的概念;2.逻辑推理:用二分法求函数零点近似值的步骤;3.数学运算:求函数零点近似值;4.数学建模:通过一些函数模型的实例,让学生感受建立函数模型的过程和方法,体会函数在数学和其他学科中的广泛应用.
《数学1必修本(A版)》的第五章4.5.2用二分法求方程的近似解.本节课要求学生根据具体的函数图象能够借助计算机或信息技术工具计算器用二分法求相应方程的近似解,了解这种方法是求方程近似解的常用方法,从中体会函数与方程之间的联系;它既是本册书中的重点内容,又是对函数知识的拓展,既体现了函数在解方程中的重要应用,同时又为高中数学中函数与方程思想、数形结合思想、二分法的算法思想打下了基础,因此决定了它的重要地位.发展学生数学直观、数学抽象、逻辑推理和数学建模的核心素养。课程目标 学科素养1.通过具体实例理解二分法的概念及其使用条件.2.了解二分法是求方程近似解的常用方法,能借助计算器用二分法求方程的近似解.3.会用二分法求一个函数在给定区间内的零点,从而求得方程的近似解. a.数学抽象:二分法的概念;b.逻辑推理:运用二分法求近似解的原理;
9.例二:如图,AB∩α=B,A?α, ?a.直线AB与a具有怎样的位置关系?为什么?解:直线AB与a是异面直线。理由如下:若直线AB与a不是异面直线,则它们相交或平行,设它们确定的平面为β,则B∈β, 由于经过点B与直线a有且仅有一个平面α,因此平面平面α与β重合,从而 , 进而A∈α,这与A?α矛盾。所以直线AB与a是异面直线。补充说明:例二告诉我们一种判断异面直线的方法:与一个平面相交的直线和这个平面内不经过交点的直线是异面直线。10. 例3 已知a,b,c是三条直线,如果a与b是异面直线,b与c是异面直线,那么a与c有怎样的位置关系?并画图说明.解: 直线a与直线c的位置关系可以是平行、相交、异面.如图(1)(2)(3).总结:判定两条直线是异面直线的方法(1)定义法:由定义判断两条直线不可能在同一平面内.
1.直观图:表示空间几何图形的平面图形,叫做空间图形的直观图直观图往往与立体图形的真实形状不完全相同,直观图通常是在平行投影下得到的平面图形2.给出直观图的画法斜二侧画法观察:矩形窗户在阳光照射下留在地面上的影子是什么形状?眺望远处成块的农田,矩形的农田在我们眼里又是什么形状呢?3. 给出斜二测具体步骤(1)在已知图形中取互相垂直的X轴Y轴,两轴相交于O,画直观图时,把他们画成对应的X'轴与Y'轴,两轴交于O'。且使∠X'O'Y'=45°(或135°)。他们确定的平面表示水平面。(2)已知图形中平行于X轴或y轴的线段,在直观图中分别画成平行于X'轴或y'轴的线段。(3)已知图形中平行于X轴的线段,在直观图中保持原长度不变,平行于Y轴的线段,在直观图中长度为原来一半。4.对斜二测方法进行举例:对于平面多边形,我们常用斜二测画法画出他们的直观图。如图 A'B'C'D'就是利用斜二测画出的水平放置的正方形ABCD的直观图。其中横向线段A'B'=AB,C'D'=CD;纵向线段A'D'=1/2AD,B'C'=1/2BC;∠D'A'B'=45°,这与我们的直观观察是一致的。5.例一:用斜二测画法画水平放置的六边形的直观图(1)在六边形ABCDEF中,取AD所在直线为X轴,对称轴MN所在直线为Y轴,两轴交于O',使∠X'oy'=45°(2)以o'为中心,在X'上取A'D'=AD,在y'轴上取M'N'=½MN。以点N为中心,画B'C'平行于X'轴,并且等于BC;再以M'为中心,画E'F'平行于X‘轴并且等于EF。 (3)连接A'B',C'D',E'F',F'A',并擦去辅助线x轴y轴,便获得正六边形ABCDEF水平放置的直观图A'B'C'D'E'F' 6. 平面图形的斜二测画法(1)建两个坐标系,注意斜坐标系夹角为45°或135°;(2)与坐标轴平行或重合的线段保持平行或重合;(3)水平线段等长,竖直线段减半;(4)整理.简言之:“横不变,竖减半,平行、重合不改变。”
1.探究:根据基本事实的推论2,3,过两条平行直线或两条相交直线,有且只有一个平面,由此可以想到,如果一个平面内有两条相交或平行直线都与另一个平面平行,是否就能使这两个平面平行?如图(1),a和b分别是矩形硬纸板的两条对边所在直线,它们都和桌面平行,那么硬纸板和桌面平行吗?如图(2),c和d分别是三角尺相邻两边所在直线,它们都和桌面平行,那么三角尺与桌面平行吗?2.如果一个平面内有两条平行直线与另一个平面平行,这两个平面不一定平行。我们借助长方体模型来说明。如图,在平面A’ADD’内画一条与AA’平行的直线EF,显然AA’与EF都平行于平面DD’CC’,但这两条平行直线所在平面AA’DD’与平面DD’CC’相交。3.如果一个平面内有两条相交直线与另一个平面平行,这两个平面是平行的,如图,平面ABCD内两条相交直线A’C’,B’D’平行。
问题导入:问题一:试验1:分别抛掷两枚质地均匀的硬币,A=“第一枚硬币正面朝上”,B=“第二枚硬币正面朝上”。事件A的发生是否影响事件B的概率?因为两枚硬币分别抛掷,第一枚硬币的抛掷结果与第二枚硬币的抛掷结果互相不受影响,所以事件A发生与否不影响事件B发生的概率。问题二:计算试验1中的P(A),P(B),P(AB),你有什么发现?在该试验中,用1表示硬币“正面朝上”,用0表示“反面朝上”,则样本空间Ω={(1,1),(1,0),(0,1),(0,0)},包含4个等可能的样本点。而A={(1,1),(1,0)},B={(1,0),(0,0)}所以AB={(1,0)}由古典概率模型概率计算公式,得P(A)=P(B)=0.5,P(AB)=0.25, 于是 P(AB)=P(A)P(B)积事件AB的概率恰好等于事件A、B概率的乘积。问题三:试验2:一个袋子中装有标号分别是1,2,3,4的4个球,除标号外没有其他差异。
新知探究:向量的减法运算定义问题四:你能根据实数的减法运算定义向量的减法运算吗?由两个向量和的定义已知 即任意向量与其相反向量的和是零向量。求两个向量差的运算叫做向量的减法。我们看到,向量的减法可以转化为向量的加法来进行:减去一个向量相当于加上这个向量的相反向量。即新知探究(二):向量减法的作图方法知识探究(三):向量减法的几何意义问题六:根据问题五,思考一下向量减法的几何意义是什么?问题七:非零共线向量怎样做减法运算? 问题八:非零共线向量怎样做减法运算?1.共线同向2.共线反向小试牛刀判一判(正确的打“√”,错误的打“×”)(1)两个向量的差仍是一个向量。 (√ )(2)向量的减法实质上是向量的加法的逆运算. ( √ )(3)向量a与向量b的差与向量b与向量a的差互为相反向量。 ( √ )(4)相反向量是共线向量。 ( √ )