You are on page 1of 87

SMA 2371-PARTIAL DIFFRENTIAL

EQUATIONS

January 4, 1980

Course Outline
1. Surfaces and Curves in three dimensions

2. -Simultaneous dierential equations of the rst order.

3. -Methods of solution of dx
P
= dy
Q
= dz
R

4. -Orthogonal trajectories of systems cuves on a surface

5. -Linear partial dierential equationd of the rst order.

6. Partial dierential equations of the second order: Laplace, Poisson,


heat and wave equations.

7. -Methods of solution by separation of variables foe Cartesian, Spherical,


polar and cylindrical polar coordinates and by Laplace and Fourier
Transforms

8. Applications to Engineering
Reference Books
1. Elements of Partial dierential equations by I,N, Sneddon, Mc Graw
Hill(1957)

1
2. p.d.e-Schaum Outline Series
3. p.d.e-Garabedian (1964)

2
Contents
TABLE OF CONTENTS 3
1 INTRODUCTION 5
2 Partial Dierential Equation 6
2.1 Denition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2 Formation of Partial Dierential Equations. . . . . . . . . . . 6
2.2.1 Formation of P.D.E by eliminating arbitrary constant . 7
2.2.2 Formation of P.D.E by eliminating arbitrary function . 9
2.3 Derivation of P.D.E equations by eliminating arbitrary func-
tions φ (u, v) = 0 . . . . . . . . . . . . . . . . . . . . . . . . . 10

3 LANGRAGE METHOD OF SOLVING THE QUASI LIN-


EAR PARTIAL DIFFERENTIAL EQUATIONS OF ORDER
1 NAMELY; P p + Qq = R 14
3.1 Integral surfaces passing through a given curve . . . . . . . . . 16
3.2 Surfaces Orthogonal to given system of surfaces . . . . . . . . 20

4 SPECIAL TYPES OF FIRST ORDER PARTIAL DIFFERENTAL


EQUATIONS 23
5 SURFACES AND CURVES IN THREE DIMENSIONS: 30
6 METHODS OF SOLVING dx
p
= dy
q
= dz
R
=λ 33
7 ORTHOGONAL TRAJECTORIES OF CURVES: 41
8 METHOD OF SEPARATION OF VARIABLES: 49
9 DERIVATION OF WAVE EQUATIONS 59
9.1 Forces on the bit of the string . . . . . . . . . . . . . . . . . . 60

3
10 HEAT EQUATION 62
11 DERIVATION OF THE WAVE EQUATION 72
12 DERIVATION OF HEAT EQUATION 74
13 OTHER BOUNDARY VALUE PROBLEMS 76
14 METHOD OF LAPLACE TRANSFORMS AND FOURIER
TRANSFORMS: 77
14.1 SINE AND COSINE FOURIER TRANSFORMS . . . . . . . 78

15 FURTHER EXAMPLES ON METHOD OF SEPARATION


VAIABLES 79

4
1 INTRODUCTION
Partial dierential equations are used to formulate problems involving func-
tions of several variables and are either solved by hand, or used to create a
relevant computer model.
Denition
A dierential equation is an equation that relates the derivatives at a scalar
function depending on one or more variables.
Example:
δ4 u
+ δδxu2 +u2 = cos(x)is a dierential equation of the function u(x)depending
2
δx4
on x, while δu = δδxu2 + δδyu2 − uis a dierential equation involving a function
2 2
δt
u(x, y, t) depending on x, y, t. This equation can be written in subscript
notation as ut = uxx + uyy − u.
Partial dierential operators
(i) δxδ = δx
(ii) δxδ 2 = δx2 or δxx
2

(iii) δxδ2 δy = δxxy or δx2 δy


3

Surfaces and Curves in three dimensions


(i) 3-D coordinate system in often denoted by R3
(ii) 2-D coordinate system in often denoted by R2
(iii) 1-D coordinate system in often denoted by R
(iv) n-D coordinate system in often denoted by Rn q
Distance between any two points is given by: d (p1 , p2 ) = (x2 − x1 )2 + (y2 − y1 )2 + (z2 − z1 )2 and
the general equation for a sphere with center (h, k, l)and radius r is given by
(x − h)2 + (y − k)2 + (z − l)2 = r2
Examples
1. Graph x = 3in R,R2 and R3
Solution
In Rwe have a single coordinated system and so x = 3is a point in a 1-D
coordinate system

5
In R2 the equation x = 3tells us to graph all the points that are in the form
(3, y).This is a vertical line in a 2-D coordinate system
In R3 the equation x = 3tells us to graph all the points onf the form (3, y, z).This
is similar to the coordinates for the yz plane except this time we have
x = 3instead of x = 0. So in a 3-D system this is a plane that will be
parallel to the yz plane and pass through the x-axis at x = 3.

2 Partial Dierential Equation


2.1 Denition
This is an equation involving partial dierential coecients of functions of
two or more variables is known as partial dierential equation. If a p.d.e
contains nth and lower derivatives of nth order the degree of such equation
is the greatest exponent of the highest order. We adopt the following notion
through out the study of p.d.e's
δz
p = δx ,q = δy , δx2 = r, δxδy
δz δ 2 z δ2 z
= sand δy 2 = twhere z is a dependent variable. In
δ2 z

case there are n independent variables we take them to be x1 , x2 , x3 , ..., xn and


z is regarded as dependent variable i.e. p1 = δxδz1 ,p2 = δxδz2 ,....pn = δxδzn ,
Sometimes the partial derivatives are as denoted by making use of suxes
thus
,u = δu ,u = δδxu2 ,ut = δu ,uxy = δxδy .
2 δ2 u
ux = δuδx y δy xx δt

2.2 Formation of Partial Dierential Equations.


There are two main methods of forming a p.d.e.
(i) Method of elimination of arbitrary constants
(ii)Method of elimination of arbitrary functions

6
2.2.1 Formation of P.D.E by eliminating arbitrary constant
Example
(i) z = ax + by + a2 + b2 .............(i)
Solution
δz
= a.................................(ii)
δx
δz
= b.................................(iii)
δy
Replacinng (ii) and (iii) in equation (i), wehave:
     2  2
δz δz δz δz
z= x+ y+ +
δx δy δx δy
z = px + qy + p2 + q 2

(ii) z = (x − a)2 + (y − b)2 ..............(i)


Solution
δz
= 2 (x − a)
δx
δz
= 2 (y − b)
δy
 2  2
1 δz 1 δz
z= + .
4 δx 4 δy
1 1
z = p2 + q 2
4 4
4z = p2 + q 2

Exercise: Form a P.D.E.


a) z = Aept sin(px)
Solution
δz
= Apept cos(px)
δx
δ2z
= −Ap2 ept sin(px)......................(i)
δx2

7
δz
= Apept sin(px)
δt
δ2z
= Ap2 ept sin(px)......................(ii)
δt2
Ading, (i) and (ii), we have:
δ2z δ2z
2
+ 2 = −Ap2 ept sin(px) + Ap2 ept sin(px) = 0
δx δt
b) xa2 + yb2 + zc2 = 1..................(i)
2 2 2

Solution
Dierentiting (i) with respect to x,
2x 2z δz δz
2
+ 2 = 0 =⇒ c2 x + a2 z = 0..............(ii)
a c δx δx
Dierentiting (i) with respect to y,
2y 2z δz δz
2
+ 2 = 0 =⇒ c2 y + b2 z = 0..............(iii)
b c δy δy
Dierentiting (ii) with respect to x,
2
δ2z
 
2 2 δz 2
c +a + a z 2 = 0..................(iv)
δx δx
Dierentiting (iii) with respect to y,
2
δ2z
 
2 2 δz
c +b + b2 z = 0..................(v)
δy δy 2
From (ii)
a2 z
 
2 δz
c =− .....................(vi)
x δx
Putting (vi) into(iv) 2
a2 z δ2z

δz 2 δz 2
− +a + a z 2 = 0..................(vii)
x δx δx δx
Dividing (vii) by a2 andmultiplying by x
2
δ2z
  
δz δz
zx 2 + x −z = 0....................(viii)
δx δx δx
Similarly from (iii),

8
b2 z
 
2 δz
c =− .....................(ix)
y δy
Putting (ix) into (v) 2
2
δ2z
  
bz δz 2 δz 2
− +b + b z 2 = 0..................(x)
y δy δy δy
Dividing (x) by a2 and multiplying by y
2
δ2z
   
δz δz
zy 2 + y −z = 0....................(xi)
δy δy δy

2.2.2 Formation of P.D.E by eliminating arbitrary function


This is done by eliminating the arbitrary function; f or F.
Example:4
a) y = f (x − at) + F (x + at) .............(i)
Solution
δy
= 1 · f 0 (x − at) + 1 · F 0 (x + at)
δx
δy
= −a · f 0 (x − at) + a · F 0 (x + at)
δt
δ2y
2
= f 00 (x − at) + F 00 (x + at)
δx
δ2y
= a2 [f 00 (x − at) + F 00 (x + at)]
δt2
δ2y 2
2δ y
= a
δt2 δx2
b) z = f (x2 − y) + g (x2 + y) ......(i)
Solution
δz
= 2xf 0 x2 − y + 2xg 0 x2 + y ........(ii)
 
δx
δ2z
= 2x · 2xf 00 x2 − y + 2f 0 x2 + y + 2x · 2xg 0 x2 + y + 2g 0 x2 + y
   
δx 2

δ2z 2
 00 2  00 2
  0 2  0 2

= 4x f x − y + g x + y +2 g x + y + f x + y ........(iii)
δx2

9
δz
= −f 0 x2 − y + g 0 x2 + y .......(iv)
 
δy
δ2z 00 2
 00 2

= f x − y + g x + y .............(v)
δy 2
1 δz
= f 0 x2 − y + g 0 x2 + y ............(vi)
 
2x δx
Substituting (vi) and (v) into (iii),
δ2z 2
 
2 δ z 1 δz
= 4x +2 ........(vii)
δx2 δy 2 2x δx
δ2z
 2 
3 δ z δz
x 2 = 4x 2
+ ........(viii)
δx δy δx

2.3 Derivation of P.D.E equations by eliminating arbi-


trary functions φ (u, v) = 0
Consider φ (u, v) = 0...........................(i), where u and v are functions of x,y
and z. This expression represents a solution that has variables u and v. We
take z to be dependent variable while x and y are the independent variables
so that δx
δz δz
= p, δy δy
= q, δx = 0, δx δy
=0
Dierentiating(i) partially with respect
 to xand y in turn we get;
δφ δu δu δφ δv δv
+p + +p .........................(ii)
δu δx δz δv δx δz
   
δφ δu δu δφ δv δv
+q + +q .........................(iii)
δu δy δz δv δy δz
From (ii),
δφ δv
δu δx
+ p δv
δz
− δφ = δu δu
...........................(iv)
δv δx
+ p δz
Similarly from (iii)
δv
δφ
δu δy
+ q δv
δz
− δφ = δu
.............................(v)
δv δy
+ q δu
δz

Equating (iv) and (v) and simplifying yields,

10
     
δv δv δu δu δv δv δu δu
+p +q = +q +p
δx δz δy δz δy δz δx δz
δv δu δv δu δv δu δv δu δv δu δv δu δv δu δv δu
· +q · +p · +pq = · +p · +q · +pq ·
δx δy δx δz δz δy δz δz δy δx δy δz δz δx δz δz
   
δv δu δv δu δv δu δv δu δv δu δv δu δv δu δv δu
p · − · +q · − · = − · −pq + · +pq ·
δz δy δy δz δx δz δz δx δx δy δz δz δy δx δz δz
   
δv δu δv δu δv δu δv δu δv δu δv δu
p · − · +q · − · = · − ·
δz δy δy δz δx δz δz δx δy δx δx δy
P p + Qq = R

This is a partial dierential equation and can be classied as follows:


(i) If it is a linear p.d.e in p and q(i.e)
P (x, y, z) p + Q (x, y, z) q = R (x, y, z)

(ii) Semi-Linear p.d.e: if it is linear in p and q and the coecient of p and q


are functions of x and y only i.e.
P (x, y) p + Q (x, y) q = R (x, y, z)

Example
a) Form a partial dierential equation whose solution is φ (x2 ez , yez ) = 0
Solution
φ x2 ez , yez = 0.................................(i)


Here u = x2 ez and v = yez


φ (u, v) = 0
δu
δx
= 2xez , δu
δz
= x2 ez , δu
δy
δv
= 0, δx = 0, δv
δz
= yez
Substituting this in the equation,
δv
δv
δx
+ p δv
δz δy
+ q δv
δz
δu
=
δx
+ p δu
δz
δu
δy
+ q δu
δz

