1/24
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
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.
Modeling (with differential equations)
The process of translating a real-world description (variables, units, relationships) into a mathematical statement involving a derivative.
Dependent variable
The output quantity that changes in response to another variable (e.g., y or P(t)); it is the quantity being modeled.
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.
Initial condition
A given starting value such as y(x0)=y0 that specifies which solution curve fits the situation.
Initial value problem (IVP)
A differential equation together with an initial condition, typically written dy/dx=f(x,y) with y(x0)=y0.
Family of solutions
Infinitely many solution curves that satisfy a differential equation; an initial condition selects one specific solution.
Derivative notation: y′
A notation for the derivative of y with respect to x, read “y prime.”
Derivative notation: dy/dx
A notation for the derivative of y with respect to x, read “dy dx,” representing an instantaneous rate of change.
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).
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).
Time-dependent rate model
A model where the rate depends only on time: dy/dt=g(t), often representing a scheduled input/output rate.
Logistic model
A growth model with limiting capacity: dP/dt=kP(1−P/K), where growth slows as P approaches K.
Carrying capacity (K)
The limiting maximum population/amount in logistic-type models; as P→K, the factor (1−P/K)→0.
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.
Ambient temperature (Ta)
The surrounding constant temperature that an object’s temperature T(t) moves toward in Newton’s Law of Cooling.
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.
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).
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.
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.
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.
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).
Isocline
A curve in the xy-plane along which the slope f(x,y) is constant; helpful for organizing and sketching slope fields.
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).
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).