SlideShare a Scribd company logo
1 of 4
实验二:用 mathmatica 软件求极限

实验目的:
1、掌握 mathmatica 软件求极限运算。
                                       an , S n
2、利用软件编程计算刘徽割圆术的                                   。

预备知识:
 数列极限、函数极限与刘徽割圆术。

实验内容与步骤:
1、 极限运算


 数学软件命令与功能

 (1) Limit[a[n],n->Infinity]


                                                                lim a n
   功能:求数列 an 在 n 趋于∞时的极限值.即计算 n →∞


 (2) Limit[f[x],x->x0]


                                                               lim f ( x)
   功能:求函数 f[x]在 x 趋于 x0 时的极限,即计算 x→ x0                                      .


 (3) Limit[f[x],x->x0,Direction->1]


                                                         lim f ( x )
   功能:求函数 f[x]在 x0 处的左极限,即计算 x → x0−


 (4) Limit[f[x],x->x0,Direction->-1]


                                                         lim f ( x)
   功能:求函数 f[x]在 x0 处的右极限,即计算 x → x0+


 实验任务

 计算下列极限:

                     1                                          1 n
                                                  2) lim (1 +
                2
     1) lim n sin                                                 )
        n →∞         n2                              n →∞       n


            (n + 1) n +1                               sin x
    3) lim
       n →∞ ( n + 2) n n
                                       4) lim
                                          x →∞           x
sin x                       1

     5) lim                     6) lim e x
        x →0         x                +
                                    x →0




                     1                     1           1
     7)   lim e      x
                            8) lim(           −            )
             −
          x →0
                                x →1 x ln 2 x   ( x − 1) 2


          lim sin x tan x                          1
      9) x →π                   10) lim cos
               2                    x →0           x


实验过程

1)In[1]:= Limit[n^2*Sin[1/n^2],n->Infinity]

  Out[1] = 1

 2)In[2]:= Limit[(1+1/n)^n, n->Infinity]

  Out[2]= E

 3)In[3]:= Limit[(1+1/n)^n*(n+1)/(n+2), n->Infinity]

  Out[3]= E

 4)In[4]:= Limit[Sin[x]/x, x->Infinity]

  Out[4]= 0

 5)In[5]:= Limit[Sin[x]/x, x->0]

  Out[5]= 1

  6)In[6]:= Limit[Exp[1/x], x->0, Direction->-1]]

    Out[6]= Infinity

 7) In[7]:= Limit[Exp[1/x], x->0, Direction->+1]]

  Out[7]= 0

  8)In[8]:= Limit[1/(x Log[x]^2)-1/(x-1)^2, x->1]
1
 Out[8]=
           12

 9)In[9]:= Limit[Sin[x]^Tan[x], x->Pi/2]

   Out[9]= 1

 10)In[10]:= Limit[Cos[1/x],x->0]

   Out[10]= Interval[{-1,1}]

                                                                                                                                  1
由以上的实验结果可以看到极限是与极限过程有关, 10)的结果说明 lim cos
                                 x →0                                                                                             x 的函数取值
在区间[-1,1]震荡,它没有极限。

                                                                     an           sn