0 + pyez ez + qyez
=
2xez + px2 ez 0 + qx2 ez

11
pyez ez + qyez
=
2xez + px2 ez qx2 ez
py 1 + qy
2
=
2x + px qx2
pyqx2 = 2x + px2 (1 + qy)


pyqx2 = 2x + px2 + 2xqy + pqx2 y + x2 p + 2xyq

x2 p + 2xyq = −2x

xp + 2yq = −2

From this, p = x, q = 2y , R = −2
b) Form a p.d.e equation whose solution is φ (x + y + z, x2 + y 2 − z 2 ) = 0
Solution
Here u = x + y + z and v = x2 + y 2 − z 2
φ (u, v) = 0
δu
δx
= 1, δu
δz
= 1, δu
δy
δv
= 1, δx = 2x, δv
δz
δv
= −2z, δy = 2y
Substituting this in the equation,
δv
δv
δx
+ p δv
δz δy
+ q δv
δz
δu
=
δx
+ p δu
δz
δu
δy
+ q δu
δz

2x − 2pz 2y − 2qz
=
1+p 1+q
(2x − 2pz) (1 + q) = (1 + p) (2y − 2qz)

2x + 2xq − 2pz − 2pqz = 2y − 2qz + 2py − 2pqz

x + xq − zp = y − zq + py

(x + z) q − (z + y) p = y − x

wherep = −z − y , q = x + z , R = y − x
(b) Form a partial dierential equation whose solution is φ (x2 + y 2 + z 2 , z 2 − 2xy) =
0

12
Solution
φ x2 ez , yez = 0.................................(i)


Here u = x2 + y 2 + z 2 and v = z 2 − 2xy


φ (u, v) = 0
δu
δx
= 2x, δu
δz
= 2z, δu
δy
δv
= 2y, δx = −2y, δv
δz
= 2z
Substituting this in the equation,
δv
δv
δx
+ p δv
δz δy
+ q δv
δz
δu δu
= δu
δx
+ p δz δy
+ q δu
δz

−2y + 2pz −2x + 2qz


=
2x + 2pz 2y + 2qz
−y + pz −x + qz
=
x + pz y + qz
(−y + pz) (y + qz) = (x + pz) (−x + qz)

−y 2 − qyz + pyz + pqz 2 = −x2 − pxz + qxz + pqz 2

(yz + xz) p − (yz + xz) q = y 2 − x2

z (y + x) p − z (y + x) q = (y + x) (y − x)

zp − zq = (y − x)

wherep = z , q = −z , R = y − x

13
3 LANGRAGE METHOD OF SOLVING THE
QUASI LINEAR PARTIAL DIFFERENTIAL
EQUATIONS OF ORDER 1 NAMELY; P p+
Qq = R
The general solution of the linear partial dierential equation are P p + Qq =
R where p,q, R are functions of x,y,z is φ (u, v) = 0where φis an arbitrary
function and u (x, y, z) = c1 )andv (x, y, z) = c2 ) form a solution of equations
dx dy dz
= =
p q R
Example:
1. Solve yxz p + x2 q = y 2
2

Solution
This dierential equation is of the form P p + Qq = R
wherep = yxz , q = xz , R = y 2
2

Using langrage auxillary equation,


dx dy dz
y2 z
= = 2
xz y
x

Taking the rst two fractions,


xdx dy
2
=
y z xz
x2 dx − y 2 dy = 0
x3 y 3 c1
− =
3 3 3
or
x3 − y 3 = c1 =⇒ u

Taking rst and third fraction


xdx dz
2
= 2
y z y
xdx − zdz = 0

14
x2 z 2 c2
− =
2 2 2
x2 − z 2 = c2 =⇒ v

But φ (u, v) = 0, therefore


φ x3 − y 3 , x2 − z 2 = 0


where φis an arbitrary function.


Exercise:
a) p + 3q = 5z + tan (y − 3x)
This dierential equation is of the form P p + Qq = R
wherep = 1, q = 3, R = 5z + tan (y − 3x)
Using langrage auxillary equation,
dx dy dz
= =
1 3 5z + tan (y − 3x)
Using the rst two fractions
dx dy
=
1 3
3dx = dy

3x − y = c

y − 3x = c1

Using the rst and the third fraction,


dx dz
=
1 5z + tan (y − 3x)
dx dz
=
1 5z + tan (c1 )
1
x − ln |5z + tan (c1 )| = c2
5
5x − ln |5z + tan (c1 )| = c2

But φ (u, v) = 0, therefore


φ (y − 3x, 5x − ln |5z + tan (y − 3x)|) = 0

15
thus,
v (x, y, z) = φ(u)

where φis an arbitrary function.


Note:
The possible solutions of p.d.e is φ (u, v) = 0,u = φ(v)or v = φ(u)

3.1 Integral surfaces passing through a given curve


1.Determine the integral surface of the p.d.e. (x − y) p + (y − x − z) q = z
through the circle z = 1, x + y = 1
2 2

Solution
The equation (x − y) p + (y − x − z) q = z is of the form P p + Qq = R
wherep = (x − y), q = (y − x − z), R = z
Using langrage auxillary equation,
dx dy dz
= = ......(i)
(x − y) (y − x − z) z
Using all the fractions
dx + dy + dz dx + dy + dz
=
x−y+y−x−z+z 0
dx + dy + dz = 0

x + y + z = c1 ...................(ii)

Using the second and the third fraction,


dy dz
= .
(y − (x + z)) z
From (ii) (x + z) = (c1 − y)
dy dz
= .
(y − (c1 − y)) z
dy dz
= .
2y − c1 z
1
ln |2y − c1 | = ln |z| + ln |c|
2

16
(2y − c1 ) = c2 z 2
2y − x − y − z
= c2
z2
y−x−z
= c2 .......................(iii)
z2
Put z =1 in equation (ii) and (iii)
x + y = c1 − 1...................(iv)

y − x = c2 + 1...................(v)

But,
2 x2 + y 2 = (x + y)2 + (y − x)2 ........................(vi)


But x2 + y 2 = 1
2 = (c1 − 1)2 + (c2 + 1)2 ........................(vii)

2 = c21 − 2c1 + 1 + c22 + 2c2 + 1

c21 − 2c1 + c22 + 2c2 = 0


 2
2 (y − x − z) 2 (y − x − z)
(x + y + z) − 2 (x + y + z) + 2
+ =0
z z2
(y − x − z)2 2 (y − x − z)
(x + y + z)2 − 2 (x + y + z) + + =0
z4 z2
z 4 (x + y + z)2 + (y − x − z)2 − 2z 4 (x + y + z) + 2z 2 (y − x − z) = 0

2. Find the equation of the surface satisfying the equation 4yzp + q + 2y = 0


and passing through y 2 + x2 = 1, x + z = 2
Solution
The equation (x − y) p + (y − x − z) q = z is of the form P p + Qq = R
wherep = 4yz , q = 1, R = −2y
Using langrage auxillary equation,
dx dy dz
= = ......(i)
4yz 1 −2y
Taking rst and third fractions,

17
dx dz dx dz 1
= =⇒ = − =⇒ dx = −zdz
4yz −2y 2z 1 2
1 z2
x+ = c1
2 2
x + z 2 = c1 ..................(ii)

Taking second and third fractions,


dy dz
= =⇒ dz + 2ydy = 0
1 −2y
z + y 2 = c2 ..............(iii)

Equations (iii) and (iv) are the integrable surfaces


x + z 2 + z + y 2 = c1 + c2

(x + z) + z 2 + y 2 = c1 + c2


2 + 1 = c1 + c2

3 = c1 + c2

(x + z) + z 2 + y 2 = 3


is the given integral surface.


3) Find the integral surface of x2 p + y 2 q + z 2 = 0 which passes through the
hyperbolar xy = x + y , z = 1
Solution
The dierential equation x2 p + y 2 q + z 2 = 0can be written in the form
P p + Qq = R
wherep = x2 , q = y 2 , R = −z 2
Using langrage auxillary equation,
dx dy dz
2
= 2 = ......(i)
x y −z 2
Taking rst and third fractions
dx dz 1 1
2
= 2
=⇒ − − = c
x −z x z

18
1 1
+ = c1
x z
Taking second and third fractions
dy dz 1 1
= =⇒ − − =c
y2 −z 2 y z
1 1
+ = c2
y z
Adding (i) and (ii)
1 1 2
+ + = c1 + c2
x y z
y+x 2
+ = c1 + c2
yx z
2 + 1 = c1 + c2
1 1 2
+ + =3
x y z
yz + xz + 2xy = 3xyz

ASSIGNMENT
Find the integral surface of equation 4yzp − q + 2y = 0which passes through
the hyperbola y 2 = 9 + z and z = 5 − x.
Solution
The dierential equation 4yzp − q + 2y = 0can be written in the form P p +
Qq = R
wherep = 4yz , q = −1, R = −2y
Using langrage auxillary equation,
dx dy dz
= = ......(i)
4yz −1 −2y
Taking rst and third fractions
dx dz dx dz 1 zdz 1 z2
= =⇒ = =⇒ dx = − =⇒ x + = c1
4yz −2y 2z −1 2 1 2 2
x + z 2 = c1 ...........................(ii)

Taking second and third fractions

19
dy dz dz y2 1
= =⇒ ydy = =⇒ − z = c2
−1 −2y 2 2 2
y 2 − z = c2 ..................................(iii)

Adding (ii) and (iii)


x + 2z + y 2 − z = c1 + c2

However there are no combination suiting our given equations, thus;


But y 2 = 9 + z 2 and z = 5 − x.
Rewriting,
9 + z2 = y2

9 + z 2 = z + c2

But z = 5 − xand z 2 = c1 − x
9 + c1 − x = 5 − x + c2

4 = c2 − c1

Replacing c1 and c2 from equations(ii) and (iii),


4 = y2 − z − x + z2
 

4 = y2 − z − x − z2

3.2 Surfaces Orthogonal to given system of surfaces


The curves whose equations are the solution of dxp = dyq = dz
R
..............(i) are
orthogonal to the system of the surfaces whose equations are pdx + qdy +
Rdz = 0..............(ii).
1. Find the family of surfaces orthogonal to the family of surfaces given by
dierential equations (y + z) p + (z + x) q = x + y
Solution
p = y + z , q = z + x, R = x + y
Then the given dierential equation can be written in the form P p+Qq = R.

20
The dierential equation of the family of the surface is orthogonal to the
given family is given by pdx + qdy + Rdz = 0where (y + z) dx + (z + x) dy +
(x + y) dz = 0
Rearranging,
(y + z) dx + (z + x) dy + (x + y) dz = 0

(ydx + zdx) + (zdy + xdy) + (xdz + ydz) = 0

Rearranging,
(ydx + xdy) + (zdy + ydz) + (xdz + zdx) = 0

d (xy) + d (yz) + d (xz) = 0

Integrate,
xy + yz + xz = c

where c is a constant of integration.


Exercise:
1. Find the family of curves orthogonal to φ z (x + y)2 , x2 − y 2 = 0


Solution
Solution
φ z (x + y)2 , x2 − y 2 = 0.................................(i)


Here u = z (x + y)2 and v = x2 − y 2


φ (u, v) = 0
δu
δx
= 2z (x + y) , δu
δz
= (x + y)2 , δu
δy
δv
= 2z (x + y) , δx = 2x, δv
δz
δv
= 0, δy =
δv
−2y, δz = 0
Substituting this in the equation,
δv
δv
δx
+ p δv
δz δy
+ q δv
δz
δu
=
δx
+ p δu
δz
δu
δy
+ q δu
δz

2x −2y
2 2 =
(x + y) + p (x + y) 2z (x + y) + q (x + y)2
x [2z + q (x + y)] = −y [2z + p (x + y)]

21
2xz + qx2 + qxy = −2zy − xyp − y 2 p

xy + y 2 p + x2 + xy q = −2z (y + x)
 

py (x + y) + qx (x + y) = −2z (y + x)

py + qx = −2z

From this, p = y , q = x, R = −2z


Hence the equation is of the form P p + Qq = R and is orthogonal to pdx +
qdy + Rdz = 0.
Thus,
ydx + xdy − 2zdz = 0

But ydx + xdy = d (xy)


Hence,
d (xy) − 2zdz = 0

xy − z 2 = c

