Differential Equations with Applications: First Order ODEs

Applications of First Order Equations

Growth and Decay Problems

  • Population growth rate is proportional to the current population: dNdt=kN\frac{dN}{dt} = kN, where:

    • N(t)N(t) is the population size at time tt.
    • kk is a positive constant.
  • Law of natural decay: dmdt=km\frac{dm}{dt} = -km, where:

    • m(t)m(t) is the mass of a radioactive substance at time tt.
    • kk is a positive constant.

Newton’s Law of Cooling

  • The rate of change of temperature of a body is proportional to the temperature difference between the body and its surroundings: dTdt=k(TTm)\frac{dT}{dt} = k(T - T_m), where:
    • TT is the temperature of the body at time tt.
    • TmT_m is the ambient temperature.
    • kk is a constant of proportionality.
    • θ=TTm\theta = T - T_m, then dθdt=kθ\frac{d\theta}{dt} = k\theta.

Electrical Problems

  • RC Circuit: RCdQdt+Q=0RC \frac{dQ}{dt} + Q = 0, resulting in Q(t)=Q0etRCQ(t) = Q_0 e^{-\frac{t}{RC}}, where:

    • QQ is the charge in coulombs at time tt.
    • RR is the resistance in ohms.
    • CC is the capacitance in Farads.
    • Q0Q_0 is the initial charge.
  • RL Circuit: Ldidt+Ri=EL \frac{di}{dt} + Ri = E, resulting in i(t)=ER(1eRtL)i(t) = \frac{E}{R} (1 - e^{-\frac{Rt}{L}}), where:

    • ii is the current in Amperes at time tt.
    • LL is the inductance in Henries.
    • EE is the voltage source.
    • RR is the resistance in ohms.