📚 PDF资源导航

Harmonic Functions and Harmonic Oscillators in IB Mathematics | IB数学:调和函数与谐振子

📚 Harmonic Functions and Harmonic Oscillators in IB Mathematics | IB数学:调和函数与谐振子

In IB Mathematics, the term “harmonic” appears in two distinct yet deeply connected contexts: harmonic functions in calculus and complex analysis, and harmonic oscillators in differential equations and applied mathematics. Both share a common root in the idea of smooth, periodic, or balanced behaviour, and both are essential tools for solving real-world problems.

在IB数学中,”调和”一词出现在两个不同却又深刻关联的领域:微积分与复分析中的调和函数,以及微分方程与应用数学中的谐振子。两者都植根于”平滑、周期或平衡行为”这一共同思想,并且都是解决现实问题的重要工具。


1. Harmonic Functions: The Laplace Equation | 调和函数:拉普拉斯方程

A function f(x, y) of two variables is called harmonic on a domain D if it is twice continuously differentiable and satisfies the Laplace equation:

一个二元函数 f(x, y) 在区域 D 上称为调和函数,如果它在该区域内二阶连续可微,并且满足拉普拉斯方程:

∂²f/∂x² + ∂²f/∂y² = 0

In IB Mathematics: Analysis and Approaches HL, this equation appears in the context of partial differentiation and optimisation. It is often written using the Laplacian operator ∇²f = 0, where ∇² = ∂²/∂x² + ∂²/∂y².

在IB数学:分析与方法HL中,该方程出现在偏微分和最优化部分。它通常用拉普拉斯算子写成 ∇²f = 0,其中 ∇² = ∂²/∂x² + ∂²/∂y²。

For example, f(x, y) = x² − y² is harmonic because ∂²f/∂x² = 2 and ∂²f/∂y² = −2, so their sum is zero. Similarly, f(x, y) = eˣ sin y is harmonic.

例如,f(x, y) = x² − y² 是调和函数,因为 ∂²f/∂x² = 2,∂²f/∂y² = −2,两者之和为零。类似地,f(x, y) = eˣ sin y 也是调和函数。


2. Key Properties of Harmonic Functions | 调和函数的核心性质

Property 1: The Mean Value Property. For any harmonic function, the value at the centre of a circle equals the average value over that circle. This is a powerful result used in IB exam questions that involve symmetry.

性质1:平均值定理。对于任意调和函数,其在圆心处的值等于该圆上所有点的平均值。这是一个强有力的结论,常用于涉及对称性的IB考试题目中。

Property 2: Maximum and Minimum Principles. A non-constant harmonic function cannot attain its maximum or minimum value inside the domain; extrema occur only on the boundary. This is critical for optimisation problems.

性质2:最大最小值原理。非常数的调和函数在区域内部无法达到最大值或最小值;极值只出现在边界上。这对最优化问题至关重要。

Property 3: Smoothness. Harmonic functions are infinitely differentiable and can be expressed as power series within their domain of convergence.

性质3:光滑性。调和函数是无穷可微的,并且在其收敛域内可以表示为幂级数。


3. Relationship with Complex Analysis | 与复分析的联系

In IB HL complex number topics, the real and imaginary parts of any analytic (holomorphic) function are always harmonic. If f(z) = u(x, y) + iv(x, y) is differentiable in the complex sense, then both u and v satisfy Laplace’s equation.

在IB HL复数专题中,任何解析(全纯)函数的实部和虚部都是调和函数。如果 f(z) = u(x, y) + iv(x, y) 在复数意义下可微,那么 u 和 v 都满足拉普拉斯方程。

Consider f(z) = z² = (x² − y²) + i(2xy). Here u = x² − y² is harmonic, and v = 2xy satisfies ∂²v/∂x² + ∂²v/∂y² = 0 + 0 = 0. The pair (u, v) is called a conjugate pair of harmonic functions.

考虑 f(z) = z² = (x² − y²) + i(2xy)。这里 u = x² − y² 是调和的,v = 2xy 满足 ∂²v/∂x² + ∂²v/∂y² = 0 + 0 = 0。这一对 (u, v) 称为共轭调和函数对。


4. The Harmonic Oscillator: Simple Harmonic Motion | 谐振子:简谐运动

A harmonic oscillator is a system that, when displaced from equilibrium, experiences a restoring force proportional to the displacement. In one dimension, the equation of motion is the second-order linear differential equation:

谐振子是这样一种系统:当其偏离平衡位置时,会受到与位移成正比的恢复力。在一维情形下,运动方程是二阶线性微分方程:

d²x/dt² + ω²x = 0

where ω (omega) is the angular frequency. The general solution is:

其中 ω 为角频率。其通解为:

x(t) = A cos(ωt) + B sin(ωt)

or equivalently x(t) = C cos(ωt + φ), where C is the amplitude and φ is the phase constant. This is a standard second-order differential equation in IB AA HL Topic 5 (Calculus).

或等价地 x(t) = C cos(ωt + φ),其中 C 为振幅,φ 为初相位。这是IB AA HL第5主题(微积分)中的标准二阶微分方程。


5. Solving the Oscillator Equation | 求解振子方程

The characteristic equation method is the standard approach. Assume x = e^(rt). Substituting into d²x/dt² + ω²x = 0 gives:

特征方程法是标准解法。设 x = e^(rt)。将其代入 d²x/dt² + ω²x = 0 得到:

r² + ω² = 0 → r = ±iω

Since the roots are purely imaginary, the general solution involves sine and cosine functions. This links directly to Euler’s formula e^(iωt) = cos(ωt) + i sin(ωt), which is covered in IB AA HL complex number topics.

由于根为纯虚数,通解涉及正弦和余弦函数。这直接联系到欧拉公式 e^(iωt) = cos(ωt) + i sin(ωt),该公式在IB AA HL复数部分有详细讲解。

Example: Solve d²x/dt² + 4x = 0 with x(0) = 3 and x'(0) = 8. Here ω = 2, so x(t) = A cos(2t) + B sin(2t). Using initial conditions: 3 = A, and x'(t) = −2A sin(2t) + 2B cos(2t), so 8 = 2B → B = 4. Thus x(t) = 3cos(2t) + 4sin(2t).

例题:求解 d²x/dt² + 4x = 0,初始条件 x(0) = 3,x'(0) = 8。这里 ω = 2,所以 x(t) = A cos(2t) + B sin(2t)。由初始条件:3 = A,且 x'(t) = −2A sin(2t) + 2B cos(2t),因此 8 = 2B → B = 4。所以 x(t) = 3cos(2t) + 4sin(2t)。


6. Energy of the Harmonic Oscillator | 谐振子的能量

The total mechanical energy of a simple harmonic oscillator is conserved. It is the sum of kinetic energy (½mv²) and potential energy (½kx²), where k = mω² is the spring constant (stiffness).

简谐振子的总机械能是守恒的。它等于动能(½mv²)与势能(½kx²)之和,其中 k = mω² 为劲度系数(刚度)。

E = ½m(dx/dt)² + ½kx² = constant

Substituting x = A cos(ωt + φ) and dx/dt = −Aω sin(ωt + φ), the energy becomes E = ½kA². This result is independent of time, confirming energy conservation. IB exam questions often ask you to verify this by differentiation.

代入 x = A cos(ωt + φ) 和 dx/dt = −Aω sin(ωt + φ),能量变为 E = ½kA²。该结果与时间无关,证实了能量守恒。IB考试题常要求你通过微分来验证这一点。

Verification: Since velocity v = dx/dt, we have dE/dt = mv(dv/dt) + kx(dx/dt) = v(m·d²x/dt² + kx) = v(−kx + kx) = 0. Thus E is constant.

验证:由于速度 v = dx/dt,可得 dE/dt = mv(dv/dt) + kx(dx/dt) = v(m·d²x/dt² + kx) = v(−kx + kx) = 0。因此 E 为常数。


7. Damped and Forced Oscillations | 阻尼振动与受迫振动

Real oscillators experience damping. The differential equation becomes:

实际振子存在阻尼。微分方程变为:

d²x/dt² + 2γ(dx/dt) + ω₀²x = 0

where γ is the damping coefficient. The characteristic equation is r² + 2γr + ω₀² = 0, with discriminant Δ = 4(γ² − ω₀²).

其中 γ 为阻尼系数。特征方程为 r² + 2γr + ω₀² = 0,判别式 Δ = 4(γ² − ω₀²)。

  • Underdamping (γ < ω₀): Oscillatory decay, solution involves e^(−γt) multiplied by sine/cosine terms. 欠阻尼(γ < ω₀):振荡衰减,解涉及 e^(−γt) 乘以正弦/余弦项。

  • Critical damping (γ = ω₀): Fastest return to equilibrium without oscillation. 临界阻尼(γ = ω₀):最快回到平衡且不发生振荡。

  • Overdamping (γ > ω₀): Slow exponential decay, no oscillation. 过阻尼(γ > ω₀):指数衰减缓慢,无振荡。


8. Connection Between the Two Topics | 两大主题的内在联系

Both harmonic functions and harmonic oscillators involve second-order differential equations whose solutions exhibit sinusoidal behaviour. In higher dimensions, the wave equation, the heat equation, and the Laplace equation all share the harmonic framework.

调和函数与谐振子都涉及二阶微分方程,且其解都表现出正弦(振荡)行为。在高维情形下,波动方程、热传导方程和拉普拉斯方程都共享调和框架。

Furthermore, separation of variables for the wave equation on a circular domain leads to both a harmonic radial part and a harmonic oscillator angular part. This deep connection is why the word “harmonic” unifies these two areas.

此外,圆形区域上波动方程的分离变量法会同时产生调和的径向部分和谐振子的角向部分。正是这种深层联系,使”调和”一词统一了这两个领域。


9. Examination Tips for IB Students | IB考试要点提示

Tip 1: Verify harmonicity carefully. Always compute both second partial derivatives explicitly and check that their sum equals zero. Do not forget to state the domain of harmonicity.

要点1:仔细验证调和性。务必显式计算两个二阶偏导数,并检查其和是否为零。不要忘记说明调和区域。

Tip 2: Use initial conditions systematically. For oscillator problems, first write the general solution, then apply x(0) to determine A, and x'(0) to determine B. Never substitute initial conditions into the original differential equation directly.

要点2:系统使用初始条件。对于振子问题,先写出通解,然后用 x(0) 确定 A,用 x'(0) 确定 B。绝不能将初始条件直接代入原微分方程。

Tip 3: Recognise the amplitude-phase form. Given x(t) = A cos(ωt) + B sin(ωt), the amplitude is C = √(A² + B²), and tan φ = −B/A. This is a quick way to find maximum displacement in exam questions.

要点3:识别振幅-相位形式。已知 x(t) = A cos(ωt) + B sin(ωt) 时,振幅为 C = √(A² + B²),且 tan φ = −B/A。这是在考试中快速求最大位移的方法。

Tip 4: Energy conservation as a shortcut. For simple harmonic motion, maximum kinetic energy equals maximum potential energy, and both equal the total energy ½kA². This can simplify many problems.

要点4:利用能量守恒简化计算。在简谐运动中,最大动能等于最大势能,且都等于总能量 ½kA²。这可以简化许多问题。


10. Worked Exam-Style Problem | 典型考题演练

Problem: A particle moves along the x-axis with acceleration a = −16x. At t = 0, the particle is at x = 2 with velocity v = 8√3. Find the amplitude and period of the motion.

题目:一质点沿x轴运动,加速度 a = −16x。在 t = 0 时,质点位于 x = 2,速度 v = 8√3。求运动的振幅与周期。

Solution: Given d²x/dt² = −16x, we identify ω² = 16, so ω = 4. The general solution is x(t) = A cos(4t) + B sin(4t). Using x(0) = 2 gives A = 2. The velocity is x'(t) = −4A sin(4t) + 4B cos(4t). Using x'(0) = 8√3 gives 4B = 8√3, so B = 2√3.

解法:已知 d²x/dt² = −16x,可知 ω² = 16,即 ω = 4。通解为 x(t) = A cos(4t) + B sin(4t)。由 x(0) = 2 得 A = 2。速度为 x'(t) = −4A sin(4t) + 4B cos(4t)。由 x'(0) = 8√3 得 4B = 8√3,故 B = 2√3。

Therefore x(t) = 2cos(4t) + 2√3 sin(4t). The amplitude is C = √(2² + (2√3)²) = √(4 + 12) = √16 = 4. The period is T = 2π/ω = 2π/4 = π/2.

因此 x(t) = 2cos(4t) + 2√3 sin(4t)。振幅为 C = √(2² + (2√3)²) = √(4 + 12) = √16 = 4。周期为 T = 2π/ω = 2π/4 = π/2。


11. Common Mistakes to Avoid | 常见错误提醒

  • Confusing ∇²f = 0 with ∇f = 0. The Laplacian is the sum of second derivatives, not the gradient. 混淆 ∇²f = 0 与 ∇f = 0。拉普拉斯算子是二阶导数之和,不是梯度。

  • Forgetting the chain rule when differentiating harmonic functions of the form eˣ sin y. 在微分 eˣ sin y 这类调和函数时忘记链式法则。

  • Using real roots for oscillator equations incorrectly. When r = ±iω, the solution is sinusoidal, not exponential. 在 r = ±iω 时将振子方程错误地按实数根处理。根为纯虚数时,解是正弦形式,而非指数形式。

  • Omitting the phase constant when expressing the solution as C cos(ωt + φ). The amplitude alone is insufficient to describe the motion fully. 在将解写为 C cos(ωt + φ) 时遗漏相位常数。仅有振幅不足以完全描述运动。


12. Summary and Final Advice | 总结与最终建议

Harmonic functions and harmonic oscillators are two pillars of applied mathematics that appear repeatedly in IB examinations. Mastering the Laplace equation, the properties of harmonic functions, and the solution of second-order linear differential equations with constant coefficients will serve you well not only in IB exams but also in university-level physics and engineering.

调和函数与谐振子是应用数学的两大支柱,在IB考试中反复出现。掌握拉普拉斯方程、调和函数的性质以及常系数二阶线性微分方程的求解,不仅对IB考试大有裨益,也为大学阶段的物理与工程学习奠定坚实基础。

Practice by verifying that given functions are harmonic, solving oscillator initial-value problems with both the standard method and the energy method, and connecting complex analysis results to real-valued harmonic functions. With consistent practice, these topics become straightforward and rewarding.

建议通过以下方式练习:验证给定函数是否为调和函数;分别用标准方法与能量法求解振子初值问题;将复分析结论与实值调和函数联系起来。只要坚持练习,这些内容将变得简单而富有成就感。

Published by TutorHao | Mathematics 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