当前位置: 首页 > news >正文

一个关于sin的极限

\[\lim_{x\to 0} \dfrac{\sin x}{x} = 1 \]

因为 \(y = \sin x\) 关于坐标轴原点中心对称,所以我们只需要证明

\[\lim_{x\to 0^+}\dfrac{\sin x}{x} = 1 \]

就行。

我们先规定, \(0 < x < \dfrac{\pi}{2}\)

image

从这里,我们可以得到 \(S_{\triangle ABC} <\) \(S_{扇形 ABC}\) < \(S_{\triangle ABD}\)

我们得到,\(S_{\triangle ABC} = \dfrac{1}{2}\times1\cdot \sin x = \dfrac{\sin x}{2}\)

\(S_{扇形 ABC} = \dfrac{1}{2} \times 1^2\cdot x = \dfrac{x}{2}\)

\(S_{\triangle ABD} = \dfrac{1}{2}\times 1 \cdot \tan x = \dfrac{\tan x}{2}\)

所以 \(\dfrac{\sin x}{2} < \dfrac{x}{2} < \dfrac{\tan x}{2}\Leftrightarrow\sin x < x < \dfrac{\sin x}{\cos x}\Leftrightarrow 1 < \dfrac{x}{\sin x} < \dfrac{1}{\cos x}\)

同时取倒数,得到 \(\cos x < \dfrac{\sin x}{x} < 1\)

同时去极限,得到 \(\displaystyle\lim_{x\to 0^+}\cos x < \lim_{x\to 0^+}\dfrac{\sin x}{x} < 1\)

又因为 \(\displaystyle\lim_{x\to 0^+}\cos x = 1\),根据夹逼定理,有 \(\displaystyle\lim_{x\to 0^+}\dfrac{\sin x}{x} = 1\)

所以得证。

http://www.gsyq.cn/news/29807.html

相关文章:

  • 高级语言程序设计作业2
  • 事务的四大特性(ACID) - Higurashi
  • 小作业 13(2023 年北京高考圆锥曲线)
  • DeepSeek-OCR 本地部署实践(适合新手、windows环境)
  • 10月24日日记
  • 每日反思(2025_10_24)
  • 10月24号
  • 使用Python将iOS快照从KTX格式转换为PNG
  • python操作pdf的库
  • Sentence Transformers
  • AI优化服务商:推荐AI优化排名TOP头部公司
  • 10.24作业
  • 2025年承压水箱厂家权威推荐榜:专业制造工艺与耐用性能深度解析,工业级承压水箱/定制承压水箱/高效承压水箱优质供应商精选
  • isaacsim 5.0 开启需要什么样的显卡?
  • CUDA C++ 入门:矩阵乘法
  • 在C语言中,定义常量的方法有哪几种?
  • OUC第一周WP
  • 软件工程学习日志2025.10.24
  • 基础题目
  • ABP - 事件总线(Event Bus)[IEventBus、LocalEventBus、IntegrationEvent]
  • CSP-S模拟37
  • 10 24(+第14场补题)
  • Luogu P5479 [BJOI2015] 隐身术 题解 [ 紫 ] [ 多维 DP ] [ 交换维度 ] [ 后缀数组 ] [ 哈希 ]
  • 杂题选做-3
  • Unity静态资源优化
  • 【Java】Spring @Transactional 事务失效:9大经典『陷阱』及终极解决方案
  • CSP-S2022
  • Hugo主题的修改和配置
  • 最小生成树 kruskal算法
  • Tarjan练习