We have a few tools for solving higher-order ODEs (where the -th derivative is higher than 2), none of which are pretty.

For linear higher-order ODEs, the same process as second-order linear ODEs applies. We just have more terms. So for example, has a characteristic equation with roots . So we have:

And similarly for a mix of complex roots. Computing higher-order polynomials tends to be difficult, so we usually go for numerical methods the higher we go.