Lecture Notes - Chapter 1 (Lagrange's Method)
Lecture Notes - Chapter 1 (Lagrange's Method)
D EPARTMENT OF M ATHEMATICS
Definition 1.2. (Order and degree of a partial differential equation) The order of a partial differential
equation is the order of the highest order partial derivative(s) occurring in the equation.
By the degree of a differential equation (valid for PDE), when it is a polynomial equation in derivatives,
we mean the highest power (positive integral index) of the highest order derivative involved in the given
differential equation.
1
2
∂z ∂ z
Note that there may be a PDE whose degree may not be defined like ∂x = x2 sin ∂y 2 .
Problem 1.3. Find the order and degree of the following PDEs:
∂z ∂z
(i) ∂x + ∂y = xy + z;
∂z 2 ∂2z
(ii) ∂x + ∂x∂y = x;
1
∂2z ∂z ∂z 2
(iii) ∂x2
= 1+ ∂y + ∂x ;
1 1
∂4u 3 ∂2u ∂u 2
(iv) ∂x4
= 1+ ∂y 2
+ ∂x .
2
For example, the following equations are semi-linear PDE:
∂z ∂z
1. xy ∂x − y 2 ∂y = xy 3 z 4 ,
∂z ∂z
2. y 2 ∂x + xy ∂y = xyz 2 + x3 y 3 .
Definition 1.8. A partial differential equation is said to be non-linear if it is not linear in p or q.
For example, the following equations are non-linear PDE:
∂z ∂z 2 ∂z 3 4
1. xy ∂x ∂y − y ∂y = xy z ,
2
∂z 2 ∂z
2. y 2 = x3 y 3 .
∂x + xy ∂y
1. If n = m, then the elimination of arbitrary constants usually gives rise to a unique partial dif-
ferential equation of order one. The partial differential equation can be obtained by eliminating
a1 , a2 , · · · , am from the relations
∂F ∂F ∂F
F = 0, = 0, = 0, · · · , = 0.
∂x1 ∂x2 ∂xn
2. If n > m, then the elimination of arbitrary constants usually gives rise to more than one partial
differential equation of order one. Here also, the partial differential equation can be obtained by
eliminating a1 , a2 , · · · , am from the relations
∂F ∂F ∂F
F = 0, = 0, = 0, · · · , = 0.
∂x1 ∂x2 ∂xn
3. If n < m, then the elimination of arbitrary constants usually gives rise to a (may not be unique)
partial differential equation of order greater than one. The partial differential equation can be
obtained by eliminating a1 , a2 , · · · , am from the relations
Problem 1.9. Find the PDE by eliminating h and k from the relation
(x − h)2 + (y − k)2 + z 2 = a2 .
Solution: Note that here x, y are the independent variables and h, k are the arbitrary constants. So here
number of independent variables = number of arbitrary constants.
Now differentiating the given relation partially with respect to x and y we get respectively:
∂z
(x − h) = −z ;
∂x
3
and
∂z
(y − h) = −z .
∂y
Using the above relations in the given relations, we get
2
∂z 2
∂z
z + z + z 2 = a2
∂x ∂y
=⇒ z 2 (p2 + q 2 + 1) = a2 − this is the required PDE.
Problem 1.10. Find the PDEs by eliminating the arbitrary constant from the relation
z = ax + y.
Solution: Note that here x, y are the independent variables and a is the arbitrary constants. So here
number of independent variables > number of arbitrary constants.
Now differentiating the given relation partially with respect to x and y we get respectively:
∂z
=a (1.1)
∂x
and
∂z
= 1. (1.2)
∂y
Using (1.1) in the given relation, we get
∂z
z=x + y. (1.3)
∂x
Equations (1.2) and (1.3) are the required PDEs.
Problem 1.11. Find the PDEs by eliminating the arbitrary constant from the relation
ax2 + by 2 + cz 2 = 1.
Solution: Note that here x, y are the independent variables and a, b, c are the arbitrary constants. So
here number of independent variables < number of arbitrary constants.
Now differentiating the given relation partially with respect to x and y we get respectively:
∂z
ax + cz=0
∂x
a ∂z
=⇒ x + z =0 (1.4)
c ∂x
and
∂z
by + cz
=0
∂y
b ∂z
=⇒ y + z = 0. (1.5)
c ∂y
4
Differentiating (1.4) partially with respect to x and y, we get respectively:
2
a ∂2z ∂z
+z 2 + =0 (1.6)
c ∂x ∂x
and
∂2z ∂z ∂z
z + = 0. (1.7)
∂y∂x ∂x ∂y
Using (1.6) in (1.4), we get
2
∂2z ∂z ∂z
−zx 2 − x +z =0
∂x ∂x ∂x
2
∂2z ∂z ∂z
=⇒ zx 2 + x −z = 0. (1.8)
∂x ∂x ∂x
Equations (1.7) and (1.8) are the required PDEs.
Problem 1.12. Find the PDEs, by eliminating the arbitrary constants from the following relations:
(i) z = ax + (1 − a)y + b; Ans: p + q = 1.
(ii) z = (x + a)(y + b); Ans: z = pq.
(iii) z = a(x + y) + b(x − y) + abt + c; Ans: zx 2 − zy 2 = 4zt .
(iv) (x − a)2 + (y − b)2 + z 2 = 1; Ans: z 2 (p2 + q 2 + 1) = 1.
(v) z = axey + a2 e2 y + b;
(vi) z = Aept sin px; Ans: zxx + ztt = 0.
(vii) z 2 = ax3 + by 3 + ab;
(viii) z = ax2 + bxy + cy 2 ;
√ p
(ix) z = ax + by + a2 + b2 ; Ans: z = px + qy + p2 + q 2 .
(x) z = (x2 + a2 )(y 2 + b2 ); Ans: 4xyz = pq.
Let us consider two functions u and v of x, y, z, where z is a dependent functions of the independent
variables x and y. Further, assume that u and v are connected by a relation
φ(u, v) = 0, φ being an arbitrary function. (1.9)
Differentiating (1.9) partially with respect to x, we get
∂φ ∂u ∂u ∂z ∂φ ∂v ∂v ∂z
+ + + =0
∂u ∂x ∂z ∂x ∂v ∂x ∂z ∂x
∂φ ∂u ∂u ∂φ ∂v ∂v
=⇒ +p + +p =0
∂u ∂x ∂z ∂v ∂x ∂z
∂φ ∂v
∂u ∂x + p ∂v
∂z
=⇒ ∂φ
= − ∂u . (1.10)
∂v ∂x + p ∂u
∂z
5
Similarly differentiating (1.9) partially with respect to y, we get
∂v
∂φ
∂u ∂y + q ∂v
∂z
∂φ
= − ∂u . (1.11)
∂v ∂y + q ∂u
∂z
Remark 2. If the functions u and v are connected by more than one arbitrary function, i.e., if u and v
are connected by a relation of the form
where n > 1, then the partial differential equation obtained by eliminating the arbitrary functions
φ1 , φ2 , . . . , φn , is of order greater than one.
Problem 1.13. Find a PDE by eliminating the arbitrary function φ from the relation
φ(x + y + z, x2 + y 2 − z 2 ) = 0. (1.14)
Solution: Let u(x, y, z) = x + y + z and v(x, y, z) = x2 + y 2 − z 2 . Then the given relation becomes
φ(u, v) = 0. (1.15)
and
∂φ ∂φ
(1 + q) + (2y − 2zq) = 0
∂u ∂v
∂φ
∂u 2zq − 2y
=⇒ ∂φ = . (1.17)
1+q
∂v
6
From (1.16) and (1.17), we get
2zp − 2x 2zq − 2y
=
1+p 1+q
=⇒ (zp − x)(1 + q) = (zq − y)(1 + p). (1.18)
7
Problem 1.15. Find the PDEs by eliminating the arbitrary functions from the following relations:
(iii) z = xf xy ;
Ans: px + qy = z.
(v) lx + my + nz = φ(x2 + y 2 + z 2 );
Problem 1.16. The partial differential equation, obtained by eliminating the arbitrary constants a and
c from z = ax + g(a)y + c, where g(a) is an arbitrary function a, is [2 marks, CO #1]
(b) free of p.
(c) free of q
(d) free of p, z.
Ans: (a)
8
4. Singular Solution (Singular Integral): The envelop of family of surfaces F (x, y, z, a, b) = 0
obtained by elimination of the arbitrary constants a and b from F (x, y, z, a, b) = 0 and ∂F
∂a = 0 =
∂F
∂b , is called the ‘singular solution’.
Remark 3. A partial differential equation is said to be fully solved only if all the three types of integrals
viz., complete integral, general integral and singular integrals are obtained.
1. Lagrange’s method for solution of first order quasi-linear partial differential equation
9
Problem 1.18. Solve the equation
y 2 dx = xydy
dx dy
=⇒ = .
x y
Integrating both sides, we get
x
= c1 , c1 is arbitrray constant. (1.35)
y
Again taking the first and third rations of (1.34), we get
dx dz
=
y zy − 2x
dx dz
=⇒ y = y
x x −2
z
dx dz h i
=⇒ = using (1.35) .
c1 c1 z − 2
Integrating both sides, we get
1 1
x= log(c1 z − 2) + c2 , c2 is arbitrray constant
c1 c1
y xz
=⇒ y − log − 2 = c2 .
x y
Thus the general solution of (1.33) is
x y xz
φ , y − log −2 = 0, where φ is an arbitrary function.
y x y
Problem 1.19. Solve the equation
10
Integrating both sides, we get
x2 + y 2 + z 2 = c1 , c1 is arbitrray constant.
Again, choosing the multipliers as x1 , − y1 , − z1 , and equating with the first ratio, we get
1
dx x dx − y1 dy − z1 dz
=
x(y − z 2 )
2 0
1 1 1
=⇒ dx − dy − dz = 0.
x y z
Integrating both sides, we get
(iii) y 2 p + zx2 q = xy 2 ;
(iv) z 2 − zp + zq + (x + y)2 = 0;
p
(v) z − px − qy = a x2 + y 2 + z 2 ;
(viii) pz + x = 0;
(ix) x2 p + y 2 q = z 2 .
(x) x2 p + y 2 q = (x + y)z;
11
(xv) (x + y)(p − q) − z = 0;
(xvii) xp − yq − xy = 0;
(xix) x2 p + y 2 q − (x + y)z = 0;
ACKNOWLEDGEMENT
This part of the course material is jointly prepared with my student Dr Hiranmoy Garai.
R EFERENCES
[1] Lecture note: https://ocw.mit.edu/courses/mathematics/18-152-introduction-to-partial-differential-
equations-fall-2011/lecture-notes/MIT18-152F11-lec-01.pdf
12