Go confidently in the direction of your dreams. Live the life you've imagined.

题目
设曲线 \(y = \tfrac{1}{x}\) (1\(\leq\)x\(\leq\)+\(\infty\)) 与X 轴之间的区域为D.
求D绕X轴旋转一周的旋转体的体积V和面积A。
图形如下

画出图形容易计算体积
\[ V =
\begin{aligned}
\int_1 ^{+\infty} \pi ( \tfrac{1}{x} )^2 \mathrm{d} x
\end{aligned}
= \pi
\]

体积公式
\[ A = \int_1^{+\infty} 2 \pi y \sqrt{1+(y^{'})^2} \mathrm{d} x = 2 \pi \int_1^{+\infty} \tfrac{1}{x} \sqrt{1+\tfrac{1}{x^4}}\mathrm{d} x \geq 2 \pi \int_1^{+\infty} \tfrac{1}{x} \mathrm{d} x = {+\infty}
\]
即体积V = \(\pi\) ,表面积A = \(+\infty\)
容积有限,表面积却无限,
Gabriel's horn (also called Torricelli's trumpet) is a geometric figure which has infinite surface area but finite volume.
也就是说往这个喇叭中装满油漆,但是里面的油漆却无法将喇叭的内侧涂一遍。
Since the horn has finite volume but infinite surface area, there is an apparent paradox that the horn could be filled with a finite quantity of paint and yet that paint would not be sufficient to coat its inner surface.
这悖论挺有意思的,
The paradox is resolved by realizing that a finite amount of paint can in fact coat an infinite surface area — it simply needs to get thinner at a fast enough rate.
这是Gabriel's Horn,圣经中天使之一,上帝传送好消息给人类的使者。

最新文章

  1. SQL Server 数据库子查询基本语法
  2. xampp安装
  3. Daily Scrum 11.3
  4. 查看lock
  5. Split字符串分割函数
  6. java webservice AXIS
  7. Windows命令行(DOS命令)教程 -1 (转载) http://www.pconline.com.cn/pcedu/rookie/basic/10111/15325.html
  8. SCII码表 键盘常用ASCII码
  9. 设置TrackMouseEvent捕获WM_MOUSEHOVER和WM_MOUSELEAVE消息
  10. PHP 5 String 函数
  11. SpringBoot + Spring Security 学习笔记(三)实现图片验证码认证
  12. flutter 解析json
  13. sql 不够七位数 在左侧自动补零 ,并循环插入N条记录
  14. DbContext SQLite配置文件
  15. 理解 neutron(15):Neutron Linux Bridge + VLAN/VXLAN 虚拟网络
  16. 深度学习原理与框架-Tensorflow基本操作-变量常用操作 1.tf.random_normal(生成正态分布随机数) 2.tf.random_shuffle(进行洗牌操作) 3. tf.assign(赋值操作) 4.tf.convert_to_tensor(转换为tensor类型) 5.tf.add(相加操作) tf.divide(相乘操作) 6.tf.placeholder(输入数据占位
  17. 【NOI】2017 蚯蚓排队(BZOJ 4943,LOJ 2303) 模拟+hash
  18. Mock 模拟测试简介及 Mockito 使用入门
  19. CocoaPods 第三方库管理器
  20. DBLookupComboBox 的初始值

热门文章

  1. selenium爬去数据+存储
  2. MySQL | 查看log日志
  3. 记录 shell学习过程(1) 超简单的面向过程的2个shell 分区以及创建lvm
  4. bootstrap图片上传控件 fileinput
  5. echart --toolbox
  6. ORA-01935: missing user or role name
  7. python:函数中的*args与**kwargs
  8. AcWing 4. 多重背包问题
  9. 拓扑排序 判断给定图是否存在合法拓扑序列 自家oj1393
  10. egg.js 配置cors跨域