Every partial differential equation has a personality — it can be gentle and smoothing, or it can carry waves that bounce around forever. Before you try to solve one on a computer, you need to know its type. The type tells you how to turn it into a discrete problem, where to place boundary conditions, and which numerical methods will work. Once you know the type, you can use clever coordinate changes to make the PDE behave nicely on a grid.