博客
关于我
取整函数的极限问题
阅读量: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/

你可能感兴趣的文章
mysql 字段区分大小写
查看>>
mysql 字段合并问题(group_concat)
查看>>
mysql 字段类型类型
查看>>
MySQL 字符串截取函数,字段截取,字符串截取
查看>>
MySQL 存储引擎
查看>>
mysql 存储过程 注入_mysql 视图 事务 存储过程 SQL注入
查看>>
MySQL 存储过程参数:in、out、inout
查看>>
mysql 存储过程每隔一段时间执行一次
查看>>
mysql 存在update不存在insert
查看>>
Mysql 学习总结(86)—— Mysql 的 JSON 数据类型正确使用姿势
查看>>
Mysql 学习总结(87)—— Mysql 执行计划(Explain)再总结
查看>>
Mysql 学习总结(88)—— Mysql 官方为什么不推荐用雪花 id 和 uuid 做 MySQL 主键
查看>>
Mysql 学习总结(89)—— Mysql 库表容量统计
查看>>
mysql 实现主从复制/主从同步
查看>>
mysql 审核_审核MySQL数据库上的登录
查看>>
mysql 导入 sql 文件时 ERROR 1046 (3D000) no database selected 错误的解决
查看>>
mysql 导入导出大文件
查看>>
MySQL 导出数据
查看>>
mysql 将null转代为0
查看>>
mysql 常用
查看>>