| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.A |
|
Differential Equations
AP Calculus BC · Topic 7
7.1
Modeling Situations with Differential Equations
Syllabus
Source: College Board AP Course and Exam Description
A differential equation 微分方程 relates a function to its derivatives. Many real situations are described by a rate: "the population grows at a rate proportional to its size" becomes $\dfrac{dP}{dt}=kP$. Setting up the equation from a verbal description – identifying what changes and what it is proportional to – is the first skill.
| English | Chinese | Pinyin |
|---|---|---|
| differential equation | 微分方程 | wēi fēn fāng chéng |
7.2
Verifying Solutions for Differential Equations
Syllabus
| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.B |
|
Source: College Board AP Course and Exam Description
A solution is a function that satisfies the equation. To verify a proposed solution, differentiate it and substitute into the equation, checking that both sides agree. A general solution contains a constant $C$; a particular solution fixes $C$ from a condition.
7.3
Sketching Slope Fields
Syllabus
| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.C |
|
Source: College Board AP Course and Exam Description
A slope field 斜率场 draws a short line segment at many points, each with the slope $\dfrac{dy}{dx}$ the equation gives there. It pictures the family of solution curves without solving. To sketch one, evaluate the right-hand side at each grid point and draw a segment of that slope.
A slope field shows the gradient everywhere; solution curves follow it
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.
| English | Chinese | Pinyin |
|---|---|---|
| slope field | 斜率场 | xié lǜ chǎng |
7.4
Reasoning Using Slope Fields
Syllabus
| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.C |
|
Source: College Board AP Course and Exam Description
A solution curve follows the segments like a boat following a current. From a slope field you can sketch the particular solution through a given point, describe long-run behavior, and locate where solutions level off (slopes near zero) – reasoning about solutions purely from the picture.
7.5
Approximating Solutions Using Euler's Method
Syllabus
| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.C |
|
Source: College Board AP Course and Exam Description
Euler's method 欧拉方法 approximates a solution numerically by stepping along the slope field. Starting from a known point, take a small step $\Delta x$ and update:
Exam skill: be able to carry out two or three Euler steps by hand from a table, and know that Euler's method under- or over-estimates depending on the solution's concavity.
Worked example. Approximate $y(1)$ for $\dfrac{dy}{dx}=x+y$, $y(0)=1$, with step $\Delta x=0.5$. Step 1: slope at $(0,1)$ is $0+1=1$, so $y(0.5)\approx 1+1(0.5)=1.5$. Step 2: slope at $(0.5,1.5)$ is $0.5+1.5=2$, so $y(1)\approx 1.5+2(0.5)=2.5$.
| English | Chinese | Pinyin |
|---|---|---|
| Euler's method | 欧拉方法 | ōu lā fāng fǎ |
7.6
Finding General Solutions Using Separation of Variables
Syllabus
| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.D |
|
Source: College Board AP Course and Exam Description
A separable 可分离 differential equation can be written with all the $y$'s on one side and all the $x$'s on the other, then integrated:
Worked example. Solve $\dfrac{dy}{dx}=xy$ with $y(0)=2$. Separating, $\int\frac{dy}{y}=\int x\,dx$ gives $\ln|y|=\frac{x^2}{2}+C$, so $y=Ae^{x^2/2}$. The condition $y(0)=2$ gives $A=2$, so $y=2e^{x^2/2}$.
| English | Chinese | Pinyin |
|---|---|---|
| separable | 可分离 | kě fēn lí |
7.7
Finding Particular Solutions Using Initial Conditions
Syllabus
| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.E |
|
Source: College Board AP Course and Exam Description
An initial condition 初始条件 (a known point, e.g. $y(0)=5$) pins down the constant $C$. Solve for the general solution, substitute the condition to find $C$, then write the particular solution. Watch the domain – a particular solution is valid only on the interval containing the initial point.
The constant gives a family of curves; an initial condition picks out one
| English | Chinese | Pinyin |
|---|---|---|
| initial condition | 初始条件 | chū shǐ tiáo jiàn |
7.8
Exponential Models with Differential Equations
Syllabus
| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.F |
|
FUN-7.G |
|
Source: College Board AP Course and Exam Description
The equation $\dfrac{dy}{dt}=ky$ says the rate of change is proportional to the amount – giving exponential growth or decay 指数增长. Separating variables yields
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$).
| English | Chinese | Pinyin |
|---|---|---|
| exponential growth or decay | 指数增长 | zhǐ shù zēng zhǎng |
7.9
Logistic Models with Differential Equations
Syllabus
| Enduring Understanding | Learning Objective | Essential Knowledge |
|---|---|---|
FUN-7 | FUN-7.H |
|
Source: College Board AP Course and Exam Description
Real growth is limited by resources, so the logistic model 逻辑斯蒂模型 adds a carrying capacity 环境容纳量 $L$:
Worked example. For $\dfrac{dP}{dt}=0.05\,P\!\left(1-\dfrac{P}{2000}\right)$, the carrying capacity is $L=2000$ (the population levels off there), and growth is fastest when $P=\dfrac{L}{2}=1000$ – both read straight off the equation, no solving needed.
The logistic model grows fastest at P=L/2 and levels off at the carrying capacity L
| English | Chinese | Pinyin |
|---|---|---|
| logistic model | 逻辑斯蒂模型 | luó jí sī dì mó xíng |
| carrying capacity | 环境容纳量 | huán jìng róng nà liàng |
7.9
Exam tips
- Solve a separable equation by getting all $y$ on one side and all $x$ on the other, then integrating both sides (add $+C$ once).
- Use the initial condition to find $C$ (a particular solution).
- Sketch or read a slope field: the little segments show $\tfrac{dy}{dx}$ at each point, and a solution curve follows them.
- Recognise exponential models $\tfrac{dy}{dt}=ky\Rightarrow y=Ce^{kt}$ (growth/decay).
- A differential equation gives the slope — you must integrate to recover the function.