You will learn how to recognize first-order linear equations, use the integrating factor method to solve them, and apply the technique to both general and initial value problems.
A first-order linear differential equation can be written in the standard form:
dxdy+P(x)y=Q(x)
The left side is almost the derivative of a product. The trick is to multiply both sides by a special function called the integrating factor:
μ(x)=e∫P(x)dx
When you multiply through by μ(x), the left side becomes a perfect derivative:
dxd[μ(x)⋅y]=μ(x)⋅Q(x)
Now you can integrate both sides directly and solve for y.
The diagram shows the integrating factor workflow: identify P(x), compute μ(x)=e∫Pdx, multiply through, recognize the perfect derivative, and integrate.
First-order linear equations appear everywhere in science and engineering. In electronics, they model RC circuits (how voltage across a capacitor changes when charging or discharging). In environmental science, they describe how the concentration of a pollutant in a lake changes when there is continuous inflow and outflow. Pharmacokinetics uses them to predict how drug levels in the blood rise and fall after taking medication. These are all situations where the rate of change depends linearly on the current value.