AP Physics B: Rotational Motion and Gravitation Exam Analysis | AP物理B:转动与引力考点解析

📚 AP Physics B: Rotational Motion and Gravitation Exam Analysis | AP物理B:转动与引力考点解析

Rotational motion and universal gravitation are two foundational pillars of the AP Physics B curriculum. Mastering them not only secures a strong score on the exam but also builds conceptual bridges from everyday phenomena to celestial mechanics. This guide unpacks key principles, formulas, and problem-solving strategies, delivering a bilingual walkthrough that mirrors how top-scoring students think.

转动与万有引力是AP物理B课程的两大核心支柱。吃透它们不仅能稳住考试高分,更能建立起从日常现象到天体运动的物理直觉。本指南将拆解关键原理、公式和解题策略,用中英双语还原高分选手的思考路径。

1. Introduction to Rotational Motion | 转动运动概述

Rotational motion is the movement of a body around a fixed axis. Just as we describe linear motion with displacement, velocity, and acceleration, we use angular quantities — angular displacement θ, angular velocity ω, and angular acceleration α — to characterize how objects spin. Every point on a rigid body shares the same angular quantities, making rotation a powerful simplification compared to tracking individual particles.

转动运动是物体绕固定轴的运动。正如我们用位移、速度和加速度描述直线运动,我们用角量——角位移θ、角速度ω和角加速度α——来刻画物体的转动行为。刚体上每一点都有相同的角量,这让转动分析比追踪单个质点简洁得多。

A quick analogy: the distance a wheel covers linearly is s = rθ, its linear speed v = rω, and its tangential acceleration at = rα. The radius r acts as a bridge between the angular and linear worlds.

一个快速类比:轮子滚过的弧长 s = rθ,线速度 v = rω,切向加速度 at = rα。半径 r 成为连接角量世界和线量世界的桥梁。


2. Angular Kinematics: Describing Rotational Motion | 角运动学:描述转动

For constant angular acceleration, four kinematic equations mirror their linear counterparts perfectly. Replacing x with θ, v with ω, and a with α gives a clean, symmetric set that the AP exam expects you to own.

在角加速度恒定的情况下,四个运动学方程完美镜像直线运动方程。将 x 换成 θ,v 换成 ω,a 换成 α,就得到一组对称简洁的公式,这正是AP考试期望你烂熟于心的。

ω = ω₀ + αt

θ = θ₀ + ω₀t + ½αt²

ω² = ω₀² + 2α(θ − θ₀)

θ = θ₀ + ½(ω₀ + ω)t

Every term carries a precise meaning. For example, ω₀ is the initial angular velocity (rad/s), α is the constant angular acceleration (rad/s²), and t is time. The radian is dimensionless, but keeping rad/s in expressions clarifies units.

每个项都有精确含义。比如ω₀是初角速度(rad/s),α是恒角加速度(rad/s²),t是时间。弧度本身无量纲,但在表达式中保留 rad/s 有助于单位清晰。

Linear quantity Rotational analogue
Displacement x Angular displacement θ
Velocity v Angular velocity ω
Acceleration a Angular acceleration α
v = v₀ + at ω = ω₀ + αt

This table should be memorized; AP multiple-choice questions often test direct translation between the two domains.

这个表格必须记住;AP选择题常常直接考察两个领域之间的转换。


3. Torque and Rotational Equilibrium | 力矩与转动平衡

Torque is the rotational analogue of force. The magnitude of torque about a pivot is τ = r F sinθ, where r is the distance from the pivot to the point of application, F is the force, and θ is the angle between the force vector and the lever arm. The direction follows the right-hand rule: counterclockwise is typically positive.

力矩是力的转动类比。绕支点的力矩大小为 τ = r F sinθ,其中 r 是支点到作用点的距离,F是力,θ是力矢量与力臂之间的夹角。方向遵循右手定则:逆时针通常为正。