二、软件编程计算刘微割圆市术的                                                           与
               sn                an
 1. 建立                    与               之关系
                          a6.2 n = 2 −2 1 −(a6.2 n −1 2) 2

                          s 6⋅2 n =3 ×2 n − ×a 6⋅2 n −1
                                           1



                    Mathematica
 2. 启动                                            软件,输入程序
      Aii = ; n =
           1     15


       sii = [ 3 ∗
            N     Aii ∗sqrt [ −
                            1  Aii ∧ / 4]10
                                    2    ,                                             ]
                                                                                           ;
       Pr int [ , " " , Aii , " " , sii ] dii = ; si =
              1                          ;     0      sii ;

       For [               i = , i < n, i +
                              2     =      +
                                                            ,
                        sii =N 3 ∗ i ∗
                                  2   [
                                      Aii / 4,10 ;∧
                                                                 ]

                                              [                  (
                        Aii =sqrt ( Aii / 2 ) 2 + 1 −sqrt 1 − Aii / 2 ) 2
                                                       ∧
                                                             (                [                    ∧
                                                                                                       ])
                                                                                                        ∧
                                                                                                            2   ]
                        dii =sii − ; si =
                                  si     sii ;


                        Pr int [i , " " , Aii , " " , sii , " " , dii ]

                    ]

                                                       sn
 3. 调整         n
                          的取值,考察                            的变化趋势

 练习与思考
                               Limit [    ]
     1. 利用                                        命令求极值
                                                                               e x − e −x − 2 x
                        lim x 2 ln x                                      lim
                        x →0                                              x →0     x − sin x
        ①                                                        ②

                        lim
                               ( 2 x − 30) ( 3x + 2)
                                                  20        30
                                                                                                  tan x − sin x
                                                                                           lim
                        x →∞           ( 2 x +1) 50                                        x →0        x3
        ③                                                                              ④
                                              x1 = 2 , x n =         2+     x n −1
                                                                                                                    Mathematica
     2. 试求数列                                                                               的极限,用                                  语句画出数列
散点图,列出数列表值,并求极限。
        x n : x 0 = 1 = 2 = , x n + = n − + n − (n ≥ )
                   x   x   1         x 1   x 2      2 ,
3. 数列
                                   1
                                                          ,试给出数列的前 50 项。

More Related Content

What's hot

指考乙公式
指考乙公式指考乙公式
指考乙公式zoayzoay
 
學測公式
學測公式學測公式
學測公式zoayzoay
 
指考甲公式
指考甲公式指考甲公式
指考甲公式zoayzoay
 
自动控制原理中的拉普拉斯变换
自动控制原理中的拉普拉斯变换自动控制原理中的拉普拉斯变换
自动控制原理中的拉普拉斯变换gaowenqiang
 
实验五 用Mathematica软件计算一元函数的积分
实验五  用Mathematica软件计算一元函数的积分实验五  用Mathematica软件计算一元函数的积分
实验五 用Mathematica软件计算一元函数的积分guestfe33f0e
 
第二次習題 Exercise 2.5-32
第二次習題 Exercise 2.5-32第二次習題 Exercise 2.5-32
第二次習題 Exercise 2.5-32Kuan-Lun Wang
 
通信网第二三章习题答案
通信网第二三章习题答案通信网第二三章习题答案
通信网第二三章习题答案bupt
 
1.5分式及其运算
1.5分式及其运算1.5分式及其运算
1.5分式及其运算zhengweimin83
 
1.3整式及其运算
1.3整式及其运算1.3整式及其运算
1.3整式及其运算zhengweimin83
 
S100-15北市北一女中
S100-15北市北一女中S100-15北市北一女中
S100-15北市北一女中yustar1026
 

What's hot (18)

指考乙公式
指考乙公式指考乙公式
指考乙公式
 
學測公式
學測公式學測公式
學測公式
 
指考甲公式
指考甲公式指考甲公式
指考甲公式
 
自动控制原理中的拉普拉斯变换
自动控制原理中的拉普拉斯变换自动控制原理中的拉普拉斯变换
自动控制原理中的拉普拉斯变换
 
实验五 用Mathematica软件计算一元函数的积分
实验五  用Mathematica软件计算一元函数的积分实验五  用Mathematica软件计算一元函数的积分
实验五 用Mathematica软件计算一元函数的积分
 
第二次習題 Exercise 2.5-32
第二次習題 Exercise 2.5-32第二次習題 Exercise 2.5-32
第二次習題 Exercise 2.5-32
 
Processing 06
Processing 06Processing 06
Processing 06
 
通信网第二三章习题答案
通信网第二三章习题答案通信网第二三章习题答案
通信网第二三章习题答案
 
6习题课 振动
6习题课 振动6习题课 振动
6习题课 振动
 
1.5分式及其运算
1.5分式及其运算1.5分式及其运算
1.5分式及其运算
 
3 7複數的極式
3 7複數的極式3 7複數的極式
3 7複數的極式
 
1.3整式及其运算
1.3整式及其运算1.3整式及其运算
1.3整式及其运算
 