22
4 SPECIAL TYPES OF FIRST ORDER PAR-
TIAL DIFFERENTAL EQUATIONS
We discuss special types of rst order partial dierential equations whose
solution can be determined by the Charpit's method.
Case 1:
A rst order partial dierential equation is said to be of the form Charpit's
form, if it can be written in the form:
z = px + qy + f (p, q) ................(i)
Solution
Let F (x, y, z, p, q) = z − px − q(y) − f (p, q).................(ii)
Therefore the Charpit's auxillary equation is:
dp dq dz dx dy
δF
= = = δF = δF
δx
+ p δF
δZ
δF
δy
δF
+ q δZ δF δF
−p δp − q δq − δp − δq
Using the rst and the second fractions,
dp dq
=
−p + p −q + q
This implies that
dp = 0 =⇒ p = aand dq = 0 =⇒ q = b.............................(iii)
Substituting equation(iii) into equation (i)
z = ax + by + f (a, b) ................(iv)

Equation (iv) gives the complete integral of equation (i)


Example:
a) Find the complete integral(C.I) and the Singular Integral (S.I) of
(i) z = px + qy + log(pq)..................(i)
Solution
Comparing this with the given equation of Charpit form, the complete inte-
gral is given by
z = ax + by + log(ab)

z = ax + by + log(a) + log(b)......................(ii)

23
To obtain the singular integral we dierentiate (ii) partially with respect to
a and b to obtain (iii) and (iv),
1 1
0=x+ =⇒ a = − ..................(iii)
a x
1 1
0 = y + =⇒ b = − ..................(iv)
b y
We then substitute equations (iii) and (iv) in (ii) to obtain the singular
integral.        
1 1 1 1
z= − x+ − y + log − + log −
x y x y
   
1 1
z = −1 − 1 + log − + log −
x y
 
1
z = −2 + log
xy

(ii) z = px + qy − 2 pq..................(i)
Solution
Comparing this with the given equation of Chaurat's form, the complete
integral is given by

z = ax + by − 2 ab..................(ii)

To obtain the singular integral we dierentiate (ii) partially with respect to


a and b to obtain (iii) and (iv), r
2b b b b
0 = x − √ = x − √ =⇒ x = √ = .........................(iii)
2 ab ab ab a
r
2a a a a
0 = y − √ = y − √ =⇒ y = √ = .........................(iv)
2 ab ab ab b

r r r r
b b a b
x−z = −a −b + 2 ab = ...............................(v)
a a b a

r r r r
a b a a
y−z = −a −b + 2 ab = ...............................(vi)
b a b b
Multiplying (v) and (vi)

24
r r
b a
(x − z) (y − z) = × =1
a b
(x − z) (y − z) = 1

(iii) Prove that z = px + qy + pq−p−q


pq
represents all planes such that the
algebraic sum of the intercepts on three coordinate axes is unity.
Solution
Comparing this with the given equation of Charpit's form, the complete
integral is given by
ab
z = ax + by + .................(ii)
ab − a − b
Rearranging equation (ii) in order that outlines the intercepts,
−ab
ax + by − z =
ab − a − b
ax by z
−ab
+ −ab
− −ab
=1
ab−a−b ab−a−b ab−a−b
x y z
−b
+ −a + ab
= 1.....................(iii)
ab−a−b ab−a−b ab−a−b

From equation (iii), the x intercept is given by: ab−a−b


−b
, y- intercept by ab−a−b
−a
and
z-intercept ab−a−b
ab
.
The sum of the intercepts is given by
−b z−a ab −b − a + ab
+ + = =1
ab − a − b ab − a − b ab − a − b ab − a − b
(iv) Find the C.F and S.I. of 4xyz = pq + 2px2 y + 2qxy 2 ......................(i)
Solution
This equation can only be compared to Charpit's form if it is transformed
rst,
Tranforming equation (i) to Charpit's form
Recall p = δx
δz δz
, q = δy
But 4xy = (2x) (2y) ............................(ii)
Divide (i) by (ii),

25
2x2 y δz 2xy 2 δz
     
1 δz 1 δz
z= · · + +
2x δx 2y δy 4xy δx 4xy δy
      
1 δz 1 δz 2 1 δz 2 1 δz
z= · · +x · +y ·
2x δx 2y δy 2x δx 2y δy
Let 2xδx = δX and 2yδy = δY
let x2 = X and y 2 = Y       
δz δz δz δz
z= +X +Y
δX δY δX δY
δz δz
p= δX
,q = δY
Z = pq + pX + qY

which is of Charpit's form


Comparing this with the given equation of Charpit's form, the complete
integral is given by
z = aX + bY + ab.................(iii)

But x2 = X and y 2 = Y
Replacing yields;
z = ax2 + by 2 + ab.................(iv)

For the singular integral,we dierentiate (iv) partially with respect to a and
b to obtain equations (v) and (vi)
0 = x2 + b =⇒ b = −x2 ........................(v)

0 = y 2 + a =⇒ a = −y 2 ...........................(vi)

z = −y 2 x2 − x2 y 2 + x2 y 2 .................(vii)

z = −y 2 x2 ........(viii)
1
(v) Show that the complete integral of the equation z = px+qy+(p2 + q 2 + 1) 2 ..........(i)represents
all planes at a unit distance from the origin.
Solution
This equation is of Chaurit's form, thus

26
 12
z = ax + by + a2 + b2 + 1 ............................(ii)

Rearranging equation (ii) in order that outlines the intercepts,


 21
ax + by − z = − a2 + b2 + 1 ............(iii)
1
Dividing through by − (a2 + b2 + 1) 2 , we get
ax by z
1 + 1 − 1 = 1............(iv)
− (a2 + b2 + 1) 2 − (a2 + b2 + 1) − (a2 + b2 + 1) 2
2

x y z
a + b
+ 1 = 1............(v)
1 1 1
−(a2 +b2 +1) 2 −(a2 +b2 +1) 2 (a2 +b2 +1) 2

Squaring the intercepts and adding them to get the distance,


2
a b2 1 a2 + b 2 + 1
+ + = =1
a2 + b 2 + 1 a2 + b 2 + 1 a2 + b 2 + 1 a2 + b 2 + 1
Case 11: A dierentail equation with only p,q,z in the form:
f (p, q, z) = 0..................................(i)
Solution
Apply Charpit's auxillary equation
dp dq dz dx dy
0
= 0
= 0 = 0
= 0
0 + pf (p, q, z) 0 + qf (p, q, z) pf (p, q, z) −f (p, q, z) −qf (p, q, z)
dp dq dz dx dy
= 0 = 0 = =
pf 0 (p, q, z) qf (p, q, z) pf (p, q, z) 0
−f (p, q, z) 0
−qf (p, q, z)
dp dq
δf
= δf
p δz q δz
dp dq
=
p q
lnp = lnq + lna

p = qa or q = pa.................................(ii)

dz = pdx + qdy

dz = p (dx + ady) = pd (x + ay) ...............................(iii)

Letu = x + ay

27
dz = pdu
dz
p= ............................(iv)
du
Thus by equation (ii),
dz
q=a ............................(v)
du
Replacing back in equation
 (i) 
dz dz
f , a , 0 = 0......................(vi)
du du
Equation (vi) is a p.d.e of rst order. Solving (vi), we get z as a function of
U. The Complete Integral is then obtained by replacing u with x+ay.
Example:
a) Find the Complete Integral and the Singular Integral of q 2 = z 2 p2 (1 − p2 ) .....................(i)
Solution
Step 1:
We take p = du
dz
,q = a du
dz
and u = x + ay and substitute in
! (i)
 2 2  2
dz dz
2 dz
a =z 1−
du du du
"  2 #
dz
a2 = z 2 1 −
du
 2
2 2 2 dz
a =z −z
du
2
z 2 − a2

dz
=
du z2
r √
dz z 2 − a2 z 2 − a2
= =
du z2 z
ˆ ˆ
z
du = √ dz
z − a2
2

Integrating by substitution yields,



u+b= z 2 − a2

28
Squaring both sides,
(u + b)2 = z 2 − a2

Replacing u = x + ay
(x + ay + b)2 = z 2 − a2 ..............................(ii)

Dierentiatiate (ii) with respect to a


2y (x + ay + b) = −2a..................................(iii)

Dierentiatiate (ii) with respect to b


2 (x + ay + b) = 0..................................(iv)

From (iii) and (iv) we get,


z 2 = 0 =⇒ z = 0.............................(v)

Equation (v) is an xy plane.


(Incomplete)

29
5 SURFACES AND CURVES IN THREE DI-
MENSIONS:
In rectangular co-ordinates, the equation of a surface is expressed in the form
f (x, y, z) = 0..........................(i). For example, the equation x2 + y 2 + z 2 =
a2 is the equation of a sphere centered at the origin (0, 0, 0)radius r. From
equation (i) the total dierential of F is δf δx
dx + δf
δy
dy + δf
δz
dz = 0showing that
 
the triad δx , δy , δz are the directional rations normal to the surface at a
δf δf δf

given point while (dx, dy, dz)are the direction ratios tangent to the surface
of the same point. Consider a curve which is the intersection of the surfaces
f (x, y, z)and g (x, y, z) = 0. With the two equations of surfaces satisfying
their total dierentials i.e. df = 0and dg = 0or
δf δf δf
dx + dy + dz = 0
δx δy δz
δg δg δg
dx + dy + dz = 0
δx δy δz
which on solving for dx, we have;
δf δf δf
dx + dy = − dz
δx δy δz
δg δg δg
dx + dy = − dz
δx δy δz

δf δf δf δg δf δg 
f, g

δx δy
4 = δg δg = − =J
δx δy δx δy δy δx x, y

− δf dz δf δf δf
δz δy
δz δy δz

δg δg δg δg
− δz dz δy δy δz
dx = =  
δf δf f,g
δx δy J x,y
δg δg
δx δy

30
or  
f,g
δzJ dx
x,y dz
dx =   or   =   .....................(A)
f,g
J x,y J f,g
y,z
f,g
J x,y

Next solving for dy, we have;


δf δf δf
dx + dy = − dz
δx δy δz
δg δg δg
dx + dy = − dz
δx δy δz

δf δf δf δg δf δg 
f, g

δx δy
4 = δg δg = − =J
δx δy δx δy δy δx x, y

δf − δf dz δf δf
δx δz δz δx
δz δg

δg
δx − δg δg

δz
dz δz δx
dy = =  
δf δf f,g
δx δy J x,y
δg δg
δx δy
or  
f,g
δzJ x,y dy dz
dx =   or   =   .........................(B)
f,g f,g f,g
J x,y J z,x J x,y

From A and B,
dx dy dz
 =  =  
f,g f,g f,g
J y,z
J z,x
J x,y

which is a system of the form,


dx dy dz
= =
p q R
where    
f, g f, g dz
p=J or q = J or R =  
y, z z, x J f,g
x,y

31

δf δf δf δf δf δf
δy δz δz δx δx δy
p= or q = or R =

δg δg δg δg δg δg

δy δz δz δx δx δy

The reverse problem is that of nding the curves of intersection for these
surface i.e. We show that the surface f (x, y, z) = c1 will involve only one
arbitrary constant c1 and f (x, y, z) = c2 will involve only one arbitrary con-
stant c2 . Therefore, the curve of intersection will involve two parameters and
we call them a two parameters and we call them a two parameter family of
curves.

32
6 METHODS OF SOLVING dx
p = dy
q = dz
R =λ
(i) The Spot Method
Suppose that U (x, y, z)is a solution of dxp = dyq = dz R
..........................(i)
 
then δu
δx
dx + δu
δy
dy + δu
δz
dz = 0hence λ δu
δx
dx + δu
δy
dy + δu
δz
dz = 0where λ 6=
0hence p du
dx
+ q du
dy
+ R du
dz
= 0. We then try to spot functions p0 , q 0 and R0 such
that pp0 + qq 0 + RR0 = 0implying that p0 dx + q 0 dy + R0 dz = 0will be an exact
dierential equation with the solution U (x, y, z) = c1 . Repeats the same
process with the function p00 , q 00 and R00 to get V (x, y, z) = c2 which is the
required two parameter family of curves c1 and c2 .
Example:
1. Find the integral curve of the equations y(x+y)+az
dx dy
= x(x+y)−az dz
= z(x+y)
Solution
p = y (x + y) + az , q = x (x + y) − az and R = z (x + y)
By intution take p0 = x, q 0 = y thus pp0 + qq 0 + RR0 will become exact;
xy (x + y) + xaz + yx (x + y) − yaz + R0 z (x + y) = 0

x2 y + xy 2 + xaz + yx2 + y 2 x − yaz + R0 z (x + y) = 0