In static equilibrium, both net force and net torque must vanish: ΣF = 0 and Στ = 0. This dual condition is the cornerstone of countless AP problems involving beams, ladders, and suspended signs.

在静力平衡中,合外力和合力矩都必须为零:ΣF = 0 且 Στ = 0。这个双重条件是无数AP题目(涉及横梁、梯子和悬挂标牌)的基石。

Στ = 0 (rotational equilibrium)

When solving equilibrium problems, always choose a pivot that eliminates unknown forces — typically where two or more unknown forces act. Summing torques about that point simplifies algebra dramatically.

解平衡问题时,一定要选择一个能消去未知力的支点——通常选在两个或多个未知力作用点交汇处。对该点求力矩和会让代数运算大为简化。


4. Moment of Inertia: Rotational Inertia | 转动惯量:旋转惯性

Moment of inertia I quantifies how mass is distributed about an axis. For a point mass, I = mr²; for extended bodies, I = Σ mi ri². The farther the mass from the axis, the larger I, and the harder it is to change rotational speed.

转动惯量I衡量质量绕轴的分布。对质点,I = mr²;对扩展物体,I = Σ mi ri²。质量离轴越远,I越大,改变转动速度就越困难。

The parallel-axis theorem lets you shift the reference axis: I = Icm + Md², where Icm is the moment of inertia about the center of mass, M is total mass, and d is the distance between the axes.

平行轴定理让你能平移参考轴:I = Icm + Md²,其中Icm是绕质心的转动惯量,M是总质量,d是两轴之间的距离。

Common Icm values provided on the AP formula sheet include: solid cylinder/disk (½MR²), solid sphere (⅖MR²), thin rod about center (¹⁄₁₂ML²). Always verify the given axis matches the problem.

AP公式表上常见的Icm值包括:实心圆柱/圆盘(½MR²),实心球(⅖MR²),细杆绕中心(¹⁄₁₂ML²)。永远要核对题目中给出的轴是否与公式表一致。


5. Newton’s Second Law for Rotation | 转动牛顿第二定律

Just as Fnet = ma governs linear motion, Στ = Iα governs rotation. The net torque on a body equals its moment of inertia times the resulting angular acceleration. This law is as fundamental to spinning objects as Newton’s second law is to translational motion.

就像 Fnet = ma 主导直线运动,Στ = Iα 主导转动。物体所受合力矩等于其转动惯量乘以角加速度。这个定律对于旋转物体的地位,与牛顿第二定律对于平动的地位同等的根本。

Στ = I α

In many AP free-response questions, you write Στ = Iα for a pulley, then combine it with F = ma for hanging masses. The crucial link is the no-slip condition a = rα, where a is the linear acceleration of the string (or mass) and r is the pulley radius.

在许多AP自由响应题中,你需要对滑轮写 Στ = Iα,再与悬挂质量的 F = ma 联立。关键衔接点是无滑动条件 a = rα,其中a是绳(或质量)的线加速度,r是滑轮半径。

Be mindful of sign conventions: assign positive direction consistently for both linear displacement and angular rotation — otherwise torque and acceleration signs will misalign.

注意符号约定:为线位移和角旋转一致地指定正方向——否则力矩和加速度的符号会对不上。


6. Rotational Kinetic Energy and Work | 转动动能与功

A rotating object stores kinetic energy given by Krot = ½ I ω². If an object both translates and rotates, the total kinetic energy is K = ½ mv² + ½ Iω². This combination frequently appears in energy-conservation problems, e.g., a rolling sphere down an incline.

转动物体储存的动能为 Krot = ½ I ω²。如果一个物体既平动又转动,总动能就是 K = ½ mv² + ½ Iω²。这种组合经常出现在能量守恒问题中,比如球体沿斜面滚下。

The work done by a constant torque over an angular displacement Δθ is W = τ Δθ. Power can be written as P = τω, providing an elegant analogue to P = Fv in linear mechanics.

