高等数学张宇18讲 第二讲 极限与连续

本文精选了多个极限计算的例题与习题解析,涵盖了换元法、定积分定义、数列极限、夹挤定理、泰勒展开式等求解技巧,通过详细步骤展示如何求解复杂极限问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

目录

  本讲主要介绍了极限与连续的相关计算。

例题二

例2.5 已知 I = lim ⁡ x → 0 ( ln ⁡ ( 1 + e 2 x ) ln ⁡ ( 1 + e 1 x ) + a [ x ] ) I=\lim\limits_{x\to0}\left(\cfrac{\ln(1+e^{\frac{2}{x}})}{\ln(1+e^{\frac{1}{x}})}+a[x]\right) I=x0lim(ln(1+ex1)ln(1+ex2)+a[x])存在, [ ⋅ ] [\cdot] []为取整函数,求 I , a I,a I,a


lim ⁡ x → 0 − ( ln ⁡ ( 1 + e 2 x ) ln ⁡ ( 1 + e 1 x ) + a [ x ] ) = u = 1 x lim ⁡ x → − ∞ 2 e 2 u 1 + e 2 u e u 1 + e u = 0 , lim ⁡ x → 0 − a [ x ] = − a , lim ⁡ x → 0 + ( ln ⁡ ( 1 + e 2 x ) ln ⁡ ( 1 + e 1 x ) + a [ x ] ) = u = 1 x lim ⁡ x → + ∞ 2 e 2 u 1 + e 2 u e u 1 + e u = lim ⁡ x → + ∞ 2 ( e u + e 2 u ) 1 + e 2 u = lim ⁡ x → + ∞ 2 ( e − u + 1 ) 1 + e − 2 u = 2 , lim ⁡ x → 0 + a [ x ] = 0. \lim\limits_{x\to0^-}\left(\cfrac{\ln(1+e^{\frac{2}{x}})}{\ln(1+e^{\frac{1}{x}})}+a[x]\right)\xlongequal{u=\cfrac{1}{x}}\lim\limits_{x\to-\infty}\cfrac{\cfrac{2e^{2u}}{1+e^{2u}}}{\cfrac{e^u}{1+e^u}}=0,\lim\limits_{x\to0^-}a[x]=-a,\\ \lim\limits_{x\to0^+}\left(\cfrac{\ln(1+e^{\frac{2}{x}})}{\ln(1+e^{\frac{1}{x}})}+a[x]\right)\xlongequal{u=\cfrac{1}{x}}\lim\limits_{x\to+\infty}\cfrac{\cfrac{2e^{2u}}{1+e^{2u}}}{\cfrac{e^u}{1+e^u}}=\lim\limits_{x\to+\infty}\cfrac{2(e^u+e^{2u})}{1+e^{2u}}=\lim\limits_{x\to+\infty}\cfrac{2(e^{-u}+1)}{1+e^{-2u}}=2,\lim\limits_{x\to0^+}a[x]=0. x0lim(ln(1+ex1)ln(1+ex2)+a[x])u=x1 xlim1+eueu1+e2u2e2u=0,x0lima[x]=a,x0+lim(ln(1+ex1)ln(1+ex2)+a[x])u=x1 x+lim1+eueu1+e2u2e2u=x+lim1+e2u2(eu+e2u)=x+lim1+e2u2(eu+1)=2,x0+lima[x]=0.
  当且仅当 a = − 2 a=-2 a=2时,原极限存在,此时 I = 2 I=2 I=2。(这道题主要利用了换元法求解

例2.9 求下列极限。

(3) lim ⁡ n → ∞ ( 1 n + 1 + 1 n + 2 + ⋯ + 1 n + n ) ; \lim\limits_{n\to\infty}\left(\cfrac{1}{n+1}+\cfrac{1}{n+2}+\cdots+\cfrac{1}{n+n}\right); nlim(n+11+n+21++n+n1);


lim ⁡ n → ∞ ( 1 n + 1 + 1 n + 2 + ⋯ + 1 n + n ) = lim ⁡ n → ∞ ∑ i = 1 n 1 n + i . \lim\limits_{n\to\infty}\left(\cfrac{1}{n+1}+\cfrac{1}{n+2}+\cdots+\cfrac{1}{n+n}\right)=\lim\limits_{n\to\infty}\sum^n_{i=1}\cfrac{1}{n+i}. nlim(n+11+n+21++n+n1)=nlimi=1nn+i1.
  利用定积分的定义,即
原式 = lim ⁡ n → ∞ ∑ i = 1 n 1 n + i = lim ⁡ n → ∞ ∑ i = 1 n 1 1 + i n ⋅ 1 n = ∫ 0 1 1 1 + x d x = ln ⁡ 2. \text{原式}=\lim\limits_{n\to\infty}\sum^n_{i=1}\cfrac{1}{n+i}=\lim\limits_{n\to\infty}\sum^n_{i=1}\cfrac{1}{1+\cfrac{i}{n}}\cdot\cfrac{1}{n}=\displaystyle\int^1_0\cfrac{1}{1+x}\mathrm{d}x=\ln2. 原式=nlimi=1nn+i1=nlimi=1n1+ni1n1=011+x1dx=ln2.
这道题主要利用了定积分的定义求解

(5) lim ⁡ n → ∞ 2 n n ! . \lim\limits_{n\to\infty}\cfrac{2^n}{n!}. nlimn!2n.

  记 u n = 2 n n ! > 0 u_n=\cfrac{2^n}{n!}>0 un=n!2n>0,则所求极限 lim ⁡ n → ∞ 2 n n ! \lim\limits_{n\to\infty}\cfrac{2^n}{n!} nlimn!2n可视为正项级数 ∑ n = 1 ∞ u n \sum^\infty\limits_{n=1}u_n n=1un的一般项的极限。因 lim ⁡ n → ∞ u n + 1 u n = lim ⁡ n → ∞ 2 n + 1 ( n + 1 ) ! 2 n n ! = lim ⁡ n → ∞ 2 n + 1 = 0 < 1 \lim\limits_{n\to\infty}\cfrac{u_{n+1}}{u_n}=\lim\limits_{n\to\infty}\cfrac{\cfrac{2^{n+1}}{(n+1)!}}{\cfrac{2^n}{n!}}=\lim\limits_{n\to\infty}\cfrac{2}{n+1}=0<1 nlimunun+1=nlimn!2n(n+1)!2n+1=nlimn+12=0<1,由正项级数的比值判别法知 ∑ n = 1 ∞ 2 n n ! \sum^\infty\limits_{n=1}\cfrac{2^n}{n!} n=1n!2n收敛,于是 lim ⁡ n → ∞ 2 n n ! = 0 \lim\limits_{n\to\infty}\cfrac{2^n}{n!}=0 nlimn!2n=0。(这道题主要利用了数列极限求解

例2.10 求 f ( x ) = lim ⁡ n → ∞ 1 + x n + ( x 2 2 ) n n ( x ⩾ 0 ) f(x)=\lim\limits_{n\to\infty}\sqrt[n]{1+x^n+\left(\cfrac{x^2}{2}\right)^n}(x\geqslant0) f(x)=nlimn1+xn+(2x2)n (x0)的表达式。

  当 x ∈ [ 0 , 1 ) x\in[0,1) x[0,1)时, 1 n 1^n 1n最大,则
1 ⋅ 1 n n ⩽ 1 + x n + ( x 2 2 ) n n ⩽ 3 ⋅ 1 n n 即 1 ⩽ 1 + x n + ( x 2 2 ) n n ⩽ 3 1 3 . \sqrt[n]{1\cdot1^n}\leqslant\sqrt[n]{1+x^n+\left(\cfrac{x^2}{2}\right)^n}\leqslant\sqrt[n]{3\cdot1^n}\text{即}1\leqslant\sqrt[n]{1+x^n+\left(\cfrac{x^2}{2}\right)^n}\leqslant3^{\frac{1}{3}}. n11n n1+xn+(2x2)n n31n 1n1+xn+(2x2)n 331.
  故当 n → ∞ n\to\infty n时,由夹挤定理定理得:原极限= 1 1 1
  当 x ∈ [ 1 , 2 ) x\in[1,2) x[1,2)时, x n x^n xn最大,则
1 ⋅ x n n ⩽ 1 + x n + ( x 2 2 ) n n ⩽ 3 ⋅ x n n 即 x ⩽ 1 + x n + ( x 2 2 ) n n ⩽ 3 1 3 ⋅ x . \sqrt[n]{1\cdot x^n}\leqslant\sqrt[n]{1+x^n+\left(\cfrac{x^2}{2}\right)^n}\leqslant\sqrt[n]{3\cdot x^n}\text{即}x\leqslant\sqrt[n]{1+x^n+\left(\cfrac{x^2}{2}\right)^n}\leqslant3^{\frac{1}{3}}\cdot x. n1xn n1+xn+(2x2)n n3xn xn1+xn+(2x2)n 331x.
  故当 n → ∞ n\to\infty n时,由夹挤定理定理得:原极限= x x x
  当 x ∈ [ 2 , + ∞ ) x\in[2,+\infty) x[2,+)时, ( x 2 2 ) n \left(\cfrac{x^2}{2}\right)^n (2x2)n最大,则
1 ⋅ ( x 2 2 ) n n ⩽ 1 + x n + ( x 2 2 ) n n ⩽ 3 ⋅ ( x 2 2 ) n n 即 x 2 2 ⩽ 1 + x n + ( x 2 2 ) n n ⩽ 3 1 3 ⋅ x 2 2 . \sqrt[n]{1\cdot\left(\cfrac{x^2}{2}\right)^n}\leqslant\sqrt[n]{1+x^n+\left(\cfrac{x^2}{2}\right)^n}\leqslant\sqrt[n]{3\cdot\left(\cfrac{x^2}{2}\right)^n}\text{即}\cfrac{x^2}{2}\leqslant\sqrt[n]{1+x^n+\left(\cfrac{x^2}{2}\right)^n}\leqslant3^{\frac{1}{3}}\cdot\cfrac{x^2}{2}. n1(2x2)n n1+xn+(2x2)n n3(2x2)n 2x2n1+xn+(2x2)n 3312x2.
  故当 n → ∞ n\to\infty n时,由夹挤定理定理得:原极限= x 2 2 \cfrac{x^2}{2} 2x2
  所以
f ( x ) = lim ⁡ n → ∞ 1 + x n + ( x 2 2 ) n n = { 1 , 0 ⩽ x < 1 , x , 1 ⩽ x < 2 , x 2 2 , x ⩾ 2. f(x)=\lim\limits_{n\to\infty}\sqrt[n]{1+x^n+\left(\cfrac{x^2}{2}\right)^n}=\begin{cases}1,&0\leqslant x<1,\\x,&1\leqslant x<2,\\\cfrac{x^2}{2},&x\geqslant2.\end{cases} f(x)=nlimn1+xn+(2x2)n =1,x,2x2,0x<1,1x<2,x2.
这道题主要利用了夹挤定理求解

例2.11 设 x 1 = 2 , x n + ( x n − 4 ) x n − 1 = 3 ( n = 2 , 3 , ⋯   ) x_1=2,x_n+(x_n-4)x_{n-1}=3(n=2,3,\cdots) x1=2,xn+(xn4)xn1=3(n=2,3,),试求 lim ⁡ n → ∞ x n \lim\limits_{n\to\infty}x_n nlimxn

  先证单调性。由 x n + ( x n − 4 ) x n − 1 = 3 x_n+(x_n-4)x_{n-1}=3 xn+(xn4)xn1=3,得 x n = 3 + 4 x n − 1 1 + x n − 1 x_n=\cfrac{3+4x_{n-1}}{1+x_{n-1}} xn=1+xn13+4xn1,又 x 1 = 2 x_1=2 x1=2,所以 x 2 = 11 3 > x 1 > 0 x_2=\cfrac{11}{3}>x_1>0 x2=311>x1>0,假设 x k > x k − 1 > 0 x_k>x_{k-1}>0 xk>xk1>0成立,则
x k + 1 − x k = 3 + 4 x k 1 + x k − 3 + 4 x k − 1 1 + x k − 1 = x k − x k − 1 ( 1 + x k ) ( 1 + x k − 1 ) > 0. x_{k+1}-x_{k}=\cfrac{3+4x_k}{1+x_k}-\cfrac{3+4x_{k-1}}{1+x_{k-1}}=\cfrac{x_k-x_{k-1}}{(1+x_k)(1+x_{k-1})}>0. xk+1xk=1+xk3+4xk1+xk13+4xk1=(1+xk)(1+xk1)xkxk1>0.
  故 x k + 1 > x k x_{k+1}>x_k xk+1>xk,即数列 { x n } \{x_n\} {xn}单调增加。
  再证明其有界。又 x n = 3 + 4 x n − 1 1 + x n − 1 = 3 + x n − 1 1 + x n − 1 < 4 x_n=\cfrac{3+4x_{n-1}}{1+x_{n-1}}=3+\cfrac{x_{n-1}}{1+x_{n-1}}<4 xn=1+xn13+4xn1=3+1+xn1xn1<4,所以 { x n } \{x_n\} {xn}有上界。
  故 lim ⁡ n → ∞ x n \lim\limits_{n\to\infty}x_n nlimxn存在。设 lim ⁡ n → ∞ x n = A \lim\limits_{n\to\infty}x_n=A nlimxn=A,令 n → ∞ n\to\infty n,由 x n = 3 + 4 x n − 1 1 + x n − 1 x_n=\cfrac{3+4x_{n-1}}{1+x_{n-1}} xn=1+xn13+4xn1,得 A = 3 + 4 A 1 + A A=\cfrac{3+4A}{1+A} A=1+A3+4A,解得 A = 3 ± 21 2 A=\cfrac{3\pm\sqrt{21}}{2} A=23±21 ,由题设, x n > 0 x_n>0 xn>0,根据保号性可知 A ⩾ 0 A\geqslant0 A0,故 lim ⁡ n → ∞ x n = 3 + 21 2 \lim\limits_{n\to\infty}x_n=\cfrac{3+\sqrt{21}}{2} nlimxn=23+21 。(这道题主要利用了归纳法求解

例2.13 求极限 lim ⁡ x → 0 e − 1 x 2 x 100 \lim\limits_{x\to0}\cfrac{e^{-\frac{1}{x^2}}}{x^{100}} x0limx100ex21


lim ⁡ x → 0 e − 1 x 2 x 100 = 令 1 x 2 = t lim ⁡ t → + ∞ e − t t − 50 = lim ⁡ t → + ∞ t 5 0 e − t = 洛必达法则 lim ⁡ t → + ∞ 50 t 49 e t = 洛必达法则 lim ⁡ t → + ∞ 50 ⋅ 49 t 48 e t = 洛必达法则 ⋯ = lim ⁡ t → + ∞ 50 ! e t = 0. \begin{aligned} \lim\limits_{x\to0}\cfrac{e^{-\frac{1}{x^2}}}{x^{100}}&\xlongequal{\text{令}\cfrac{1}{x^2}=t}\lim\limits_{t\to+\infty}\cfrac{e^{-t}}{t^{-50}}=\lim\limits_{t\to+\infty}\cfrac{t^50}{e^{-t}}\xlongequal{\text{洛必达法则}}\lim\limits_{t\to+\infty}\cfrac{50t^{49}}{e^t}\\ &\xlongequal{\text{洛必达法则}}\lim\limits_{t\to+\infty}\cfrac{50\cdot49t^{48}}{e^t}\xlongequal{\text{洛必达法则}}\cdots=\lim\limits_{t\to+\infty}\cfrac{50!}{e^t}=0. \end{aligned} x0limx100ex21x21=t t+limt50et=t+limett50洛必达法则 t+limet50t49洛必达法则 t+limet5049t48洛必达法则 =t+limet50!=0.
这道题主要利用了换元法求解

例2.15 求极限 lim ⁡ x → − ∞ 4 x 2 + x − 1 + x + 1 x 2 + sin ⁡ x \lim\limits_{x\to-\infty}\cfrac{\sqrt{4x^2+x-1}+x+1}{\sqrt{x^2+\sin x}} xlimx2+sinx 4x2+x1 +x+1


lim ⁡ x → − ∞ 4 x 2 + x − 1 + x + 1 x 2 + sin ⁡ x = lim ⁡ x → − ∞ 3 x 2 − x − 2 x 2 + sin ⁡ x ( 4 x 2 + x − 1 − x − 1 ) = 令 t = − x lim ⁡ t → + ∞ 3 t 2 + t − 2 t 2 − sin ⁡ t ( 4 t 2 − t − 1 + t − 1 ) = lim ⁡ t → + ∞ 3 + 1 t − 2 t 2 1 − sin ⁡ t t 2 ( 4 − 1 t − 1 t 2 + 1 − 1 t ) = 1. \begin{aligned} \lim\limits_{x\to-\infty}\cfrac{\sqrt{4x^2+x-1}+x+1}{\sqrt{x^2+\sin x}}&=\lim\limits_{x\to-\infty}\cfrac{3x^2-x-2}{\sqrt{x^2+\sin x}(\sqrt{4x^2+x-1}-x-1)}\xlongequal{\text{令}t=-x}\lim\limits_{t\to+\infty}\cfrac{3t^2+t-2}{\sqrt{t^2-\sin t}(\sqrt{4t^2-t-1}+t-1)}\\ &=\lim\limits_{t\to+\infty}\cfrac{3+\cfrac{1}{t}-\cfrac{2}{t^2}}{\sqrt{1-\cfrac{\sin t}{t^2}}\left(\sqrt{4-\cfrac{1}{t}-\cfrac{1}{t^2}}+1-\cfrac{1}{t}\right)}=1. \end{aligned} xlimx2+sinx 4x2+x1 +x+1=xlimx2+sinx (4x2+x1 x1)3x2x2t=x t+limt2sint (4t2t1 +t1)3t2+t2=t+lim1t2sint (4t1t21 +1t1)3+t1t22=1.
这道题主要利用了换元法求解

例2.24 求 lim ⁡ x → 0 [ 1 ln ⁡ ( 1 + x 2 ) − 1 sin ⁡ 2 x ] \lim\limits_{x\to0}\left[\cfrac{1}{\ln(1+x^2)}-\cfrac{1}{\sin^2x}\right] x0lim[ln(1+x2)1sin2x1]


lim ⁡ x → 0 [ 1 ln ⁡ ( 1 + x 2 ) − 1 sin ⁡ 2 x ] = lim ⁡ x → 0 sin ⁡ 2 x − ln ⁡ ( 1 + x 2 ) ln ⁡ ( 1 + x 2 ) ⋅ sin ⁡ 2 x = lim ⁡ x → 0 sin ⁡ 2 x − ln ⁡ ( 1 + x 2 ) x 4 = lim ⁡ x → 0 [ x − 1 3 ! x 3 + ο ( x 3 ) ] 2 − [ x 2 − 1 2 x 4 + ο ( x 4 ) ] x 4 = lim ⁡ x → 0 [ x 2 − 2 3 ! x 4 + ο ( x 4 ) ] 2 − [ x 2 − 1 2 x 4 + ο ( x 4 ) ] x 4 = lim ⁡ x → 0 1 6 x 4 + ο ( x 4 ) x 4 = 1 6 . \begin{aligned} \lim\limits_{x\to0}\left[\cfrac{1}{\ln(1+x^2)}-\cfrac{1}{\sin^2x}\right]&=\lim\limits_{x\to0}\cfrac{\sin^2x-\ln(1+x^2)}{\ln(1+x^2)\cdot\sin^2x}=\lim\limits_{x\to0}\cfrac{\sin^2x-\ln(1+x^2)}{x^4}\\ &=\lim\limits_{x\to0}\cfrac{\left[x-\cfrac{1}{3!}x^3+\omicron(x^3)\right]^2-\left[x^2-\cfrac{1}{2}x^4+\omicron(x^4)\right]}{x^4}\\ &=\lim\limits_{x\to0}\cfrac{\left[x^2-\cfrac{2}{3!}x^4+\omicron(x^4)\right]^2-\left[x^2-\cfrac{1}{2}x^4+\omicron(x^4)\right]}{x^4}=\lim\limits_{x\to0}\cfrac{\cfrac{1}{6}x^4+\omicron(x^4)}{x^4}=\cfrac{1}{6}. \end{aligned} x0lim[ln(1+x2)1sin2x1]=x0limln(1+x2)sin2xsin2xln(1+x2)=x0limx4sin2xln(1+x2)=x0limx4[x3!1x3+ο(x3)]2[x221x4+ο(x4)]=x0limx4[x23!2x4+ο(x4)]2[x221x4+ο(x4)]=x0limx461x4+ο(x4)=61.
这道题主要利用了泰勒展开式求解

习题二

2.4 设函数 f ( x ) = lim ⁡ n → ∞ 1 + x 1 + x 2 n f(x)=\lim\limits_{n\to\infty}\cfrac{1+x}{1+x^{2n}} f(x)=nlim1+x2n1+x,讨论函数的间断点,其结论为(  )
( A ) (A) (A)不存在间断点
( B ) (B) (B)存在间断点 x = 1 x=1 x=1
( C ) (C) (C)存在间断点 x = 0 x=0 x=0
( D ) (D) (D)存在间断点 x = − 1 x=-1 x=1

  当 ∣ x ∣ < 1 |x|<1 x<1时, lim ⁡ n → ∞ x 2 n = 0 \lim\limits_{n\to\infty}x^{2n}=0 nlimx2n=0,所以 f ( x ) = 1 + x f(x)=1+x f(x)=1+x;当 ∣ x ∣ > 1 |x|>1 x>1时, lim ⁡ n → ∞ 1 + x 1 + x 2 n = 0 \lim\limits_{n\to\infty}\cfrac{1+x}{1+x^{2n}}=0 nlim1+x2n1+x=0。又 f ( 1 ) = 0 , f ( − 1 ) = 0 f(1)=0,f(-1)=0 f(1)=0,f(1)=0,所以
f ( x ) = lim ⁡ n → ∞ 1 + x 1 + x 2 n = { 0 , x ⩽ 1 1 + x , − 1 < x < 1 1 , x = 1 0 , x > 1 f(x)=\lim\limits_{n\to\infty}\cfrac{1+x}{1+x^{2n}}=\begin{cases}0,&x\leqslant1\\1+x,&-1<x<1\\1,&x=1\\0,&x>1\end{cases} f(x)=nlim1+x2n1+x=0,1+x,1,0,x11<x<1x=1x>1
  由此可知 x = 1 x=1 x=1为间断点,故应选 ( B ) (B) (B)。 (这道题主要利用了分段函数求解

新版例题一

例1.9 

在这里插入图片描述
这道题主要利用了换元法求解

例1.11 

在这里插入图片描述
这道题主要利用了换元法求解

例1.17 

在这里插入图片描述

例1.25 

在这里插入图片描述

在这里插入图片描述

新版习题一

1.3 

在这里插入图片描述

在这里插入图片描述

新版例题二

例2.1 

在这里插入图片描述

例2.7 

在这里插入图片描述

在这里插入图片描述

例2.10 

在这里插入图片描述

新版习题二

2.4 

在这里插入图片描述

在这里插入图片描述

写在最后

  如果觉得文章不错就点个赞吧。另外,如果有不同的观点,欢迎留言或私信。
   欢迎非商业转载,转载请注明出处。

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值