az (x + y) + R0 z (x + y) = 0 =⇒ az (x + y) = −R0 z (x + y) = 0

Thus
R0 = −a

Then pp0 +qq 0 +RR0 = 0is now exact implying that p0 dx+q 0 dy +R0 dz = 0will
be an exact dierential equation with the solution U (x, y, z) = c1
xdx − ydy − adz = 0

On integration,
x2 y 2
− − az = c or x2 − y 2 − 2az = c1
2 2
where c1 = 2c
Again by intuition, take p00 = 1, q 00 = i thus pp00 + qq 00 + RR00 = 0

33
y (x + y) + az + x (x + y) − az + R00 z (x + y) = 0

(x + y)2 + R00 z (x + y) = 0
− (x + y)
R00 =
z
Thus p00 dx + q 00 dy + R00 dz = 0will be an exact dierential equation with the
solution V (x, y, z) = c2
(x + y)
dx + dy − dz = 0
z
dx + dy 1
− dz = 0
x+y z
d (x + y) 1
− dz = 0
x+y z
ln |x + y| − ln |z| = lnc2
x+y
= c2
z
Thus the integral curves are given by U (x2 − y 2 − 2az) = c1 and V x+y

z
= c2
Note: This method can be simplied and shortened by the following prop-
erties:
so that if pp0 + qq 0 + RR0 = 0 then
0 dx+q 0 dy+R0 dz
dx
p
= dyq
= dzR
= p pp 0 +qq 0 +RR0 = dx−dy−2dz
p−q−2R
p0 dx + q 0 dy + R0 dz = 0is exact.
(ii) Method 2
Given that dx
p
= dy
q
= dz
R
, It should be noted that dx
p
= dy
q
= dz
R
= p0 dx+q 0 dy
pp0 +qq 0
=
dx+3dy−dz
pp0 +3qq 0 −RR0
e.t.c
Example:
Find the integral curves of y(x+y)+az
dx dy
= x(x+y)−az dz
= z(x+y)
Solution
Adding the rst two and equating to the third equation,
dx + dy dz
2 =
(x + y) z (x + y)
dx + dy dz
=
x+y z

34
ln |x + y| = ln |z| + lnc1
x+y
= c1
z
Also,
xdx ydy dz
= =
xy (x + y) + azx xy (x + y) − azy z (x + y)
xdx − ydy xdx − ydy
=
x2 y + xy 2 2 2
+ azx − xy − x y + azy az (x + y)
Therefore,
xdx − ydy dz
=
az (x + y) z (x + y)
xdx − ydy = adz
x2 y 2
− = az + c or x2 − y 2 − 2az = c2
2 2
where c2 = 2c
(iii) Method 3:
It is possible to use the rst solution to obtain the second solution by elimi-
nating one of the variables in one of the fractions:
Example: Obtain integral curve of y(x+y)+az
dx dy
= x(x+y)−az dz
= z(x+y) ...............(i)
Solution
Adding the rst two and equating to the third equation,
dx + dy dz
2 =
(x + y) z (x + y)
dx + dy dz
=
x+y z
ln |x + y| = ln |z| + lnc1
x+y
= c1
z
Eliminating z from the rst and second fraction using the rst solution, we
have;
x+y
z=
c1

35
Replacing in equation (i),
dx dy dz
 =  = x+y
y (x + y) + a x+y
x (x + y) − a x+y
c1
(x + y)
c1 c1

Using the rst two fractions,


dx dy
a =
y + c1 x − ca1
   
a a
x− dx = y + dy
c1 c1
x2 azx y2 azy
− = + +c
2 x+y 2 x+y
x2 y 2 az (x + y)
− − = c or x2 − y 2 − 2az = c2
2 2 (x + y)
where c2 = 2c
(iv) Method 4
If one of the variables is absent in one of the equations, one of the solutions
can be denied easily.
Example: Find the integral curves of the equations x+z dx
= dy
y
dz
= z+y 2 ...............(i)

Solution
x is absent from the equation dyy = z+y
dz
2 and this equation is linear with z and
´ 1
the dependent variable with I.F = e − y dy = e−lny = y1 . Therefore

dz z + y2 dz z
= or − =y
dy y dy y

1 dz z
− 2 =1
y dy y
 
z
d =1
y
z
= y + c1 or z = c1 y + y 2
y

36
Comparing the rst and the second fractions,
dx dy
2
=
x + (c1 y + y ) y
This is a linear equation with x as the dependent variable
dx x + c1 y + y 2
=
dy y
dx x
= + c1 + y
dy y
dx x
− = c1 + y
dy y
´
− y1 dy
I.F = e = e−lny = y1 . Therefore
 
x 1
d = (y + c1 )
y y
 
x c1
d =1+
y y
x
= y + c1 lny + c2
y
Replacing c1 = z−y 2
y
x z − y2
=y+ lny + c2
y y
Example:
Find the integral curves of the equation
a) xy
dx
= dy
y2
dz
= zxy−2x 2

The rst two fractions do not have the variable z


dx dy
= 2
xy y
dx dy
=
x y
x
lnx = lny + lnc =⇒ = c1
y
Also,

37
dy dz
2
=
y zxy − 2x2
But x = c1 y
dy dz
=
y 2 zc1 y − 2c21 y 2
2

dz
dy =
zc1 − 2c21
1
y = ln zc1 − 2c21 + c2
c1
y xz 2x2

y = ln − 2 + c2
x y y
b) dx
xz(z 2 +xy)
= dy
−yz(z 2 +xy)
= dz
z4
dx −dy
=
x y
lnx = −lny + lnc =⇒ xy = c1

Also,
dx dz
2
= 4
xz (z + xy) z
dx z (z 2 + xy)
= dz
x z4
 
dx 1 c1
= + dz
x z z3
c1
lnx = lnz − 2 + c2
2z
xy
lnx − lnz + 2 = c2
2z
x xy
+ 2 = c2
z 2z
c) x(y−z)
dx dy
= y(z−x) dz
= z(x−y)
Solution
Adding the rst two fractions and equating with the third,

38
dx + dy dz
=
−z (x + y) z (x − y)
dx + dy + dz = 0

Integrating,
x + y + z = c1

Also,
ydx + xdy dz
=
yx (y − z) + xy (z − x) z (x − y)
ydx + xdy dz
=
yx (x − y) z (x − y)
dx dy dz
+ + =0
x y z
lnx + lny + lnz = lnc2

xyz = c2

d) x2 (ydx
3 −z 3 ) =
dy
y 2 (z 3 −x3 )
= dz
z 2 (x3 −y 3 )
Solution
xdx + ydy zdz
= 3 3
x3 (y 3 3 3 3 3
− z ) + y (z − x ) z (x − y 3 )
Considering the denominator,
x3 y 3 − x3 z 3 + y 3 z 3 − x3 y 3 = z 3 x3 − z 3 y 3

z 3 y 3 − x3 = −z 3 x3 − y 3
 

Therefore,
xdx + ydy zdz
3 3 3
= 3 3
−z (x − y ) z (x − y 3 )
xdx + ydy + zdz = 0
x2 y 2 z 2
+ + = c or x2 + y 2 + z 2 = c1
2 2 2
dx dy dz
x2
+ y2 z2
=
y3 − x3 + z3 − x3 x3 − y 3

39
dx dy dz
x2
+ y2 z2
=
y3 + z3 x3 − y 3
dx dy dz
+ 2 + 2 =0
x2 y z
1 1 1
− − − =c
x y z
1 1 1
+ + = c2
x y z

40
7 ORTHOGONAL TRAJECTORIES OF CURVES:


δf δf δf δf δf δf
p = δy

δg
δz
δg
,q = δg
δz δx
δg
,R = δx
δg
δy
δg
δy δz
δz δx
δx δy
In three dimensions, given a surface f (x, y, z) = 0..............................(i)and
a system of curves, we have to nd a system of curves each of which lies on
the surface (i) and cuts every curve of the given system at right angles. The
new system of curve is called the system of orthogonal trajectories on the
surface of the given system of curves. The original system of curves may be
thought of as the intersection of the surface (i) with the parameter family of
curves g (x, y, z) = c1 ..............................(ii)

41
In general, the tangential direction (dx, dy, dz)to the given curve through the
points x,y,z on the surface (i) satises the equations δfδx
dx + δf
δy
dy + δf δz
dz = 0
and δx
δg δg
dx+ δy dy+ δg
δz
dz = 0. Which on solving gives dxp
= dy
q
= dzR
.............(iii)
where

δf δf f f δf δf f f δf δf f f
,q = δg δg = ,R = δx
y z δz δx z x x y
p = δy δz
= δy
=

δg
δy δg gy gz δz δx gz gx δg δg
δx δy gx gy

δz
The curve through point (x, y, z)of the orthogonal system has tangential
direction (dx0 , dy 0 , dz 0 )which lies on the surface (i) such that δfδx
dx0 + δf
δy
dy 0 +
δf
δz
dz 0 = 0...................(iv)

42
This implies that dxdx0 + dydy 0 + dzdz 0 = 0
Hence from (iii), we have pdx0 + qdy 0 + Rdz 0 = 0...........................(v)
Solving (iv) and (v) we have,
.........................(vi)where p0 = Rfy − qfz , q 0 = pfz − Rfx and
0
dx0 0
p0
= dy
q0
= dz
R0
R0 = qfx − pfy .........................(vii)
Note that:
δf
δx
+ δf
dx0 δy
dy 0 = − δf
δz
dz 0
pdx + qdy 0 = −Rdz 0
0

f δz 0 f f f
z y 0 z y
δz

0

−Rδz q −R q
dx0 = =
fx fy fx fy


p q p q

dx0 dz 0
=
f f f f
x y x y

p q p q

43

f 0
x f z δz f
0 x
f
z
δz

p −Rδz 0

p −R
dy 0 = =
fx fy
f f
x y

p q p q

dy 0 dz 0
=
f f f f
x y x y

p q p q

Example:
Find the orthogonal trajectories of the sphere x2 + y 2 + z 2 = a2 at its inter-
section with a parabola xy = cz where c is a parameter.
Solution
Let f (x, y, z)be identiacal to x2 + y 2 + z 2 = a2
Let g (x, y, z) = xyz = c
δf δf f f
Then (dx, dy, dz)satises dx
p
= dy
q
= dz
R
where p = δy
δg
δz
δg
y z
= =
δy δz
gy gz

2y 2z
2xy 2 −2xy 2 −2xz 2
= − − 2x =

z 2 z2
z − xy
x
z2


δf δf f f 2z 2x
2y (z 2 +x2 )
,q = δg z x 2 2 2y
δz δx
= = xy y = 2yz + 2xz2 y = 2yz z+2x =

δg z 2 z2
δz δx gz gx − z 2 z
and
δf δf f f 2x 2y
x y 2 2 2(x2 −y 2 )
R = δx δy
= = y x = 2x −2y =

δg δg
δx δy gx gy z z z
z
dx dy dz
 2 2  = 2y(z2 +x2 ) = 2(x2 −y2 )
−2x y z+z 2 z2 z

dx dy dz
2 2
= 2 2
=
−x (y + z ) y (z + x ) z (x − y 2 )
2

Then the triad (dx0 , dy 0 , dz 0 )satises where


0
dx0 0
= dy = dzp0
q0 R0
f fz
2y 2z
0 y
p = = = 2yz (x2 − y 2 ) − 2zy (x2 + z 2 ) =

q 2 2 2 2
y (x + z ) z (x − y )
R

44
−2yz (y 2 + z 2 )
f f 2z 2x
z x
q0 = = = −2zx (y 2 + z 2 )−2xz (x2 − y 2 ) =

R p z (x2 − y 2 ) −x (y 2 + z 2 )
−2xz (x2 + z 2 )
f f 2x 2y
0 x y
R = = = 2xy (x2 + z 2 )+2xy (y 2 + z 2 ) =

2 2 2
p q −x (y + z ) y (x + z ) 2

2xy (x2 + 2z 2 + y 2 )
Hence,
dx0 dy 0 dz 0
= =
−2yz (y 2 + z 2 ) −2xz (x2 + z 2 ) 2xy (x2 + 2z 2 + y 2 )
dx0 dy 0 dz 0
= =
−yz (y 2 + z 2 ) −xz (x2 + z 2 ) xy (x2 + 2z 2 + y 2 )
For the rst two fractions,
dx0 dy 0
=
−yz (y 2 + z 2 ) −xz (x2 + z 2 )
dx0 dy 0
=
y (y 2 + z 2 ) x (x2 + z 2 )
xdx0 ydy 0
= 2
(y 2 + z 2 ) (x + z 2 )
From;x2 + y 2 + z 2 = a2 ,x2 + z 2 = a2 − y 2 and y 2 + z 2 = a2 − x2
xdx0 ydy 0
=
(a2 − x2 ) (a2 − y 2 )
1 1
− ln a2 − x2 = − ln a2 − y 2 + lnk
2 2
a2 − y 2
= k −2 = c
a2 − x 2
Thus aa2 −x 2 = cand the given surface equation is x + y + z = a2 are the
2
−y 2
2 2 2

