微积分BC第12次正课 - 旋转体、弧长、参数、向量与极坐标

Reading Guide / 阅读说明

本课前半段完成 微积分BC第11次正课-积分应用与截面体积 留下的旋转体与弧长;后半段进入 Unit 9。课堂真正的桥梁是“选择合适的 parameter”:普通曲线用 ,参数曲线用 ,极坐标曲线用

tiny geometric piece
-> express its size
-> integrate over the natural parameter
 
x(t), y(t)
-> differentiate components
-> combine components only when asking for magnitude
 
r(theta)
-> convert to x(theta), y(theta)
-> use parametric derivative

1. One-Sentence Mainline / 一句话主线

The geometry changes, but the calculus stays stable: describe each tiny piece in the variable that naturally traces the object, then accumulate or differentiate.

几何对象会变,但微积分动作不变:用最自然的变量描出对象,再做累积或求导。

2. Class Flow / 课堂脉络

  1. 由 rotating slice 推导 disk 与 washer。
  2. 处理绕 -axis、-axis 和 shifted axis 的旋转。
  3. 由小线段的 Pythagorean relation 得到 Arc Length
  4. Parametric Equations 表示无法方便写成 的曲线。
  5. 推导一阶、二阶 parametric derivatives 与 parametric arc length。
  6. 把一维运动扩展到 Vector-Valued Functions
  7. 用 position/velocity/acceleration/speed 解决二维运动。
  8. 认识 Polar Coordinates 并把 polar derivative 化成 parametric derivative。

Part A - Solids of Revolution

3. Start from the Rotated Slice

旋转体仍是 cross-sectional volume:

区别只在于 cross section 由 rotation 自动生成。

Disk

若 slice 旋转后没有 hole:

-axis、使用 vertical slices:

-axis、使用 horizontal slices:

Washer

若中间有 hole:

所以

Radius is a distance to the axis of rotation, not automatically a function value.

半径是“曲线到旋转轴的距离”,不一定直接等于函数值。

4. Axis and Slice Must Match

  • horizontal axis rotation + vertical slice
  • vertical axis rotation + horizontal slice

这使切片旋转成 disk/washer。若采用另一方向会产生 shell,但本课使用 disk/washer reasoning。

5. Shifted Axis

若绕 ,某点高度为 ,radius 是

若区域位于两条曲线之间:

不能把 简化成“上函数、下函数”,因为旋转轴位置决定距离。

6. Piecewise Solids

一个 region 旋转后可能一段是 solid disk,另一段是 washer。此时在 geometry changes 的位置分段:

画 representative slice 是防止大、小半径写反的关键。


Part B - Arc Length

7. Cartesian Arc Length

来源是 tiny segment:

Classroom example

很多 arc-length integrals 没有简单 elementary antiderivative;正确 setup 与 numerical evaluation 都是完整数学过程的一部分。


Part C - Parametric Equations

8. A Third Variable Traces the Curve

参数方程写成

可以是 time,也可以只是 tracing parameter。它告诉我们同一时刻的 ,因此共同确定平面上的一个点。

9. First Derivative

例如

切线斜率无论 coordinate system 如何表达,目标仍是

10. Second Derivative

先把 看作 的函数,再对 求导:

最常见错误是只对 关于 求导,却忘记再除以

11. Parametric Arc Length

它直接来自

这不是另一套无关公式,而是 Cartesian arc length 在 parameter 下的同一几何关系。


Part D - Vector-Valued Motion

12. Same Coordinates, New Interpretation

二维 position:

Vector-Valued Functions 与 parametric equations 形式相同,但重点不同:parametric form 描曲线,vector-valued form 强调随时间运动的物理量。

components 分别求导;只有在问 magnitude 时才合并。

13. Velocity Is a Vector; Speed Is Its Magnitude

例如

所以

14. Recover Position from Velocity

若已知 initial position 与 component velocities:

Integrating velocity gives displacement, so initial position must still be added.

速度积分只给位移,求最终位置还必须加初始位置。

15. Distance Traveled in the Plane

这与 parametric arc length 完全相同,因为 particle traveled distance 就是 trajectory 的弧长。


Part E - Polar Coordinates

16. Location by Distance and Direction

直角坐标用横纵 displacement;Polar Coordinates

转换关系:

反求 时必须考虑 quadrant; 单独不能保证方向正确。

17. A Polar Curve Is Parametric in

因此

或展开为

课堂例 的做法不是背展开式,而是先写

分别求导后再相除。

Polar differentiation is parametric differentiation with as the parameter.

极坐标求导就是把 当参数的参数求导。

本课停在 polar slope;下一课继续 graph tracing 与 Polar Area


18. Unified Decision Map / 统一方法地图

Volume by rotation?
  draw a perpendicular slice
  no hole -> disk: pi R^2
  hole -> washer: pi(R^2-r^2)
  radius = distance to axis
 
Curve length?
  Cartesian -> integral sqrt(1+(dy/dx)^2) dx
  Parametric -> integral sqrt((dx/dt)^2+(dy/dt)^2) dt
 
x(t), y(t)?
  slope -> (dy/dt)/(dx/dt)
  second derivative -> d/dt(dy/dx) divided by dx/dt
  motion -> differentiate components; magnitude gives speed
 
r(theta)?
  convert to x(theta), y(theta)
  use parametric derivative

19. Deep Phrases / 深句对应表

English sentence中文记忆
A washer is an outer disk minus an inner disk.washer 就是大圆盘减小圆盘。
Radius means distance to the axis of rotation.半径看离旋转轴多远。
Arc length accumulates tiny straight-line approximations.弧长累加的是极短的近似直线段。
Parametric equations let a third variable trace the curve.参数让第三个变量带着点走过曲线。
Differentiate vector components separately; combine them for magnitude.分量各自求导,问大小时再合成。
Velocity changes position; speed measures how fast the path is traversed.velocity 有方向,speed 是速度矢量的大小。
Polar slope is still .表达方式变了,切线斜率仍然是

20. Video Companion / 搭配视频

21. Knowledge Graph Connections / 知识图谱连接

22. Confusion / Questions

  1. 绕 shifted axis 时,为什么 radius 必须写成两坐标之差?
  2. 一个旋转体何时必须分成 disk 与 washer 两段?
  3. 为什么 parametric second derivative 还要再除一次
  4. 为什么 vector velocity 的 components 可以分别积分?
  5. 为什么 plane distance 与 parametric arc length 是同一个公式?
  6. polar point 为什么可能有不止一种 表示?

23. After-Class Compression / 看完压缩版

rotation: V = integral cross-sectional area
disk = pi R^2, washer = pi(R^2-r^2)
radius = distance to axis
 
arc length: accumulate sqrt(dx^2+dy^2)
 
parametric slope = (dy/dt)/(dx/dt)
vector motion: r' = v, v' = a, |v| = speed
polar: x = r cos(theta), y = r sin(theta)
polar slope = (dy/dtheta)/(dx/dtheta)