I am enrolled in an introductory course in differential equations and I recently read in a book that the number of initial conditions required to determine unique solutions to a diff eqn of order 'n' is n. The reason was stated to be that "roughly" there are n-integrations which produce n constants that need to be specified/determined. Can anyone make this intuitive explanation more rigorous/clear?
Note: I apologize for the vague sounding question, but I have no idea what a rigorous explanation appears like so I can't make my question more clear either.
Let us look at a very simple example. $$ y''+3y'-4 =0$$
In order to solve it we look at the characteristic equation, $$p(\lambda)=\lambda ^2 +3\lambda-4 =0$$
Which gives us $ \lambda =1$ and $ \lambda =-4$
You get two linearly independent solutions, $y=e^t$ and $y=e^{-4t}$
The general solution is $$ y=c_1 e^t + c_2 e^{-4t}$$ where $c_1$ and $c_2$ are arbitrary constants to be found from the given initial information.
Similar calculation solves linear higher ordered equations with constant coefficients.
For more complicated equations they use ideas from linear algebra to show the solution set is a vector space with the same dimension as the order of the equation.