Expanded Ability to solve PDEs with Boundary Conditions
|
|
|
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.
|
PDE&BC problems in three independent variables for bounded spatial domains can now be 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.
|
A homogeneous diffusion PDE in two bounded spatial dimensions
|
|
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:
>
|
|
>
|
|
| (1) |
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
>
|
|
| (2) |
|
|
A homogeneous diffusion PDE with heat loss in two bounded spatial dimensions
|
|
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:
>
|
|
>
|
|
| (3) |
To verify that this solution satisfies the initial condition, we plot and its series representation in the domain, which in this case is again :
>
|
|
| (4) |
|
|
A homogeneous wave PDE in two bounded spatial dimensions
|
|
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:
>
|
|
>
|
|
| (5) |
We verify the initial condition by comparing plots of both the initial condition function and its series representation:
>
|
|
| (6) |
|
|
A homogeneous wave PDE (with damping) in two bounded spatial dimensions
|
|
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:
>
|
|
>
|
|
| (7) |
To verify the initial condition, we compare the plots of both the initial condition function and its series representation:
>
|
|
| (8) |
|
|
|
More PDE&BC problems in two independent variables for bounded spatial domains can be solved
|
|
The code for solving PDE&BC problems in bounded spatial domains through separation by product and eigenfunction expansion continues to grow.
|
Solving more problems with periodic boundary conditions
|
|
A problem involving the diffusion PDE:
>
|
|
>
|
|
>
|
|
| (9) |
A problem involving the Laplace PDE in cylindrical coordinates:
>
|
|
>
|
|
>
|
|
| (10) |
Another problem involving the heat PDE:
>
|
|
>
|
|
>
|
|
| (11) |
|
|
Solving more problems with non-homogeneous boundary conditions
|
|
A problem involving the heat PDE:
>
|
|
>
|
|
>
|
|
| (12) |
A problem involving the heat PDE with a source:
>
|
|
>
|
|
>
|
|
| (13) |
|
|
Solving more problems with a source term in the PDE
|
|
A diffusion problem with a source function :
>
|
|
>
|
|
>
|
|
| (14) |
|
|
Improvements to the ability to solve problems with the Laplace PDE
|
|
In cylindrical coordinates:
>
|
|
>
|
|
>
|
|
| (15) |
|
|
Improvements to the solving of problems for which a bounded solution is sought
|
|
Solutions for this Laplace PDE problem are shown for the general problem, and then for the bounded problem (with :
>
|
|
>
|
|
>
|
|
| (16) |
>
|
|
| (17) |
Another problem with a Laplace PDE for which a bounded solution is sought:
>
|
|
>
|
|
>
|
|
| (18) |
|
|
Solving problems for which there are both homogeneous and non-homogeneous boundary conditions for each independent variable
|
|
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:
>
|
|
>
|
|
>
|
|
| (19) |
|
|
General improvements
|
|
A non-linear PDE:
>
|
|
>
|
|
>
|
|
A wave PDE problem:
>
|
|
>
|
|
>
|
|
| (21) |
Another wave PDE problem:
>
|
|
>
|
|
>
|
|
| (22) |
|
|
|