A differential equation relates a function to its derivatives, describing how something changes. First-order ODEs involve only the first derivative: dtdy=f(t,y).
Separable equations occur when f(t,y)=g(t)h(y). Separate variables and integrate:
∫h(y)dy=∫g(t)dt
Linear first-order ODEs follow dtdy+p(t)y=q(t). Solve using the integrating factorμ(t)=e∫p(t)dt:
y(t)=μ(t)1∫μ(t)q(t)dt
Type
Form
Method
Separable
dy/dt=g(t)h(y)
Separate and integrate
Linear
dy/dt+p(t)y=q(t)
Integrating factor e∫pdt
Exponential
dy/dt=ky
Direct: y0ekt
Common pitfall: Dividing by h(y) assumes h(y)=0. Always check constant solutions where h(y)=0 separately.
Two methods, each performed as an actual rearrangement rather than
Economic Models & Stability
The exponential growth/decay modeldtdy=ky yields y(t)=y0ekt. If k>0, it is growth; if k<0, it is decay.
Key economic applications include:
Compound interest: dtdA=rA⇒A0ert
Price adjustment: dtdp=α(D−S)
Solow growth: k˙=sf(k)−δk
Advertising decay: A(t)=A0e−δt
The steady state occurs where dy/dt=0. For y˙=f(y) near equilibrium y∗, stability depends on the derivative sign.
Derivative
Stability
Behavior
f′(y∗)<0
Stable
Deviations shrink
f′(y∗)>0
Unstable
Deviations grow
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.