A vector field assigns an arrow to every point $(x, t)$ in the plane. Each arrow shows the direction and speed that a solution passing through that point must travel.
The general solution is the complete family of all functions that satisfy the ODE. It contains a free constant $C$ that parameterises every possible trajectory.
A particular solution is a single curve selected from the general solution by imposing an initial condition $x(t_0) = x_0$.
| General Solution | Particular Solution | |
|---|---|---|
| Contains | Free constant $C$ | No free constants |
| Represents | All solutions (a family) | One specific solution |
| Needs | Only the ODE | ODE + initial condition |
| Example | $x(t) = C\,e^{-t}$ | $x(t) = 2\,e^{-t}$ |
| On graph | Infinitely many curves | A single curve through $(0, x_0)$ |