博客
关于我
取整函数的极限问题
阅读量:478 次
发布时间:2019-03-06

本文共 1919 字,大约阅读时间需要 6 分钟。

  1. I = lim ⁡ x → 0 x [ 10 x ] I=\lim \limits_{x \rightarrow 0}x\left[\frac{10}{x}\right] I=x0limx[x10],其中 [ ] [] []为取整符号

解析:根据 x − 1 < [ x ] ⩽ x x-1<[x] \leqslant x x1<[x]x,有

10 x − 1 < [ 10 x ] ⩽ 10 x \frac{10}{x}-1<\left[\frac{10}{x}\right] \leqslant \frac{10}{x} x101<[x10]x10
于是
{ x > 0 ⇒ 10 − x < x ⋅ [ 10 x ] ⩽ 10 x < 0 ⇒ 10 − x > x ⋅ [ 10 x ] ⩾ 10 \left\{\begin{array}{l} {x>0 \Rightarrow 10-x<x \cdot\left[\frac{10}{x}\right] \leqslant 10} \\ {x<0 \Rightarrow 10-x>x \cdot\left[\frac{10}{x}\right] \geqslant 10} \end{array}\right. {
x>010x<x[x10]10x<010x>x[x10]10
故可得 I = lim ⁡ x → 0 [ 10 x ] = 10 I=\lim \limits_{x \rightarrow 0}\left[\frac{10}{x}\right]=10 I=x0lim[x10]=10

  1. x = 1 n ( n = 2 , 3 , ⋯   ) x=\frac{1}{n}(n=2,3, \cdots) x=n1(n=2,3,)是函数 f ( x ) = x ⋅ [ 1 x ] f(x)=x \cdot\left[\frac{1}{x}\right] f(x)=x[x1]的().
    A.无穷间断点
    B.跳跃间断点
    C.可去间断点
    D.连续间断点

解析:当 x → ( 1 n ) − x \rightarrow\left(\frac{1}{n}\right)^{-} x(n1),有:

1 n + 1 < x < 1 n , n < 1 x < n + 1 \frac{1}{n+1}<x<\frac{1}{n}, \quad n<\frac{1}{x}<n+1 n+11<x<n1,n<x1<n+1
[ 1 n ] = n [\frac{1}{n}]=n [n1]=n,所以
lim ⁡ x → ( 1 n ) − f ( x ) = lim ⁡ x → ( 1 n ) x ⋅ [ 1 x ] = 1 \lim _{x \rightarrow\left(\frac{1}{n}\right)^{-}} f(x)=\lim _{x \rightarrow\left(\frac{1}{n}\right)} x \cdot\left[\frac{1}{x}\right]=1 x(n1)limf(x)=x(n1)limx[x1]=1
x → ( 1 n ) + x \rightarrow\left(\frac{1}{n}\right)^{+} x(n1)+,有 1 n < x < 1 n − 1 , n − 1 < 1 x < n \frac{1}{n}<x<\frac{1}{n-1}, n-1<\frac{1}{x}<n n1<x<n11,n1<x1<n,故 [ 1 n ] = n − 1 [\frac{1}{n}]=n-1 [n1]=n1,所以
lim ⁡ x → ( 1 n ) + f ( x ) = lim ⁡ x → ( 1 n ) + x ⋅ [ 1 x ] = n − 1 n < 1 \lim _{x \rightarrow\left(\frac{1}{n}\right)^{+}} f(x)=\lim _{x \rightarrow\left(\frac{1}{n}\right)^{+}} x \cdot\left[\frac{1}{x}\right]=\frac{n-1}{n}<1 x(n1)+limf(x)=x(n1)+limx[x1]=nn1<1
x = 1 n ( n = 2 , 3 , ⋯   ) x=\frac{1}{n}(n=2,3, \cdots) x=n1(n=2,3,) f ( x ) f(x) f(x)的跳跃间断点,所以B正确。

转载地址:http://ivndz.baihongyu.com/

你可能感兴趣的文章
Mysql8在Centos上安装后忘记root密码如何重新设置
查看>>
Mysql8在Windows上离线安装时忘记root密码
查看>>
MySQL8找不到my.ini配置文件以及报sql_mode=only_full_group_by解决方案
查看>>
mysql8的安装与卸载
查看>>
MySQL8,体验不一样的安装方式!
查看>>
MySQL: Host '127.0.0.1' is not allowed to connect to this MySQL server
查看>>
Mysql: 对换(替换)两条记录的同一个字段值
查看>>
mysql:Can‘t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock‘解决方法
查看>>
MYSQL:基础——3N范式的表结构设计
查看>>
MYSQL:基础——触发器
查看>>
Mysql:连接报错“closing inbound before receiving peer‘s close_notify”
查看>>
mysqlbinlog报错unknown variable ‘default-character-set=utf8mb4‘
查看>>
mysqldump 参数--lock-tables浅析
查看>>
mysqldump 导出中文乱码
查看>>
mysqldump 导出数据库中每张表的前n条
查看>>
mysqldump: Got error: 1044: Access denied for user ‘xx’@’xx’ to database ‘xx’ when using LOCK TABLES
查看>>
Mysqldump参数大全(参数来源于mysql5.5.19源码)
查看>>
mysqldump备份时忽略某些表
查看>>
mysqldump实现数据备份及灾难恢复
查看>>
mysqldump数据库备份无法进行操作只能查询 --single-transaction
查看>>