We mean higher-order equations in time. The most common are
order equations. Example:
has a general solution
Example
On
Take
. It is equivalent to solving
So we can let
and solve
Example
Another higher-order equation which appears with some regularity:
The Euler-Bernouilli Equation
also has a
general solution composed of 2 basic solutions. This equation is
neither parabolic or hyperbolic
the solution does not become
smoother as
, like parabolic equations, nor does
the solution have finite speed of propagation as it does for
hyperbolic equations.
We will not consider in detail the general solution of higher-in-time
PDE's. Merely, we indicate the general technique for their solution.
A sensible technique is to turn the 2nd-order (or higher order)
equation into a system of
-order equations, and then, after
projecting or discretizing in space, use ODE theory to find
the best time integration algorithm for the resulting problem. Caution:
Make sure that you engineer the eventual linear-algebraic problem in a
compact way. If you use the above trick you will get very large and
sparse matrices with large bandwidths. You can most likely turn the
sparse large band width matrix problem into a sparse small bandwidth
problem using careful computer engineering practices. We'll see how this
is done in a number of examples considered in this section and in the
Elliptic Equation Section.