Definition
A first-order linear differential equation is an equation that can be written in the standard form: where the dependent variable and its derivative appear only to the first power and are not multiplied together.
- How to read: “The derivative of y with respect to x, plus P of x times y, equals Q of x.”
- Meaning: Canonical first-order linear ODE — linear in and , with coefficient and forcing term .
Why It Matters
These equations are the primary language for describing “accumulation” and “decay” in the real world. They model everything from the temperature of a cooling engine to the growth of a savings account. Mastering the “integrating factor” method gives you the power to project the future state of a system based on its current rate of change, providing a deterministic bridge between today’s dynamics and tomorrow’s results.
Core Concepts
- Integrating Factor (): A function, defined as , used to transform the left side of the equation into the derivative of a product.
- How to read: “The function v of x equals e raised to the integral of P of x with respect to x.”
- Meaning: Multiplying by this factor turns the left side into a single derivative—setup for direct integration.
- Product Rule Reverse: Multiplying the standard form by results in .
- How to read: “The derivative with respect to x of the quantity v of x times y equals v of x times Q of x.”
- Meaning: After multiplying by the integrating factor, the left side is an exact derivative (product rule in reverse).
- General Solution: The solution is found by integrating both sides: .
- How to read: “The function y equals the ratio of one divided by v of x, multiplied by the integral of the quantity v of x times Q of x, with respect to x.”
- Meaning: Integrate the transformed equation, then divide by to solve for .