Graduate report
Graduate reportGraduate report
Graduate report
 
S100-15北市北一女中
S100-15北市北一女中S100-15北市北一女中
S100-15北市北一女中
 
Processing 09
Processing 09Processing 09
Processing 09
 
1 2指數函數
1 2指數函數1 2指數函數
1 2指數函數
 
Processing 04
Processing 04Processing 04
Processing 04
 
Processing 07
Processing 07Processing 07
Processing 07
 

Similar to 实验二 用Mathmatica软件求极限

实验五 用Mathematica软件计算一元函数的积分
实验五  用Mathematica软件计算一元函数的积分实验五  用Mathematica软件计算一元函数的积分
实验五 用Mathematica软件计算一元函数的积分Xin Zheng
 
实验九 用Mathematica软件求函数偏导数与多元函数的极值
实验九  用Mathematica软件求函数偏导数与多元函数的极值实验九  用Mathematica软件求函数偏导数与多元函数的极值
实验九 用Mathematica软件求函数偏导数与多元函数的极值Xin Zheng
 
支持向量机算法
支持向量机算法支持向量机算法
支持向量机算法ruxianzaixin
 
[ACM-ICPC] Efficient Algorithm
[ACM-ICPC] Efficient Algorithm[ACM-ICPC] Efficient Algorithm
[ACM-ICPC] Efficient AlgorithmChih-Hsuan Kuo
 
241525第三章初等代数运算命令与例题
241525第三章初等代数运算命令与例题241525第三章初等代数运算命令与例题
241525第三章初等代数运算命令与例题gwadhysys
 
Algorithms.exercises.solution
Algorithms.exercises.solutionAlgorithms.exercises.solution
Algorithms.exercises.solutionRegina Long
 
福建省福州大学2019年暑假物理竞赛夏令营-物理奥赛进阶之路:0-1+微积分初步+40张ppt.pptx
福建省福州大学2019年暑假物理竞赛夏令营-物理奥赛进阶之路:0-1+微积分初步+40张ppt.pptx福建省福州大学2019年暑假物理竞赛夏令营-物理奥赛进阶之路:0-1+微积分初步+40张ppt.pptx
福建省福州大学2019年暑假物理竞赛夏令营-物理奥赛进阶之路:0-1+微积分初步+40张ppt.pptxyantingguo2008
 
实验十 用Mathematica计算重积分
实验十  用Mathematica计算重积分实验十  用Mathematica计算重积分
实验十 用Mathematica计算重积分Xin Zheng
 
实验十 用Mathematica计算重积分
实验十  用Mathematica计算重积分实验十  用Mathematica计算重积分
实验十 用Mathematica计算重积分guestfe33f0e
 
标量量化
标量量化标量量化
标量量化wtyru1989
 
C1 discrete time signals and systems in the time-domain
C1 discrete time signals and systems in the time-domainC1 discrete time signals and systems in the time-domain
C1 discrete time signals and systems in the time-domainPei-Che Chang
 
【逆轉勝】數學學測總複習講義
【逆轉勝】數學學測總複習講義【逆轉勝】數學學測總複習講義
【逆轉勝】數學學測總複習講義lungtengtech
 
02.第二章用Matlab求导
02.第二章用Matlab求导02.第二章用Matlab求导
02.第二章用Matlab求导Xin Zheng
 
一维和二维移相光栅光强分布的计算及其在制备有序纳米硅阵列中的应用
一维和二维移相光栅光强分布的计算及其在制备有序纳米硅阵列中的应用一维和二维移相光栅光强分布的计算及其在制备有序纳米硅阵列中的应用
一维和二维移相光栅光强分布的计算及其在制备有序纳米硅阵列中的应用Minyi Yan
 
实验八 用Mathematica进行向量运算及曲面绘制
实验八  用Mathematica进行向量运算及曲面绘制实验八  用Mathematica进行向量运算及曲面绘制
实验八 用Mathematica进行向量运算及曲面绘制Xin Zheng
 
