Unit 7: Differential Equations

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

1/49

Last updated 2:11 AM 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

50 Terms

1
New cards

Differential equation

An equation that relates an unknown function to one or more of its derivatives (describes how a quantity changes).

2
New cards

Solution (to a differential equation)

A function that makes the differential equation true when substituted into the equation along with its derivatives.

3
New cards

Family of solutions

A set of solutions usually represented with one or more arbitrary constants (many functions satisfy the same differential equation).

4
New cards

General solution

A solution containing an arbitrary constant (or constants), representing a whole family of solution curves.

5
New cards

Particular solution

One specific solution from a family, found by using an additional condition such as an initial condition.

6
New cards

Initial condition

A given value of the function at a specific input (e.g., y(a)=b) used to determine the constant(s).

7
New cards

Initial value problem (IVP)

A differential equation paired with an initial condition, used to select a unique particular solution.

8
New cards

Verification (checking a solution)

The process of differentiating a proposed function, substituting into the differential equation, and confirming both sides match.

9
New cards

Derivative notation dy/dx

Notation meaning “the derivative of y with respect to x,” i.e., the instantaneous rate of change of y as x changes.

10
New cards

Prime notation (y′)

An alternative notation for the first derivative dy/dx.

11
New cards

Second derivative (d²y/dx² or y″)

The derivative of the derivative; describes concavity/acceleration of the solution curve.

12
New cards

Form dy/dx = f(x,y)

A common way to write a first-order differential equation, emphasizing slope depends on both x and y.

13
New cards

Domain restriction (in solutions)

A limitation on where a solution is valid (e.g., intervals that do not cross x=0 if dividing by x occurs).

14
New cards

Slope field (direction field)

A diagram showing small line segments at points (x,y) with slope f(x,y) for dy/dx=f(x,y).

15
New cards

Direction segment

A short line drawn at (x,y) in a slope field with slope equal to the differential equation’s value f(x,y).

16
New cards

Tangent requirement (slope fields)

A solution curve passing through a point must be tangent to the slope field segment drawn at that point.

17
New cards

Autonomous differential equation

A differential equation where dy/dx depends only on y (e.g., dy/dx=g(y)), not explicitly on x.

18
New cards

Horizontal row pattern (autonomous slope fields)

In dy/dx=g(y), all points with the same y-value have the same slope, so slopes repeat across horizontal lines.

19
New cards

Isocline

A curve in the xy-plane along which dy/dx has a constant value (same slope everywhere on that curve).

20
New cards

Equilibrium solution

A constant solution y=c where the derivative is zero (dy/dx=0), so the solution stays flat.

21
New cards

Stability (equilibrium)

Describes whether nearby solutions move toward an equilibrium (stable) or away from it (unstable).

22
New cards

Stable equilibrium

An equilibrium where nearby solutions approach it over time (seen in slope fields as “flowing toward” the equilibrium).

23
New cards

Unstable equilibrium

An equilibrium where nearby solutions move away from it over time (seen as “flowing away” in the slope field).

24
New cards

Qualitative analysis

Studying solution behavior (increasing/decreasing, leveling off, long-term trends) without finding an explicit formula.

25
New cards

Euler’s Method

A numerical method that approximates a solution to an IVP using repeated tangent-line (linear) steps.

26
New cards

Step size (h)

The x-increment used in Euler’s Method; smaller h usually improves accuracy but requires more steps.

27
New cards

Euler update formula

The recursion x{n+1}=xn+h and y{n+1}=yn+h¡f(xn,yn) for dy/dx=f(x,y).

28
New cards

Euler table

A table of repeated Euler computations, typically listing xn, yn, f(xn,yn), and the next y-value.

29
New cards

Piecewise linear approximation

The type of curve Euler’s Method creates by connecting successive points with straight-line segments.

30
New cards

Euler method underestimation/overestimation (concavity link)

If the true solution is concave up, Euler’s tangent steps often underestimate; if concave down, they often overestimate (use as a diagnostic).

31
New cards

Separable differential equation

A differential equation that can be rewritten with all y-terms on one side and all x-terms on the other, enabling integration.

32
New cards

Separation of variables

Algebraic rearrangement of dy/dx=f(x)g(y) into (1/g(y))dy = f(x)dx before integrating.

33
New cards

SIPPY method

A mnemonic for separable DEs: Separate, Integrate, Plus C, Plug in initial condition, Y equals (solve for y).

34
New cards

Constant of integration (C)

The arbitrary constant added after integrating; later determined using an initial condition for an IVP.

35
New cards

Implicit solution

A solution left in a form involving both x and y (not solved explicitly for y), often acceptable on exams.

36
New cards

Definite-integral separation approach

Using bounds after separating variables to relate y(a)=ya to y(b)=yb without solving for C first.

37
New cards

Exponential growth/decay differential equation

The model dP/dt = kP, where the rate of change is proportional to the amount present.

38
New cards

Continuous growth rate (k)

The constant in dP/dt=kP; k>0 gives growth, k<0 gives decay, with units “per unit time.”

39
New cards

Exponential growth/decay solution

The solution to dP/dt=kP: P(t)=Ce^{kt}, or P(t)=P0e^{kt} if P(0)=P0.

40
New cards

Doubling time

For exponential growth P(t)=P_0e^{kt}, the time T satisfying 2=e^{kT}, so T=(ln 2)/k.

41
New cards

Half-life

For exponential decay P(t)=P_0e^{kt} (k<0), the time T satisfying 1/2=e^{kT}, so T=ln(1/2)/k.

42
New cards

Newton’s Law of Cooling

A model dT/dt = k(T−T_a) where temperature changes at a rate proportional to the difference from ambient temperature.

43
New cards

Ambient temperature (T_a)

The surrounding temperature in Newton’s Law of Cooling; the object’s temperature approaches this value over time.

44
New cards

Logistic differential equation

A population model dP/dt = kP(1−P/L) that grows quickly at first and levels off due to limited resources.

45
New cards

Carrying capacity (L)

The limiting population size in a logistic model; as P approaches L, growth slows toward zero.

46
New cards

Logistic equilibria

For dP/dt=kP(1−P/L), equilibria occur at P=0 and P=L (where dP/dt=0).

47
New cards

Partial fractions (logistic solving step)

An algebra technique used after separation in logistic equations to integrate 1/[P(L−P)].

48
New cards

Logistic solution form

A standard explicit solution: P(t)= L/(1+Ce^{−kt}), with C determined by the initial condition.

49
New cards

Logistic maximum growth point

In logistic growth, dP/dt is greatest at P=L/2 (the inflection-point population).

50
New cards

Modeling template (rate statement)

Start by defining a changing quantity y(t), then write dy/dt = (expression for the rate), checking signs, units, and extreme behavior.