The Language of Change
A differential equation relates an unknown function to its derivatives, describing how quantities evolve in the physical world. For example, states that the rate of change of equals twice .
A solution is a function that satisfies the equation. The order of a differential equation is the order of the highest derivative appearing in it.
Differential equations typically have a family of solutions containing a constant of integration. An initial condition (like ) pins down one particular solution.
| Concept | Meaning | Example |
|---|---|---|
| General Solution | Solution with an unknown constant | |
| Particular Solution | Constant resolved using an initial point |
Separable Equations
A first-order separable equation can be manipulated so that each variable is on its own side:
To solve, integrate both sides. For growth : separate to , integrate to , and exponentiate to the exponential growth law .
This method solves radioactive decay, Newton's law of cooling , and population models.
Common Pitfall: Forgetting the constant of integration when integrating both sides. Omitting treats the general solution as a single function and loses the infinite family of solutions.