实验八 用Mathematica进行向量运算及曲面绘制
实验八  用Mathematica进行向量运算及曲面绘制实验八  用Mathematica进行向量运算及曲面绘制
实验八 用Mathematica进行向量运算及曲面绘制guestfe33f0e
 
实验七 用Mathematica解常微分方程
实验七  用Mathematica解常微分方程实验七  用Mathematica解常微分方程
实验七 用Mathematica解常微分方程guestfe33f0e
 
实验七 用Mathematica解常微分方程
实验七  用Mathematica解常微分方程实验七  用Mathematica解常微分方程
实验七 用Mathematica解常微分方程Xin Zheng
 

Similar to 实验二 用Mathmatica软件求极限 (20)

实验五 用Mathematica软件计算一元函数的积分
实验五  用Mathematica软件计算一元函数的积分实验五  用Mathematica软件计算一元函数的积分
实验五 用Mathematica软件计算一元函数的积分
 
实验九 用Mathematica软件求函数偏导数与多元函数的极值
实验九  用Mathematica软件求函数偏导数与多元函数的极值实验九  用Mathematica软件求函数偏导数与多元函数的极值
实验九 用Mathematica软件求函数偏导数与多元函数的极值
 
支持向量机算法
支持向量机算法支持向量机算法
支持向量机算法
 
1 1指數
1 1指數1 1指數
1 1指數
 
[ACM-ICPC] Efficient Algorithm
[ACM-ICPC] Efficient Algorithm[ACM-ICPC] Efficient Algorithm
[ACM-ICPC] Efficient Algorithm
 
241525第三章初等代数运算命令与例题
241525第三章初等代数运算命令与例题241525第三章初等代数运算命令与例题
241525第三章初等代数运算命令与例题
 
Algorithms.exercises.solution
Algorithms.exercises.solutionAlgorithms.exercises.solution
Algorithms.exercises.solution
 
福建省福州大学2019年暑假物理竞赛夏令营-物理奥赛进阶之路:0-1+微积分初步+40张ppt.pptx
福建省福州大学2019年暑假物理竞赛夏令营-物理奥赛进阶之路:0-1+微积分初步+40张ppt.pptx福建省福州大学2019年暑假物理竞赛夏令营-物理奥赛进阶之路:0-1+微积分初步+40张ppt.pptx
福建省福州大学2019年暑假物理竞赛夏令营-物理奥赛进阶之路:0-1+微积分初步+40张ppt.pptx
 
实验十 用Mathematica计算重积分
实验十  用Mathematica计算重积分实验十  用Mathematica计算重积分
实验十 用Mathematica计算重积分
 
实验十 用Mathematica计算重积分
实验十  用Mathematica计算重积分实验十  用Mathematica计算重积分
实验十 用Mathematica计算重积分
 
标量量化
标量量化标量量化
标量量化
 
3 1矩陣列運算
3 1矩陣列運算3 1矩陣列運算
3 1矩陣列運算
 
C1 discrete time signals and systems in the time-domain
C1 discrete time signals and systems in the time-domainC1 discrete time signals and systems in the time-domain
C1 discrete time signals and systems in the time-domain
 
【逆轉勝】數學學測總複習講義
【逆轉勝】數學學測總複習講義【逆轉勝】數學學測總複習講義
【逆轉勝】數學學測總複習講義
 
02.第二章用Matlab求导
02.第二章用Matlab求导02.第二章用Matlab求导
02.第二章用Matlab求导
 
一维和二维移相光栅光强分布的计算及其在制备有序纳米硅阵列中的应用
一维和二维移相光栅光强分布的计算及其在制备有序纳米硅阵列中的应用一维和二维移相光栅光强分布的计算及其在制备有序纳米硅阵列中的应用
一维和二维移相光栅光强分布的计算及其在制备有序纳米硅阵列中的应用
 
实验八 用Mathematica进行向量运算及曲面绘制
实验八  用Mathematica进行向量运算及曲面绘制实验八  用Mathematica进行向量运算及曲面绘制
实验八 用Mathematica进行向量运算及曲面绘制
 
实验八 用Mathematica进行向量运算及曲面绘制
实验八  用Mathematica进行向量运算及曲面绘制实验八  用Mathematica进行向量运算及曲面绘制
实验八 用Mathematica进行向量运算及曲面绘制
 
