Linear First-Order Equations
Linear first-order differential equations form a crucial class of ODEs that can always be solved explicitly using the integrating factor method. These equations appear frequently in applications including electrical circuits, mixing problems, and cooling/heating processes.
A linear first-order differential equation has the standard form:
where and are given functions of . The equation is called homogeneous if and nonhomogeneous if .
The key insight is that by multiplying the equation by a carefully chosen function called an integrating factor, we can transform the left side into an exact derivative.
Integrating Factor Method
The integrating factor is defined as:
Multiplying the standard form by :
The left side becomes , giving:
Integrating both sides:
Solve .
Solution: Here and .
Integrating factor:
Multiply through:
Integrate:
The solution consists of a particular solution plus the general solution of the homogeneous equation.
The general solution of a linear first-order ODE always has the form:
where is the general solution of the homogeneous equation and is any particular solution of the nonhomogeneous equation. This is the principle of superposition for linear equations.
Newton's law of cooling states that the rate of temperature change is proportional to the difference between the object's temperature and the ambient temperature:
Rewriting in standard form:
Integrating factor:
Solution:
where is the initial temperature. The temperature exponentially approaches the ambient temperature .
The integrating factor method is algorithmic and always succeeds for linear first-order equations, making it one of the most reliable techniques in ODE theory.