systems of orthogonal trajectories.


b) Find the orthogonal trajectories on the cone x2 + y 2 = z 2 tan2 αat its
intersection with the family of planes z = c
Solution

45
The triad (dx, dy, dz)satises the equation dx
= dy = dz
p q R
δf δf f fz 2y −2ztan α
2
y
p = δy δz
= = = 2y

δg δg gy
δy δz
gz 0 1

δf δf f fx −2ztan2 α 2x
,q = δg
δz δx
δg =
z
= = −2x and
δz δx
gz gx 1 0

δf δf f fy 2x 2y
x
R = δx δy
= = =0

δg δg
gx
δx δy
gy 0 0
dx dy dz dx dy dz
= = =⇒ = =
2y −2x 0 y −x 0
Then the triad

(dx0 , dy 0 , dz 0 )satises

dx0
p0
= dy 0
q0
= dz 0
R0
where
f
y fz 2y −2ztan2 α
p0 = = = −4xztan2 α
q R −2x 0

f
z fx −2ztan2 α 2x
q0 = = = −4yztan2 α
R p 0 2y

f fy 2x 2y
0 x
R = = = −4 (x2 + y 2 )
p q 2y −2x
dx0 dy 0 dz 0
= =
−4xztan2 α −4yztan2 α −4 (x2 + y 2 )
dx0 dy 0 dz 0
= =
xztan2 α yztan2 α (x2 + y 2 )
Comparing the rst two fractions,
dx0 dy 0
=
x y
lnx = lny + lnc
x
=c
y
Therefore the required system of orthogonal trajectories are given by x2 +y 2 =
z 2 tan2 αand xy = c.
c) Find the orthogonal trajectories on the conicoid (x + y) z = 1of the conics
in which its cut by the system of planes x − y + z = k where k is a parameter.

46
Solution
The triad (dx, dy, dz)satises the equation dx
p
= dy
q
= dz
R
f = xz + yz − 1 = 0
g = x − y + z − k
δf δf f f z x + y
y z
p = δy δz
= = =z+x+y

δg δg
δy δz
gy gz −1 1

δf δf f f x + y z
,q = δg δg =
δz δx z x
= = x + y − z and

δz δx gz gx 1 1

δf δf f f z z
δx δy x y
R = δg δg = = = −z − z = −2z

δx δy gx gy 1 −1
dx dy dz dx dy dz
= = =⇒ = =
x+y+z x+y−z −2z y −x 0
Then the triad

(dx0 , dy 0 , dz 0 )satises

dx0
p0
= dy 0
q0
= dz 0
R0
where
f f z y + x
0 y z
p = = = −2z 2 − (x + y) (x + y − z)
q R x + y − z −2z

f f x + y z
z x
q0 = = = (x + y) (x + y + z) + 2z 2

R p −2z x + y + z

f f z z
x y
R0 = = = z (x + y − z) − z (x + y + z) =

p q x + y + z x + y − z
−2z 2
dx0 dy 0 dz 0
= =
−2z 2 − (x + y) (x + y − z) (x + y) (x + y + z) + 2z 2 −2z 2
Adding the rst two fractions,
dx0 + dy 0 dz 0
=
−2z 2 − (x + y) (x + y − z) + (x + y) (x + y + z) + 2z 2 −2z 2
dx0 + dy 0 dz 0
=
2z (x + y) −2z 2
dx0 + dy 0 dz 0
=
(x + y) −z
ln |x + y| = −ln |z| + lnc

47
(x + y) z = c

If c = 1,
(x + y) z = 1

Using x + y = z1 in the rst and the third fractions,


dx0 dz 0
=
−2z 2 − (x + y) (x + y − z) −2z 2
dx0 dz 0
=
−2z 2 − z1 1
z
−z −2z 2
dx0 dz 0
=
−2z 2 − z12 + 1 −2z 2
dz 0
   
0 2 1 0 1 1
dx = −2z − 2 + 1 = dz 1 + 4 − 2
−2z 2 z 2z 2z
On integrating,
1 1
x=z− 3
+ +c
6z 2z
d) Find the orthogonal trajectories on the surface f = x2 +y 2 +2p (yz)+d = 0
of its intersections with the one family of planes parallel toz = c whre c is a
parameter.

48
8 METHOD OF SEPARATION OF VARIABLES:
Example 1:
Displacement of vibrating spring or wave equation.

The partial dierential equation governing the motion of the vibrating string
is given as δδt2u = c2 δδxu2 where c2 = TM
2 2 ension
ass
Therefore our task is to determine u (x, t)under the boundary conditions
u (0, t) = 0,u (1, t) = 0 and the initial conditions u (x, 0) = φ(x)and ut (x, 0) =
ϕ(x). Here u (x, t)represents displacement of the string at any position and
at any time t. u(t)represents the velocity of the wave produced by the
string at time t. By the method of separation of variables, the depen-
dent variable u (x, t)may be expressed as u (x, t) = X(x)T (t)where X(x)is
a function of x alone and T (t)is a function of t alone. Then it follows that
uxx = X 00 (x)T (t)andutt = X 00 (x)T (t)
Given,
δ2u 2
2δ u
= c ....................(i)
δt2 δx2

49
Let U = XT........................(ii)
δu δX δT δX
= T +X = T = X 0 T.........................(iii)
δx δx δx δx
δ2u δ 0 δX 0 δT δ2X
2
= (X T ) = T + X = 2
T = X 00 T.............................(iv)
δx δx δx δx δx
Similarly,
δ2u
= T 00 X.........................(v)
δt2
Substituting (v) and (iv) into (i)
XT 00 = c2 X 00 T
T 00 c2 X 00
= =k
T X
These two functions could only be equal to a constant, say k as shown above,
T 00
= k =⇒ T 00 − kT = 0
T
and
c2 X 00 k
= k =⇒ X 00 − 2 X = 0
X c
Assuming that we need to consider only the physical solution, there are three
cases to be be investigated.
Case 1: k=0
If k=0, then T 00 = 0, T 0 = A,T = At + B and X 00 = 0, X 0 = C ,X = Cx + D
Therefore, U (x, t) = X(x)T (t) =⇒ U (x, t) = (Cx + D) (At + B)
These solutions cannot describe the vibtrating of a system because it is not
periodic.
Applying U (0, t) = 0,U (1, t) = 0
D (At + B) = 0

Dt = 0, t 6= 0

hence D = 0
U (x, t) = Cx (At + B)

0 = Ct

50
hence C = 0
This shows that U (x, t) = 0has trivial solutions.
Case 2:k = λ2
Then the two dierential equations are
T 00
= λ2 =⇒ T 00 − λ2 T = 0
T
and
c2 X 00 λ2
= λ2 =⇒ X 00 − 2 X = 0
X c
T = Aeλt + Be−λt
λ λ
X = Ce c x + De− c x

Thus  
λ
− λc x
x
Aeλt + Be−λt

U (x, t) = Ce c + De

This solution cannot describe the oscillating motion of a system because it


is not periodic. THerefore we reject the solution;
U (0, t) = (C
 +λD) t =⇒ λC + D = 0 =⇒ C = −D,
 D = −C  λ 
λ λ
x −cx x −cx x − λc x
U (x, 0) = Ce − Ce
c t=C e −e c t =⇒ t 6= 0, e − e
c 6=
0, C = 0hence the solution is trivial
Case 3:k = −λ2
Then the two dierential equations are
T 00
= λ2 =⇒ T 00 + λ2 T = 0
T
and
c2 X 00 λ2
= λ2 =⇒ X 00 + 2 X = 0
X c
T = Acosλt + Bsinλt
   
λ λ
X = Ccos x + Dsin x
c c
     
λ λ
U (x, t) = Ccos x + Dsin x [Acosλt + Bsinλt]
c c

51
This solution is periodic with a period of 2π
λ
. However, we need to determine
λ, A, B, C, andD from the rst boundary condition.
U (0, t) = 0 =⇒ 0 = C (Acosλt + Bsinλt) =⇒ 0 = CT, T 6= 0 =⇒ C = 0
Hence U (x, t) = Dsin λc x [Acosλt + Bsinλt]


The second boundary condition gives


U (l, t) = 0 =⇒ 0 = Dsin λc l [Acosλt + Bsinλt] or 0 = Dsin λc l · T
 

l 6= 0and we cannot choose D = 0because it gives a trivial solution.


Solution
sin λlc = 0, only possible solution is when λlc = nπ =⇒ λ = nπ c or λn =

l

l
c, n = 1, 2, 3, ...
λn is called the eigen solution. Then, we therefore have innite number of
λn for which the product solution of the wave equation exists./ Therefore we
write the solution as
λn
Un (x, t) = sin x (An cosλnt + Bn sinλnt)
l
or
nπ  nπc nπc 
x An cos
Un (x, t) = sin t + Bn sin t
l l l
where An and Bn are denes as fourier coecients. To obtain An , we use the
initial displacement conditions

X nπ
U (x, 0) = φ(x) = An sin x
n=1
l

This series can be organized as the half range since the expansion of a peri-
odic function φ(x)is denes in the range (0, l). Now An can be obtained by
multiplying the series by sin nπl xand integrating with respect to x from 0 to
´
l which gives An = π2 0l φ(x)sin nπl xdx

a0 X
F (x) = + (an cos(nx) + bn sin(nx))
2 n=1

To determine Bn a, we use the fourth condition


∞ n
X nπ nπc nπc nπc nπc o
U (x, 0) = ψ(x, t) = sin x − An sin t+ Bn cos t
n=1
l l l l l

52

X nπc nπc
ψ(x, t) = Bn sin x
n=1
l l

Then multiplying both sides of this equation by sin nπl xand integrating with
respect to x, we get ˆ l
2 nπ
Bn = ψ(x)sin xdx
nπc 0 l
Therefore the equation :
nπ  nπc nπc 
Un (x, t) = sin
x An cos t + Bn sin t
l l l
is the required solution of the wave equation with An and Bn as shown above.
Example:
a) A string is stretched and fastened to two points. The motion is started
by displacing the string in the form y (x, t) = asin πxl from which it is


released at time t = 0. Show that the displacement of any point at y (x, t) =


πx πct
 
asin l
cos l
Solution

The equation of a vibration of a string is given by:

53
δ2u 2
2δ u
= c ....................(i)
δt2 δx2
Boundary conditions are y (0, t) = 0and y (l, t) = 0........................(ii)
The string is in the shape of y (x, t) = asin πxl .........................(iii)at rest


i.e whent = 0. Also dy


dt
=0
The objective isto solve equation (i) subject to conditions given by equations
(ii) and (ii). As discussed in the previous section the solution to(i) is given
by Y = XT
Y (x, t) = (a1 coskx + a2 sinkx) (a3 coskct + a4 sinkct) .........................(iv)

Using the rst boundary condition in equation (ii)


0 = (a1 cos0 + a2 sin0) (a3 coskct + a4 sinkct)

0 = a1 (a3 coskct + a4 sinkct)

Therefore a1 = 0since the solution must be true for all values of t, hence
equation (iv) reduces to
Y (x, t) = a2 sinkx (a3 coskct + a4 sinkct)

Y (x, t) = sinkx (a2 a3 coskct + a2 a4 sinkct)

Let a2 a3 = b1 and a2 a4 = b2
Y (x, t) = sinkx (b1 coskct + b2 sinkct) .....................(v)

Using equation (ii) in (v),y (l, t) = 0


0 = sinkl (b1 coskct + b2 sinkct)

sinkl = 0

k= .........................(vi)
l
Using (vi) in (v),
nπ  nπ nπ 
Y (x, t) = sin x b1 cos ct + b2 sin ct .....................(vii)
l l l
Using = 0 at t= 0
dy
dt
nπ nπc nπ nπc nπ 
0 = sin x −b1 sin ct + b2 cos ct .....................(viii)
l l l l l

