Partial differential equations

 

Partial differential equations

Brent J. Lewis, ... Andrew A. Prudil, in Advanced Mathematics for Engineering Students, 2022

Definitions

partial differential equation is an equation containing an unknown function of two or more variables and its partial derivatives with respect to these variables.

The order of a partial differential equations is that of the highest-order derivatives. For example, 2=2 is a partial differential equation of order 2.

solution of a partial differential equation is any function that satisfies the equation identically.

general solution is a solution that contains a number of arbitrary independent functions equal to the order of the equation. A particular solution is one that is obtained from the general solution by a particular choice of arbitrary functions. For example, the general solution of the partial differential equation 2=2 is =2122+()+(). With ()=2sin and ()=345, the particular solution is =2122+2sin+345.

singular solution is one that cannot be obtained from the general solution by a particular choice of arbitrary functions.

boundary value problem involving a partial differential equation seeks all solutions of a partial differential equation which satisfy conditions called boundary conditions. When time is one of the variables, the solution u (or  or both) must satisfy initial conditions at =0.

Partial Differential Equations

Martha L. Abell, James P. Braselton, in Differential Equations with Mathematica (Fourth Edition), 2016

10.1.1 Introduction

We begin our study of partial differential equations with an introduction of some of the terminology associated with the topic. A linear second-order partial differential equation (PDE) in the two independent variables x and y has the form

(10.1)(,)22+(,)2+(,)22+(,)+(,)+(,)=(,),

where the solution is u(xy). If G(xy) = 0 for all x and y, we say that the equation is homogeneous. Otherwise, the equation is nonhomogeneous.

Example 10.1.1

Classify the following partial differential equations: (a) uxx + uyy = u; (b) uux = x.

Solution

(a) This equation satisfies the form of the linear second-order partial differential equation (10.1) with A = C = 1, F = −1, and B = D = E = 0. Because G(xy) = 0, the equation is homogeneous. (b) This equation is nonlinear, because the coefficient of ux is a function of u. It is also nonhomogeneous because G(xy) = x.

Definition 40 Solution of a Partial Differential Equation

solution of a partial differential equation in some region R of the space of the independent variables is a function that possesses all of the partial derivatives that are present in the PDE in some region containing R and satisfies the PDE everywhere in R.

Example 10.1.2

Show that u(xy) = y2 − x2 and (,)=sin are solutions to Laplace’s equation uxx + uyy = 0.

Solution

For u(xy) = y2 − x2ux(xy) = −2xuy(xy) = 2yuxx(xy) = −2, and uyy(xy) = 2, so we have that uxx + uyy = (−2) + 2 = 0, which we verify with Mathematica.

Clear[u]u[x_, y_]=y 2−x 2;D[u[xy], {x, 2}]+D[u[xy], {y, 2}]

0

Similarly, for (,)=sin, we have =cos=cos=sin, and =sin. Therefore, +=sin+sin=0, so the equation is satisfied for both functions.

Clear[u]u[x_, y_]=Exp[y]Sin[x];D[u[xy], {x, 2}]+D[u[xy], {y, 2}]

0

We notice that the solutions to Laplace’s equation differ in form. This is unlike solutions to homogeneous linear ordinary differential equations. There, we found that solutions were similar in form. (Recall, all solutions could be generated from a general solution.)

Some of the techniques used in constructing solutions of homogeneous linear ordinary differential equations can be extended to the study of partial differential equations as we see with the following theorem.

Theorem 38 Principle if Superposition

If u1u2um are solutions to a linear homogeneous partial differential equation in a region R, then

11+22++==1,
where c1c2cm are constants is also a solution in R.

The Principle of Superposition will be used in solving partial differential equations throughout the rest of the chapter. In fact, we will find that equations can have an infinite set of solutions so that we construct another solution in the form of an infinite series.

Comments

Popular posts from this blog

Spectral Graph Theory

Equations of first order of partial differential equation

GRAPHICAL METHODS IN OPERATION RESEARCH