Calculus in Physics Problems | 微积分在物理问题中的应用

📚 Calculus in Physics Problems | 微积分在物理问题中的应用

Calculus is the language of motion and change. In A-Level and IB Physics, calculus appears not as a separate topic, but as a powerful tool that unlocks deeper understanding of kinematics, dynamics, circuits, and oscillations. Mastering its application is essential for top grades.

微积分是描述运动与变化的语言。在A-Level与IB物理中,微积分并不是一个独立考点,而是理解运动学、动力学、电路与振动等内容的强大工具。掌握它在物理问题中的应用,是冲击高分的必要条件。


1. Why Physics Needs Calculus | 物理为何需要微积分

Many physical quantities are not constant — velocity changes, current decays, forces vary with position. Calculus allows us to move from average rates to instantaneous rates, and from rates of change to total accumulated quantities.

许多物理量并非恒定不变——速度在变化、电流在衰减、力随位置而改变。微积分使我们能够从平均变化率过渡到瞬时变化率,从变化率反推累积总量。

  • Differentiation answers: “How fast is something changing at this exact instant?”

    微分回答的是:“在这一瞬间,某个量变化得有多快?”

  • Integration answers: “What is the total amount accumulated over an interval?”

    积分回答的是:“在一段时间内,累积的总量是多少?”

Without calculus, we are limited to uniform motion and constant forces. With calculus, almost any realistic physical scenario becomes solvable.

没有微积分,我们只能处理匀速运动和恒力问题;借助微积分,几乎一切真实的物理情景都可以求解。


2. Displacement, Velocity and Acceleration | 位移、速度与加速度

The most direct application of calculus in physics is the relationship between displacement \(s\), velocity \(v\), and acceleration \(a\). These three quantities are linked through derivatives and integrals.

微积分在物理中最直接的应用,就是位移 \(s\)、速度 \(v\) 与加速度 \(a\) 三者之间的关系。这三个物理量通过导数与积分相互联系。

Velocity is the rate of change of displacement, and acceleration is the rate of change of velocity:

速度是位移的变化率,加速度是速度的变化率:

v = ds/dt   and   a = dv/dt = d²s/dt²

Conversely, displacement is the integral of velocity over time, and velocity is the integral of acceleration over time:

反过来,位移是速度对时间的积分,速度是加速度对时间的积分:

s = ∫v dt   and   v = ∫a dt

  • If s(t) is given, differentiate once to get v(t), and twice to get a(t).

    若已知 s(t),求一次导得 v(t),求两次导得 a(t)。

  • If a(t) is given, integrate once to get v(t), and integrate again to get s(t).

    若已知 a(t),积分一次得 v(t),再积分一次得 s(t)。

  • Remember the constant of integration — it is determined by initial conditions.

    切勿遗漏积分常数——它由初始条件决定。


3. Integrating Velocity to Find Displacement | 对速度积分求位移

When velocity is not constant but is known as a function of time, the displacement equals the area under the velocity-time graph, which is exactly the definite integral.

当速度不恒定但已知为时间的函数时,位移等于速度-时间图像下的面积,这正是定积分。

Kinematics formulas like \(s = ut + \frac{1}{2}at^2\) only work for constant acceleration. The integral method works for any time-dependent velocity.

运动学公式 \(s = ut + \frac{1}{2}at^2\) 仅适用于匀加速运动。积分方法则适用于任意随时间变化的速度函数。

s = ∫₀ᵗ v(τ) dτ

Worked Example: A particle moves with velocity \(v = 3t² + 2t\) m/s. Find the displacement from t = 1 s to t = 3 s.

例题:一质点以速度 \(v = 3t² + 2t\) m/s 运动,求从 t = 1 s 到 t = 3 s 的位移。

s = ∫₁³ (3t² + 2t) dt = [t³ + t²]₁³ = (27 + 9) − (1 + 1) = 34 m

The result is the net displacement. If the particle changes direction, consider splitting at turning points.

所得结果为净位移。若质点中途反向,则需在速度为零处分段积分。


4. Kinematics with Non-Constant Acceleration | 非匀变速运动学

In A-Level Physics, the standard \(\text{SUVAT}\) equations require constant acceleration. But real-world problems often involve acceleration that depends on time or position.

在A-Level物理中,标准SUVAT方程组要求加速度恒定。然而现实问题中,加速度常常随时间或位置变化。

For example, if a = 6t, then the velocity after time t is found by integration:

例如,若 a = 6t,则 t 时刻的速度需要通过积分求得:

v = ∫6t dt = 3t² + C

If the particle starts from rest, C = 0, so v = 3t². Then displacement:

若质点从静止出发,则 C = 0,故 v = 3t²。继而求位移:

