Solving $ y'' + py'+qy=0$ (where $p$ and $q$ are constants) :
Since $e^{mx}$ has the property that its derivatives are all constant multiples of the function itself, We consider $y=e^{mx}$ and substitute in the equation $ y'' + py'+qy=0$. This gives us $ ( m^2+pm+q)e^{mx}=0 $ and we solve for the roots of equation $m^2+pm+q=0$. After finding the nature of roots there can be three type of solutions possible and their formulas are derived. But the question states:
Without using the formulas obtained in this section (the solutions obtained after solving roots and substituting them), show that the derivative of any solution of equation $ y'' + py'+qy=0$ is also a solution.
Approach : Let the solution by $y$, if $y'$ is also a solution then it must satisfy $ y''' + py''+qy'=0$. Now if I solve this then it will be the same case as above but will have $ m( m^2+pm+q)e^{mx}=0 $ instead. Where do I go from here?
The ODE is autonomous and homogeneous. Thus if $y(x)$ is a solution, so also are the shifted functions $y(x+a)$ and the linear combinations $\frac{y(x+a)-y(x)}a$ for $a>0$ including the limit for $a\to0$ which is $y'(x)$.