实验七 用Mathematica解常微分方程
实验七  用Mathematica解常微分方程实验七  用Mathematica解常微分方程
实验七 用Mathematica解常微分方程
 
实验七 用Mathematica解常微分方程
实验七  用Mathematica解常微分方程实验七  用Mathematica解常微分方程
实验七 用Mathematica解常微分方程
 

More from Xin Zheng

Humidity and temperature
Humidity and temperatureHumidity and temperature
Humidity and temperatureXin Zheng
 
Humidity and temperature
Humidity and temperatureHumidity and temperature
Humidity and temperatureXin Zheng
 
Release coats presentation-pstc
Release coats presentation-pstcRelease coats presentation-pstc
Release coats presentation-pstcXin Zheng
 
Release coating special additive product selection guide
Release coating special additive product selection guideRelease coating special additive product selection guide
Release coating special additive product selection guideXin Zheng
 
05.第五章用Matlab计算积分
05.第五章用Matlab计算积分05.第五章用Matlab计算积分
05.第五章用Matlab计算积分Xin Zheng
 
12.第十二章用Matlab计算第二类积分
12.第十二章用Matlab计算第二类积分12.第十二章用Matlab计算第二类积分
12.第十二章用Matlab计算第二类积分Xin Zheng
 
11.第十一章用Matlab计算多元函数的积分
11.第十一章用Matlab计算多元函数的积分11.第十一章用Matlab计算多元函数的积分
11.第十一章用Matlab计算多元函数的积分Xin Zheng
 
10.第十章用Matlab画空间曲线
10.第十章用Matlab画空间曲线10.第十章用Matlab画空间曲线
10.第十章用Matlab画空间曲线Xin Zheng
 
09.第九章用Matlab求二元泰勒展开式
09.第九章用Matlab求二元泰勒展开式09.第九章用Matlab求二元泰勒展开式
09.第九章用Matlab求二元泰勒展开式Xin Zheng
 
08.第八章用Matlab求二元泰勒展开式
08.第八章用Matlab求二元泰勒展开式08.第八章用Matlab求二元泰勒展开式
08.第八章用Matlab求二元泰勒展开式Xin Zheng
 
07.第七章用Matlab解常微分方程
07.第七章用Matlab解常微分方程07.第七章用Matlab解常微分方程
07.第七章用Matlab解常微分方程Xin Zheng
 
03.第三章用Matlab求极值
03.第三章用Matlab求极值03.第三章用Matlab求极值
03.第三章用Matlab求极值Xin Zheng
 
06.第六章用Matlab计算二重积分
06.第六章用Matlab计算二重积分06.第六章用Matlab计算二重积分
06.第六章用Matlab计算二重积分Xin Zheng
 
04.第四章用Matlab求偏导数
04.第四章用Matlab求偏导数04.第四章用Matlab求偏导数
04.第四章用Matlab求偏导数Xin Zheng
 
01.第一章用Matlab求极限
01.第一章用Matlab求极限01.第一章用Matlab求极限
01.第一章用Matlab求极限Xin Zheng
 
实验一 Mathematica软件简介
实验一   Mathematica软件简介实验一   Mathematica软件简介
实验一 Mathematica软件简介Xin Zheng
 
实验四 用Mathematica软件作导数应用
实验四  用Mathematica软件作导数应用实验四  用Mathematica软件作导数应用
实验四 用Mathematica软件作导数应用Xin Zheng
 
实验六 用Mathematica软件进行 级数运算
实验六  用Mathematica软件进行 级数运算实验六  用Mathematica软件进行 级数运算
实验六 用Mathematica软件进行 级数运算Xin Zheng
 
实验三 用Mathematica软件计算导数与微分
实验三  用Mathematica软件计算导数与微分实验三  用Mathematica软件计算导数与微分
实验三 用Mathematica软件计算导数与微分Xin Zheng
 