54
nπ  nπc 
0 = sinx 0 + b2 ...................(ix)
l l
Since the answer must be true for all values of x, b2 = 0 and equation (vii)
becomes;
nπ  nπ 
Y (x, t) = sin x b1 cos ct
l l
nπ nπ
Y (x, t) = b1 sin xcos ct....................(x)
l l
Applying the initial conditiont = 0 in (x),
nπ nπ
Y (x, 0) = b1 sin xcos(0) = b1 sin x.......................(xi)
l l
Comparing equation (xi) with te givenequation  a = b1 , n = 1
 πx  πct
Y (x, t) = asin cos ....................(xii)
l l
b) A tightly stretched spring with xed ends at x = 0and x = l is initially
in equilibrium position. It is vibrating by giving each of the poins an initial
velocity, Y (x, 0) = 0, ∂y 3 πx
. Find the dispacement Y (x, t).
 
∂t t=0
= bsin l
Solution

55
Equation of a vibrating string is
δ2u 2
2δ u
= c ....................(i)
δt2 δx2
We solve equation (i) subject to the bondary conditionsy (0, t) = 0................(ii)and
y (l, t) = 0........................(iii)
Initial conditions are y (x, 0) = 0................(iv)and ∂y πx
....................(v).
 
∂t t=0
= bsin3 l
The solution to equation (i) is of the form
Y (x, t) = (a1 coskx + a2 sinkx) (a3 coskct + a4 sinkct) .........................(vi)

Using condition (ii),


0 = (a1 cos0 + a2 sin0) (a3 coskct + a4 sinkct)

0 = a1 (a3 coskct + a4 sinkct) ..................(vii)

Therefore a1 = 0since the solution must be true for all values of t, hence
equation (vii) reduces to
Y (x, t) = a2 sinkx (a3 coskct + a4 sinkct)

Y (x, t) = sinkx (a2 a3 coskct + a2 a4 sinkct)

Let a2 a3 = b1 and a2 a4 = b2
Y (x, t) = sinkx (b1 coskct + b2 sinkct) .....................(viii)

Using equation (ii) in (v),y (l, t) = 0


0 = sinkl (b1 coskct + b2 sinkct)

sinkl = 0

k= .........................(ix)
l
Using (ix) in (viii),
nπ  nπ nπ 
Y (x, t) = sin x b1 cos ct + b2 sin ct .....................(x)
l l l
Using initial condition, y (x, 0) = 0

0 = sin x (b1 cos0 + b2 sin0) .....................(xi)
l

56

x (b1 ) ...................(xii)
0 = sin
l
Since the answer must be true for all values of x, b1 = 0 and equation (x)
becomes;
nπ  nπ 
Y (x, t) = sin x b2 sin ct
l l
nπ nπ
Y (x, t) = b2 sin xsin ct....................(xiii)
l l
where n=1,2,3,...
Therefore the sum of this solution is also a solution by superposition principle
of linear solutions ∞ X nπ nπ
Y (x, t) = An sin xsin ct....................(xiv)
n=0
l l

Dierentiating (xiv) with repect to t



δy X nπc nπ nπc
= An sin xcos t
δt n=0
l l l

Applying the initial condition in ∂y 3 πx


,
 
∂t t=0
= bsin l
  ∞
δy X nπc nπ nπc
= An sin xcos (0)
δt t=0 n=0 l l l
 πx  ∞
3
X nπc nπ
bsin = An sin x..............(xv)
l n=0
l l

From trigonometric identities



3
 sin3θ = 3sinθ − 4sin θ
3πx  πx   πx 
sin = 3sin − 4sin3
l l l
 
3 πx
  3  πx  1 3πx
sin = sin − sin
l 4 l 4 l
  X ∞
3  πx  1 3πx nπc nπ
bsin − bsin = An sin x
4 l 4 l n=0
l l
 
3  πx  1 3πx πc π 2πc 2π 3πc 3π 4πc 4π
bsin − bsin = 0+A1 sin x+A2 sin x+A3 sin x+A4 sin x+.....
4 l 4 l l l l l l l l l

57
Equating coecient of sin πx

l
3 πc 3bl
b = A1 =⇒ A1 =
4 l 4πc
Equating coecient of sin 2πl x
2πc
0 = A2 =⇒ A2 = 0
l
Equating coecient of sin 3πx

l
1 3πc −bl
− b = A3 =⇒ A3 =
4 l 12πc
Equating coecient of sin 4πl x
4πc
0 = A4 =⇒ A4 = 0
l
Substitututing A1 , A2 , A3 , A4 into equation (xvii)
3bl πx πct bl 3πx 3πct
Y (x, t) = sin sin − sin sin
4πc l l 12πc l l
Equation (vii) represents displacement of the wave.

58
9 DERIVATION OF WAVE EQUATIONS
The wave equation is derived with respect to travelling transverse waves on
a taut string. The following assumptions are made:
(i) The amplitude of the wave is always small.
(ii) the string has a constant linear mass density
(iii) The string is under a constant tension of magnitude T.
(iv) The string is not made of atoms or molecules. It is compresses of con-
tinuous non-quantized matter.
(v) There is no damping(no loss of energy due to friction)
(vi) Gravity is ignored in the treatment.
INTRODUCTION
Through out the derivation, we will focus on a tiny bity of strings, so small
that we can pretend that it is almost straight line. The bit of a string which
will have a tension pulling at each end(with magnitude T ). Length of the
bit of string will be 4s.

Assuming that the amptitude of the wave is extremely small, then the ap-

59
proximation of the string length is 4x. Dening a linear mass density as the
mass of the string in kilograms per meter of string to be µ, then the mass of
bit of string is given by: m = µ4x.........................................(i).

9.1 Forces on the bit of the string

Since we are looking at transverse travelling waves, we worry about the net
force in the vertical direction. X
Fnet = Fy

Note that: Deing vertical coordinates above, onm the string to be positive.
The net force on the bit of the string is:
Fnet = T sin (θ2 ) − T sin (θ1 )

Converting sine functons into tangent functions,

60
Since we are dealing only with small amplitudes, we use this approximation
4x = 4s. Therefore, sinθ = tanθ
Then the new net force is expressed as
Fnet = T tan (θ2 ) − T tan (θ1 )

Using tan is more convenient because tanθ = 4x


4y
looking at small and smaller
bits of string letting 4xapproach zero then tanθ = δx
δy
(tangent to the string
at a point)
Letting the string bit smaller
 and  smaller,
 the net force is
δy δy
Fnet = T − ...........................(ii)
δx R δx
Employing Newton's Second Law
Looking at the actual motion of the bit of string. Newton's second law tells
us that Fnet = ma...............(iii) where Fnet is the net force, m is the mass
while a is the acceleration. Puting vertical acceleration as the second time

61
derivative of vertical displacements

δ2y
 
Fnet = m ............................(iv)
δt2

Substituting values of mass from


 (i)in equation (iv)
δ2y
Fnet = µ4x ............................(v)
δt2
Equating equation (v)
to (ii)
   2 
δy δy δ y
T − = µ4x
δx 2 δx 1 δt2
" δy
 δy
 #

 2 
δx 2 δx 1 δ y
T =µ ............................(vi)
4x δt2

From denition of a derivative


δf f (x + 4x) − f (x)
= lim
δx 4x→0 4x

If 4xgets smaller 
and smaller,
equation
 (vi) becomes:
δ2y δ2y

T =µ ............................(vii)
δx2 δt2

where T (Tension)and µ (mass)are constants. δx 2 and δt2 are second deriva-


δ y δ y 2 2

tives of vertical displacement. Writing


 both constants as a single constant,
δ2y δ2y
  
c2 = ........................(viii)
δx2 δt2
where c2 = Tµ . Equation (viii) is a p.d.e since vertical diplacement depends
on both position (x) and time (t)

10 HEAT EQUATION
Consider the heat conduction equation in a thin metal bar of legth l with
insulated sides. Let us assume that the ends are x = 0and x = l and

62
are hels at temperature 00 cfor all timet > 0. In addition, let us assume
that the temperature distribution at t=0 is U (x, 0) = f (x). Determine the
temperature distribution in a bar of some subsequent time t > 0.
Solution
The heat equation is given by Ut = αUxx i.e.
δu δ2u
=α 2
δt δx
where U (x, t)is the heat distribution subject to boundary conditions U (0, t) =
0and U (1, t) = 0and the initial conditions U (x, 0) = f (x).
By method of separation of variables,
Let U = XT........................(ii)
δu δX δT δX
= T +X = T = X 0 T.........................(iii)
δx δx δx δx
δ2u δ 0 δX 0 δT δ2X
= (X T ) = T + X = T = X 00 T.............................(iv)
δx2 δx δx δx δx2
Similarly,
δu
= T 0 X.........................(v)
δt
Substituting (v) and (iv) into (i)
T 0 X = αX 00 T
T0 X 00
= =k
αT X
These two functions could only be equal to a constant, say k as shown above,
T0
= k =⇒ T 0 − αkT = 0
αT
and
X 00
= k =⇒ X 00 − kX = 0
X
Assuming that we need to consider only the physical solution, there are three
cases to be be investigated.
Case 1: k=0
If k=0, then T 0 = 0, T = Aand X 00 = 0, X 0 = C ,X = Cx + D

63
Therefore, U (x, t) = X(x)T (t) =⇒ U (x, t) = (Cx + D) (A) = CAx + DA =
Ex + F
These solutions cannot describe the vibtrating of a system because it is not
periodic.
Applying U (0, t) = 0,U (1, t) = 0
F = 0 T 6= 0

hence F = 0
U (x, t) = Ex X 6= 0

hence E = 0
This shows that U (x, t) = 0has trivial solutions.
Case 2:k = λ2
Then the two dierential equations are
T 0 X = αX 00 T
T0 X 00
= = λ2
αT X
These two functions could only be equal to a constant, say k as shown above,
T0
= λ2 =⇒ T 0 − αλ2 T = 0
αT
δT δT 2
= αλ2 T =⇒ = αλ2 δt =⇒ lnT = αλ2 t + A ⇒ T = Aeαλ t
δt T
and
X 00
= k =⇒ X 00 − λ2 X = 0
X
2t
T = Aeαλ

X = Ceλx + De−λx

Thus
2
U (x, t) = Ceλx + De−λx Aeαλ t


 2
U (x, t) = Beλx + F e−λx eαλ t

but when t increases the temperature in this case increases too much instead

64
of decreasing i.e. physical condition does not allow. Therefore we reject the
solution;
Case 3
k = −λ2
Then the two dierential equations are
T 0 X = αX 00 T
T0 X 00
= = −λ2
αT X
These two functions could only be equal to a constant, say k as shown above,
T0
= λ2 =⇒ T 0 + αλ2 T = 0
αT
δT δT 2
= −αλ2 T =⇒ = −αλ2 δt =⇒ lnT = −αλ2 t + A ⇒ T = Ae−αλ t
δt T
and
X 00
= λ2 =⇒ X 00 + λ2 X = 0
X
2t
T = Ae−αλ

X = Ccosλx + Dsinλx

Thus
2t
U (x, t) = (Ccosλx + Dsinλx) Ae−αλ
2t
U (x, t) = (Bcosλx + F sinλx) e−αλ

This is quite possible, applying the boundary conditions


a) U (0, t) = 0
2t
0 = (B + 0) e−αλ
2t
0 = Be−αλ

B=0
2t
U (x, t) = (F sinλx) e−αλ

b) U (l, t) = 0

65
2t
0 = (F sinλl) e−αλ

Here, F 6= 0, e−αλ t =
6 0. Thus,
2

sinλl = 0


λl = nπ =⇒ λ =
l
Then  nπ  −α( nπl )2 t
U (x, t) = F sin x e
l
λn are dened to be the eigen values and the function Un (x, t)corresponds to
any λn is called the eigen function. Thus the general solution becomes
 nπ  nπ 2
Un (x, t) = Fn sin x e−α( l ) t
l

From the superposition principle all the linear solutions, we get the general
solutions as ∞ ∞
X X nπ  −α( nπl )2 t
U (x, t) = Un (x, t) = Fn sin x e
n=1 n=1
l

This can be recognized as the fourier half range sine series and Fn is the
fourier coecient which can be determined from the initial condition as fol-
lows: ∞ X nπ
U (x, t) = Fn sin x
n=1
l

Multiplying both sides by sin nπl xand integrating, we obtain:


ˆ l
2 nπ
Fn = f (x)sin xdx
l 0 l

a0 X nπx nπx
f (x) = + an cos + bn sin
2 n=1
l l

Assignment
1. Use the method of separation of variables to solve the heat equation.

