Differential Equations in AP Calculus BC: Building Models, Reading Direction Fields, and Approximating Solutions

0.0(0)
Studied by 0 people
0%Unit 7 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/24

Last updated 3:08 PM on 3/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Differential equation

An equation that relates an unknown function (e.g., y) to one or more of its derivatives (e.g., y′ or dy/dx), used to model change.

2
New cards

Modeling (with differential equations)

The process of translating a real-world description (variables, units, relationships) into a mathematical statement involving a derivative.

3
New cards

Dependent variable

The output quantity that changes in response to another variable (e.g., y or P(t)); it is the quantity being modeled.

4
New cards

Independent variable

The input variable that the dependent variable depends on (often time t or x); it is the variable with respect to which change is measured.

5
New cards

Initial condition

A given starting value such as y(x0)=y0 that specifies which solution curve fits the situation.

6
New cards

Initial value problem (IVP)

A differential equation together with an initial condition, typically written dy/dx=f(x,y) with y(x0)=y0.

7
New cards

Family of solutions

Infinitely many solution curves that satisfy a differential equation; an initial condition selects one specific solution.

8
New cards

Derivative notation: y′

A notation for the derivative of y with respect to x, read “y prime.”

9
New cards

Derivative notation: dy/dx

A notation for the derivative of y with respect to x, read “dy dx,” representing an instantaneous rate of change.

10
New cards

Exponential growth/decay model

A modeling pattern where rate of change is proportional to the amount present: dy/dt=ky (k>0 growth, k<0 decay).

11
New cards

Constant of proportionality (k)

The constant in models like dy/dt=ky; its sign determines growth vs. decay and its units depend on the context (often 1/time).

12
New cards

Time-dependent rate model

A model where the rate depends only on time: dy/dt=g(t), often representing a scheduled input/output rate.

13
New cards

Logistic model

A growth model with limiting capacity: dP/dt=kP(1−P/K), where growth slows as P approaches K.

14
New cards

Carrying capacity (K)

The limiting maximum population/amount in logistic-type models; as P→K, the factor (1−P/K)→0.

15
New cards

Newton’s Law of Cooling (ambient-difference model)

A model where temperature change is proportional to the difference from ambient: dT/dt=k(T−Ta), typically with k<0 for cooling.

16
New cards

Ambient temperature (Ta)

The surrounding constant temperature that an object’s temperature T(t) moves toward in Newton’s Law of Cooling.

17
New cards

Units sanity check

A check that the units of dy/dt (units of y per unit of t) match the units of the right-hand side of the differential equation.

18
New cards

Qualitative behavior check

A check that the sign and behavior of the derivative match the situation (e.g., derivative should be negative when a quantity should be decreasing).

19
New cards

Verify a solution

To confirm a candidate function satisfies a differential equation (and any initial condition) by differentiating and substituting to show equality holds on an interval.

20
New cards

Satisfy (a differential equation)

A function y(x) satisfies dy/dx=f(x,y) on an interval if y′ exists and y′(x)=f(x,y(x)) for all x in that interval.

21
New cards

Implicit differentiation (in verification)

Differentiating an equation not solved for y (e.g., x^2+y^2=25) with respect to x, using the chain rule to include factors of dy/dx.

22
New cards

Slope field (direction field)

A diagram that shows, at many points (x,y), a short line segment with slope f(x,y) for the differential equation dy/dx=f(x,y).

23
New cards

Isocline

A curve in the xy-plane along which the slope f(x,y) is constant; helpful for organizing and sketching slope fields.

24
New cards

Equilibrium solution

A constant solution y=c to an autonomous differential equation dy/dx=g(y), occurring when g(c)=0 (appears as a horizontal solution line).

25
New cards

Euler’s method

A numerical method for approximating solutions to an IVP by stepping forward using tangent-line slopes: y{n+1}=yn+h f(xn,yn).