高分子化学 - 第六章 配位聚合(Coordination Polymerization)
高分子化学 - 第六章 配位聚合(Coordination Polymerization)高分子化学 - 第六章 配位聚合(Coordination Polymerization)
高分子化学 - 第六章 配位聚合(Coordination Polymerization)Xin Zheng
 

More from Xin Zheng (20)

Humidity and temperature
Humidity and temperatureHumidity and temperature
Humidity and temperature
 
Humidity and temperature
Humidity and temperatureHumidity and temperature
Humidity and temperature
 
Release coats presentation-pstc
Release coats presentation-pstcRelease coats presentation-pstc
Release coats presentation-pstc
 
Release coating special additive product selection guide
Release coating special additive product selection guideRelease coating special additive product selection guide
Release coating special additive product selection guide
 
05.第五章用Matlab计算积分
05.第五章用Matlab计算积分05.第五章用Matlab计算积分
05.第五章用Matlab计算积分
 
12.第十二章用Matlab计算第二类积分
12.第十二章用Matlab计算第二类积分12.第十二章用Matlab计算第二类积分
12.第十二章用Matlab计算第二类积分
 
11.第十一章用Matlab计算多元函数的积分
11.第十一章用Matlab计算多元函数的积分11.第十一章用Matlab计算多元函数的积分
11.第十一章用Matlab计算多元函数的积分
 
10.第十章用Matlab画空间曲线
10.第十章用Matlab画空间曲线10.第十章用Matlab画空间曲线
10.第十章用Matlab画空间曲线
 
09.第九章用Matlab求二元泰勒展开式
09.第九章用Matlab求二元泰勒展开式09.第九章用Matlab求二元泰勒展开式
09.第九章用Matlab求二元泰勒展开式
 
08.第八章用Matlab求二元泰勒展开式
08.第八章用Matlab求二元泰勒展开式08.第八章用Matlab求二元泰勒展开式
08.第八章用Matlab求二元泰勒展开式
 
07.第七章用Matlab解常微分方程
07.第七章用Matlab解常微分方程07.第七章用Matlab解常微分方程
07.第七章用Matlab解常微分方程
 
03.第三章用Matlab求极值
03.第三章用Matlab求极值03.第三章用Matlab求极值
03.第三章用Matlab求极值
 
06.第六章用Matlab计算二重积分
06.第六章用Matlab计算二重积分06.第六章用Matlab计算二重积分
06.第六章用Matlab计算二重积分
 
04.第四章用Matlab求偏导数
04.第四章用Matlab求偏导数04.第四章用Matlab求偏导数
04.第四章用Matlab求偏导数
 
01.第一章用Matlab求极限
01.第一章用Matlab求极限01.第一章用Matlab求极限
01.第一章用Matlab求极限
 
实验一 Mathematica软件简介
实验一   Mathematica软件简介实验一   Mathematica软件简介
实验一 Mathematica软件简介
 
实验四 用Mathematica软件作导数应用
实验四  用Mathematica软件作导数应用实验四  用Mathematica软件作导数应用
实验四 用Mathematica软件作导数应用
 
实验六 用Mathematica软件进行 级数运算
实验六  用Mathematica软件进行 级数运算实验六  用Mathematica软件进行 级数运算
实验六 用Mathematica软件进行 级数运算
 
实验三 用Mathematica软件计算导数与微分
实验三  用Mathematica软件计算导数与微分实验三  用Mathematica软件计算导数与微分
实验三 用Mathematica软件计算导数与微分
 
高分子化学 - 第六章 配位聚合(Coordination Polymerization)
高分子化学 - 第六章 配位聚合(Coordination Polymerization)高分子化学 - 第六章 配位聚合(Coordination Polymerization)
高分子化学 - 第六章 配位聚合(Coordination Polymerization)
 