66
2. By stating the necessary assumption show that the one dimensional wave
equation is given by δδt2y = c2 δx 2 where c = m = .
2 δ2 y µ
2 T ension
M ass
3. Derive the heat equation.
Example 2:
A rod whose surface is measured has a length of 3 units. The end of the rod
is kept at 00 cand its initial temperature at any point x, 0 < x < 3is given
by U (x, 0) = 5sin4πx − 3sin8πx + 2sin10πx. Find the temperature at any
given time t.
Solution
Let U (x, t)be temperature at any given time t.
The boundary conditions are x = 3and x = 0
Initial conditions are U (x, 0) = 5sin4πx − 3sin8πx + 2sin10πx.
The heat equation is one dimension
δu δ2u
=α 2
δt δx
Using case 3 wherek = −λ2 since case 1 and case 2 give trivial solutions;
Then the two dierential equations are
T 0 X = αX 00 T
T0 X 00
= = −λ2
αT X
These two functions could only be equal to a constant, say k as shown above,
T0
= λ2 =⇒ T 0 + αλ2 T = 0
αT
δT δT 2
= −αλ2 T =⇒ = −αλ2 δt =⇒ lnT = −αλ2 t + A ⇒ T = Ae−αλ t
δt T
and
X 00
= λ2 =⇒ X 00 + λ2 X = 0
X
2t
T = Ae−αλ

X = Ccosλx + Dsinλx

67
Thus
2t
U (x, t) = (Ccosλx + Dsinλx) Ae−αλ
2t
U (x, t) = (Bcosλx + F sinλx) e−αλ

This is quite possible, applying the boundary conditions


a) U (0, t) = 0
2t
0 = (B + 0) e−αλ
2t
0 = Be−αλ

B=0
2t
U (x, t) = (F sinλx) e−αλ

b) U (3, t) = 0
2t
0 = (F sinλ3) e−αλ

Here, F 6= 0, e−αλ t =
6 0. Thus,
2

sinλ3 = 0


λl = nπ =⇒ λ =
3
Then nπ  −α( nπ 3 )
2
t
U (x, t) = F sin x e
3
λn are dened to be the eigen values and the function Un (x, t)corresponds to
any λn is called the eigen function. Thus the general solution becomes
 nπ  nπ 2
Un (x, t) = Fn sin x e−α( 3 ) t
3

From the superposition principle all the linear solutions, we get the general
solutions as ∞ ∞
X X nπ  −α( nπ
3 )
2
t
U (x, t) = Un (x, t) = Fn sin x e
n=1 n=1
3

68
∞ ∞ 
X X nπ  π 2π 3π 4π 5
U (x, 0) = Un (x, 0) = Fn sin x = F1 sin x+F2 sin x+F3 sin x+F4 sin x+F5 sin
n=1 n=1
3 3 3 3 3 3

Using the initial conditions and comparing,


(a) U (x, 0) = 5sin4πx − 3sin8πx + 2sin10πx.
π 2π 3π 4π 5π
5sin4πx−3sin8πx+2sin10πx = F1 sin x+F2 sin x+F3 sin x+F4 sin x+F5 sin x+...
3 3 3 3 3
F1 = 5, n3 = 4 =⇒ n = 12
F2 = −3, 2n3
= 8 =⇒ n = 24
F3 = 2, 3n
3
= 10 =⇒ n = 10
F4 = 0
F5 = 0
Therefore,
2 2 2
U (x, t) = 5sin4πxe−α(4π) t − 3sin8πxe−α(8π) t + 2sin10πxe−α(10π) t

Example:
A rod of length l and with insulated side is initially at a uniform temper-
ature U0 . It ends are suddenly cooled at 00 cand kept at that tempera-
ture. Find the temperature distribution function U (x, t). Ans: U (x, t) =
c 2 n2 π 2

xe−
 t
U0 sin l
l

Example:
A bar whose surface is insulated and has a length of 3 units and diusivity
2 units. If the ends are kept at temperature 0 units and initial tempera-
ture is U (x, 0) = 5sin4πx − 3sin8πx + 2sin10πx. Find the sistribution of
temperature at any point x at any time t.
Solution

69
Let the bar be placed on the x-ais such that one end is at the origin and the
other end is at x = 3. The distribution of heat is generally given by
Let U (x, t)be temperature at any given time t.
The boundary conditions are x = 3and x = 0
Initial conditions are U (x, 0) = 5sin4πx − 3sin8πx + 2sin10πx.
The heat equation is one dimension
δu δ2u
=2 2
δt δx
Using case 3 wherek = −λ2 since case 1 and case 2 give trivial solutions;
Then the two dierential equations are
T 0 X = 2X 00 T
T0 X 00
= = −λ2
2T X
These two functions could only be equal to a constant, say k as shown above,
T0
= λ2 =⇒ T 0 + 2λ2 T = 0
αT
δT δT 2
= −2λ2 T =⇒ = −2λ2 δt =⇒ lnT = −2λ2 t + A ⇒ T = Ae−2λ t
δt T

70
and
X 00
= λ2 =⇒ X 00 + λ2 X = 0
X
2t
T = Ae−2λ

X = Ccosλx + Dsinλx

Thus
2t
U (x, t) = (Ccosλx + Dsinλx) Ae−2λ
2t
U (x, t) = (Bcosλx + F sinλx) e−2λ

This is quite possible, applying the boundary conditions


a) U (0, t) = 0
2t
0 = (B + 0) e−2λ
2t
0 = Be−2λ

B=0
2t
U (x, t) = (F sinλx) e−2λ

b) U (3, t) = 0
2t
0 = (F sinλ3) e−2λ

Here, F 6= 0, e−αλ t =
6 0. Thus,
2

sinλ3 = 0


λl = nπ =⇒ λ =
3
Then  nπ  nπ 2
U (x, t) = F sin x e−2( 3 ) t
3
λn are dened to be the eigen values and the function Un (x, t)corresponds to

71
any λn is called the eigen function. Thus the general solution becomes
 nπ  nπ 2
Un (x, t) = Fn sin x e−2( 3 ) t
3

From the superposition principle all the linear solutions, we get the general
solutions as ∞ ∞
X X nπ  −2( nπ
3 )
2
t
U (x, t) = Un (x, t) = Fn sin x e
n=1 n=1
3
∞ ∞ 
X X nπ  π 2π 3π 4π 5
U (x, 0) = Un (x, 0) = Fn sin x = F1 sin x+F2 sin x+F3 sin x+F4 sin x+F5 sin
n=1 n=1
3 3 3 3 3 3

Using the initial conditions and comparing,


(a) U (x, 0) = 5sin4πx − 3sin8πx + 2sin10πx.
n1 π n2 2π n3 3π n4 4π n5 5π
5sin4πx−3sin8πx+2sin10πx = F1 sin x+F2 sin x+F3 sin x+F4 sin x+F5 sin
3 3 3 3 3
F1 = 5, n31 = 4 =⇒ n1 = 12
F2 = −3, 2n3 2 = 8 =⇒ n2 = 24
F3 = 2, 3n3 3 = 10 =⇒ n3 = 10
F4 =0
F5 =0
Therefore,
288 2 2576 2 1800
(10π)2 t
U (x, t) = 5sin4πxe− 9
π t
− 3sin8πxe− 9
π t
+ 2sin10πxe− 9

11 DERIVATION OF THE WAVE EQUATION


Let the string be elastic with linear density ρstretched to length l with tension
T and xed at 0 and A then allowed to vibrate:

72
Let the tension at P and θbe T1 and T2 respectively.
Horizontal T along PA is −T1 cosθ1 , Vertical T along PA is −T1 sinθ1 .
Horizontal T along θB is −T2 sinθ2 , Vertical T along PA is −T2 cosθ2 .
PQ does not move horizontally. This implies that T1 cosθ1 = T2 cosθ2 =
T.......................(i)
Now, mass of PQ is given by linear denity multiplied by length. 4s · ρ
Let the displacement of PQ be u1 . This implies that velocity = δu
δt
and accel-
eration is δδt2u . Then from Newton's second law of motion F = ma.
2

δ2u
4s · ρ = −T1 sinθ1 + T2 sinθ2
δt2
δ2u
4s · ρ = T2 sinθ2 − T1 sinθ1
δt2
Dividing left hand side and right hand side by T
2
4s · ρ δδt2u T2 sinθ2 T1 sinθ1
= −
T T T

73
2
4s · ρ δδt2u T2 sinθ2 T1 sinθ1
= −
T T2 cosθ2 T1 cosθ1
2
4s · ρ δδt2u
= T anθ2 − T anθ1
T
Now T anθ2 = δu |at Q (slope or gradient)
δx x+4x
Similarly T anθ1 = δu |at P (slope or gradient)
δx x
4s · ρ δ 2 u δu δu
2
= |x+4x − |x
T δt δx δx
δu
δ2u T |
δx x+4x
− δu |
δx x
2
=
δt ρ 4x
δ2u T δ2u
=
δt2 ρ δx2
where 4x = 4s

12 DERIVATION OF HEAT EQUATION


The diusivity of material is given by T hermal conductivity
Specif ic heat capacity×density of the material
.
This can be expressed as α = sρk

74
Let U (x, l)be the temperature at any point x at any time t. Let one end
be the origin and the bar be kept on x axis so that the other end is kept at
x = l. At A consider the cross-sectional area a at planepand another plane
p0 at x + 4x
Let pp0 = 4x → 0. Let temperature atpq beu and atp0 q 0 be u + 4u. The
heat ow from pq to p0 q 0 is given by −ka 4u
4x
4t |at x . a is the area while k is
the constant of proportionality(thermal conductivity).
By fouries law, the heat ux is directly proportional to the temperature
gradient.
The heat fow from p0 q 0 to the next string is given by −ka 4u 4x
4t |at x+4x .
Therefore the heat retained is given by:
4u 4u
ka 4t |x+4x −ka 4t |x
4x 4x
The amount of heat retained by the small element Also, heat gained or
lost frompqp0 q 0 is given by M sθwhere M is the mass (volume multiplied by
density), s is the specic heat capacity while θis the temperature change.
= (a4x × ρ) × s4u

75
4u 4u
ρas4u4x = ka 4t |x+4x −ka 4t |x
4x 4x
With the limit 4x → 0, 4u −→ 0 in time 4t
Dividing both sides by 4tthen by 4x
4u ka 4u |
4x x+4x
−ka 4u
4x x
|
ρas =
4t 4x
 
δu ka δu δu
= |x+4x − |x
δt ρas δx δx
δu k δ2u
=
δt ρs δx2
By denition of a p.d.e k
ρs
= c2 . c2 is a positive quantity and is not equal to
zero.
δu δ2u
= c2 2
δt δx

13 OTHER BOUNDARY VALUE PROBLEMS


Solve the boundary value problem δu
δx
= 4 δu
δy
, where U (0, y) = 5e−7y
Solution
By method of separation of variables
U (x, y) = X(x)Y (y)
δu
= X 0Y
δx
δu
= Y 0X
δy
X 0 Y = 4Y 0 X
X0 Y0
= =c
4X Y
Taking X0
4X
= cand Y0
Y
=c
X 0 − 4cX = 0

Y 0 − cY = 0

76
Integrating factor is given by ´
−4cdx
I.F = e = e−4cx
´
−cdy
I.F = e = e−cy

X = Ae4cx

Y = Becy

Since the solution is a product of X and Y i.e.U (x, y) = X(x)Y (y)


= Ae4cx (Becy )


= Dec(4x+y)

If compared to the boundary conditionsU (0, y) = 5e−7y ,


5e−7y = Decy

c = −7, D = 5

Thus,
U (x, y) = 5e−7(4x+y)

Exercise:
Solve the following boundary value problems:
(i) δu
δx
= 2 δu
δy
+ u ; U (x, 0) = 6e−3x
(ii) 3 δu
δx
+ 2 δu
δy
= 0 ; U (x, 0) = 4ex
Answers
(i) U (x, t) = 6e−3x−2t
(ii)U (x, t) = 4e−x− 2 y
3

14 METHOD OF LAPLACE TRANSFORMS


AND FOURIER TRANSFORMS:
− ´∞
The Laplace transorm of the function f(t) is Lf (t) = f (s) = f (t) = 0
e−st f (t)dt

77
ˆ ∞
L [U (x, t)] = U (x, t) dt
0
ˆ ∞ ˆ ∞
δu −st d
L [Ux ] = e dt = e−st U (x, t) dt
0 δx dx 0
ˆ ∞ 2 ˆ ∞ 2
δ u −st d
L [Uxx ] = 2
e dt = 2 e−st U (x, t) dt
0 δx dx 0
  ˆ ∞
δu δu −st
L [Ut ] = L = e dt
δt 0 δt
δu
u = e−st =⇒ = −se−st
δt
δv δu
= =⇒ v = u
δt δt
  ˆ ∞