s = ∫3t² dt = t³ + C’

Always write down the initial conditions first. They are not optional — they determine every constant of integration.

务必先写出初始条件。这不是可选项——它们决定每一个积分常数的取值。


5. Work Done as an Integral | 功的积分表达

When a force varies with displacement, the work done is not simply \(W = Fs\). Instead, it is the area under the force-displacement graph:

当力随位移变化时,功不能简单写作 \(W = Fs\)。此时功等于力-位移图像下的面积:

W = ∫ F(s) ds

This is especially important for springs. Hooke’s law gives \(F = kx\), so stretching a spring from 0 to x requires:

这一点对弹簧尤其重要。胡克定律给出 \(F = kx\),因此将弹簧从 0 拉伸至 x 需要做功:

W = ∫₀ˣ kx dx = ½kx²

This explains where the elastic potential energy formula \(E = \frac{1}{2}kx²\) comes from — calculus shows it directly.

这解释了弹性势能公式 \(E = \frac{1}{2}kx²\) 的来源——微积分直接导出了它。


6. Simple Harmonic Motion and Calculus | 简谐运动与微积分

Simple harmonic motion (SHM) is defined by the differential equation a = −ω²x. Calculus is required to connect displacement, velocity and acceleration throughout the oscillation cycle.

简谐运动(SHM)由微分方程 a = −ω²x 定义。要联系整个振动周期中的位移、速度与加速度,必须使用微积分。

For displacement \(x = A\sin(\omega t)\), differentiating gives velocity and acceleration:

对于位移 \(x = A\sin(\omega t)\),逐次求导得到速度和加速度:

x = A sin(ωt)  →  v = Aω cos(ωt)  →  a = −Aω² sin(ωt) = −ω²x

  • Maximum speed occurs when x = 0, with magnitude \(v_{\text{max}} = A\omega\).

    最大速率出现在 x = 0 处,大小为 \(v_{\text{max}} = A\omega\)。

  • Maximum acceleration occurs at the amplitude, \(a_{\text{max}} = A\omega²\).

    最大加速度出现在振幅处,\(a_{\text{max}} = A\omega²\)。

  • Velocity and acceleration are 90° and 180° out of phase with displacement respectively.

    速度与位移相差90°相位,加速度与位移相差180°相位。

Using energy conservation with calculus: \(\frac{1}{2}mv² + \frac{1}{2}kx² = \text{constant}\), differentiating with respect to time also yields the SHM equation.

利用能量守恒并结合微积分:\(\frac{1}{2}mv² + \frac{1}{2}kx² = \text{常数}\),对时间求导同样可以导出简谐运动方程。


7. Capacitor Discharge and RC Circuits | 电容器放电与RC电路

The exponential decay of charge on a capacitor is a classic calculus application. The defining equation of an RC circuit is:

电容器电荷的指数衰减是微积分应用的经典场景。RC电路的定义方程为:

dQ/dt = −Q/(RC)

This differential equation has the solution:

该微分方程的解为:

Q = Q₀ e^(−t/RC)

Taking the natural logarithm of both sides linearises the graph:

对方程两边取自然对数,可以将图像线性化:

ln Q = ln Q₀ − t/(RC)

A straight-line graph of \(\ln Q\) against t has gradient \(-1/(RC)\), from which the time constant can be measured. This is a very common practical examination technique.

以 \(\ln Q\) 对 t 作图得到一条直线,斜率为 \(-1/(RC)\),由此可测量时间常数。这是非常常见的实验考查技巧。


8. Radioactive Decay as a Calculus Problem | 放射性衰变的微积分处理

Radioactive decay follows the same mathematical pattern. The rate of decay is proportional to the number of undecayed nuclei:

放射性衰变遵循相同的数学模式。衰变率与未衰变核数成正比:

dN/dt = −λN

Separating variables and integrating gives the decay law:

分离变量并积分得到衰变定律:

N = N₀ e^(−λt)

The half-life is related to the decay constant by \(t_{1/2} = \ln 2 / \lambda\). Deriving this requires no calculus beyond the exponential solution, but understanding its origin requires recognizing the derivative.

半衰期与衰变常数的关系为 \(t_{1/2} = \ln 2 / \lambda\)。推导它本身只需指数解,但要理解其物理本质,就必须识别出其中的导数关系。


9. Electromagnetic Induction and Flux Linkage | 电磁感应与磁通链

Faraday’s law is inherently a calculus statement. The induced EMF is the negative rate of change of magnetic flux linkage:

法拉第定律本质上是一个微积分表述。感应电动势等于磁通链变化率的负值:

ε = −d(NΦ)/dt