恒力矩在角位移Δθ上做的功为 W = τ Δθ。功率可写作 P = τω,这完美类比了线力学中的 P = Fv。

Ktotal = ½ m v² + ½ I ω²

W = τ Δθ

In rolling without slipping, the relationship v = rω ties translational and rotational speeds together, reducing the energy equation to a single variable.

在无滑滚动中,关系式 v = rω 将平动速度和转动速度绑定,从而把能量方程归结为单一变量。


7. Angular Momentum and Its Conservation | 角动量及其守恒

Angular momentum L is defined for a particle as L = r × p, or L = Iω for a rigid body about a fixed axis. When net external torque is zero, angular momentum is conserved: Linitial = Lfinal. This principle explains the dramatic speed-up of an ice skater pulling in their arms.

角动量L对质点定义为 L = r × p,对绕定轴转动的刚体为 L = Iω。当合外力矩为零时,角动量守恒:L = L。这一原理解释了花样滑冰选手收臂时转速剧增的现象。

L = I ω

ΔL = τ Δt (angular impulse)

AP problems often ask you to calculate the final angular velocity when a person or disk changes its moment of inertia. Use I1ω1 = I2ω2, but always confirm the system’s external torque is negligible.

AP题目常要求计算人或转盘改变转动惯量后的最终角速度。直接用 I1ω1 = I2ω2,但务必确认系统外力矩可忽略。

Angular momentum is a vector; for symmetrical spinning objects, its direction aligns with angular velocity via the right-hand rule. Conservation of direction can also be tested in qualitative questions about gyroscopes or planetary motion.

角动量是矢量;对于对称旋转体,其方向通过右手定则与角速度方向相同。方向的守恒性也可能在关于陀螺仪或行星运动的定性题中出现。


8. Newton’s Law of Universal Gravitation | 万有引力定律

Every point mass attracts every other point mass with a force proportional to the product of the masses and inversely proportional to the square of the distance between them. The magnitude is given by the iconic formula.

任何两个质点之间都存在引力,引力的大小与质量的乘积成正比,与它们距离的平方成反比。大小由那个标志性公式给出。

Fg = G (m1 m2) / r²

G = 6.67 × 10⁻¹¹ N·m²/kg². This is an inverse-square law; doubling the distance reduces the force to one-quarter. The force is always attractive and acts along the line connecting the two centers.

G = 6.67 × 10⁻¹¹ N·m²/kg²。这是一个平方反比定律;距离加倍,力变为四分之一。力总是相互吸引,并沿两物体中心的连线作用。

For a uniform spherical mass, the entire mass acts as if concentrated at the center — a pivotal simplification that lets us treat planets as point masses.

对于均匀球体,整个质量可视为集中在球心——这个关键简化让我们能将行星当作质点处理。


9. Gravitational Field and Potential Energy | 引力场与势能

The gravitational field g at a point in space is the force per unit mass experienced by a test mass: g = F/m = GM/r², directed toward the center of the source mass. Near Earth’s surface, this field is essentially uniform and equals ~9.8 N/kg.

空间中某点的引力场g是检验质量所受的力除以质量:g = F/m = GM/r²,方向指向场源质量中心。靠近地球表面,这个场近似均匀,约等于9.8 N/kg。

The gravitational potential energy for two point masses separated by r is U = − GMm/r. The negative sign reflects that the system is bound; energy must be added to separate the masses to infinity. The zero of U is chosen at infinite separation.

两个质点相距r时的引力势能是 U = − GMm/r。负号反映系统是束缚的;必须输入能量才能将质量分开到无限远。势能零点取在无限远。

U = − G M m / r

Escape velocity vesc is the minimum speed needed to leave a planet’s gravitational field without further propulsion. It is derived by setting total mechanical energy to zero: vesc = √(2GM/R). Notice it does not depend on the mass of the escaping object.

逃逸速度 vesc 是无需额外推力就能脱离行星引力场的最小速度。它通过令总机械能为零推导得出:vesc = √(2GM/R)。注意这个速度与逃逸物体的质量无关。


10. Orbital Motion and Kepler’s Laws | 轨道运动与开普勒定律

For a satellite in a circular orbit, the centripetal force is provided by gravity: GMm/r² = mv²/r. This leads directly to the orbital speed v = √(GM/r) and period T = 2π √(r³/GM). Heavier satellites orbit just as fast as lighter ones at the same radius — a counterintuitive but crucial result.

对于圆轨道上的卫星,向心力由引力提供:GMm/r² = mv²/r。由此直接得出轨道速度 v = √(GM/r) 和周期 T = 2π √(r³/GM)。同一轨道半径上,更重的卫星与更轻的卫星速度一样快——这个反直觉的结果极其关键。

v = √(G M / r)

T² = (4π²/GM) r³

Kepler’s three laws elegantly describe planetary orbits: (1) orbits are ellipses with the Sun at one focus, (2) the radius vector sweeps out equal areas in equal times (areal velocity constant), (3) T² ∝ a³, where a is the semi-major axis. AP Physics B highlights the third law for both circular and elliptical cases.

开普勒三定律优雅地描述了行星轨道:(1) 轨道是以太阳为一个焦点的椭圆;(2) 径矢在相等时间内扫过相等面积(掠面速度恒定);(3) T² ∝ a³,其中 a 是半长轴。AP物理B尤其强调第三定律在圆轨道和椭圆轨道上的应用。

The circular-orbit derivation hinges on Newton’s second law and universal gravitation. Many quantitative problems ask you to relate period, radius, and mass of the central body. Rearranging T² ∝ r³ to solve for M is a standard free-response task.

圆轨道推导完全基于牛顿第二定律和万有引力定律。许多定量题让你关联周期、半径和中心天体质量。由 T² ∝ r³ 反解出 M 是自由响应题中的标准操作。


11. AP Exam Strategies and Common Pitfalls | AP考试策略与常见误区

Master the analogy table between linear and rotational quantities. Time-pressured multiple-choice sections reward automatic recall of equations like v = rω, at = rα, τ = Iα, L = Iω. Write them on scrap paper as soon as the test begins.

熟练掌握线量与角量的类比表。时间紧张的选择题部分,会奖励对 v = rω, at = rα, τ = Iα, L = Iω 等公式的自动回忆。测试一开始就写在草稿纸上。

Do not confuse torque and work; torque is a vector (or has a direction), while work is a scalar. In rolling problems, always use the no-slip condition vcm = rω to connect translation and rotation.

不要混淆力矩和功;力矩是矢量(有方向),功是标量。在滚动问题中,始终用无滑条件 vcm = rω 连接平动与转动。

When using U = −GMm/r, be mindful of the negative sign. A satellite in a higher orbit has greater (less negative) total energy, meaning it is less tightly bound. Misplacing the sign can flip the entire analysis.

使用 U = −GMm/r 时,注意负号。更高轨道的卫星具有更大(负数绝对值更小)的总能量,意味着它束缚得更松。符号搞错会导致整个分析颠倒。

Common pitfalls: forgetting to square the distance in universal gravitation, omitting the sinθ factor in torque calculations, mixing up Icm and I about a different axis, and applying conservation of angular momentum when an external torque is present.

常见误区:万有引力公式中忘记平方距离,力矩计算中漏掉 sinθ,混淆绕质心转动惯量与绕其他轴的转动惯量,以及存在外力矩时误用角动量守恒。

Practice free-response problems that integrate multiple concepts — such as a hanging mass that causes a pulley to accelerate, or a rod that rotates and then collides — to build fluency. Bilingual learners often benefit from solving the same classic problem in both languages to reinforce terminology.

多练习整合多个概念的简答题——比如悬挂物使滑轮加速,或杆旋转后碰撞——以培养熟练度。双语学习者常会从用两种语言解答同一经典题目中受益,强化术语记忆。

Published by TutorHao | Physics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading