跳到主要内容

微分方程

AP 微积分 AB · 第 7 主题

训练
讲义 词汇表
7.1

用微分方程为情境建模

大纲
Enduring UnderstandingLearning ObjectiveEssential Knowledge

FUN-7
Solving differential equations allows us to determine functions and develop models.

FUN-7.A
Interpret verbal statements of problems as differential equations involving a derivative expression.

  • FUN-7.A.1 Differential equations relate a function of an independent variable and the function's derivatives.

来源:美国大学理事会 AP 课程与考试说明

一个微分方程(differential equation)是把一个函数与它自己的导数关联的一个方程。它用一个情况的变化率来描述它。例如,"一个量的变化率与它的大小成比例"变成

$$\frac{dy}{dt} = ky.$$
学会把一个关于率的句子翻译成一个微分方程是这个单元的第一个技能。

词汇表 训练
英文 中文 拼音
differential equation 微分方程 wēi fēn fāng chéng
7.2

验证微分方程的解

大纲
Enduring UnderstandingLearning ObjectiveEssential Knowledge

FUN-7
Solving differential equations allows us to determine functions and develop models.

FUN-7.B
Verify solutions to differential equations.

  • FUN-7.B.1 Derivatives can be used to verify that a function is a solution to a given differential equation.
  • FUN-7.B.2 There may be infinitely many general solutions to a differential equation.

来源:美国大学理事会 AP 课程与考试说明

一个微分方程的一个(solution)是使它成立的一个函数。你能通过求导一个提出的解并代入方程来验证它:若两侧匹配,它是一个解。注意一个微分方程通常有无穷多个解——一整个族——相差一个常数。

词汇表 训练
英文 中文 拼音
solution jiě
7.3

绘制斜率场

大纲
Enduring UnderstandingLearning ObjectiveEssential Knowledge

FUN-7
Solving differential equations allows us to determine functions and develop models.

FUN-7.C
Estimate solutions to differential equations.

  • FUN-7.C.1 A slope field is a graphical representation of a differential equation on a finite set of points in the plane.
  • FUN-7.C.2 Slope fields provide information about the behavior of solutions to first-order differential equations.

来源:美国大学理事会 AP 课程与考试说明

斜率场与解曲线

一个斜率场(slope field)把微分方程画成一个短线段的网格:在每个点 $(x,y)$ 处线段有在那里求出的斜率 $\dfrac{dy}{dx}$。要草绘一个,把几个点代入右侧并在每个处画一个带那个斜率的小线段。这幅图片显示解曲线的形状而不求解。

一个斜率场在每个点显示 dy/dx;一条解曲线跟随这些线段
每个短线段在那个点有斜率 $\dfrac{dy}{dx}$;一条解曲线穿过,保持与场相切。

考试技能。 一个常见的部分给出一个斜率场的一部分并要求你草绘通过一个给定点的特解——从那个点开始并跟随这些线段,保持与它们相切。

探索

Read a differential equation as a slope field

A slope field draws the slope $dy/dx$ at each point. A solution curve threads through, always tangent to the little segments — you can sketch it by following the flow.

词汇表 训练
英文 中文 拼音
slope field 斜率场 xié lǜ chǎng
7.4

利用斜率场进行推理

大纲
Enduring UnderstandingLearning ObjectiveEssential Knowledge

FUN-7
Solving differential equations allows us to determine functions and develop models.

FUN-7.C
Estimate solutions to differential equations.

  • FUN-7.C.3 Solutions to differential equations are functions or families of functions.

来源:美国大学理事会 AP 课程与考试说明

一个微分方程的解是函数或函数族。读一个斜率场以推理行为:在线段平坦($\tfrac{dy}{dx}=0$)的地方解暂时是水平的;在它们变陡的地方解上升或下降得更快;相等斜率的水平行暗示率只取决于 $y$(或只取决于 $x$)。

7.6

用分离变量法求通解

大纲
Enduring UnderstandingLearning ObjectiveEssential Knowledge

FUN-7
Solving differential equations allows us to determine functions and develop models.

FUN-7.D
Determine general solutions to differential equations.

  • FUN-7.D.1 Some differential equations can be solved by separation of variables.
  • FUN-7.D.2 Antidifferentiation can be used to find general solutions to differential equations.

来源:美国大学理事会 AP 课程与考试说明

许多考试微分方程用分离变量法(separation of variables)求解。若 $\dfrac{dy}{dx}$ 分解成一个 $x$ 的函数乘一个 $y$ 的函数,把所有 $y$ 移到一侧而所有 $x$ 移到另一侧,然后积分两侧:

$$\frac{dy}{dx}=g(x)h(y)\;\Longrightarrow\;\int \frac{dy}{h(y)} = \int g(x)\,dx.$$
加一次积分常数(在 $x$ 侧)。这给出通解(general solution)。

Worked example. 用初始条件 $y(0)=2$$\dfrac{dy}{dx}=xy$。分离并积分:

$$\int\frac{dy}{y}=\int x\,dx\;\Rightarrow\;\ln|y|=\frac{x^2}{2}+C\;\Rightarrow\;y=Ae^{x^2/2}.$$
应用 $y(0)=2$ 给出 $A=2$,所以特解是 $y=2e^{x^2/2}$

