For Partial differential equations with boundary condition (PDE and BC), problems in three independent variables can now be solved, and more problems in two independent variables are now solved.
We are now able to solve 3-variable PDE&BC problems in bounded spatial domains through separation of variables by product and eigenfunction expansion. The example problems and corresponding descriptions below are taken from: Articolo, George A. Partial Differential Equations and Boundary Value Problems with Maple. 2nd ed., Elsevier Academic Press, 2009.
The temperature distribution in thin plates whose lateral surfaces are insulated, in the bounded domain is sought. The problem is represented as follows (Articolo, p.396):
> |
with the boundary and initial conditions:
> |
> |
One way to verify that this solution satisfies the initial condition is to plot together with its series representation (below we use the first 10000 terms in the solution) in the corresponding range, in this case
> |
The temperature distribution in thin plates whose lateral surfaces are experiencing heat loss proportional to the plate and surrounding temperatures in a bounded domain is sought. The problem is represented as follows (Articolo, p. 401):
> |
with the boundary and initial conditions:
> |
> |
To verify that this solution satisfies the initial condition, we plot and its series representation in the domain, which in this case is again :
> |
The wave amplitude for the transverse wave propagation on a thin rectangular membrane in a medium with no damping over a finite domain is sought. The problem is represented as follows (Articolo, p. 425):
> |
with the boundaries unsecured, boundaries secured, and initial conditions as follows:
> |
> |
We verify the initial condition by comparing plots of both the initial condition function and its series representation:
> |
The wave amplitude for the transverse wave propagation on a thin rectangular membrane in a medium with damping over a finite domain is sought. The problem is represented as follows (Articolo, p. 468):
> |
with the boundaries held secure, boundaries unsecure, and initial conditions as follows:
> |
> |
To verify the initial condition, we compare the plots of both the initial condition function and its series representation:
> |
The code for solving PDE&BC problems in bounded spatial domains through separation by product and eigenfunction expansion continues to grow.
A problem involving the diffusion PDE:
> |
> |
> |
A problem involving the Laplace PDE in cylindrical coordinates:
> |
> |
> |
Another problem involving the heat PDE:
> |
> |
> |
A problem involving the heat PDE:
> |
> |
> |
A problem involving the heat PDE with a source:
> |
> |
> |
A diffusion problem with a source function :
> |
> |
> |
In cylindrical coordinates:
> |
> |
> |
Solutions for this Laplace PDE problem are shown for the general problem, and then for the bounded problem (with :
> |
> |
> |
> |
Another problem with a Laplace PDE for which a bounded solution is sought:
> |
> |
> |
In this kind of problem, we don't directly arrive at a Sturm-Liouville problem after separation of variables, but instead must solve two simplified versions of the problem and then combine those answers to solve the original problem:
> |
> |
> |
A non-linear PDE:
> |
> |
> |
A wave PDE problem:
> |
> |
> |
Another wave PDE problem:
> |
> |
> |