Wolfram ResearchPRODUCTSPURCHASEFOR USERSCOMPANYOUR SITES
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.

Second-Order PDEs

The general form of a linear second-order PDE is

Here  , and  ,  , c,  ,  ,  , and  are functions of x and y only--they do not depend on  . If  , the equation is said to be homogeneous.

The first three terms containing the second derivatives are called the principal part of the PDE. They determine the nature of the general solution to the equation. In fact, the coefficients of the principal part can be used to classify the PDE as follows.

The PDE is said to be elliptic if  < 0. The Laplace equation has  ,  , and  and is therefore an elliptic PDE.

The PDE is said to be hyperbolic if  > 0. The wave equation has  ,  , and  and is therefore a hyperbolic PDE.

The PDE is said to be parabolic if  = 0. The heat equation has  ,  , and  and is therefore a parabolic PDE.

DSolve can find the general solution for a restricted type of homogeneous linear second-order PDEs; namely, equations of the following form

Here  b, and  are constants. Thus, DSolve assumes that the equation has constant coefficients and a vanishing non-principal part.

Following are some examples of the three basic types (elliptic, hyperbolic, and parabolic) and an explanation of their significance.

Here is the general solution for Laplace's equation, an elliptic PDE.

In[308]:= 
In[309]:= 

Out[309]=

This general solution contains two arbitrary functions, C[1] and C[2]. The arguments of these functions,  and  , indicate that the solution is constant along the imaginary straight line  + Alpha when C[2] = 0 and along  when C[1] = 0 . These straight lines are called characteristic curves of the PDE. In general, elliptic PDEs have imaginary characteristic curves.

Here is another elliptic PDE.

In[310]:= 
In[311]:= 
In[312]:= 
In[313]:= 

Out[313]=

In[314]:= 

Note the imaginary characteristic curves for the equation.

In[315]:= 

Out[315]=

The solution is verified as follows.

In[316]:= 

Out[316]=

In[317]:= 

This finds the general solution of the wave equation, a hyperbolic PDE. The constant c in the wave equation represents the speed of light and is set to 1 here for convenience.

In[318]:= 
In[319]:= 

Out[319]=

The characteristic lines for the wave equation are  and  where k is an arbitrary constant. Hence the wave equation (or any hyperbolic PDE) has two families of real characteristic curves. If initial conditions are specified for the wave equation, the solution propagates along the characteristic lines. Also, any fixed pair of characteristic lines determine the null cone of an observer sitting at their intersection.

Here is another example of a hyperbolic PDE.

In[320]:= 
In[321]:= 
In[322]:= 
In[323]:= 

Out[323]=

In[324]:= 

Notice that the equation has two families of real characteristics.

In[325]:= 

Out[325]=

The solution can be verified as follows.

In[326]:= 

Out[326]=

In[327]:= 

Finally, here is an example of a parabolic PDE.

In[328]:= 
In[329]:= 
In[330]:= 
In[331]:= 

Out[331]=

In[332]:= 
In[333]:= 

Out[333]=

The equation has only one family of real characteristics, the lines  . In fact, any parabolic PDE has only a single family of real characteristics.

The solution can be verified as follows.

In[334]:= 

Out[334]=

In[335]:= 

The heat equation is parabolic, but it is not considered here because it has a nonvanishing non-principal part.

This concludes the discussion of partial differential equations. The solution of differential-algebraic equations using DSolve is discussed in the next section.


Any questions about topics on this page? Click here to get an individual response.Buy NowFree TrialMore Information



 © 2009 Wolfram Research, Inc.  Terms of Use  Privacy Policy |
Sign up for our newsletter: