I am given a single second order differential equation:
.. and am asked to classify the critical points as stable, unstable or saddle points.
Finding the critical points is an easy task for first order differential equation(s), both single equation and system of equations. However, I have never done so for second order, and higher, equations.
I have an idea on how to solve it but not sure the approach is correct. Am I correct in saying I need to split the single differential equation into two differential equations and rename the relevant terms? Doing so on the above equation gives:
Thereafter, I follow the same process as starting off with a set of two first order differential equations. That is, set and to 0, and solve for the intersection of and to find the fixed points. The nature of the fixed points would then be determined by calculating the Trace and Determinant of the Jacobian at the specific fixed points.
Is my thinking on the right track?