词汇表 训练
英文 中文 拼音
separation of variables 分离变量法 fēn lí biàn liàng fǎ
general solution 通解 tōng jiě
7.7

用初始条件与分离变量法求特解

大纲
Enduring UnderstandingLearning ObjectiveEssential Knowledge

FUN-7
Solving differential equations allows us to determine functions and develop models.

FUN-7.E
Determine particular solutions to differential equations.

  • FUN-7.E.1 A general solution may describe infinitely many solutions to a differential equation. There is only one particular solution passing through a given point.
  • FUN-7.E.2 The function $F$ defined by $F(x) = y_0 + \int_a^x f(t)\,dt$ is a particular solution to the differential equation $\dfrac{dy}{dx} = f(x)$, satisfying $F(a) = y_0$.
  • FUN-7.E.3 Solutions to differential equations may be subject to domain restrictions.

来源:美国大学理事会 AP 课程与考试说明

一个初始条件(initial condition)——一个已知点 $(x_0,y_0)$——从这个族中确定一条曲线。代入它以解常数 $C$;结果是特解(particular solution)。通过一个给定点恰好有一个解。注意定义域限制(domain restrictions):保持包含初始点的分支(例如,一个平方根的正确符号)。

常数给出一族曲线;一个初始条件选出一条
常数给出一族曲线;一个初始条件选出一条
词汇表 训练
英文 中文 拼音
initial condition 初始条件 chū shǐ tiáo jiàn
particular solution 特解 tè jiě
domain restrictions 定义域限制 dìng yì yù xiàn zhì
7.8

微分方程的指数模型

大纲
Enduring UnderstandingLearning ObjectiveEssential Knowledge

FUN-7
Solving differential equations allows us to determine functions and develop models.

FUN-7.F
Interpret the meaning of a differential equation and its variables in context.

  • FUN-7.F.1 Specific applications of finding general and particular solutions to differential equations include motion along a line and exponential growth and decay.
  • FUN-7.F.2 The model for exponential growth and decay that arises from the statement "The rate of change of a quantity is proportional to the size of the quantity" is $\dfrac{dy}{dt} = ky$.

FUN-7.G
Determine general and particular solutions for problems involving differential equations in context.

  • FUN-7.G.1 The exponential growth and decay model, $\dfrac{dy}{dt} = ky$, with initial condition $y = y_0$ when $t = 0$, has solutions of the form $y = y_0 e^{kt}$.

来源:美国大学理事会 AP 课程与考试说明

最重要的模型是指数增长与衰减(exponential growth and decay)。方程 $\dfrac{dy}{dt}=ky$(率与大小成比例)有解:

$$y = y_0\,e^{kt},$$
其中 $y_0$ 是在 $t=0$ 处的值。这里 $k>0$ 给出增长而 $k<0$ 给出衰减。你能通过分离变量($\int \tfrac{dy}{y} = \int k\,dt$)推导它,而它为人口增长、放射性衰变和牛顿冷却定律这样的过程建模。一个后续部分可能要求 $\dfrac{d^2y}{dt^2}$:再次求导 $\dfrac{dy}{dt}=ky$(用 $\dfrac{dy}{dt}=ky$)以用 $y$ 表示它。

Worked example. 一个样本以 $\dfrac{dy}{dt}=-0.10\,y$(以年计)从 $y_0=50\ \text{g}$ 衰减。解是 $y=50e^{-0.10t}$,所以 $10$ 年后 $y=50e^{-1}=18.4\ \text{g}$。它的半衰期(half-life)解 $25=50e^{-0.10t}$,即 $e^{-0.10t}=\tfrac12$,给出 $t=\dfrac{\ln 2}{0.10}=6.9\ \text{years}$ ——与起始数量无关。

A cooling cup of coffee: Newton's law of cooling is a classic differential equation model
A cooling cup of coffee: Newton's law of cooling is a classic differential equation model
探索

An exponential growth/decay model

y = a·e^(bx) + c

The equation $dy/dt=ky$ has exponential solutions: quantity changes at a rate proportional to itself, giving unbounded growth ($k>0$) or decay to zero ($k<0$).

词汇表 训练
英文 中文 拼音
exponential growth and decay 指数增长与衰减 zhǐ shù zēng zhǎng yǔ shuāi jiǎn
7.8

考试技巧

  • 通过把所有 $y$ 移到一侧而所有 $x$ 移到另一侧、然后积分两侧(加一次 $+C$)来解一个可分离方程。
  • 用初始条件求 $C$(一个特解)。
  • 草绘或读一个斜率场:小线段在每个点显示 $\tfrac{dy}{dx}$,而一条解曲线跟随它们。
  • 辨认指数模型 $\tfrac{dy}{dt}=ky\Rightarrow y=Ce^{kt}$(增长/衰减)。
  • 一个微分方程给出斜率——你必须积分以恢复函数。

本主题的互动课程

逐步学习,并即时检测练习。

AP 微积分 AB历年真题

AP 微积分 AB的更多主题

登录或创建账号

IGCSE, A-Level & AP