Courses / Business I
Mathematics II

First-Order Differential Equations

Business I 327 words Free to read

Modelling Change Over Time

A differential equation relates a function to its derivatives — it describes how something changes rather than what it is.

First-order ODEs involve the first derivative only: dydt=f(t,y)\frac{dy}{dt} = f(t, y).

Separable equations: if f(t,y)=g(t)h(y)f(t,y) = g(t) h(y), separate variables and integrate both sides:

dyh(y)=g(t)dtdyh(y)=g(t)dt\frac{dy}{h(y)} = g(t)\, dt \qquad \Rightarrow \qquad \int \frac{dy}{h(y)} = \int g(t)\, dt

Linear first-order ODEs: dydt+p(t)y=q(t)\frac{dy}{dt} + p(t) y = q(t). Solved by the integrating factor μ(t)=ep(t)dt\mu(t) = e^{\int p(t)\, dt}:

y(t)=1μ(t)μ(t)q(t)dty(t) = \frac{1}{\mu(t)} \int \mu(t) q(t)\, dt

The exponential growth/decay model: dydt=ky\frac{dy}{dt} = ky has solution y(t)=y0ekty(t) = y_0 e^{kt}. If k>0k > 0: growth; if k<0k < 0: decay. This is the simplest and most important ODE in economics.

y(t)=y0ekty(t) = y_0 e^{kt}

Economic applications:

The steady state (equilibrium) is where dy/dt=0dy/dt = 0 — the system stops changing. Stability depends on whether deviations from equilibrium grow (k>0k > 0: unstable) or shrink (k<0k < 0: stable).

Stability criterion: for y˙=f(y)\dot{y} = f(y) near equilibrium yy^*: if f(y)<0f'(y^*) < 0, the equilibrium is stable (deviations shrink); if f(y)>0f'(y^*) > 0, it is unstable (deviations grow).

The first-order toolkit

TypeFormMethod
Separabledy/dt=g(t)h(y)dy/dt = g(t)h(y)Separate and integrate
Lineardy/dt+p(t)y=q(t)dy/dt + p(t)y = q(t)Integrating factor epdte^{\int p\,dt}
Exponentialdy/dt=kydy/dt = kyDirect: y0ekty_0 e^{kt}
Common pitfall: Losing solutions when separating. Dividing by h(y)h(y) assumes h(y)0h(y) \ne 0 — the constant solutions where h(y)=0h(y) = 0 (often the equilibria you care most about) must be checked separately.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes
Start Business I free

Mathematics II