【高数定积分求解旋转体体积】 —— (上)高等数学|定积分|柱壳法|学习技巧

简介: 【高数定积分求解旋转体体积】 —— (上)高等数学|定积分|柱壳法|学习技巧




Computing volumes for solids of revolution using cylindrical shells(利用柱壳法计算旋转体体积):

Shell method

柱壳法对于旋转固体体积的计算公式如下:

Setting up the Integral

• Keypoints:

1. When using cylindrical shells, you integrate with respect to the variable that is perpendicular to the axis of rotation.(使用柱壳法时,可以相对于垂直于旋转轴的变量进行积分)

2. The integral can be set up as 2π ∫(a to b) r(x) h(x) dx or2π ∫(c to d) r(y) h(y) dy, depending on the orientation.


例题

Example 1:

Use the shell method to find the volume of the solid generated by revolving the shaded region about the y-axis.

Limit is 0<x<pi


Example 2:

Use the shell method to find the volume of the solid generated by revolving the shaded region about the x-axis.


Example 3:

Use the shell method to find the volume of the solid generated by revolving the region bounded by the given curves and lines about the y-axis.

Example 4:

Use the shell method to find the volume of the solid generated by revolving the region bounded by the given curves and lines about the y-axis. You must include a clearly labeled sketch of the region.


Example 5 :

Use the shell method to find the volume of the solid generated by revolving the region bounded by the given curves and lines about the x-axis.


Example 6:

use the shell method to find the volume of the solid generated by revolving the region bounded by the give curves about the given lines.


Practice:

Find the volume of the solid generated by the revolving the region about the given axis. Use the shell method. The region bounded by x=3 𝑦, 𝑥 = −3𝑦 𝑎𝑛𝑑 𝑦 = 1 𝑎𝑏𝑜𝑢𝑡 𝑡ℎ𝑒 𝑙𝑖𝑛𝑒 𝑦 = 1

📝Summary:

目录
相关文章
|
弹性计算 tengine 负载均衡
云原生 - 负载均衡(SLB)配置 HTTPS 访问设置
云原生 - 负载均衡(SLB)配置 HTTPS 访问设置
2772 0
云原生 - 负载均衡(SLB)配置 HTTPS 访问设置
|
存储 人工智能 Prometheus
剑指大规模 AI 可观测,阿里云 Prometheus 2.0 应运而生
本文介绍了阿里云Prometheus 2.0方案,针对大规模AI系统的可观测性挑战进行全面升级。内容涵盖数据采集、存储、计算、查询及生态整合等维度。 Prometheus 2.0引入自研LoongCollector实现多模态数据采集,采用全新时序存储引擎提升性能,并支持RecordingRule与ScheduleSQL预聚合计算。查询阶段提供跨区域、跨账号的统一查询能力,结合PromQL与SPL语言增强分析功能。此外,该方案已成功应用于阿里云内部AI系统,如百炼、通义千问等大模型全链路监控。未来,阿里云将发布云监控2.0产品,进一步完善智能观测技术栈。
1335 42
|
敏捷开发 运维 测试技术
Codes 开源免费研发项目管理平台 2025年第一个大版本3.0.0 版本发布及创新的轻IPD实现
Codes 是国内首款重新定义 SaaS 模式的开源项目管理平台,支持云端认证、本地部署、全部功能开放,并且对 30 人以下团队免费。它通过创新的方式简化研发协同工作,使敏捷开发更易于实施。以创新的方式采用轻量化的 IPD 模式实现,且融合了敏捷 。轻 IPD 主要解决多项目交付的研发过程管理,相比标准 IPD 的两个流程:作正确的事和正确的做事,轻 IPD 中只实现了正确的做事,评审也做了简化,只维护评审记录不进行再线评审。IPD 中有规划、计划表,迭代,矩阵、概览等功能
|
数据中心 网络架构
网络中不同类型网线的特点与应用
【8月更文挑战第24天】
1939 0
|
敏捷开发 缓存 前端开发
阿里云云效产品使用合集之前端打包时npm安装卡住一般是什么导致的
云效作为一款全面覆盖研发全生命周期管理的云端效能平台,致力于帮助企业实现高效协同、敏捷研发和持续交付。本合集收集整理了用户在使用云效过程中遇到的常见问题,问题涉及项目创建与管理、需求规划与迭代、代码托管与版本控制、自动化测试、持续集成与发布等方面。
|
存储 缓存 Java
SpringBoot整合EhCache
SpringBoot默认情况下是整合了EhCache的,但是默认整合的EhCache的2.x版本,本文依然整合EhCache的3.x版本。
322 0
|
数据处理 C# UED
42.c#:progressbar控件
42.c#:progressbar控件
496 1
|
数据采集 缓存 搜索推荐
基于MPC5644的XCP 标定系统的设计
基于MPC5644的XCP 标定系统的设计
基于MPC5644的XCP 标定系统的设计
|
安全 Linux 数据安全/隐私保护
Linux文件访问权限检查与修改:基于access函数的实现
在Linux系统中,文件访问权限是非常重要的概念,它决定了用户对文件的读、写和执行权限。为了确保文件安全和数据保护,我们经常需要检查和修改文件的访问权限。本文将详细介绍Linux下基于`access`函数的文件访问权限检查和修改方法,并提供代码示例,帮助读者深入了解文件权限管理。
1276 0