If the magnetic field varies sinusoidally, \(B = B_0\sin(\omega t)\), then the EMF induced in a coil of area A with N turns is found by differentiation:

若磁场按正弦规律变化,\(B = B_0\sin(\omega t)\),则面积为 A、匝数为 N 的线圈中产生的感应电动势可通过求导得到:

ε = −N A dB/dt = −N A B₀ ω cos(ωt)

The peak EMF is therefore \(NBA\omega\), and the EMF is 90° out of phase with the magnetic field. This phase relationship is impossible to understand without calculus.

因此峰值电动势为 \(NBA\omega\),且电动势与磁场相位相差90°。这一相位关系离开微积分便无从理解。


10. Graphical Interpretation: Slopes and Areas | 图形的斜率与面积

Calculus gives physical meaning to the geometry of graphs. Every slope is a derivative; every area is an integral.

微积分赋予图像几何以物理含义。每一条斜率都是一个导数;每一块面积都是一次积分。

Graph
图像
Slope / Gradient
斜率/梯度
Area Under Graph
图像下方面积
displacement–time
位移—时间
velocity
速度
velocity–time
速度—时间
acceleration
加速度
displacement
位移
acceleration–time
加速度—时间
velocity change
速度变化量
force–distance
力—距离
work done
做功
force–extension (spring)
力—伸长量(弹簧)
spring constant
劲度系数
elastic potential energy
弹性势能

When drawing graphs in examinations, always label what the slope and area represent. Examiners explicitly award method marks for identifying these calculus relationships.

考试作图时,务必标注斜率和面积所代表的物理量。考官会为识别这些微积分关系专门给予方法分。


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

Even capable students lose marks on calculus-in-physics questions due to avoidable errors. Here are the most common traps and how to avoid them.

即使是能力较强的学生,也会因可避免的错误而在物理微积分题上失分。以下是最常见的陷阱及应对方法。

  • Forgetting the constant of integration. Always apply the initial condition after integrating.

    遗漏积分常数。积分后务必代入初始条件。

  • Confusing displacement with distance. Definite integrals give net displacement; use the absolute value or split intervals for total distance.

    混淆位移与路程。定积分给出净位移;求总路程需取绝对值或分段积分。

  • Using SUVAT when acceleration is not constant. Read the question carefully: if acceleration is a function of time, you must integrate.

    在加速度不恒定时误用SUVAT。仔细审题:若加速度是时间的函数,必须采用积分。

  • Incorrect chain rule in SHM. Remember \(a = v\frac{dv}{dx}\), which is a useful alternative relation when acceleration depends on displacement.

    简谐运动中链式法则用错。记住 \(a = v\frac{dv}{dx}\)——当加速度随位移变化时,这是非常实用的关系式。

  • Poor unit handling. Calculus does not forgive inconsistent units. Always work in SI base units before integrating.

    单位处理不当。微积分不会原谅不一致的单位。积分前务必统一使用SI基本单位。

Practice past-paper questions that involve “show that” proofs for exponential decay, and questions asking you to “determine the area under the graph” for work and impulse.

建议多练习涉及指数衰减“证明”类题目,以及要求“求图像面积”来计算功与冲量的真题。


12. Suggested Problem Sequence | 推荐练习进阶路径

Building fluency in calculus-based physics requires deliberate practice in the right order. Start simple, then increase complexity.

要在基于微积分的物理问题中达到熟练,需要按正确顺序进行有针对性的练习。先易后难,逐步提高。

Stage
阶段
Skill to Master
需掌握的技能
Typical Question
典型题型
1 Differentiate polynomial kinematics s = 2t³ − 5t + 1, find v(t) and a(t)
2 Integrate to recover displacement v = 4t − t², find displacement from t=0 to t=4
3 SHM differentiations x = 0.05 sin(4πt), find v_max
4 Exponential decay equations Derive N = N₀e^(−λt) from dN/dt = −λN
5 Area under variable force graph F = 200/x², find work from x=1 m to x=5 m

Use this sequence to self-assess. If you cannot complete stage 2 comfortably, spend more time on basic polynomial integration before moving to SHM or radioactive decay.

按照这一路径进行自我评估。如果你不能轻松完成第2阶段,建议先花更多时间夯实多项式积分基础,再进入简谐运动或放射性衰变问题。


Conclusion | 结语

Calculus is not an optional extra in physics — it is the bridge between quantitative prediction and physical reality. Mastering differentiation and integration in the contexts of motion, energy, circuits and fields will transform your ability to solve problems and secure full marks in examination questions.

微积分不是物理中的可选项——它是连接定量预测与物理现实的桥梁。在运动、能量、电路与场的情境中掌握微分与积分,将从根本上提升你解题的能力,助你在考试中斩获满分。

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