Ordinary Differential Equations/Verifying Solutions to ODEs

Checking that a proposed function solves an ODE involves checking that the function satisfies the relation given by the ODE on the domain of interest, which is implicitly taken to be the whole real line in many cases. A function that solves an ODE is called a solution to the ODE. For example, consider the ODE

We propose that the following function solves the differential equation: . Indeed, we find that

so solves this ODE. However, this is not the only function that solves this ODE. Examining the above calculation, the precise numerical value of the constant function was not used in the calculation, just the fact that the derivative of a constant function is zero. Therefore, any constant function would solve that ODE.

Now consider another example, with the ODE being

We claim that the function solves this equation. We compute

,

and note that this does satisfy the ODE, and is therefore a solution. Again, this is not the only solution to the ODE. For example, any constant multiple of would also solve this ODE.

Most of an ODEs course is devoted to the more difficult problem of finding an unknown function that satisfies a given ODE, and confirming that all possible solutions are known. Nonetheless, it is important to know what is meant by a function solving an ODE and how to check that a function solves an ODE before proceeding with this.