δu −st ∞
L [Ut ] = L = U e |0 +s U e−st dt
δt 0

= 0 − u(0) + su

= u(0) + su

14.1 SINE AND COSINE FOURIER TRANSFORMS


The sine and cosine fourier transforms can be employed when the range of
integration varies from 0 to ∞. The choice of sine and cosine transform is
decided by the four of the boundary conditions. Now if a sine transform is
being used, we multiply the dierential equation by sinγxand integrate with
respect to x from 0 to ∞.Thus the sine transform of the term Uxx can be
written as follows:
ˆ ∞ ˆ ∞
sinγxUxx dx = Ux sinγx |∞
0 −γ cosγxUx dx
0 0

The rst term of the right hand side vanishes at the lower limit through the
sine term. It also vanishes at the upper limit if U (x, t)is such that Ux → ∞as
x → ∞. Thus

78
ˆ ∞
sinγxUxx dx = γ [u(0, t)] − γ 2 Fs {u}
0
´∞
where Fs {u} = 0 U (x, t)sinγxdxand U (0, t)is the value of U at x = 0.
Example
If U (x, t)is the temperature at time t and γ the thermal diusivity of the
metal bar nd U (x, t) from the partial dierential equation. Ut = αUxx ,
x > 0 and t > 0with the boundary conditions U (0, t) = U0 , t > 0 and initial
condition U (x, 0) = 0, x > 0 .
Solution
Here we use the sine transform. Thus, taking the sine transform of Ut = αUxx ,
x > 0 and t > 0, weˆhave: ˆ ∞

Ut sinγxdx = α Uxx sinγxdx
0 0
or  
du −
2
= α γU (0, t) − γ U
dt
− −
or ddtu + αγ 2 u = αγU0 using equation (ii) which is an ordinary dierential
− −
equation. The soluion is given by U = Ae−αγ t + γ1 U0 at t = 0, U = 0.
2

− h i
Therefore U = 1 − e−αγ t . The inversion is
U0 2
γ

ˆ ∞
2U0  2t
 sinγx
U (x, t) = 1 − e−αγ dx
π 0 γ

15 FURTHER EXAMPLES ON METHOD OF


SEPARATION VAIABLES
1. Consider Laplace's equation Uxx +Uyy = 0..........................(i)where U (x, y)epresents
the velocity potential of a uid particle in a certain domain. For example we
need to determine U (x, y)inside a unit circle x2 + y 2 < 1, when its values on
the circumference x2 + y 2 = 1are described.

79
Solution
This boundary value problem for Laplace's equation is dened as the dirichilet
problem. In obtaining the solution of (i), we make the following transforma-
tion. x = Rcosθand y = Rsinθ. Then the laplacee's equation can be reduced
to:
1 1
URR + UR + 2 Uθθ = 0
R R
where U = U (R, θ).
R2 = x2 + y 2 , θ = tan−1 xy
− y2
dR
dx
= x
R
= cosθ , δθ
δx
= x
y2
= −Rsinθ
R2
= − R1 sinθ
1+
x2
1
dR
dy
= y
R
= sinθ, δy
δθ
= x
2 = x
R2
= Rcosθ
R2
= cosθ
R
1+ y 2
x
We know that δ
δx
= δRδ δR
δx
+ δθδ δx
δθ δ
= cosθ δR − R1 sinθ δθδ and
δ
δy
= δ δR
δR δy
+ δθδ δy
δθ
=
δ 1 δ
sinθ δR + R cosθ δθ
δ2 u δ δu δ δ δ δ
− R1 sinθ δθδ cosθ δR 1
sinθ δθδ
   
δx2
= δx δx
= δx δx
u = cosθ δR − R
u =
δu 1 δu δu 1 δu
 
cosθ δR− R sinθ
 δθ cosθ δR − R sinθ δθ   
δ δu 1 1 δu δ δu 1 δu
= cosθ cosθ − sinθ
− sinθ cosθ − sinθ
δR δR R R δθ δθ δR R δθ
δ2u δ2u δ2u
  
1 δu 1 1 δu 1 δu 1
= cosθ cosθ 2 + 2 sinθ − sinθ − sinθ −sinθ + cosθ − cosθ − s
δR R δθ R δuδθ R δR δRδθ R δR R
δ2u 1 δu 1 δ2u 1 1 δ2u 1 δu 1
= cos2 θ 2
+ 2
cosθsinθ − sinθcosθ + sin 2
θ− sinθcosθ + 2 sinθcosθ + 2 sin
δR R δθ R δuδθ R R δRδθ R δR R

80
δ2u 2 δu 2 δ2u 1 2 δu 1 2 δ u
2
= cos2 θ + cosθsinθ − sinθcosθ + sin θ + sin θ .........................(a)
δR2 R2 δθ R δRδθ R2 δR R2 δθ2
   
δ2 u δ δu δ δ δ
+ R1 cosθ δθδ sinθ δR δ
+ R1 cosθ δθδ u =
 
δy 2
= δy δy
= δy δy
u = sinθ δR
δu 1 δu δu 1 δu
 
sinθ δR +
 R  δθcosθ sinθ δR
+ cosθ
R δθ   
δ δu 1 δu 1 δ δu 1 δu
= sinθ sinθ + cosθ + cosθ sinθ + cosθ
δR δR R δθ R δθ δR R δθ
δ2u 2 δu 2 δ2u 1 2 δu 1 2
2 δ u
= sin2 θ + sinθcosθ − sinθcosθ + cos θ + cos θ ..........................(b)
δR2 R2 δθ R2 δRδθ R δR R2 δθ2
Adding (a) and (b),

δ2u δ2u δ2u 1 δu 1 δ2u


+ = + + .
δx2 δy 2 δR2 R δR R2 δθ2
This can be written as:
1 1
URR + UR + 2 Uθθ = 0
R R
where U = U (R, θ).
The boundary condition for equation (i) is given by U (1, θ) = f (θ). By
using method of separation of variables, we have U (R, θ) = U (R)θ(θ),

R2 R00 + RR0 − U 2 = 0.............................(iii)

θ4 + n2 θ = 0 ; n = 0, 1, 2, .........................(iv)

Since
1 0 1
R00 θ + R θ + 2 θ00 R = 0
R R
 
1 0 1
R + R θ + 2 θ00 R = 0
00
R R
 
1 0 1
00
R + R θ = − 2 θ00 R
R R

81
or
R00 + R1 R0 1 θ00
=− 2 = n2
R R θ
Equation (iii) is a cauchy euler type of equation and its solution can be
obtained by changing the independet variables. R = ez or logR = z
Now

dR dR dz
= ·
dR dz dR

1 dz
= ·
R dR

1
= DR
R
where D = d
dt

d2 R
 
d 1
2
= DR
dR dR R
 
1 dR 1 d dR
=− 2 +
R dz x dz dz
 
1 dR 1 dz d dR
=− 2 + · ·
R dz R dR dz dz

1 dy 1 d2 R
=− + ·
R2 dt R2 dz 2

1 1 2 1
= 2 D2 − D R

=− 2
DR + 2 DR
R R R

1
= D (D − 1) R
R2

82
Thus,
dR dR
R = DR =
dR dz

d2 R d2 R dR
R2 = D (D − 1)R = −
dR2 dz 2 dz
On substituting these values in equation (iii),

d2 R dR dR
− + − n2 R = 0
dz 2 dz dz
The solution is:

R = Aenz + Be−nz = ARn + BR−n

The solution of equation (iv) is given by θ = Ccosnθ+Dsinnθ........................(vi)


and hence U (R, θ) = (ARn + BR−n ) (Ccosnθ + Dsinnθ) .............................(vii)
From physical ground, we ae looking for a bounded solution, equation (vii)
is bounded provided Un = (An cosnθ + Bn sinnθ) Rn or n = 0, 1, 2, 3...where
´ 2π ´ 2π
An = π1 0 f (θ)cos(θ)dθand Bn = π1 0 f (θ)sin(θ)dθ
Example 2:
Consider the heat conduction in a thin metal bar of length l with insulated
sides. Let us assume that the end x = 0 is held at U0 degree celcius and the
end x = lis held at U1 degree celcius for all time t > 0. Let us suppose that
the temperature distribution at t = 0is (x, 0) = f (x) 0 ≤ x ≤ l. Determine
the temperature distribution in the bar at any position at any time t > 0.(10
marks)
Solution
The mathematical problem is the following:
The heat conduction equaiton Ut = αUxx ............................(i)is to be
solved subject to the boundary conditions x = 0 ,U (0, t) = U0 and x = l,
U (l, t) = Ul
and the initial conditions U (x, 0) = f (x). Use the method of separation

83
of variables for the solution of equation (i).
Example 3:
A transmission line of negligible resistance and capacitance has its sending
end at x = 0and receiving end at x = l. A constant voltage E0 is applied to
the sending end while an open circuit is maintained at the receiving end so
that the current there is zero. Assuming that the initial voltage and current
are zero, determine the voltage at any position x at any time t > 0
Solution
The telephone equation can be written as

d2 E d2 E dE
2
= LC 2
+ (RC + LG) + RGE
dx dt dT

It is given that R = 0, C = 0, hence the equation reduces to

d2 E dE
2
= LG ...................................(i)
dx dT
with boundary conditions given as:
x = 0, E (0, t) = E0 and x = L, dX
dE
(L, t) = 0........................................(ii)
The initial conditions are given as
t = 0, U (x, 0) = 0
Taking Laplace transforms of equation (i), we have

d2 E
 

L 2 = LG S E − E (0, 0)
dx

d2 E
− LGSE = 0
dx2

√ √
E = Ae LGSx
+ Be− LGSx

A and B are constants to be determined.


To determine these constants, we rst need to transform the boundary
conditions as follows:

84
x = 0, L E (0, t) = E (0, t) = Es0
x = L, L E (L, t) = E (0) = 0
The application of the above boundary conditions yields
x = 0, A + B = Es0
√ √
x = l, Ae LGSl + Be− LGSl = 0
Solving the two equations, we have;

E0 E0 e2L Las
A= √  and B = √ 
s 1 + e2L Las s 1 + e2L Las
Then substituting A and B we have;

E0 √ E0 e2L Las √
E= √ e LGSx
+ √  e− LGSx
s 1 + e2L Las s 1 + e2L Las

E0 cosh Las (L − x)
E= √
scosh Las · L
Using the inverse laplace transforms, we have;

" ∞
#
4 X (−1)n (2n−1)2 π2 (2n − 1) (L − x) π
E (x, L) = E0 1+ y e 4LGR cos
π n=1 2n − 1 2L

Example 2: Unsteady ow of a at plate


Lets have a uid of uid density ρconned over half plane y = 0. Let at
t = 0, the plate y = 0(which is initially at rest) start moving with velocity u
along the x-axis, then the uid above it will start moving because of velocity.
Since the plate is taken to be innite, we shall assume that the variables are
functions of y and t only. The equation of motion is δu = γ δδyu2 .......(i). It
2
δt
resembles the heat equation.
Its boundary conditions are
a) t < 0, U (y, t) = 0
b) t > 0, U (0, t) = U

85
c) y −→ ∞, U (∞, t) = 0
Its initial conditions are
a) t = 0, U (y, 0) = 0
The equation of motion U given by (i) which on taking laplace transforms

d2 u s d2 u s
= u or − u=0
dy 2 γ dy 2 γ
√s √s
y − y
u = Ae γ + Be γ

where A and B are constants of integration. The transformed boundary


conditions are :
a) u (0, s) = us
b) u (∞, s) = 0
Using the boundary conditions, we have
A = 0and B = us
Thus √ u − s
y
u= e γ
s
The inverse transform is
ˆ k+i∞   
1 st y
u= u (y, s) e dt = u 1 − ekf √
2πi k−i∞ 2 st
The Fourier transform of U (x, t), Ux (x, t), Uxx (x, t)with respect to t are
given below:
ˆ +∞
F {Uxx } = U (x, t) e−ist dt
−∞

ˆ +∞
δ d
F {Ux } = U (x, t) e−ist dt = F [U (x, t)]
−∞ δx dx
ˆ +∞
δ2 −ist d2
F {Uxx } = U (x, t) e dt = F [U (x, t)]
−∞ δx2 dx2

86
and
ˆ +∞
δ −iγt
F {Ut } = e dt
−∞ δt
ˆ +∞
= e−iγt |+∞
−∞ +ir U e−iγt dt
−∞

If U (±∞) = 0

F {Ut } = irF (u)

87

You might also like