实验二 用Mathmatica软件求极限

  • 1. 实验二:用 mathmatica 软件求极限 实验目的: 1、掌握 mathmatica 软件求极限运算。 an , S n 2、利用软件编程计算刘徽割圆术的 。 预备知识: 数列极限、函数极限与刘徽割圆术。 实验内容与步骤: 1、 极限运算 数学软件命令与功能 (1) Limit[a[n],n->Infinity] lim a n 功能:求数列 an 在 n 趋于∞时的极限值.即计算 n →∞ (2) Limit[f[x],x->x0] lim f ( x) 功能:求函数 f[x]在 x 趋于 x0 时的极限,即计算 x→ x0 . (3) Limit[f[x],x->x0,Direction->1] lim f ( x ) 功能:求函数 f[x]在 x0 处的左极限,即计算 x → x0− (4) Limit[f[x],x->x0,Direction->-1] lim f ( x) 功能:求函数 f[x]在 x0 处的右极限,即计算 x → x0+ 实验任务 计算下列极限: 1 1 n 2) lim (1 + 2 1) lim n sin ) n →∞ n2 n →∞ n (n + 1) n +1 sin x 3) lim n →∞ ( n + 2) n n 4) lim x →∞ x
  • 2. sin x 1 5) lim 6) lim e x x →0 x + x →0 1 1 1 7) lim e x 8) lim( − ) − x →0 x →1 x ln 2 x ( x − 1) 2 lim sin x tan x 1 9) x →π 10) lim cos 2 x →0 x 实验过程 1)In[1]:= Limit[n^2*Sin[1/n^2],n->Infinity] Out[1] = 1 2)In[2]:= Limit[(1+1/n)^n, n->Infinity] Out[2]= E 3)In[3]:= Limit[(1+1/n)^n*(n+1)/(n+2), n->Infinity] Out[3]= E 4)In[4]:= Limit[Sin[x]/x, x->Infinity] Out[4]= 0 5)In[5]:= Limit[Sin[x]/x, x->0] Out[5]= 1 6)In[6]:= Limit[Exp[1/x], x->0, Direction->-1]] Out[6]= Infinity 7) In[7]:= Limit[Exp[1/x], x->0, Direction->+1]] Out[7]= 0 8)In[8]:= Limit[1/(x Log[x]^2)-1/(x-1)^2, x->1]
  • 3. 1 Out[8]= 12 9)In[9]:= Limit[Sin[x]^Tan[x], x->Pi/2] Out[9]= 1 10)In[10]:= Limit[Cos[1/x],x->0] Out[10]= Interval[{-1,1}] 1 由以上的实验结果可以看到极限是与极限过程有关, 10)的结果说明 lim cos x →0 x 的函数取值 在区间[-1,1]震荡,它没有极限。 an sn 二、软件编程计算刘微割圆市术的 与 sn an 1. 建立 与 之关系 a6.2 n = 2 −2 1 −(a6.2 n −1 2) 2 s 6⋅2 n =3 ×2 n − ×a 6⋅2 n −1 1 Mathematica 2. 启动 软件,输入程序 Aii = ; n = 1 15 sii = [ 3 ∗ N Aii ∗sqrt [ − 1 Aii ∧ / 4]10 2 , ] ; Pr int [ , " " , Aii , " " , sii ] dii = ; si = 1 ; 0 sii ; For [ i = , i < n, i + 2 = + , sii =N 3 ∗ i ∗ 2 [ Aii / 4,10 ;∧ ] [ ( Aii =sqrt ( Aii / 2 ) 2 + 1 −sqrt 1 − Aii / 2 ) 2 ∧ ( [ ∧ ]) ∧ 2 ] dii =sii − ; si = si sii ; Pr int [i , " " , Aii , " " , sii , " " , dii ] ] sn 3. 调整 n 的取值,考察 的变化趋势 练习与思考 Limit [ ] 1. 利用 命令求极值 e x − e −x − 2 x lim x 2 ln x lim x →0 x →0 x − sin x ① ② lim ( 2 x − 30) ( 3x + 2) 20 30 tan x − sin x lim x →∞ ( 2 x +1) 50 x →0 x3 ③ ④ x1 = 2 , x n = 2+ x n −1 Mathematica 2. 试求数列 的极限,用 语句画出数列
  • 4. 散点图,列出数列表值,并求极限。 x n : x 0 = 1 = 2 = , x n + = n − + n − (n ≥ ) x x 1 x 1 x 2 2 , 3. 数列 1 ,试给出数列的前 50 项。