AN INTRODUCTION TO PARTIAL DIFFERENTIAL EQUATIONS 515I
- Solve
∂^2 u
∂x∂t=sin(x+t) given that∂u
∂x= 1whent=0, and whenu= 2 twhenx= 0.[u=−sin(x+t)+x+sinx+ 2 t+sint]- Show thatu(x,y)=xy+
x
yis a solution of2 x∂^2 u
∂x∂y+y∂^2 u
∂y^2= 2 x.- Find the particular solution of the differ-
ential equation∂^2 u
∂x∂y=cosxcosygiven theinitial conditions that when y =π,∂u
∂x=x,
and whenx=π,u=2 cosy.
[
u=sinxsiny+x^2
2+2 cosy−π^2
2]- Verify thatφ(x,y)=xcosy+exsinysatis-
fies the differential equation
∂^2 φ
∂x^2+∂^2 φ
∂y^2+xcosy=0.53.4 Some important engineering
partial differential equationsThere are many types of partial differential equa-
tions. Some typically found in engineering and
science include:(a) The wave equation, where the equation of
motion is given by:
∂^2 u
∂x^2=1
c^2∂^2 u
∂t^2wherec^2 =T
ρ, withTbeing the tension in a stringandρbeing the mass/unit length of the string.(b) Theheat conduction equationis of the form:
∂^2 u
∂x^2=1
c^2∂u
∂twherec^2 =h
σρ, withhbeing the thermal conduc-tivity of the material,σthe specific heat of the
material, andρthe mass/unit length of material.(c)Laplace’s equation, used extensively with elec-
trostatic fields is of the form:∂^2 u
∂x^2+∂^2 u
∂y^2+∂^2 u
∂z^2= 0.(d) Thetransmission equation, where the poten-
tialuin a transmission cable is of the form:∂^2 u
∂x^2=A∂^2 u
∂t^2+B∂u
∂t+CuwhereA,BandCareconstants.Some of these equations are used in the next sections.53.5 Separating the variables
Letu(x,t)=X(x)T(t), whereX(x) is a function of
xonly andT(t) is a function oftonly, be a trialsolution to the wave equation∂^2 u
∂x^2=1
c^2∂^2 u
∂t^2. If the
trial solution is simplified tou=XT, then∂u
∂x=X′Tand∂^2 u
∂x^2=X′′T. Also∂u
∂t=XT′and∂^2 u
∂t^2=XT′′.Substituting into the partial differential equation
∂^2 u
∂x^2=1
c^2∂^2 u
∂t^2gives:X′′T=1
c^2XT′′Separating the variables gives:X′′
X=1
c^2T′′
TLetμ=X′′
X=1
c^2T′′
Twhereμis a constant.Thus, sinceμ=X′′
X(a function ofxonly), it must beindependent oft; and, sinceμ=1
c^2T′′
T(a function
oftonly), it must be independent ofx.Ifμis independent ofx and t, it can only be a con-stant. Ifμ=X′′
XthenX′′=μXorX′′−μX=0 andifμ=1
c^2T′′
TthenT′′=c^2 μT orT′′−c^2 μT=0.Such ordinary differential equations are of the form
found in Chapter 50, and their solutions will depend
on whetherμ>0,μ=0 orμ<0.