Artificial Intelligence 🤖
Differential equations
General second order linear PDE

General second order linear PDE

We now define the general partial differential equation referred to as Euler's equation given by:

a2ux2+2b2uxy+c2uy2=0,a \frac{\partial^{2} u}{\partial x^{2}}+2 b \frac{\partial^{2} u}{\partial x \partial y}+c \frac{\partial^{2} u}{\partial y^{2}}=0,

where u=u(x,y)u=u(x, y) and a,b,ca, b, c are constants. Note that xx and yy denote the independent variables now. Motivated by the change of variables carried out in Sec. 2.6 [refer to Eqs. (2.172)], we solve Eq. (2.196) by introducing the following:

X=x+λy,Y=x+μy,X=x+\lambda y, \quad Y=x+\mu y,

where λ\lambda and μ\mu are unknown constants to be determined. Introducing the change of variables into the original equation, yields:

(a+2bλ+cλ2)uXX+2[a+b(λ+μ)+cλμ]uXY+(a+2bμ+cμ2)uYY=0.\left(a+2 b \lambda+c \lambda^{2}\right) u_{X X}+2[a+b(\lambda+\mu)+c \lambda \mu] u_{X Y}+\left(a+2 b \mu+c \mu^{2}\right) u_{Y Y}=0 .

At this point let us note the following:

  • We need XX and YY to be different from each other λ\Rightarrow \lambda and μ\mu need to be different.
  • In addition, we need to choose the constants λ\lambda and μ\mu such that we obtain a simplified version of Eq. (2.198). The aforementioned can be achieved by determining the roots of the quadratic equation given by Eq. (2.199):
a+2br+cr2=0a+2 b r+c r^{2}=0

whose solution gives two roots (r1\left(r_{1}\right. and r2)\left.r_{2}\right) where we can set r1=λr_{1}=\lambda and r2=μr_{2}=\mu. Note that Eq. (2.199) with roots at λ\lambda and μ\mu ensures that the coloured terms in Eq. (2.198), vanish. It follows that (2.198) simplifies significantly to:

uXY=0.u_{X Y}=0 .

Equation (2.200) may be solved using the method indicated in Sec. 2.6 in particular, refer back to Eqs. (2.178) -(2.181). However, given a,b,ca, b, c coefficients in the general equation (2.196), Eq. (2.199) can result in the roots being of the following nature:

  1. real + distinct (as discussed above)
  2. complex conjugate pair
  3. repeated (multiplicity 2)

The three cases listed above motivates the classification of the linear PDE (2.196), as discussed next.

Classification

Depending on the nature of the roots of Eq. (2.199), we obtain the following 3 types of linear PDEs:

  1. real + distinct roots \Rightarrow Hyperbolic
  2. complex conjugates \Rightarrow Elliptic
  3. real + repeated \Rightarrow Parabolic

Note that we have already encountered a PDE of each type: the wave equation (hyperbolic), Laplace's equation (elliptic) and the heat equation (parabolic). The general solution of Eq. (2.196) therefore varies depending on the type of PDE we are interested in and it is important to know that each type results in qualitatively different solutions. In what follows, we consider each case separately.

Hyperbolic PDEs

For real and distinct roots, the discriminant b2ac>0b^{2}-a c>0; we obtain the unknowns λ\lambda and μ\mu as:

λ=b+b2acc,μ=bb2acc.\lambda=\frac{-b+\sqrt{b^{2}-a c}}{c}, \mu=\frac{-b-\sqrt{b^{2}-a c}}{c} .

Following Sec. 2.6 [Eqs. (2.178)-(2.181)], we can write down the general solution to (2.196) as:

u(x,y)=F(x+λy)+G(x+μy),u(x, y)=F(x+\lambda y)+G(x+\mu y),

where, λ\lambda and μ\mu are given by Eqs. (2.201) and FF and GG are arbitrary functions which can be determined from boundary conditions.

Example 2.4 Find the general solution to:

2uxx+5uxy3uyy=0.2 u_{x x}+5 u_{x y}-3 u_{y y}=0 .

Solution First, by solving the quadratic equation:

2+5r3r2=0,2+5 r-3 r^{2}=0,

which has roots 2 and 1/3-1 / 3. The PDE is hyperbolic since the roots are real and distinct. By introducing:

X=x+2y,Y=xy3,X=x+2 y, \quad Y=x-\frac{y}{3},

where, note that λ\lambda and μ\mu in Eqs. (2.197) have been replaced by the roots 2 and 1/3-1 / 3, reduces PDE (2.203) to:

uXY=0.u_{X Y}=0 .

Integrating with respect to XX gives uY=f(Y)u_{Y}=f(Y) and, integrating with respect to YY yields u=F(Y)+G(X)u=F(Y)+G(X) where F(Y)=f(Y)dYF(Y)=\int f(Y) d Y and G(X)G(X) are arbitrary functions. The general solution to Eq. (2.203), in terms of the original variables xx and yy is:

u(x,y)=F(x+2y)+G(xy/3).u(x, y)=F(x+2 y)+G(x-y / 3) .

Elliptic PDEs

For complex roots, the discriminant b2ac<0b^{2}-a c<0 which results in λ\lambda and μ\mu being complex:

λ=b+ib2acc,μ=bib2acc.\lambda=\frac{-b+i \sqrt{b^{2}-a c}}{c}, \mu=\frac{-b-i \sqrt{b^{2}-a c}}{c} .

Of course we note that if we were to simply use λ\lambda and μ\mu as defined in Eqs. (2.208) in the general solution (2.202), our solution would be described by solutions which are not real. Since we know that Laplace's equation (given by an elliptic PDE) represents a physical situation, we require that all solutions be real.

The solution given by Eq. (2.202) is still the solution for the case of elliptic PDEs; it is real if FF and GG are related. By related, we mean that FF and GG are complex conjugates; then their sum gives real solutions.

Parabolic PDEs

For real and repeated roots, we need the discriminant b2ac=0b^{2}-a c=0 and the only root is r1=r2=b/cr_{1}=r_{2}=-b / c. We can choose λ\lambda to be arbitrary and, without loss of generality, take it to be zero. Then, μ=b/c\mu=-b / c and Eq. (2.198) is rendered independent of uXYu_{X Y} and uYYu_{Y Y} terms. In fact, with our choice of λ\lambda and μ\mu, we are left with:

uXX=0.u_{X X}=0 .

Equation (2.209) gives u=XF(Y)+G(Y)u=X F(Y)+G(Y) which, in terms of the original variables, gives the general solution as:

u(x,y)=xF(xby/c)+G(xby/c),u(x, y)=x F(x-b y / c)+G(x-b y / c),

where, again, FF and GG are arbitrary functions to be determined with the use of boundary conditions. Note that we can have equivalent forms of the general solution (2.210) corresponding to different choices of λ\lambda.