Aero Linear Algebra and Calculus Lecture Notes
Aero Linear Algebra and Calculus Lecture Notes
Aero Linear Algebra and Calculus Lecture Notes
ON
I B. Tech I semester
Ms. L Indira
Associate Professor
FRESHMAN ENGINEERING
INSTITUTE OF AERONAUTICAL ENGINEERING
(Autonomous)
Dundigal, Hyderabad - 500 043
MODULE-I
THEORY OF MATRICES
Solution for linear systems
Matrix : A system of mn numbers real (or) complex arranged in the form of an ordered set of ‘m’ rows, each
row consisting of an ordered set of ‘n’ numbers between * + (or) ( ) (or) || || is called a matrix of order m xn.
a 11 a 12 ......... a 1 n
a a 12 ......... a 2 n
21
Eg: .......... .......... ..... = [aij ]mxn where 1≤ i≤m, 1≤j≤n.
.......... .......... ...
a a m 2 ....... a mn
m1 mxn
Some types of matrices:
1. square matrix : A square matrix A of order n x n is sometimes called as a n- rowed matrix A (or) simply a
square matrix of order n
1 1 nd
eg : is 2 order matrix
2 2
2. Rectangular matrix: A matrix which is not a square matrix is called a rectangular matrix,
1 1 2
is a 2x3 matrix
2 3 4
eg: 1 2 3 1 x 3
1
Eg: 1
2
3 x1
5. Unit matrix: if A= [aij] nxn such that aij = 1 for i = j and aij = 0 for i≠j, then A is called a unit matrx.
1 0 0
1 0
Eg:I2 = I 3= 0 1 0
0 1
0 0 1
6. Zero matrix : it A = [aij] mxn such that aij = 0 I and j then A is called a zero matrix (or) null matrix
0 0 0
Eg: O2x3=
0 0 0
7. Diagonal elements in a matrix: A= [aij]nxn, the elements aij of A for which i = j. i.e. (a11, a22….ann) are called
the diagonal elements of A
1 2 3
Eg: A= 4 5 6 diagonal elements are 1,5,9
7 8 9
Note: the line along which the diagonal elements lie is called the principle diagonal of A
8. Diagonal matrix: A square matrix all of whose elements except those in leading diagonal are zero is
called diagonal matrix.
If d1, d2….. dn are diagonal elements of a diagonal matrix A, then A is written as A = diag
(d1,d2….dn)
3 0 0
E.g. : A = diag (3, 1,-2)= 0 1 0
0 0 2
9. Scalar matrix: A diagonal matrix whose leading diagonal elements are equal is called a scalar matrix.
2 0 0
Eg : A= 0 2 0
0 0 2
10. Equal matrices : Two matrices A = [aij] and b= [bij] are said to be equal if and only if (i) A and B are of
the same type(order) (ii) aij = bij for every i & j
11. The transpose of a matrix: The matrix obtained from any given matrix A, by interchanging its rows
and columns is called the transpose of A. It is denoted by A1 (or) AT.
If A = [aij] m x n then the transpose of A is A1 = [bji] n x m, where b ji = a ij Also (A1)1 = A
Note: A1 and B1 be the transposes of A and B respectively, then
(i) (A1)1 = A
(ii) (A+B)1 = A1+B1
(iii) (KA)1 = KA1, K is a scalar
(iv) (AB)1= B1A1
12. The conjugate of a matrix: The matrix obtained from any given matrix A, on replacing its elements by
corresponding conjugate complex numbers is called the conjugate of A and is denoted by A
(i) A = A
2 3i 2 5i 2 3i 2 5i
Eg ; if A= then A
i 0 4i 3 2 x3 i 0 4i 3 2 x3
14.
(i) Upper Triangular matrix: A square matrix all of whose elements below the leading diagonal are zero is
called an Upper triangular matrix. i.e, aij=0 for i> j
1 3 8
Eg; 0 4 5 Upper triangular matrix
is an
0 0 2
(ii) Lower triangular matrix: A square matrix all of whose elements above the leading diagonal are zero is
called a lower triangular matrix. i.e, aij=0 for i< j
4 0 0
Eg:
5 2 0
7 3 6
is an Lower triangular matrix
(iii) Triangular matrix: A matrix is said to be triangular matrix it is either an upper triangular matrix or a lower
triangular matrix
15. Symmetric matrix: A square matrix A =[aij] is said to be symmetric if aij = aji for every i and j
Thus A is a symmetric matrix if AT= A
a h g
Eg: h b f is a symmetric matrix
g f c
16. Skew – Symmetric: A square matrix A = [aij] is said to be skew – symmetric if aij = – aji for every i and j.
0 a b
E.g. : a 0 c is a skew – symmetric matrix
b c 0
+ [bij] m×n
19. The difference of two matrices: If A, B are two matrices of the same type then A+(-B) is taken as A – B
20. Matrix multiplication: Let A = [ a i k ]m ×n , B = [bkj]nxp then the matrix C = [cij]mxp where cij is called the product
Note: In = I
On = 0
Note 1: Multiplication of matrices is distributive w.r.t. addition of matrices.
i.e, A(B+C) = AB + AC
(B+C)A = BA+CA
Note 2: If A is a matrix of order mxn then AIn = InA = A
n
22. Trace of A square matrix : Let A = [aij] n×n the trace of the square matrix A is defined as a ii . And is
i 1
denoted by ‘tr A’
n
a h g
Eg : A = h b f then trA = a+b+c
g f c
Properties: If A and B are square matrices of order n and λ is any scalar, then
(i) tr (λ A) = λ tr A
(ii) tr (A+B) = trA + tr B
(iii) tr(AB) = tr(BA)
23. Idempotent matrix: If A is a square matrix such that A2 = A then ‘A’ is called idempotent matrix
24. Nilpotent Matrix: If A is a square matrix such that Am=0 where m is a +ve integer then A is called nilpotent
matrix.
Note: If m is least positive integer such that Am = 0 then A is called nilpotent of index m
25. Involutary : If A is a square matrix such that A2 = I then A is called involuntary matrix.
26. Orthogonal Matrix: A square matrix A is said to be orthogonal if AA1 = A1A = I
Examples:
cos sin
1. Show that A = is orthogonal.
sin cos
cos sin
Sol: Given A =
sin cos
cos sin
AT =
sin cos
=
sin cos cos sin cos sin
2 2
1 0
I
0 1
A is orthogonal matrix.
1 2 2
1
2. Prove that the matrix 2 1 2 is orthogonal.
3
2 2 1
1 2 2
1
Sol: Given A = 2 1 2
3
2 2 1
1 2 2
T 1
Then A = 2 1 2
3
2 2 1
1 2 2 1 2 2
T 1
Consider A .A = 2 1 2 2 1 2
9
2 2 1 2 2 1
9 0 0 1 0 0
1
= 0 9 0
=
0 1 0
9
0 0 9 0 0 1
A.AT = I
Similarly AT .A = I
Hence A is orthogonal Matrix
0 2b c
3. Determine the values of a, b, c when a b c is orthogonal.
a b c
0 2b c 0 a a
So AAT = a b c 2b b b I
a b c c c c
4b c 2b c 2b c
2 2 2 2 2 2
1 0 0
2b c a b c a b c
2 2 2 2 2 2 2 2
=I= 0 1 0
2b c a b c a b c 0 1
2 2 2 2 2 2 2 2
0
Solving 2b2-c2 =0, a2-b2-c2 =0
We get c = 2b a2 =b2+2b2 =3b2
a= 3b
a= 3b
1
=
2
1
b=
6
c= 2b
1
=
3
27. Determinant of a square matrix:
a 11 a 12 ......... a 1 n a 11 a 12 ......... a 1 n
a a 22 ......... a 2 n a 21 a 22 ......... a 2 n
21
If A = .......... .......... ..... then A .......... .......... .....
a i1 a i 2 ......... a in a i1 a i 2 ......... a in
a a n 2 ....... a nn a n1 a n 2 ....... a nn
n1 nxn
a 11 a 12 a 13
If A = a
21
a 22 a 23
then
a 31 a 32 a 33
1 1 3
E.g.: Find Determinant of 1 3 3 by using minors and co-factors.
2 4 4
1 1 3
Sol: A = 1 3 3
2 4 4
3 3 1 3 1 3
det A = 1 1 3
4 4 2 4 2 4
=1(-12-12)-1(-4-6)+3(-4+6)
= -24+10+6 = -8
Similarly we find det A by using co-factors also.
KA K
n
Note 1: If A is a square matrix of order n then A , where k is a scalar.
29. Inverse of a Matrix: Let A be any square matrix, then a matrix B, if exists such that AB = BA =I then B is
called inverse of A and is denoted by A-1.
Note:1 (A-1)-1 = A
Note 2: I-1 = I
30. Adjoint of a matrix:
Let A be a square matrix of order n. The transpose of the matrix got from A
By replacing the elements of A by the corresponding co-factors is called the adjoint of A and is denoted by adj
A.
Note: For any scalar k, adj(kA) = kn-1 adj A
Note: The necessary and sufficient condition for a square matrix to posses’ inverse is that A 0
1 1
Note: if A 0 then A ( adj A )
A
A A=A A =I
T T
i.e
If A A=I then A is called Unitary matrix
3i 2 i
Sol: we have A=
2 i i
3i 2 i 3i 2 i
T
So A = and A
2 i i 2 i i
= A
T
A
Thus A is a skew-Hermitian matrix.
The characteristic equation of A is AI 0
3i 2i
0
T
A
2i i
2 i 8 0
2
1 3
i
2 2 0
3 1
i
2 2
3 1 3 1
Which gives i and i and
2 2 2 2
1/2 3 1 / 2i
Hence above values are Eigen values of A.
3 7 4i 2 5i
3) If A= 7 4 i 2 3i
then show that
2 5 i 3i 4
3 7 4i 2 5i
Sol: Given A= 7 4 i 2 3i
then
2 5 i 3i 4
3 7 4i 2 5i 3 7 4i 2 5i
T
A 7 4i
2 3i
And A 7 4i
2 3i
2 5 i 3i 4 2 5 i 3i 4
A
T
A Hence A is Hermitian matrix.
Let B= iA
3i 4 7i 5 2i
i.e B= 4 7 i 2i 1 3i
then
5 2 i 1 3i 4 i
3i 4 7i 5 2i
B 4 7i 2i 1 3i
5 2 i 1 3i 4 i
3i 4 7i 5 2i 3i 4 7i 5 2i
B
T
4 7i 2i 1 3i ( 1) 4 7 i 2i 1 3i B
5 2 i 1 3i 4 i 5 2 i 1 3i 4i
B =-B
T
A B
T T
A And B ------------- (1)
AB BA
T T
Now A B BA
AB B A
T
BA AB (By (1))
AB BA
a ic b id
Sol: Given A=
b id a ic
a ic b id
Then A
b id a ic
a ic b id
T
Hence A A
b id a ic
a ic b id a ic b id
AA
b id a ic b id a ic
a b c d
2 2 2 2
0
=
a b c d
2 2 2 2
0
AA I a b c d 1
2 2 2 2
if and only if
6) Show that every square matrix is uniquely expressible as the sum of a Hermitian matrix
and a skew- Hermitian matrix.
A A
A A A A
is a Hermitian matrix.
Now A A
A A
A A A A
Hence A A is a skew-Hermitian matrix
1
A A
is also a skew –Hermitian matrix.
2
Uniqueness:
S is skew-Hermitian
R S
Then A
R S
R S R
R, S
S
A A Q
1 1
R A P and S A
2 2
Hence P=R and Q=S
Thus the representation is unique.
0 1 2i
, show that I A I A
1
7) Given that A= is a unitary matrix.
1 2i 0
1 0 0 1 2i
Sol: we have I A
0 1 1 2i 0
1 1 2i
And
1 2 i 1
1 0 0 1 2i
I A
0 1 1 2i 0
1 1 2i
=
1 2i 1
1 1
1 1 2i
(I A)
2
1 4 i 1 1 2 i 1
1 1 1 2i
6 1 2 i 1
B I A I A
1
Let
1 1 1 2i 1 1 2i 1 1 (1 2 i )( 1 2 i ) 1 2i 1 2i
B
6 1 2 i 1 1 2 i 1 6 1 2i 1 2i ( 1 2 i )( 1 2 i ) 1
1 4 2 4i
B
6 2 4i 4
1 4 2 4i T 1 4 2 4i
Now B and B
6 2 4i 4 6 2 4i 4
1 4 2 4i 4 2 4i
T
B B
36 2 4i 4 2 4i 4
1 36 0 1 0
I
36 0 36 0 1
B
T
1
B
I A I A
1
is a unitary matrix.
1
A
A
1
I
A 1
A
1
I
1
Thus A is unitary.
Problems
1). Express the matrix A as sum of symmetric and skew – symmetric matrices. Where
3 2 6
A= 2 7 1
5 4 0
3 2 6
Sol: Given A = 2 7 1
5 4 0
3 2 5
T
Then A = 2 7 4
6 1 0
3 2 6 3 2 5
T 1
P = ½ (A+A ) = 2 1 2
7 7 4
2
5 4 0 6 1 0
6 0 11 3 0 11 / 2
1
0 14 3 0 7 3/2
2
11 3 0 11 / 2 3/2 0
Q= ½ (A-AT)
3 2 6 3 2 5 0 4 1
1 1
= 2 7 1 2 7 4 4 0 5
2 2
5 4 0 6 1 0
1 5 0
0 2 1 / 2
2 0 5/2
1 / 2 5/2 0
s
Sub – Matrix: Any matrix obtained by deleting some rows or columns or both of a given matrix is called is sub
matrix.
1 5 6 7
8 9 10
E.g.: Let A = 8 9 10 5 . Then is a sub matrix of A obtained by deleting first row and
3 4 5 2 x3
3 4 5 1
4th column of A.
Minor of a Matrix: Let A be an m x n matrix. The determinant of a square sub matrix of A is called a minor of
the matrix.
Note: If the order of the square sub matrix is‘t’ then its determinant is called a minor of order is‘t’.
2 1 1
3 1 2
Eg: A =
1 2 3
5 6 7
4X3 be a matrix
2 1
B is a sub-matrix of order ‘2’
3 1
2 1 1
C 3 1 2 is a sub-matrix of order ‘3’
5 6 7
detc= 2(7-12)-1(21-10)+(18-5)
= 2(-5)-1(11)+1(13)
= -10-11+13 = -8 is a minor of order ‘3’
*Rank of a Matrix:
Let A be m x n matrix. If A is a null matrix, we define its rank to be ‘0’. If A is a non-zero matrix, we say
that r is the rank of A if
(i) Every (r+1)th order minor of A is ‘0’ (zero) &
(ii) At least one rth order minor of A which is not zero.
Note: 1. It is denoted by ρ (A)
2. Rank of a matrix is unique.
3. Every matrix will have a rank.
4. If A is a matrix of order mxn,
Rank of A ≤ min (m,n)
5. If ρ(A) = r then every minor of A of order r+1, or more is zero.
6. Rank of the Identity matrix In is n.
7. If A is a matrix of order n and A is non-singular then ρ(A) = n
Important Note:
1. The rank of a matrix is ≤r if all minors of (r+1)th order are zero.
2. The rank of a matrix is ≥r, if there is at least one minor of order ‘r’ which is not equal to zero.
PROBLEMS
1 2 3
1. Find the rank of the given matrix 3 4 4
7 10 12
1 2 3
Sol: Given matrix A =
3 4 4
7 10 12
→ det A = 1(48-40)-2(36-28)+3(30-28)
= 8-16+6 = -2 ≠ 0
1 0 0 0
0 1 0 0
E.g.: 1. is a row echelon form.
0 0 1 1
0 0 0 0
1 0 0 0 0 0
3.
0 1 0 0 0 0
is a row echelon form.
0 0 0 0 0 0
PROBLEMS
2 3 7
1. Find the rank of the matrix A = 3 2 4 by reducing it to Echelon form.
1 3 1
2 3 7
sol: Given A = 3 2 4
1 3 1
1 3 1
~
0 7 7
R2 → R2 –3R1
0 9 9
R3→ R3 -2R1
1 3 1
~
0 1 1
R2 → R2/7,R3→ R3/9
0 1 1
1 3 1
~
0 1 1
R3 → R3 –R2
0 0 0
4 4 3 1
1 1 1 0
2. For what values of k the matrix has rank ‘3’.
k 2 2 2
9 9 k 3
Sol: The given matrix is of the order 4x4
If its rank is 3 det A =0
4 4 3 1
1 1 1 0
A=
k 2 2 2
9 9 k 3
4 4 3 1
0 0 1 1
We get A ~
0 8 4k 8 3k 8 k
0 0 4 k 27 3
4 8 4k 8 3k 8 k 0
0 4 k 27 3
1[(8-4k)3]-1(8-4k)(4k+27)] = 0
(8-4k) (3-4k-27) = 0
(8-4k)(-24-4k) =0
(2-k)(6+k)=0
k =2 or k = -6
Normal Form:
Ir 0 Ir Ir 0
Every mxn matrix of rank r can be reduced to the form
(or) (Ir ) (or)
(or)
by
0 0 0
a finite number of elementary transformations, where Ir is the r – rowed unit matrix.
Note: 1. If A is an mxn matrix of rank r, there exists non-singular matrices P and Q such that PAQ =
Ir 0
0 0
Normal form another name is “canonical form”
1 2 3 4
e.g.: By reducing the matrix
2 1 4 3
into normal form, find its rank.
3 0 5 10
1 2 3 4
Sol: Given A =
2 1 4 3
3 0 5 10
1 2 3 4
A~ 0 3 2 5 R2 → R2 – 2R1
0 6 4 22
R3 → R3 – 3R1
1 2 3 4
A~ 0 3 2 5 R3 → R3/-2
0 3 2 11
1 2 3 4
A~ 0 3 2 5 R3 → R3+R2
0 0 0 6
0 0 0 0
A~ 0 3 2 5 c2→ c2 - 2c1, c3→c3-3c1, c4→c4-4c1
0 0 0 6
1 0 0 0
A~ 0 3 0 0 c3 → 3 c3 -2c2, c4→3c4-5c2
0 0 0 18
1 0 0 0
A~ 0 1 0 0 c2→c2/-3, c4→c4/18
0 0 0 1
1 0 0 0
A~
0 1 0 0
c4 ↔ c3
0 0 1 0
1 6 4
1. Find the inverse of the matrix A using elementary operations where A=
0 2 3
0 1 2
Sol:
1 6 4
Given A =
0 2 3
0 1 2
We can write A = I3 A
1 6 4 1 0 0
0 2 3
=
0 1 0
A
0 1 2 0 0 1
1 0 5 1 3 0
0 2 3 = 0 1 0 A
0 0 1 0 1 2
1 0 0 1 8 10
0 2 0 = 0 4 6 A
0 0 1 0 1 2
B is the inverse of A.
1. Show that the matrix A = satisfies its characteristic equation Hence find A-1
1 2 2 1 0 0 1 2 2
A 1 2 3 A 1 1 2 A 2 1
2 3
2
0 1 2 1 0 1 1 1 0
1 2 2 1 0 0 1 2 2 1 0 0
A A A I 2 1 1 1 2 1 2 3 0
3 2
2 1 0
1 1 0 1 0 1 0 1 2 0 0 1
1 0 0 1 2 2 1 0 0 1 2 2
1
A 1 1 2 1 2 3 0 1 0 2 2 1
1 0 1 0 1 2 0 0 1 1 1 0
2. Using Cayley - Hamilton Theorem find the inverse and A4 of the matrix A =
Sol: Let A =
7 2 2
i .e ., 6 1 2 0
6 2 1
By Cayley – Hamilton theorem we have A3-5A2+7A-3I=0…..(1)
Multiply with A-1 we get
A-1
25 8 8 79 26 26
A 24 7 A 78 25
2 3
8 26
24 8 7 78 26 25
3 2 2
1 1
A 6 5 2
3
6 2 5
241 80 80
240 79 80
240 80 79
Problems
2 2 1 1 2 2
1. Diagonalize the matrix (i)
1 3 1
(ii) 1 2 1
1 2 2 1 1 0
1 3 1
Sol. The Given Vector X1 2 X 2 X 6
2
3
3 1 5
= 1(10+6)-2(15-1)+3(-18+2)
=16+32-48=0
2 1 4
Then A 2 4 6
1 1 3
=2(-12+6)+2(-3+4)+1(6-16)
=-20≠ 0
The given vectors are linearly independent
|A|≠0
5 4 1
Eg: Let A= X=
1 2 −1
5 4 1 1 1
AX = = = 1.
1 2 −1 −1 −1
= 1. 𝑋
1
Here Characteristic vector of A is and Characteristic root of A is “1”.
−1
Note: We notice that an Eigen value of a square matrix A can be 0. But a zero vector cannot be an Eigen
vector of A.
Method of finding the Eigen vectors of a matrix.
Let A = [aij] be a nxn matrix. Let X be an Eigen vector of A corresponding to the Eigen value λ.
Then by definition AX = λX.
AX = λIX
AX –λIX = 0
(A-λI)X = 0 ------- (1)
This is a homogeneous system of n equations in n unknowns.
(1) Will have a non-zero solution X if and only |A-λI| = 0
- A-λI is called characteristic matrix of A
- |A-λI| is a polynomial in λ of degree n and is called the characteristic polynomial of A
- |A-λI|=0 is called the characteristic equation
Solving characteristic equation of A, we get the roots, 𝜆1, 𝜆2, 𝜆3, … … . 𝜆𝑛, these are called the characteristic
roots or Eigen values of the matrix.
- Corresponding to each one of these n Eigen values, we can find the characteristic vectors.
a 21 a 22 ... a2n
say A I
... ... ... ...
a n1 an2 ... a nn
The characteristic equation is |A-λI| = 0 we solve the ∅ λ = A − λI = 0, we get n roots, these are called
PROBLEMS
8 −4
1. Find the Eigen values and the corresponding Eigen vectors of
2 2
8 −4
𝑠𝑜𝑙: 𝐿𝑒𝑡 𝐴 =
2 2
𝐶𝑎𝑟𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑡𝑖𝑐 𝑚𝑎𝑡𝑟𝑖𝑥 = 𝐴 − λI
8 − λ −4
=
2 2−λ
C h a r a c te r is tic e q u a tio n o f A is A I 0
8 − λ −4
⟹ =0
2 2−λ
⟹ 8−λ 2−λ +8 = 0
⟹ 16 + λ2 − 10λ + 8 = 0
⟹ λ2 − 10 λ + 24 = 0
⟹ λ−6 λ−4 = 0
Let x1 =
x1 1
E ig e n v e c to r is
x2 1
1
𝑖𝑠 𝑎 𝐸𝑖𝑔𝑒𝑛 𝑣𝑒𝑐𝑡𝑜𝑟 𝑜𝑓 𝑚𝑎𝑡𝑟𝑖𝑥 𝐴, 𝑐𝑜𝑟𝑟𝑒𝑠𝑝𝑜𝑛𝑑𝑖𝑛𝑔 𝑒𝑖𝑔𝑒𝑛 𝑣𝑎𝑙𝑢𝑒 𝜆 = 4
1
2 2
E ig e n v e c to r
1
2
𝑖𝑠 𝑒𝑖𝑔𝑒𝑛 𝑣𝑒𝑐𝑡𝑜𝑟 𝑜𝑓 𝑚𝑎𝑡𝑟𝑖𝑥 𝐴 𝑐𝑜𝑟𝑟𝑒𝑠𝑝𝑜𝑛𝑑𝑖𝑛𝑔 𝑒𝑖𝑔𝑒𝑛 𝑣𝑎𝑙𝑢𝑒 𝜆 = 6
1
2 0 1
2. Find the eigen values and the corresponding eigen vectors of matrix 0 2 0
1 0 2
2 0 1
Sol: Let A = 0 2 0
1 0 2
The characteristic equation is |A-λI|=0
2−λ 0 1
i.e. |A-λI| = 0 2−λ 0 =0
1 0 2−λ
2
⟹ 2−λ 2−λ −0+ − 2−λ =0
⟹ 2 − λ 3— λ − 2 = 0
2
⟹ λ−2 – λ−2 −1 =0
⟹ λ − 2 −λ2 + 4λ − 3 = 0
⟹ λ−2 λ−3 λ−1 = 0
λ=1,2,3
The eigen values of A is 1,2,3.
𝑥2 = 0
𝑥1 + 𝑥3 = 0
𝑥1 = −𝑥3 , 𝑥2 = 0
𝑠𝑎𝑦 𝑥3 = 𝛼
𝑥1 = −𝛼 𝑥2 = 0, 𝑥3 = 𝛼
𝑥1 −𝛼 −1
𝑥2 = 0 = 𝛼 0
𝑥3 𝛼 1
−1
0 𝑖𝑠 𝐸𝑖𝑔𝑒𝑛 𝑣𝑒𝑐𝑡𝑜𝑟
1
𝐸𝑖𝑔𝑒𝑛 𝑣𝑒𝑐𝑡𝑜𝑟 𝑐𝑜𝑟𝑟𝑒𝑠𝑝𝑜𝑛𝑑𝑖𝑛𝑔 𝑡𝑜 λ = 2
0 0 1 𝑥1 0
0 0 0 𝑥2 = 0
1 0 0 𝑥3 0
𝐻𝑒𝑟𝑒 𝑥1 = 0 𝑎𝑛𝑑 𝑥3 = 0 𝑎𝑛𝑑 𝑤𝑒 𝑐𝑎𝑛 𝑡𝑎𝑘𝑒 𝑎𝑛𝑦 𝑎𝑟𝑏𝑖𝑡𝑎𝑟𝑦 𝑣𝑎𝑙𝑢𝑒 𝑥2 𝑖. 𝑒 𝑥2 = 𝛼 𝑠𝑎𝑦
𝑥1 0 0
𝑥2 = 𝛼 = 𝛼 1
𝑥3 0 0
0
𝐸𝑖𝑔𝑒𝑛 𝑣𝑒𝑐𝑡𝑜𝑟 𝑖𝑠 1
0
𝐸𝑖𝑔𝑒𝑛 𝑣𝑒𝑐𝑡𝑜𝑟 𝑐𝑜𝑟𝑟𝑒𝑠𝑝𝑜𝑛𝑑𝑖𝑛𝑔 𝑡𝑜 λ = 3
−1 0 1 𝑥1 0
0 −1 0 𝑥2 = 0
1 0 −1 𝑥3 0
−𝑥1 + 𝑥3 = 0
−𝑥2 = 0
𝑥1 − 𝑥3 = 0
𝑒𝑟𝑒 𝑏𝑦 𝑠𝑜𝑙𝑣𝑖𝑛𝑔 𝑤𝑒 𝑔𝑒𝑡 𝑥1 = 𝑥3 , 𝑥2 = 0 𝑠𝑎𝑦 𝑥3 =∝
𝑥1 =∝ , 𝑥2 = 0 , 𝑥3 =∝
x1 1
x 0 0
2
x 3 1
1
𝐸𝑖𝑔𝑒𝑛 𝑣𝑒𝑐𝑡𝑜𝑟 𝑖𝑠 0
1
1 2 3
Example: if A= 0 2 5
then trace=1+2+1=4 and determinant=15
2 1 1
Theorem 2: If is an Eigen value of A corresponding to the Eigen vector X, then is Eigen value An
1 0 0
Example: if A= 0 2 0
then Eigen values of A3are 1,8,1
0 0 1
Theorem 3: A Square matrix A and its transpose AT have the same Eigen values.
1 0 0
Example: if A= 0 2 0
then Eigen values of AT are 1,2,1.
0 0 1
Theorem 4: If A and B are n-rowed square matrices and If A is invertible show that A-1B and B A-1 have same
Eigen values.
Theorem 5: If 1 , 2 ,......... .. n are the Eigen values of a matrix A then k 1, k 2, ….. k n are the Eigen value
Example:
If 1,2,3 are eigen values of A then eigen values of 3+A are 4,5,6
Example:
If 1,2,3 are eigen values of A then eigen values of 3-A are 2,1,0
Theorem 8: If are the Eigen values of A, find the Eigen values of the matrix
–1
Theorem 9: If is an Eigen value of a non-singular matrix A corresponding to the Eigen vector X, then is
atrix Adj A
Theorem 11: If
Theorem 12: If is Eigen value of A then prove that the Eigen value of B = a0A2+a1A+a2I is a0 2
+a1 +a2
Theorem 14: Suppose that A and P be square matrices of order n such that P is non singular. Then A and P-1AP
have the same Eigen values.
Corollary 1: If A and B are square matrices such that A is non-singular, then A-1B and BA-1 have the same Eigen
values.
Corollary 2: If A and B are non-singular matrices of the same order, then AB and BA have the same Eigen
Theorem 15: The Eigen values of a triangular matrix are just the diagonal elements of the matrix.
Theorem 16: The Eigen values of a real symmetric matrix are always real.
Theorem 17: For a real symmetric matrix, the Eigen vectors corresponding to two distinct Eigen values are
orthogonal.
PROBLEMS
1. Find the Eigen values and Eigen vectors of the matrix A and its inverse, where
A=
Sol: Given A =
1
X 0 0 is the solution where is arbitrary constant
0 0
1
X 0 Is the Eigen vector corresponding to 1
0
5 x3 0 x3 0
x1 3 x 2 0 x1 3 x 2
Let x 2 k
x1 3 k
3k 3
X k k 1
0 0
3
is the solution X 1
0
2 3 4 x1 0
For 3 , becomes 0 1 5 x2 0
0 0 0 x 3 0
X=
19
X 10
is the Eigen vector corresponding to 3
2
1 1 1
E ig e n v a lu e s o f A a r e 1, ,
2 3
2.
Let f(A) =
Then eigen values of f(A) are f(1), f(3) and f(-2)
f(1) = 3(1)3+5(1)2-6(1)+2(1) = 4
f(3) = 3(3)3+5(3)2-6(3)+2(1) = 110
f(-2) = 3(-2)3+5(-2)2-6(-2)+2(1) = 10
Eigen values of are 4,110,10
Diagonalization of a matrix:
Theorem: If a square matrix A of order n has n linearly independent eigen vectors (X 1,X2…Xn) corresponding to
the n eigen values λ1,λ2….λn respectively then a matrix P can be found such that
P-1AP is a diagonal matrix.
Proof: Given that (X1,X2…Xn) be eigen vectors of A corresponding to the eigen values λ1,λ2….λn respectively and
these eigen vectors are linearly independent Define P = (X1,X2…Xn)
Since the n columns of P are linearly independent |P|≠0
Hence P-1 exists
Consider AP = A[X1,X2…Xn]
= [AX1, AX2…..AXn]
= *λX1, λ2X2….λnXn]
1 0 ... 0
0 2 ... 0
[X1,X2…Xn]
... ... ... ...
0 0 ... n
AP=PD
P–1AP = (I)D
= diag ( 1 , 2 , 3 ,......... .. n )
1 0
n
0 0
2
n
0 0 0 1
Hence An = P P
n
n
0 0 0
PROBLEMS
i.e,
0
Thus the eigen values are λ=5, λ=-3 and λ=-3
when λ=5
Similarly, for the given eigen value λ=-3 we can have two linearly independent eigen vectors X2 =
is a diagonal matrix.
3. Find a matrix P which transform the matrix A =
i.e,
If x1, x2, x3 be the components of an Eigen vector corresponding to the Eigen value λ, we have
[A-λI+X =
P=
0 2 1
1
P-1= 2 2 0
2
2 2 1
1
0 1 1 1 1 2 1
2
0
Now P AP 1 0 1
1
1 2 1 1 1 1
1
1 1 2 2 3 0 2 2
2
1
1 2 1 1 0 0 1
2
0
1 1 1 0 16 0 1 1 0
0 2 2 0 0 81 2 2 1
NOTE:
All Eigen values (all roots of the characteristic polynomial) of a symmetric matrix are real.
Eigenvectors of a symmetric matrix corresponding to different Eigen values are orthogonal.
Problems:
2 1 1
1) Find an orthogonal matrix P which diagonalizes A 1 2 1
1 1 2
Sol:
0 2 2
3) Find an orthogonal matrix P which diagonalizes A 2 0 2
2 2 0
Sol:
MODULE-II
FUNCTIONS
OF SINGLE AND SEVERAL
VARIABLES
MEAN VALUE THEOREMS
I Rolle’s Theorem:
Let f(x) be a function such that
(i). It is continuous in closed interval [a,b]
(ii). It is differentiable in open interval (a,b) and
(iii). f(a) = f(b).
Then there exists at least one point ‘c’ in (a,b) such that
f1(c) = 0.
Geometrical Interpretation of Rolle’s Theorem:
Let f : [ a , b ] R be a function satisfying the three conditions of Rolle ’s Theorem. Then the graph.
f (x)
1
Now x 2 x
(e ) e
cos c sin c
f1(c)= 0 => c
0
e
x ab
2
x ab
2
ab
2
1 1 1 x
(ii). f (x) = .2 x
ab ab )
2 2
x x x(x
a ab
2
b ab
2
f(a) = f(b)
Thus f(x) satisfies all the three conditions of Rolle ’s Theorem.
So, c (a, b) f1(c) = 0,
ab
2
c
f1(c) = 0, =0 c2 = ab
ab )
2
c( c
c ab ( a , b )
(c-a)m-1(c-b)n-1[(m+n)c-(mb+na)]=0
(m+n)c-(mb+na)=0 => (m+n)c = mb+na
c = mb+na є(a,b)
m+n
Rolle ’s Theorem verified.
5. Using Rolle ’s Theorem, show that g(x) = 8x3-6x2-2x+1 has a zero between
0 and 1.
Sol: g(x) = 8x3-6x2-2x+1 being a polynomial, it is continuous on [0,1] and differentiable on (0,1)
Now g(0) = 1 and g(1)= 8-6-2+1 = 1
Also g(0)=g(1)
Hence, all the conditions of Rolle’s theorem are satisfied on *0,1+.
Therefore, there exists a number cє(0,1) such that g1(c)=0.
Now g1(x) = 24x2-12x-2
g1(c)= 0 => 24c2-12c-2 =0
3 21
c= ie c= 0.63 or -0.132
12
1 1
ie. 1
2
0 => c = 1 є (0,8)
3 3
c c
x 3x
2
-x/2
=e [2x+3- ]
2
=e-x/2[6+x-x2/2]
Since f1(x) doesnot become infinite or indeterminate at any point of the interval(-3,0).
f(x) is derivable in (-3,0)
(iii) Also we have f(-3) = 0 and f(0) =0
f (-3)=f(0)
Thus f(x) satisfies all the three conditions of Rolle’s theorem in the interval [-3,0].
Hence there exist at least one value c of x in the interval (-3,0) such that f1(c)=0
i.e., ½ e-c/2(6+c-c2)=0 =>6+c-c2=0 (e-c/2≠0 for any c)
=> c2+c-6 = 0 => (c-3)(c+2)=0
c=3,-2
Clearly, the value c= -2 lies within the (-3,0) which verifies Rolle’s theorem.
II. Lagrange’s mean value Theorem
Let f(x) be a function such that (i) it is continuous in closed interval [a,b] & (ii) differentiable in (a,b). Then at
least one point c in (a,b) such that
f (b ) f ( a )
f1(c) =
b a
Geometrically there exist at least one point c on the curve between A and B such that the tangent line is
f (4 ) f (0 )
i.e., 3c2-2c-5 = …………………….(1)
4
2 4 144 2 148 1 37
c=
6 6 3
1 37
We see that lies in open interval (0,4) & thus Lagrange’s Mean value theorem is verified.
3
This function is continuous in closed interval [1,e] & derivable in (1,e). Hence L.M.V.T is applicable
here. By this theorem, a point c in open interval (1,e) such that
f ( e ) f (1 ) 1 0 1
f1(c) =
e 1 e 1 e 1
1 1 1
But f1(c)=
e 1 c e 1
c=e-1
But Lagrange Mean value theorem is not applicable for the function f(x) as its derivative does not
exist in (-1,1) at x=0.
b a 1 1 b a
4. If a<b, P.T Tan b Tan a using Lagrange’s Mean value theorem. Deduce the
1 b 1 a
2 2
following.
3 1 4 1
i). Tan
4 25 3 4 6
5 4 1 2
ii). Tan 2
20 4
1 1
Here f1(x) = f (c )
1
& hence
1 x 1 c
2 2
Thus c, a<c<b
1 1
1 Tan b Tan a
------- (1)
1 c b a
2
We have 1+a2<1+c2<1+b2
1 1 1
1 a 1 c 1 b
2 2 2
……….. (2)
From (1) and (2), we have
1 1
1 Tan b Tan a 1
1 a b a 1 b
2 2
or
b a 1 1 b a
Tan b Tan a ………………(3)
1 a 1 b
2 2
4
Take b & a=1, we get
3
4 4 43
1 1
3 1 4 1 3 3 1 4 43
Tan ( ) Tan (1 ) Tan ( )
11
2
16 3 25 3 4 3
1
9 9 2
3 1 4 1
Tan ( )
25 4 3 4 6
1 1 2
Tan 2
5 4 4
4 5 1 2
Tan 2
20 4
Sol: - Let f(x) = ex defined on [0,x]. Then f(x) is continuous on [0,x] & derivable
on (0,x).
By Lagrange’s Mean value theorem a real number c є(0,x) such that
f ( x ) f (0 )
f (c )
1
x 0
x 0 x
e -e e -1
=e
c
=e
c
………….(1)
x -0 x
Note that 0<c<x => e0<ec<ex ( ex is an increasing function)
1
x
e
=> 1 e
x
From (1)
x
=> x<ex-1<xex
=> 1+x<ex<1+xex.
5
6. Calculate approximately 2 4 5 by using L.M.V.T.
b a
4
f ( 245 ) f ( 243 ) 1
=> c 5
245 243 5
7. Find the region in which f(x) = 1-4x-x2 is increasing & the region in which it is decreasing using M.V.T.
Sol: - Given f(x) = 1-4x-x2
f(x) being a polynomial function is continuous on [a,b] & differentiable on (a,b) a,b R
f satisfies the conditions of L.M.V.T on every interval on the real line.
f1(x)= 0 if x = -2
for x<-2, f1(x) >0 & for x>-2 , f1(x)<0
Hence f(x) is strictly increasing on (-∞, -2) & strictly decreasing on (-2,∞)
8. Using Mean value theorem prove that Tan x > x in 0<x</2
Sol:- Consider f(x) = Tan x in , x where 0< <x</2
Tan x Tan
sec c
2
x
- Tan = (x - )sec
2
Tan x c
But sec2c>1.
Hence Tan x > x
9. If f1(x) = 0 Through out an interval [a,b], prove using M.V.T f(x) is a constant in that interval.
Sol:- Let f(x) be function defined in [a,b] & let f1(x) = 0 x in [a,b].
Then f1(t) is defined & continuous in [a,x] where axb.
& f(t) exist in open interval (a,x).
By L.M.V.T a point c in open interval (a,x)
f ( x) f (a )
f (c )
1
x a
f(x) = f(a) x
iv) < tan(-1)v - tan(-1)u < where 0 < u <v hence deduce
( iii ) g ( x ) 0 x ( a , b ), then
1
f (b ) f ( a )
1
f (c )
a po int c ( a , b )
g (b ) g ( a )
1
g (c )
f (b ) f ( a )
1
f (c )
g (b ) g ( a )
1
g (c )
1
b a 2 c b a 2c c
ab c
1 1 1 a b 2 c
b a 2c c ab
Since a,b >0 , ab is their geometric mean and we have a<ab <b
c(a,b) which verifies Cauchy’s mean value theorem.
2. Verify Cauchy’s Mean value theorem for f(x) = ex & g(x) = e-x in [3,7] &
find the value of c.
Sol: We are given f(x) = ex & g(x) = e-x
f(x) & g(x) are continuous and derivable for all values of x.
=>f & g are continuous in [3,7]
=> f & g are derivable on (3,7)
Also g1(x) = e-x 0 x (3,7)
Thus f & g satisfies the conditions of Cauchy’s mean value theorem.
Consequently, a point c (3,7) such that
f (7 ) f (3) e e
1 7 3 c 7 3
f (c ) e e e
e
2c
7 3 c
g (7 ) g (3) e e
1
g (c ) e 1 1
7
3
e e
Partial Differentiation
PROBLEMS
Chain rule of Partial Differentiation
Problems
Example 1:
Example 2:
Example 3: ,
Example 4:
Example 1:
Example 2:
Example 3:
Example 4:
Example 1:
Example 2:
Example 3:
Example 4:
Example 5:
PROBLEMS:
1. Find the max & min of the function f(x) = x5 -3x4 + 5 (’08 S-1)
Sol: Given f(x) = x5 -3x4 + 5
f1(x) = 5x4 – 12x3
for maxima or minima f1(x) =0
5x4 – 12x3 = 0
x =0, x= 12/5
f11(x) = 20 x3 – 36 x2
At x = 0 => f11(x) = 0. So f is neither maximum nor minimum at x = 0
At x = (12/5) => f11(x) =20 (12/5)3 – 36(12/5)
=144(48-36) /25 =1728/25 > 0
So f(x) is minimum at x = 12/5
The minimum value is f (12/5) = (12/5)5 -3(12/5)4 + 5
3. i. If l n –m2 > 0 and l < 0 at (a1,b1) then f(x ,y) is maximum at (a1,b1) and maximum
value is f(a1,b1)
ii. If l n –m2 > 0 and l > 0 at (a1,b1) then f(x ,y) is minimum at (a1,b1) and minimum value is
f(a1,b1) .
iii. If l n –m2 < 0 and at (a1, b1) then f(x, y) is neither maximum nor minimum at (a1, b1). In
this case (a1, b1) is saddle point.
iv. If l n –m2 = 0 and at (a1, b1) , no conclusion can be drawn about maximum or minimum
and needs further investigation. Similarly we do this for other stationary points.
PROBLEMS:
1. Locate the stationary points & examine their nature of the following functions.
u =x4 + y4 -2x2 +4xy -2y2, (x > 0, y > 0)
Sol: Given u(x ,y) = x4 + y4 -2x2 +4xy -2y2
u u
For maxima & minima = 0, =0
x y
(1) x3 – 2x x= 0, 2, 2
Hence (3) y = 0, - 2, 2
u u
2 2
u
2
4 ( ½) + 3y – 3 = 0 => 3y = 3 -2 , y = (1/3)
2
f
l= = 6xy2-12x2y2 -6xy3
x
2
f
2
(1/2,1/3)
= 6(1/2)(1/3)2 -12 (1/2)2(1/3)2 -6(1/2)(1/3)3 = 1/3 – 1/3 -1/9 = -1/9
x
2
f f
2
m= = = 6x2 y -8 x3 y – 9x2 y2
xy x y
f
2
(1/2 ,1/3)
= 6(1/2)2(1/3) -8 (1/2)3(1/3) -9(1/2)2(1/3)3 = =
xy
2
f
n= = 2x3 -2x4 -6x3 y
y
2
f
2
(1/2,1/3)
= 2(1/2)3 -2(1/2)4 -6(1/2)3(1/3) = - - = -
y
2
1
ln- m2 =(-1/9)(-1/8) –(-1/12)2 = - = = > 0 and l = 0
9
3. Find three positive numbers whose sum is 100 and whose product is maximum.
Sol: Let x ,y ,z be three +ve numbers.
Then x + y + z = 100
z = 100 – x – y
Let f (x,y) = xyz =xy(100 – x – y) =100xy –x2 y-xy2
100 -2x –y = 0
200 -2x -4y =0
-----------------------------
-100 + 3y = 0 => 3y =100 => y =100/3
100 – x –(200/3) = 0 => x = 100/3
f
2
l= =- 2y
x
2
f
2
f
2
(100/3 , 100/3 ) = 100 –(200/3) –(200/3) = -(100/3)
xy
f
2
n= = -2x
y
2
f
2
4. Find the maxima & minima of the function f(x) = 2(x2 –y2) –x4 +y4
Sol: Given f(x) = 2(x2 –y2) –x4 +y4 = 2x2 –2y2 –x4 +y4
For maxima & minima = 0 and =0
f
2
l=
= 4-12x2
x
2
f
2
m= = f =0
xy x y
f
2
n=
= -4 +12y2
y
2
ii) At ( ± 1 ,0 )
ln – m2 = 48 + 0 - 0 -16 =32 > 0
l = 4-12 = - 8 < 0
f has maximum value at ( ± 1 ,0 )
f (x ,y ) = 2(x2 –y2) –x4 +y4
f ( ± 1 , 0 ) =2 -0 -1 + 0 = 1
The maximum value is „1 „.
iii) At (0,0) , (± 1 , ± 1)
ln – m2 < 0
l = 4 -12x2
(0 , 0) & (± 1 , ± 1) are saddle points.
f has no max & min values at (0 , 0) , (± 1 , ± 1).
= 0 i.e the pairs (a1, b1), (a2, b2) ………….. are called
Stationary.
*Maxima & Minima for a function with constant condition :Lagranges Method
Suppose f(x , y , z) = 0 ------------(1)
( x , y , z) = 0 ------------- (2)
F(x , y , z) = f(x , y , z) + ( x , y , z) where is called Lagrange‟s constant.
F
1. = 0 => + = 0 --------------- (3)
x
F
= 0 => + = 0 --------------- (4)
y
F
= 0 => + = 0 --------------- (5)
z
2. Solving the equations (2) (3) (4) & (5) we get the stationary point (x, y, z).
3. Substitute the value of x , y , z in equation (1) we get the extremum.
Problem:
1. Find the minimum value of x2 +y2 +z2, given x + y + z =3a (’08 S-2)
Sol: u = x2 +y2 +z2
= x + y + z - 3a = 0
F
= + = 2y + = 0 ------------ (2)
y
F
= + = 2z + = 0 ------------ (3)
z
= x + x + x - 3a = 0 =a
= y =z = a
Minimum value of u = a2 + a2 + a2 =3 a2
MODULE-III
HIGHER ORDER LINEAR
DIFFERENTIAL EQUATIONS AND
THEIR APPLICATIONS
LINEAR DIFFERENTIAL EQUATIONS OF SECOND AND HIGHER ORDER
Pn(x) .y = Q(x) Where P1(x), P2(x), P3(x)… …..Pn(x) and Q(x) (functions of x) continuous is called
a linear differential equation of order n.
LINEAR DIFFERENTIAL EQUATIONS WITH CONSTANT COEFFICIENTS
P3,…..Pn, are real constants and Q(x) is a continuous function of x is called an linear differential
equation of order „ n‟ with constant coefficients.
Note:
1. Operator D = ; D2 = ; …………………… Dn =
Dy = ; D2 y= ; …………………… Dn y=
4. Two roots of A.E are complex say yc = (c1 cos x + c2sin x)+ c3em3x +…+ cnemnx
+i -i and rest are real and
distinct.
5. If ±i are repeated twice & rest yc = [(c1+c2x)cos x + (c3+c4x) sin x)]+ c5em5x
are real and distinct +…+ cnemnx
6. If ±i are repeated thrice & rest yc = [(c1+c2x+ c3x2)cos x + (c4+c5x+ c6x2) sin
are real and distinct x)]+ c7em7x +……… + cnemn x
7. If roots of A.E. irrational say yc e
x
c 1
cosh x c 2 sinh
x c3e
m3x
....... c n e
mn x
1. Solve -3 + 2y = 0
m= =
3 7
i = i
2 2
Provided f(a) ≠ 0
Case 2: If f(a) = 0 then the above method fails. Then
2. P.I of f(D) y =Q(x) where Q(x) = sin ax or Q(x) = cos ax where ‘ a ‘ is constant then P.I =
. Q(x).
sin ax
Case 1: In f(D) put D2 = - a2 f(-a2) ≠ 0 then P.I =
f a
2
Case 2: If f(-a2) = 0 then D2 + a2 is a factor of (D2) and hence it is a factor of f(D). Then let
f(D) = (D2 + a2) .Ф(D2).
sin ax sin ax 1 sin ax 1 x cos ax
Then
f (D ) (D
2
a ) ( D )
2 2
( a ) D
2 2
a
2
a 2
2a
3. P.I for f(D) y = Q(x) where Q(x) = xk where k is a positive integer f(D) can be express as
f(D) =[1± ]
Express = = [1± ] -1
= [1± ] -1 .xk
4. P.I of f(D) y = Q(x) when Q(x) = eax V where ‘a’ is a constant and V is function of x.
where V =sin ax or cos ax or xk
= eax V
= eax [ (V)]
& V is evaluated depending on V.
= xV
= [x - f1(D)] V
1
I . P . of
m iax
x e
f (D )
1 1
cos ax R . P . of
m m iax
ii. P.I. x x e
f (D ) f (D )
Formulae
1. = (1 – D)-1 = 1 + D + D2 + D3 + ------------------
2. = (1 + D)-1 = 1 - D + D2 - D3 + ------------------
11. Solve = 3x + 2y , + 5x + 3y =0
Case (ii) :
If f(a)= 0 , then above method fails. Now proceed as below.
Here Q( x) =e x
m2+3m+2m+6=0
m(m+3)+2(m+3)=0
m=-2 or m=-3
= ex = ex
Put D = 1 in f(D)
P.I. = ex
y=c1e-2x+c2 e-3x +
i.e. -4 +3y=4e3x
it can be expressed as
D2 y-4Dy+3y=4e3x
(D2-4D+3)y=4e3x
Here Q(x)=4e3x; f(D)= D2-4D+3
Auxiliary equation is f(m)=m2-4m+3 = 0
m2-3m-m+3 = 0
m(m-3) -1(m-3)=0 => m=3 or 1
The roots are real and distinct.
C.F= yc=c1e3x+c2ex ---- (2)
= yp= . 4e3x
= yp= . 4e3x
Put D=3
3x 3x 1
4e 4 e x
yp 2 2 xe
3x 3x
e
3 1 D 3 2 D 3 1!
y=-2e x +(1+2x)e3x
(4). Solve y11+4y1+4y= 4cosx + 3sinx, y(0) = 0, y1(0) = 0
A.E is m2+4m+4 = 0
yp= =
Put = -1
yp=
= = = sinx
given y1(0) = 0
A.E is m2+9 = 0
m= 3i
yc =P.I = =
= sin3x = sin3x
= 1-4x3
A.E is =0
( (m+2) = 0
m=- 2
m = 1, -1, -2
C.F =c1 + c2 + c3
P.I = 1 4 x
3
1 4x )
3
=
1 4x )
3
=
+ …..+ 1 4 x
3
= [1+ + +
1
D D 1 4 x
1 1 1
1 D 2D D 4D
3 2 2 3 3 3
2 2 4 8
= [1- + - D] 1-4 )
= [(1-4 )- + - (-12
y= C.F + P.I
Given equation is
-8)y = cos2x
A.E is =0
(m-1) (m-2)(m-4) = 0
Then m = 1,2,4
C.F = c1 + c2 + c3
P.I =
= . . Cos2x
1 1
P . I e v e
ax ax
v
f (D ) f D a
= . .cos2x
= . .cos2x
= . .cos2x
= . .cos2x
= . .cos2x
= (16cos2x – 2sin2x)
x
2e
8 cos 2 x sin 2 x
260
x
e
8 cos 2 x sin 2 x
130
General solution is y = yc + yp
x
e
y c1e c 2 e
x 2x
c3e
4x
8 cos 2 x sin 2 x
130
8. Solve +4)y = +3
Sol:Given +4)y = +3
A.E is =0
( = 0 then m=2,2
P.I = = + (3)
Now )= ) (I.P of )
= I.P of ) )
= I.P of . )
On simplification, we get
= [(220x+244)cosx+(40x+33)sinx]
and )= ),
)=
P.I = [(220x+244)cosx+(40x+33)sinx] + )+
y = yc+ yp
y= (c1 + c2x) + [(220x+244)cosx+(40x+33)sinx] + )+
Variation of Parameters :
Working Rule :
2
d y dy
1. Reduce the given equation of the form 2
P x Q (x) y R
dx dx
2. Find C.F.
vRdx uRdx
3. Take P.I. yp=Au+Bv where A= and B
uv vu uv vu
1 1 1 1
A.E is =0
m i
u -v = =1
vRdx
A= - dx = - =-x
vu
1 1
uv
uRdx
B= = = log(sinx)
vu
1 1
uv
Sol:A.E is =0
( then m = .
C.F = (c1+c2x)
P.I = = = = 100
y= (c1+c2x) + 100
11. The differential equation satisfying a beam uniformly loaded ( w kg/meter) with one end fixed and the
second end subjected to tensile force p is given by
EI = py - w
Show that the elastic curve for the beam with conditions y=0= at x=0 is given by y =
2
wx
(1-coshnx) + where =
2p
- y= (or)
- = (or)
( )y = -----------(1)
C.F = yc = c1 +c2
P.I = (
= )
= )
=
= ( + )
y= c1 +c2 + ( + )
12. A condenser of capacity ‘C’ discharged through an inductance L and resistance R in series and the charge q
that when t =0, change q is 0.002 coulombs and the current = 0, obtain the value of ‘q’ in terms of t.
Sol:
q q
L +R + = 0 or + + = 0 -------------(1)
C LC
+ + =0 or
+ 1000 + q =0 or
( q=0
Its A.E is =0
= -500 1323i
dq
Now 500 e
500 t
c 1 cos 1323 t c 2 sin 1323 t e
500 t
1323 c 1 sin 1323 t c 2 cos 1323 t
dt
dq
When t 0, 0
dt
13. A particle is executing S.H.M, with amplitude 5 meters and time 4 seconds. Find the time required by the
particle in passing between points which are at distances 4 and 2 meters from the Centre of force and are on
the same side of it.
a =5, =
x = 5cos -------------(2)
Let the times when the particle is at distances of 4 meters and 2 meters from the centre of motion
respectively be t1 sec and t2 sec
t2-t1 = - = 0.33sec
= sin
Sol:Let 0 be the fixed end and A be the other end of the spring. Since load of 20kg attached to A stretches the
spring by 0.1m.
Let e(AB) be the elongation produced by the mass ‘m’ hanging in equilibrium.
If ‘k’ be the restoring force per unit stretch of the spring due to elasticity, then for the equilibrium at B
Mg = T =ke
20 = T0 = k * 0.1
K = 200kg/m
Now the weight is pulled down to c, where BC=0.2. After any time t of its release from c, let the weight be at
p, where BP=x.
= 200(0.05+x) = 10 + 200x
= w –T where g =9.8m/sec2
= 10 – (10+200x)
=- x where = 14
This shows that the motion of the body in simple harmonic about B as centre and the period of oscillation =
= 0.45sec
Also the amplitude of motion being B C=0.2m, the displacement of the body from B at time t is given by x =
0.2cosect
X = 0.2cosect = 0.2cos14t m.
keeping „x‟ fixed between limits y1,y2 and then the resulting expression is integrated w.r.t „x‟ with in
the limits x1,x2 i.e.,
x x2 y 2 ( x )
f x , y d x d y f ( x, y )dydx
R x x1 y 1 ( x )
II. When x1,x2 are functions of y and y1 ,y2 are constants, f(x,y)is first integrated w.r.t „x‟
keeping „y‟ fixed, with in the limits x1,x2 and then resulting expression is integrated w.r.t „y‟
between the limits y1,y2 i.e.,
y y2 x 2 y
f x , y d x d y f x , y d x dy
R y y1 x 1 y
f x , y d x d y f x , y d x dy f x , y d y dx
R y1 x1 x1 y1
Problems
2 3
1. Evaluate x y 2 d x d y
1 1
2 3
x y d x d y
2
Sol.
1 1
2 3 2
2 x
2 2
y
y . dy d y 9 1
1 2 1 1
2
2 2
8
y d y 4 . y d y
2 2
2 1 1
2
y
3
4 4 .7 28
4. 8 1
3
1 3 3 3
2 x
2. Evaluate y dy dx
0 0
2 x 2
x
Sol. y dy dx y dy dx
x0 y0 x0 y 0
2 x 2 2 2
y 1 x
2 3
1 1 1 8 4
dx x 2
0 dx x dx
2
8 0
x0
2 0 x0
2 2 x0
2 3 0 6 6 3
2
5 x
Evaluate xx y d x d y
2 2
3.
0 0
Sol.
2
5 x
2
5 x
3 xy
3
xx y dy dx x y
2 2
dx
x0 y0 x0 3 y0
5 5 5 6
3 2 x(x ) 5 x x 1 x
2 3 7 6 8 8
5 5
x .x dx x 3 dx 6 3 . 8 6 24
x0 x0 0
3
2
1 1 x
dydx
4. Evaluate
1 x y
2 2
0 0
2 2
1 1 x 1 1 x
dydx 1
Sol: dy dx
1 x y 1 x
2 2 2 2
x0
y
0 0
y0
2
1 x
2
1 x
1 1
1 1 1 y 1 1 1
(x
dy dx T a n d x [ dx ta n )]
2
x a
2 2 a
1 x 1 x
2 2 a
1 x y
2 2
x0 y0 x0
y0
1
1 1 1 1 1
T a n 1 T a n 0 dx o r
x)0
1
(s in h (s in h 1)
1 x
2
x0
4 4
1
1 1
dx lo g ( x x 1)
2
4 x0 1 x
2
4 x0
lo g (1 2)
4
2
4 x
5. Evaluate e
y/x
dydx
0 0
Answer: 3e4-7
1 x
6. Evaluate ( x y )dxdy
2 2
0 x
Answer: 3/35
2 x
. Evaluate e ( x y ) d y d x
0 0
e e
4 2
Ans:
2
2 1
8. Evaluate 2
x y dxdy
2
0 1
3
Ans:
36
2 2
9. Evaluate e ( x y )
dxdy
0 0
2 2 2 2
Sol: e ( x y )
dxdy e
y
e
x
dx dy
0 0 0 0
y
2 x
2
e 2
dy e dx
2
0 0
y
2
2
e dy
2
.
2
4
0
Alter:
2
2 2 2
(x y ) r
dxdy rdrd ( x y r )
2 2 2
e e
0 0 0 r0
0 1
2 2
d
d
0 2 0 0 2
1 1
0 2
2
0
2 2
4
10. Evaluate xy ( x y )dxdy over the region R bounded by y=x2 and y=x
2
Sol: y= x is a parabola through (0, 0) symmetric about y-axis y=x is a straight line through (0,0) with slope1.
2 2
Let us find their points of intersection solving y= x , y=x we get x =x x=0,1Hence y=0, 1
The point of intersection of the curves are (0,0), (1,1)
Consider x y ( x y )dxdy
R
For the evaluation of the integral, we first integrate w.r.t ‘y’ from y=x2 to y=x and then w.r.t. ‘x’ from x=0 to x=1
xy x y dy dx
x 2 y x y 2 d y d x
1 x 1 x
y x2
x0 y x2
x0
x
2 y2 xy
3
1
x dx
x0
2 3 yx 2
x x
4 4 6 7
1 x x
x 0 2 3 2 3 d x
5x x
4 6 7
1 x
d x
x0
6 2 3
1
5 x x
5 7 8
x
.
6 5 14 24 0
1 1 1 28 12 7 28 19 9 3
6 14 24 168 168 168 56
2
11. Evaluate x y d x d y where R is the region bounded by x-axis and x=2a and the curve x =4ay.
R
Sol. The line x=2a and the parabola x2=4ay intersect at B(2a,a)
y0 x2 ay
xy dx dy y0 x 2 ay
2a
x
2
a
y0
ydy
2 x2 ay
a
2a 2ay y dy
2
y0
a
2a y 2ay
2 2 3
3a 2a
4 4 4 4
2a a
a
4
2 3 0 3 3 3
2
1
12. Evaluate r s in d d r
0
0
1
2
s in d
0
Sol. r
dr
r0
1
r cos 2 0 dr
r0
r cos
1
r0 2
cos 0 dr
1
r
2
1 1 1 1
r 0 1 dr rdr 0
r0 0
2 0 2 2
13. Evaluate x 2 y
2
d x d y in the positive quadrant
For
Which x y 1
y 1 x
Sol. x 2 d x d y x dy
1
y dx y
2 2 2
x0 y0
R
1 x
2 y
3
1
x y dx
x0
3 0
1
x 4
3 4
2
1 1 3 x 1
x x 1 x d x 1 x
3
x0
3 3 4 12 0
1 1 1 1
0
3 4 12 6
2 2
x y
14. Evaluate x 2 y
2
d x d y over the area bounded by the ellipse 2
2
1
a b
2 2
x y
Sol. Given ellipse is 2
2
1
a b
2 2 2
y x 1 b
i .e ., 2
1 2
2 a 2
x
2
(or ) y 2
2 a 2
x
2
b a a a
b
y a x
2 2
a
Hence the region of integration R can be expressed as
b b
a x a, a x y a x
2 2 2 2
a a
b 2 2
a x
x dx dy x dx dy
a
a
y y
2 2 2 2
yb
2 2
xa a x
a
R
b 2 2
a x
b 2 2 3
a x a
x y d x d y 2 a x 2 y 3
a a
y
2
a 2 2
xa y0
0
2
3 3
b
a
a
2 b a x
2 2
2
x
2 2
a
x . a 3 dx
3a
3 3
b
a
a
4 b 2
a x
2 2
2
x
2 2
0
a x 3 dx
3a
dx a cos d
x 1 x
s in s in
a a
x 0, 0
x a ,
2
3
b
a . a s in . a c o s .a c o s a c o s d
4
2 b 2 2 3 3
0 3
3a
3 3 1 1 ab 3 1
3 3
ab
4 a b s in c o s co s d 4 a b.
2
.
2 2 4
. . .
0
3 4 2 2 3 4 2 2
1
.
2
n 1 n3
s in cos d ......... 2 2
m n
.
m n m n 2 m
0
4 ab
a 3
b ab
3
a 2
b
2
16 4
a s in rdrd
1. Evaluate 4
a r
0 0 2 2
a s in rdrd a s in r a s in 2r
0 d r d 1 0 dr d
4 4 4
Sol.
2
a r a r a r
0 0 2 2 0 2 2 0 2 2
a s in
1
2
0
4
2 a r
2 2
0
d 1
0
4
2
a a s in
2 2 2
a 0 d
2
4
a 0 c o s 1 d a s in
4
a s in 0 0
4 4
1
a 2 1
2 4 4 2
a
2
a s in
2. Evaluate r dr d Ans:
0 0
4
r
2
3. Evaluate r d dr
2
e Ans:
0 0 4
3 a
2
a 1 c o s
4. Evaluate r dr d Ans:
0 0
4
Change of order of Integration:
4a 2 ax
1. Change the order of Integration and evaluate x 2 dy dx
x0 y
4a
2
x
Sol. In the given integral for a fixed x, y varies from to 2 a x and then x varies from 0 to 4a. Let us draw
4a
2
x
the curves y and y 2 ax
4a
4a
dy dx
2
y
Changing the order of integration, we must fix y first, for a fixed y, x varies from to 4 a y and then y varies
4a
from 0 to 4a.
Hence the integral is equal to
4a 2 ay 4a
2 ay
y0 x
y
2
4a
dx dy y 0 x
y
2
4a
dx dy
4a 4a 2
y
y0 x
2 ay
x
y
2 dy y 0 2 ay
4 a
dy
4a
4a
3
2 3
y 1 y
2 a. .
3 4a 3
2 0
4 1
4a
3
. a .4 a .6 4 a
3 12a
32 16 16
a
2 2 2
a a
3 3 3
x
x dx dy
a
2. Change the order of integration and evaluate x
a 2
y
2
0
a
x x
Sol. In the given integral for a fixed x, y varies from to and then x varies from 0 to a
a a
x x
Hence we shall draw the curves y and y
a a
we get a y a y 2
ay ay 0
2
a y 1 y 0
y 0, y 1
x d x d y
a
The shaded region is the region of integration. The given integral is x a 2
y
2
x0 y
a
Changing the order of integration, we must fix y first. For a fixed y, x varies from ay 2 to ay and then y varies
from 0 to 1.
Hence the given integral, after change of the order of integration becomes
x d x d y
1 ay
y
2 2
2
y0 x ay
x 2 y 2 d x d y
1 ay
x ay 2
y0
ay
x
3
1
xy
2
dy
y0
3 x ay 2
a y
3 3 3 6
1 a y
y0 3 ay ay dy
3 4
3
1
a y ay
3 4 4 3 7 5
ay a y
12 4 21 5 y0
3 3 3
a a a a a a
12 4 21 5 28 20
1 2 x
3. Change the order of integration in xydxdy and hence evaluate the double integral.
2
0 x
Sol. In the given integral for a fixed x,y varies from x2 to 2-x and then x varies from 0 to 1. Hence we shall draw
the curves y=x2 and y=2-x
The line y=2-x passes through (0,2), (2,0
Solving y=x2 ,y=2-x
Then we get x 2 x
2
x x2 0
2
x 2x x 2 0
2
x x 2 1 x 2 0
x 1 x 2 0
x 1, 2
If x 1, y 1
If x 2 , y 4
0 to y
2 y
x dx y dy
1 y 2
y0
x 0
xdx y dy
x0
y 1
2 y
y
x x
2 2
1 2
y dy y 1 2 y d y
y0
2 x0 x0
2 y
2
1 y 2
y0
2
.y dy y 1
2
y dy
1 1
4 y 4 y dy
1 2
y dy . y
2 2 3
y0 y 1
2 2
1 2
1 y 4y y
3 2 3 4
1 4y
. .
2 3 0 2 2 3 4 1
1 1 1
. 2 .4 2 .1 4 8 1 1 1 6 1
2 3 2 3 4
1 1 28 15 1 1 72 112 45 1 1 5 45 9 3
6
6 2 3 4 6 2 12 6 2 12 24 24 8
a 2ax
4. Changing the order of integration x
2 xy dy dx
2
0
a
1 1 x
2
5. Change of the order of integration 2
y dx dy Ans :
0 0
16
p u t y s in
1 y cos
2
dy cos d
1
1 y dy
2 2
y
0
s in c o s d s in d s in d
2 2 2
2 2 2 4
0 0 0
16
1 3 1
.
2 2 4 2 2
Change of variables:
x f1 u , v , y f 2 u , v
The variables x,y in f x , y d x d y are changed to u,v with the help of the relations
R
x, y
f f 1 u , v , f 2 u , v du dv
R
1 u,v
Where R1is the region in the uv plane, corresponding to the region R in the xy-plane.
Changing from Cartesian to polar co-ordinates
x r c o s , y r s in
x x
x, y r cos r s in
r , y y s in r cos
r
r c o s s in f x , y d x d y f r c o s , r s in r d r d
2 2
r
R R1
The region is in the first quadrant where r varies from 0 to and varies from 0 to
2
Substituting x r c o s , y r s in and d x d y r d r d
x y
2 2
r
2
Hence r dr d
2
e dx dy e
0 0 0 r0
t
2
Put r
2 rdr dt
r dr dt
2
W here r 0 t 0 a n d r t
x y
2 2
1 t
e dt d
2
e dx dy
0 0 0 t0
2
1
0
2
e t
0
d
2
1
1 1
0 1 d 0 2
2
2 0
2 2 2 4
2 2
a y
x d x d y
a
y
2 2
2. Evaluate the integral by changing to polar co-ordinates
0 0
x a y
2 2
x dx dy
a a
d 0 2
2
r rdrd
2
y
2 2 2
0 r0 0
4 0 4
0 0
4
a
8
x y 2
2 2
4a y 5
3. Show that y 2 dx dy 8a
x y
2 2
0
4a 2 3
2
y
Sol. The region of integration is given by x ,x y and y=0, y=4a
4a
i.e., The region is bounded by the parabola y2=4ax and the straight line x=y.
Let x r c o s , y r s in . T h e n d x d y r d r d
s in
2
Also x y
2 2
r
2
cos 2
s in a n d x y r
2 2 2 2
x y
2 2 4 a cos
cos s in r d r d
4a y 2
s in
dx dy
2
2 2
2
y
x y
0 2 2 r0
4a 4
4 a cos
r
2
2 s in
2
c o s s in
2 2
d
4 2 0
cos 3 8 2
2
5
cos s in d 8a c o s cot d 8a
2 2
8a 1 8a
2 2 2 2 4 2 2
s in
4
4 4 12 4 2 3
Triple integrals:
If x1,x2 are constants. y1,y2 are functions of x and z1,z2 are functions of x and y, then f(x,y,z) is first integrated
w.r.t. ‘z’ between the limits z1 and z2 keeping x and y fixed. The resulting expression is integrated w.r.t ‘y’
between the limits y1 and y2 keeping x constant. The resulting expression is integrated w.r.t. ‘x’ from x1 to x2
b y g2 x z f2 x , y
i .e . f x , y , z d x d y d z
f x, y, z dz dy dx
xa y g1 x z f1 x , y
v
Problems
2 2 2
1 1 x 1 x y
1. Evaluate xyz dx dy dz
0 0 0
2 2 2
1 1 x 1 x y
Sol. xyz dx dy dz
x0 y0 z0
2 2 2
1 1 x 1 x y
x0
dx
y0
dy
z0
xyz dz
2 2
1 x y
z
2 2
1 1 x
x0
dx
y0
xy dy
2 z0
2
1 1 x
x y 1 x dy
1
dx y
2 2
x0 y0
2
2
1 1 x
x 1 x y
1
dx y dy
2 3
2 x0 y0
2
1 x
y
2 4
1 y
x 1 x
1
2
dx
x0
2 2 4 0
2
1 x
y y
2 2 2 4
1 1 x y
. x dx
x0
2 2 2 4 0
1
x 2 1 x 2 x 1 x 1 x dx
1 2
.
2 2 2 2
8 x0
1
1 x x
2 4 6
1 2x
x 2 x x dx
1
3 5
x0
8 8 2 4 6 0
11 1 1 1
8 2 2 6 48
1 z x z
2. Evaluate 1 0 x z x y z d x d y d z
1 z x z
Sol :
x y y dx dydz
1 0 x z
x z
1 z y
2
xy 2
zy d x d z
x z
1 0
2 2
1 z x z x z
xx z xx z z ( x z ) z ( x z )d x d z
1 2 2
0
1 z 1
1 0
2 z ( x z ) 4 xz dx dz
2
z 1
x x 1 z z z
2 2 3 3 4
1
2 z. z x z. d z 2 . z dz 4. 0
2 3
1
1
2 2 0 2 2 4 1
Just as we can take partial derivative by considering only one of the variables a true
variable and holding the rest of the variables constant, we can take a "partial integral". We
indicate which the true variable is by writing "dx", "dy", etc. Also as with partial
derivatives, we can take two "partial integrals" taking one variable at a time. In practice,
we will either take x first then y or y first then x. We call this an iterated integral or
a double integral.
Let f(x,y) be a function of two variables defined on a region R bounded below and above
by
x = a and x = b
then the double integral (or iterated integral) of f(x,y) over R is defined by
Example 1
Find the double integral of f(x,y) = 6x2 + 2y over R where R is the region
between y = x2 and y = 4.
Solution
First we have that the inside limits of integration are x2 and 4. The region is bounded from
the left by x = -2 and from the right by x = 2 as indicated by the picture below.
We now integrate
Example 2
Find the double integral of f(x,y) = 3y over the triangle with vertices (-1,1), (0,0),
and (1,1).
Solution
If we try to integrate with respect y first, we will have to cut the region into two pieces and perform
two iterated integrals. Instead we integrate with respect to x first. The region is bounded on the left
and the right by x = -y and x = y. The lowest the region gets is y = 0 and the highest
is y = 1. The integral is
Example 3
Solution
Try as you may, you will not find an antiderivative of and we don't want to get into power series
expansions. We have another choice. The picture below shows the region.
We can switch the order of integration. The region is bounded above and below by y = 1/3
x and y = 0. The double integral with respect to y first and then with respect to x is
u = x2 du = 2x dx
Example
Set up the double integral that gives the area between y = x2 and y = x3. Then use a
computer or calculator to evaluate this integral.
Solution
Solution
Just to make the point that order doesn‟t matter let‟s use a different order from that listed above. We‟ll do the
integral in the following order.
Example 1 Evaluate where E is the region that lies below the plane
above the xy-plane and between the cylinders and .
Solution
There really isn‟t too much to do with this one other than do the conversions and then
evaluate the integral.
We‟ll start out by getting the range for z in terms of cylindrical coordinates.
Remember that we are above the xy-plane and so we are above the plane
Next, the region D is the region between the two circles and in the xy-
plane and so the ranges for it are,
INTRODUCTION
In this chapter, vector differential calculus is considered, which extends the basic concepts of
differential calculus, such as, continuity and differentiability to vector functions in a simple and natural way.
Also, the new concepts of gradient, divergence and curl are introduced.
DIFFERENTIATION OF A VECTOR FUNCTION
Let S be a set of real numbers. Corresponding to each scalar t ε S, let there be associated a unique
vector f . Then f is said to be a vector (vector valued) function. S is called the domain of f . We write f
= f (t).
Let i , j , k be three mutually perpendicular unit vectors in three dimensional space. We can write
f = f (t)= f 1 ( t ) i f 2 ( t ) j f 3 ( t ) k , where f1(t), f2(t), f3(t) are real valued functions (which are called
1. Derivative:
f (t ) f ( a )
Let f be a vector function on an interval I and a є I. Then Lt t a
, if exists, is called
t a
df
the derivative of f at a and is denoted by f 1(a) or at t = a. We also say that f is differentiable at t
dt
=a if f 1(a) exists.
d da db
(2). (a b )
dt dt dt
d da db
(3). ( a .b ) .b a .
dt dt dt
d da db
(4). (a b ) b a
dt dt dt
(5). If f is a differentiable vector function and is a scalar differential function, then
d df d
( f ) f
dt dt dt
(6). If f = f 1 ( t ) i f 2 ( t ) j f 3 ( t ) k where f1(t), f2(t), f3(t) are cartesian components of the vector
df df 1 df df
f , then i
2
j
3
k
dt dt dt dt
df
(7). The necessary and sufficient condition for f (t) to be constant vector function is = 0 .
dt
3. Partial Derivatives
Partial differentiation for vector valued functions can be introduced as was done in the case of
functions of real variables. Let f be a vector function of scalar variables p, q, t. Then we write f = f
f ( p, q, t t) f ( p, q, t)
Lt t 0
t
f
if exists, as partial derivative of f w.r.t. t and is denote by
t
f f
Similarly, we can define , also. The following are some useful results on partial
p q
differentiation.
4. Properties
a
1) ( a ) a
t t t
a
2). If λ is a constant, then ( a )
t t
3). If c is a constant vector, then ( c ) c
t t
a b
4). (a b )
t t t
a b
5). ( a .b ) .b a .
t t t
a b
6). (a b ) b a
t t t
7). Let f = f 1 i f 2 j f 3 k , where f1, f2, f3are differential scalar functions of more than one variable,
f f1 f 2 f3
Then i j k (treating i , j , k as fixed directions)
t t t t
5. Higher order partial derivatives
f f f f
2 2
Examples:
For example take a heated solid. At each point p(x,y,z)of the solid, there will be temperature
T(x,y,z). This T is a scalar point function.
Suppose a particle (or a very small insect) is tracing a path in space. When it occupies a position
p(x,y,z) in space, it will be having some speed, say, v. This speedv is a scalar point function.
Consider a particle moving in space. At each point P on its path, the particle will be having a velocity
v which is vector point function. Similarly, the acceleration of the particle is also a vector point function.
In a magnetic field, at any point P(x,y,z) there will be a magnetic force f (x,y,z). This is called
curve at P.
r dr dr
Hence lt = will be a tangent vector to the curve at P. (This may not be a unit vector)
t 0 t dt dt
Suppose arc length AP = s. If we take the parameter as the arc length parameter, we can observe
dr
that is unit tangent vector at P to the curve.
ds
differentiation operator. We will define now some quantities known as “gradient”, “divergence” and “curl”
involving this operator . We must note that this operator has no meaning by itself unless it operates on
some function suitably.
= ( i j k ) = i j k
x y z x y z
Properties:
(1) If f and g are two scalar functions then grad(f g)= grad f grad g
(2) The necessary and sufficient condition for a scalar point function to be constant is that f = 0
(3) grad(fg) = f(grad g)+g(grad f)
(4) If c is a constant, grad (cf) = c(grad f)
f g ( grad f ) f ( grad g )
(5) grad 2
, ( g 0)
g g
d dx dy dz i j k
. i dx j dy k dz . d r
x y z x y z
DIRECTIONAL DERIVATIVE
Let (x,y,z) be a scalar function defined throughout some region of space. Let this function have a value at
a point P whose position vector referred to the origin O is OP = r . Let +Δ be the value of the function
gives a measure of the rate at which change when we move from P to Q. The limiting value of
If a surface (x,y,z)= c be drawn through any point P( r ), such that at each point on it, function has the same
value as at P, then such a surface is called a level surface of the function through P.
e.g. : equipotential or isothermal surface.
Theorem 2: at any point is a vector normal to the level surface (x,y,z)=c through that point, where c is
a constant.
The physical interpretation of
The gradient of a scalar function (x,y,z) at a point P(x,y,z) is a vector along the normal to the level
surface (x,y,z) = c at P and is in increasing direction. Its magnitude is equal to the greatest rate of increase
SOLVED PROBLEMS
2 2 2
1: If a=x+y+z, b= x +y +z , c = xy+yz+zx, prove that [grad a, grad b, grad c] = 0.
Sol:- Given a=x+y+z
a a a
There fore 1, 1, 1
x y z
a
Grad a = a = i i j k
x
Given b= x2+y2+z2
b b b
Therefore 2 x, 2 y, 2z
x y z
b b b
Grad b = b = i j z 2 xi 2 yj 2 zk
x y z
Again c = xy+yz+zx
c c c
Therefore y z, z x, y x
x y z
c c c
Grad c = i j z ( y z )i ( z x ) j ( x y ) k
x y z
1 1 1
[grad a, grad b, grad c] = 2 x 2y 2z 0 , ( on simplifica tion )
y z z x x y
i
f (r )
2: Show that [f(r)] = r where r = x i y j z k .
r
r x
[f(r)] = i j k f (r )
1 1
i f (r ) i f (r )
x y z x r
1 1
f (r ) f (r )
=
r
ix
r
.r
1
Note : From the above result, (log r) = 2
r
r
3: Prove that (rn)= nrn-2 r .
Sol:- Let r = x i y j z k and r = r . Then we have r2 = x2+y2+z2 Differentiating w.r.t. x partially, we have
r r x r y r z
2r 2x . Similarly and
x x r y r z r
r x
(rn)= i ( r ) i nr
n n 1
i nr
n 1
n r
n2
ix nr
n2
(r )
x x r
Note : From the above result, we can have
1 r r
(1). 3 , taking n = -1 (2) grad r = , taking n = 1
r r r
4: Find the directional derivative of f = xy+yz+zx in the direction of vector i 2 j 2 k at the point (1,2,0).
Sol:- Given f = xy+yz+zx.
f f f
Grad f = i j z ( y z )i ( z x ) j ( x y ) k
x y z
i 2 j 2k 1
e (i 2 j 2 k )
2 2 3
2 2 2
1
Directional derivative of f along the given direction =
1
i 2 j 2 k . y z i z x j x yk at (1, 2 , 0 )
3
5: Find the directional derivative of the function xy2+yz2+zx2 along the tangent to the curve x =t, y = t2, z = t3
at the point (1,1,1).
Sol: - Here f = xy2+yz2+zx2
f f f
f = = y 2 xz i z 2 xy j x 2 yz k
2 2 2
i j k
x y z
At (1,1,1) , f = 3 i 3 j 3 k
Let r be the position vector of any point on the curve x =t , y = t2, z = t3. Then
= x i y j z k ti t j t k
2 3
r
r
i 2 tj 3t k ( i 2 j 3 k )
2
at (1,1,1)
t
r
We know that is the vector along the tangent to the curve.
t
i 2 j 3k i 2 j 3k
Unit vector along the tangent = e e
1 2 3
2 2
14
1 3 18
= (i 2 j 3k ) .3 ( i j k ) (1 2 3 )
14 14 14
6: Find the directional derivative of the function f = x2-y2+2z2 at the point P =(1,2,3) in the direction of the
Sol:- The position vectors of P and Q with respect to the origin are OP = i 2 j 3 k and
OQ = 5i 4k
PQ =OQ –OP = 4 i 2 j k
4i 2 j k
Let e be the unit vector in the direction of PQ . Then e
21
f f f
grad f = i j k 2 x i 2 yj 4 zk
x y z
7: Find the greatest value of the directional derivative of the function f = x2yz3 at (2,1,-1).
Sol: we have
f f f
i x z j 3 x yz k = 4 i 4 j 12 k at (2,1,-1).
3 2 3 2 2
grad f = i j k 2 xyz
x y z
8: Find the directional derivative of xyz2+xz at (1, 1 ,1) in a direction of the normal to the surface 3xy2+y= z
at (0,1,1).
Sol:- Let f(x, y, z) 3xy2+y- z = 0
Let us find the unit normal e to this surface at (0,1,1). Then
f f f
3y , 6 xy 1 , 1.
2
x y z
f = 3y2i+(6xy+1)j-k
(f)(0,1,1) = 3i+j-k = n
n 3i j k 3i j k
e=
n 9 11 11
2
Let g(x,y,z) = xyz +xz,then
g g g
yz z, xz 2 xy x
2 2
,
x y z
g=(yz2+z)i+xz2j+(2xyz+x)k
And [g] (1,1,1) = 2i+j+3k
Directional derivative of the given function in the direction of e at (1,1,1) = g. e
3i j k 6 1 3 4
=(2i+j+3k).
11 11 11
9: Find the directional derivative of 2xy+z2 at (1,-1,3) in the direction of i 2 j 3 k .
f f f
Sol: Let f = 2xy+z2then 2 y, 2 x, 2 z.
x y z
f
grad f = i 2 yi 2 xj 2 zk and (grad f)at (1,-1,3)= 2 i 2 j 6 k
x
given vector is a i 2 j 3 k a 1 4 9 14
Directional derivative of f in the direction of a is
a . f ( i 2 j 3 k )( 2 i 2 j 6 k ). 2 4 18 20
a 14 14 14
10: Find the directional derivative of = x2yz+4xz2 at (1,-2,-1) in the direction 2i-j-2k.
Sol:- Given = x2yz+4xz2
2 xyz 4 z , x z, x y 8 xz .
2 2 2
x y z
Hence = i i ( 2 xyz 4 z ) j x z k ( x y 8 xz )
2 2 2
x
at (1,-2,-1) = i(4+4)+j(-1)+k(-2-8)= 8i-j-10k.
The unit vector in the direction 2i-j-2k is
2i j 2 k . 1
a (2i j 2k )
4 1 4 3
We have t = i j k ( xy yz zx )
x y z
= i ( y z ) j ( z x ) k ( x y ) 2 i 2 j 2 k at (1,1,1)
2 2 12 2
2 2 2
Magnitude of this vector is 2 3
Hence at the point (1,1,1) the temperature changes most rapidly in the direction given by the
12: Findthe directional derivative of (x,y,z) = x2yz+4xz2 at the point (1,-2,-1) in the direction of the normal
to the surface f(x,y,z) = x log z-y2 at (-1,2,1).
Sol:- Given (x,y,z) = x2yz+4xz2 at (1,-2,-1) and f(x,y,z) = x log z-y2 at (-1,2,1)
Now = i j k
x y z
= ( 2 xyz 4 z 2 ) i ( x 2 z ) j ( x 2 y 8 xz ) k
()(1,-2,-1) = [ 2 (1 )( 2 )( 1 ) 4 ( 1 ) 2 ] i [( 1 ) 2 ( 1 ) j ] [( 1 2 )( 2 ) 8 ( 1 )] k (1 )
= 8 i j 10 k
f
Unit normal to the surfacef(x,y,z)= x log z- y2 is
f
f f f x
Now f = i j k log z i ( 2 y ) j k
x y z z
1
At (-1,2,1), f = log( 1 ) i 2 ( 2 ) j k 4 j k
1
f 4 j k. 4 j k.
=
f 16 1 17
f
Directional derivative = .
f
4 j k. 4 10 14
= ( 8 i j 10 k ). .
17 17 17
13: Find a unit normal vector to the given surface x2y+2xz = 4 at the point (2,-2,3).
Sol:- Let the given surface be f = x2y+2xz – 4
On differentiating,
f f f
2 xy 2 z , x , 2 x.
2
x y z
f
grad f i x i 2 xy 2 z j x 2xk
2
(grad f) at (2,-2,3) = i 8 6 4 j 4 k 2 i 4 j 4 k
grad (f) is the normal vector to the given surface at the given point.
f 2 ( i 2 j 2 k ). i 2 j 2k
Hence the required unit normal vector =
f 2 1 2
2
2
2
3
14: Evaluate the angle between the normal to the surface xy= z2 at the points (4,1,2) and (3,3,-3).
Sol:- Given surface is f(x,y,z) = xy- z2
Let n 1 and n 2 be the normal to this surface at (4,1,2) and (3,3,-3) respectively.
Differentiating partially, we get
f f f
y, x, 2 z.
x y z
grad f = y i x j 2 z k
n 1 = (grad f) at (4,1,2) = i 4 j 4 k
n 2 = (grad f) at (3,3,-3) = 3 i 3 j 6 k
n 1 .n 2 i 4 j 4k 3 i 3 j 6k
cos = .
n1 n 2 1 16 16 9 9 36
( 3 12 24 ) 9
33 54 33 54
15: Find a unit normal vector to the surface x2+y2+2z2 = 26 at the point (2, 2 ,3).
f f f
2 x, 2 y, 4 z.
x y z
f
grad f = i 2xi+2yj+4zk
x
f 4 (i j 3 k ) i j 3k
Unit normal vector = =
f 4 11 11
16: Find the values of a and b so that the surfaces ax2-byz = (a+2)x and 4x2y+z3= 4 may intersect
orthogonally at the point (1, -1,2).
(or) Find the constants a and b so that surface ax2-byz=(a+2)x will orthogonal to 4x2y+z3=4 at the point (1,-
1,2).
Sol:- Let the given surfaces be f(x,y,z) = ax2-byz - (a+2)x-------------(1)
And g(x,y,z) = 4x2y+z3- 4------------(2)
f
f = i [(2ax-(a+2)]i-bz+bk = (a-2)i-2bj+bk
x
g g g
Also 8 xy , 4x ,
2
3z .
2
x y z
g
g = i 8xyi+4x2j+3z2k
x
Given the surfaces f(x,y,z), g(x,y,z) are orthogonal at the point (1,-1,2).
-8a+16-8+12 a =5/2
Hence a = 5/2 and b=1.
f
grad f = f = i 2xi+2yj-k
x
2i 4 j k 2i 4 j k 1
(2i 4 j k )
(2) (4) ( 1)
2 2 2
21 21
18: Find the angle of intersection of the spheres x2+y2+z2 =29 and x2+y2+z2 +4x-6y-8z-47 =0 at the point (4,-
3,2).
Sol:- Let f = x2+y2+z2 -29 and g = x2+y2+z2 +4x-6y-8z-47
f f f
Then grad f= i j k 2 xi 2 yj 2 zk and
x y z
grad g = ( 2 x 4 ) i ( 2 y 6 ) j ( 2 z 8 ) k
The angle between two surfaces at a point is the angle between the normal to the surfaces at
that point.
n 2 = (grad f) at (4,-3,2) = 12 i 12 j 4 k
The vectors n 1 and n 2 are along the normal to the two surfaces at (4,-3,2). Let θ be the angle
1
19
cos
29
19: Find the angle between the surfaces x2+y2+z2 =9, and z = x2+y2- 3 at point (2,-1,2).
Sol:- Let 1 = x2+y2+z2 -9=0 and 2= x2+y2-z- 3=0 be the given surfaces. Then
1= 2xi+2yj+2zk and 2 = 2xi+2yj-k
The vectors n 1 and n 2 are along the normals to the two surfaces at the point (2,-1,2). Let θ be the angle
n1 n 2 (4i 2 j 4 k ) (4i 2 j k ) 16 4 4 16 8
Cos θ = .
n1 n 2 16 4 16 16 4 16 6 21 6 21 3 21
1 8
cos .
3 21
a . r = ( a 1 i a 2 j a 3 k ).( x i y j z k ) = a 1 x a 2 y a 3 z
( a .r ) a 1 , ( a .r ) a 2 , ( a .r ) a 3
x y z
grad ( a . r )= a 1 i a 2 j a 3 k = a
21: If = yz i zx j xy k , find .
f f f
Sol:- We know that = i j k
x y z
DIVERGENCE OF A VECTOR
f f f
Let f be any continuously differentiable vector point function. Then i . j. k. is called the
x y z
f1 f 2 f3
Theorem 1: If the vector f = f 1 i f 2 j f 3 k , then div f =
x y z
Prof: Given f = f 1 i f 2 j f 3 k
f f1 f 2 f3
i j k
x x x x
f f1 f f2 f f3
Also i. . Similarly j . and k.
x x y y z z
f f f f
We have div f = i .
1
2
3
x x y z
f1 f 2 f 3
Note : If f is a constant vector then , , are zeros.
x y z
(i). ( a . ) a . i j k
x y z
= ( a .i ) (a . j) ( a .k )
x y z
= ( a .i ) (a . j) ( a .k )
x y z
= ( a .i ) . and
x
f
(ii). ( a . ) f = ( a .i ) . by proceeding as in (i) [simply replace by f in (i)].
x
SOLENOIDAL VECTOR
A vector point function f is said to be solenoidal if div f =0.
Suppose F (x,y,z,t) is the velocity of a fluid at a point(x,y,z) and time ‘t’. Though time has no role in
computing divergence, it is considered here because velocity vector depends on time.
Imagine a small rectangular box within the fluid as shown in the figure. We would like to measure
the rate per unit volume at which the fluid flows out at any given time. The divergence of F measures the
outward flow or expansions of the fluid from their point at any time. This gives a physical interpretation of
the divergence.
Similar meanings are to be understood with respect to divergence of vectors f from other
branches. A detailed elementary interpretation can be seen in standard books on fluid dynamics, electricity
and magnetism etc.
SOLVED PROBLEMS
Sol:- Given f = xy 2 i 2 x 2 yz j 3 yz 2 k .
f1 f 2 f 3
Thendiv f = = ( xy
2
) ( 2 x yz )
2
( 3 yz
2
) y2+2x2z-6yz
x y z x y z
grad = i j k = 3 [( x 2 yz ) i ( y 2 zx ) j ( z 2 xy ) k ]
x y z
f1 f 2 f 3
div f = = [3( x
2
yz )] [3( y
2
zx )] [3( z
2
xy )]
x y z x y z
= 3(2x)+3(2y)+3(2z) = 6(x+y+z)
3: If f = ( x 3 y ) i ( y 2 z ) j ( x pz ) k is solenoid, find P.
Sol:- Let f = ( x 3 y ) i ( y 2 z ) j ( x pz ) k = f 1 i f 2 j f 3 k
f1 f 2 f3
We have 1, 1, p
x y z
f1 f 2 f 3
div f = = 1+1+p =2+p
x y z
since f is solenoid, we have div f = 0 2 p 0 p 2
r r x
2r 2x ,
x x r
r y r z
Similarly and
y r z r
f =rn ( x i y j z k )
div f = (r x)
n
(r y )
n n
(r z )
x y z
n 1 r n 1 r n 1 r
= nr x r
n
nr y r
n
nr z r
n
x y z
n 1
x y
2
z
2 2
n 1 r
2
3 r nr
n
= nr +3rn = nrn+3rn= (n+3)rn
r r r r
n
Let f = r r be solenoid. Then div f = 0
(n+3)rn = 0 n= -3
r
5: Evaluate . 3
where r xi yj zk and r r .
r
Sol:- We have
y z
2 2 2
r = xi+yj+zk and r = x
r x r y r z
, , and
x r y r z r
r
3
= r . r-3 = r-3xi+r-3yj+r-3zk = f1i+f2j+f3k
r
r f1 f 2 f 3
Hence . =
x y z
3
r
f1 r
We have f1= r-3 x r
3
.1 x ( 3 ) r
4
.
x x
f1 3 4 x 3 5
r 3 xr r 3x r
2
x y
r f1
. 3
= 3r
3
3r
5
x
2
r x
= 3r-3-3r-5 r2 = 3r-3-3r-3 =0
6: Find div r where r = x i y j z k
Sol:- We have r = x i y j z k = f 1 i f 2 j f 3 k
f1 f 2 f 3
div r = = (x) ( y) (z) 1 1 1 3
x y z x y z
CURL OF A VECTOR
Def: Let f be any continuously differentiable vector point function. Then the vector function defined by
f f f
i j k is called curl of f and is denoted by curl f or (x f ).
x y z
f f f f
Curl f = i
x
j
y
k
z
i x
f 2 f 3 f 3 f1 f1 f 2
= k j i k j i
x x y y z z
f 3 f 2 f1 f 3 f 2 f1
= i j
k
y z z x x y
Note: (1) the above expression for curl f can be remembered easily through the representation.
i j k
curl f = =x f
x y z
f1 f2 f3
a b a b
= i =
i ix
x x x x
= curl a curl b
Any motion in which curl of the velocity vector is a null vector i.e curl v = 0 is said to be
Irrotational.
If f is Irrotational, there will always exist a scalar function (x,y,z) such that f =grad . This is
This idea is useful when we study the “work done by a force” later.
SOLVED PROBLEMS
i j k
curl f = x f =
x y z
3 yz
2 2 2
xy 2 x yz
2 2
= i ( 3 yz )
2
( 2 x yz ) j
2
( xy )
2
( 3 yz ) k ( 2 x yz )
2
( xy )
y z z x x y
= i 3 z 2 x z j 0 0 k 4 xyz 2 xy 3 z 2 x y i 4 xyz 2 xy k
2 2 2 2
= curl f at (1,-1,1) = i 2 k .
curl grad = x grad = 3
x y z
yz zx xy
2 2 2
x y z
= 3 [ i x x j y y k z z ] 0
curl f = 0 .
Note: We can prove in general that curl (grad )= 0 .(i.e) grad is always irrotational.
3: Prove that if r is the position vector of an point in space, then rn r is Irrotational. (or) Show that
curl
r r x
2r 2x ,
x x r
r y r z
Similarly , and
y r z r
We have r r r ( x i y j z k )
n n
i j k
(rn r )=
x y z
n n n
xr yr zr
= i (r z )
n
( r y ) j
n
(r x)
n
( r z ) k
n
(r y )
n
( r x )
n
y z z x x y
r r y z
= i znr n 1
ynr
n 1
nr
n 1
i z y
y z r r
[ zy yz i xz zx j xy yz k ]
n2
nr
n2 n-2
nr [ 0 i 0 j 0 k ] = nr [ 0 ]= 0
n
Hence r r is Irrotational.
Sol:- We have r = x i y j z k
r r r
i , j , k
x y z
If r = r then r2 = x2+y2+z2
r x r y r z
, , and
x r y r z r
a r a r
curl 3
i
x r
3
r
a r r 1 r 3 r
Now a 3 a 3 4 r
x r x r r x r x
3
1 3 a i 3 x(a . r )
= a 3 i 5 xr 3
5
.
r r r r
a r a i 3x i (a i ) 3 x
i i 3 5 (a r ) 5 i (a r )
x r
3 3
r r r r
( i .i ) a ( i . a ) i 3x
= 3
5
[( i . r ) a ( i . a ) r ]
r r
a r ( a a 1i ) 3x
i
x r
3
3
3
( xa a1r )
r r
a r a a 1i 3
i ( x a a1 xr )
2
x r
3 3 5
r r
3a a 3a 3r
(r ) (a1 x a 2 y a 3 z )
2
= 3 5 5
r r r
2a 3a 3r a 3r
= 3
3
5
( r .a ) 3
5
( r .a )
r r r r r
6: Show that the vector ( x yz ) i ( y zx ) j ( z xy ) k is irrotational and find its scalar potential.
2 2 2
Sol: let f = ( x yz ) i ( y zx ) j ( z xy ) k
2 2 2
i j k
Then curl f = = i( x x) 0
x y z
yz zx xy
2 2 2
x y z
x
x
x yz yz dx xyz f 1 ( y , z )......( 1 )
2 2
x 3
3
y
y zx xyz f 2 ( z , x )......( 2 )
2
y 3
3
z
z xy xyz f 3 ( x , y )......( 3 )
2
z 3
y z
3 3 3
x
From (1), (2),(3), xyz
3
1
y z ) xyz cons tan t
3 3 3
(x
3
Sol:- Given f = ( 2 x 3 y az ) i ( bx 2 y 3 z ) j ( 2 x cy 3 z ) k
i j k
Curl f = = (c 3)i ( 2 a ) j (b 3) k
x y z
2 x 3 y az bx 2 y 3 z 2 x cy 3 z
2 a 0 a 2 , b 3 0 b 3, c 3 0 c 3
Sol: r = r = x y z
2 2 2
2 2 2 2
r = x +y +z
r r x r y r z
2r 2x , similarly , and
x x r y r z r
i j k
=
x y z
i [ zf ( r )] [ yf ( r )]
y z
xf ( r ) yf ( r ) zf ( r )
r r y z
yf yf
1 1 1 1
i zf (r ) (r ) i zf (r ) (r )
y z r r
= 0.
9: If A is irrotational vector, evaluate div( A x r ) where r = x i y j z k .
Sol:We have r = x i y j z k
Given A is an irrotational vector
x A = 0
div ( A x r ) = .( A x r )
= r .(x A )- A .(x r )
= r .( 0 )- A .(x r ) [ using (1)]
= - A .(x r )…..(2)
i j k
Now x r = = i z y j z x k y x 0
x y z y z x z x y
x y z
i j k
0
x y z
x 2 y az bx 3 y z 4 x cy 2 z
( c 1) i ( a 4 ) j ( b 2 ) k 0
( c 1) i ( a 4 ) j ( b 2 ) k = 0 i 0 j 0 k
we have A = .
A = ( x 2 y 4 z )i ( 2 x 3 y z ) j ( 4 x y 2 z ) k = i j k
x y z
2x-3y-z = 2xy-3y2/2-yz+f2(z,x)
y
4x-y+2z = 4xz-yz+z2+f3(x,y)
z
r
Sol: curl (x r ) = i ( r ) i
x
r
x
x
= i [ 0 i ] [ a ( b c ) ( a .c ) b ( a .b ). c ]
= i ( i ) [ ( i .i ) ( i . ) i ] ( i . ) i 3 2
Assignments
x+y+z
1. If f = e (i j k ) find curl f .
OPERATORS
point function.
Note: If is a scalar point function then = grad = i
x
(2) Scalar differential operator a .
The operator a . = ( a .i ) (a . j) ( a .k ) is defined such that
x y z
( a .)= ( a .i ) (a . j) ( a .k )
x y z
f f f
And ( a .) f = ( a .i ) (a . j) ( a .k )
x y z
(i). ( a x)= ( a i) (a j) (a k )
x y z
f f f
(ii). ( a x). f = ( a i ). ( a j ). ( a k ).
x y z
f f f
(iii). ( a x)x f = ( a i ) (a j) (a k )
x y z
f f f
x f = i j k
x y z
2 2 2 2
.= i . i j k
2
x x y z x x y z
2 2 2 2
2 2 2
SOLVED PROBLEMS
1: Prove that div.(grad rm)= m(m+1)rm-2 (or) 2(rm) = m(m+1)rm-2 (or) 2(rn) = n(n+1)rn-2
r r x
Differentiating w.r.t. ’x’ partially, wet get 2r = 2x = .
x x r
r y r z
Similarly = and =
y r z r
r x
Now grad(rm) = i (r
m
) = i mr
m 1
= i mr
m 1
= i mr m2
x
x x r
r
div (grad rm) = x ] =m ( m 2 ) r
m 3 m2
m2
[ mr x r
x x
=m ( m 2 ) r m 4 x 2 r m 2 m ( m 2 ) r m 4 x 2 r m 2
= m[(m-2)rm-4(r2)+3rm-2]
= m[(m-2) rm-2+3rm-2]= m[(m-2+3)rm-2]= m(m+1)rm-2.
Hence 2(rm) = m(m+1)rm-2
2
d f 2 df 2
2: Show that 2[f(r)]= 2
f
11
(r )
1
f (r ) where r = r .
dr r dr r
r x
Sol: grad [f(r)] = f(r)= i [ f ( r )] i f ( r )
1
1
i f (r )
x x r
1 x
div [grad f(r)] = 2[f(r)] = .f(r)=
x
f (r )
r
[ f (r ) x] f (r ) x
1 1
r (r )
x x
= 2
r
r x
x f (r ) f (r ) x
11 1 1
r f (r )
x r
= 2
r
x x
x r f (r ) f (r ) x
11 1 1
rf (r )
r r
= 2
r
x
x rf ( r ) x
11 1 2
rf (r )
r f
1
r
2
.
r r
11
r
r
f 3 1
2
2
f
1
r 3
f
1
r r 2
r r r
2
f
11
r f
1
r
r
3: If satisfies Laplacian equation, show that is both solenoidal and irrotational.
Sol: Given 2 = 0 div(grad )= 0 grad is solenoidal
a .= ( a 1 i a 2 j a 3 k ).( i j k )= a 1 a2 a3
x y z x y z
( a .)= a 1 a2 a3
x y z
(ii). r = x i y j z k
r r r
i, j, k
x y z
r
( a .) r = a1 (r ) a1
x
a 1i a 2 j a 3 k = a
x
5: Prove that (i) ( f x). r =0 (ii). ( f x)x r = 2 f
r
Sol: (i) ( f x). r = ( f i ).
x
= (f i ). i =0
(ii) ( f x)= ( f i) ( f j) ( f k)
x y z
r r r
( f x)x r = ( f i)
x
( f j)
y
( f k )
z
( f i) i ( f .i ) i f
= ( f .i ) i ( f . j ) j ( f . k ) k 3 f f 3 f 2 f
F1 F2 F3
div F = = 6x+6y+6z= 6(x+y+z)
x y z
r = r r2 = x2+y2+z2
A r (2 n) A n(r .A )r
8: Prove that x n
n
n2
.
r r r
y z
2 2 2
Sol: We have r = x i y j z k and r= r = x
r r r
i, j, k and
x y z
r2 = x2+y2+z2…..(1)
Diff. (1) partially,
r r x r y r z
2r 2x , similarly and
x x r y r z r
A r (A r)
x n
i x n
r r
n 1
(A r) r r i rn r r
n
Now A n A
x r x r x
n 2n
r
n2
r i n r xr
n
1 n
= A 2n A n i n 2 .xr
r r r
A i n
= n
n2
.x ( A r )
r r
(A r) i (A i) nx
i n 2 .i ( A r )
x
n n
r r r
( i .i ) A ( i . A ) i nx
= n
n2
[( i . r ) A ( i . A ) r ]
r r
Let A 1 i A 2 j A 3 k . Then i . A A 1
( A r ) A A1 i nx
i n 2 [ x A A1 r ]
x
n n
r r r
(A r) A A1 i nx
and i n 2 [ x A A1 r ]
x
n n
r r r
3A A n nr
= n
n2
[r A ]
2
n2
( A1 x A 2 y A 3 z )
r r r
2A n nr (2 n) A nr
n
n
A n2
( A .r ) n
n2
( A .r )
r r r r r
VECTOR IDENTITIES
Theorem 1: If a is a differentiable function and is a differentiable scalar function, then prove that div(
a )= (grad ). a + div a or .( a )= (). a +(. a )
Proof: div( a )=.( a )= i. a
x
a a
= i . a = i. a i
x
x x x
a
= i .a i =(). a +(. a )
x x
a a
= i a = i a i
x x x x
Proof: Consider
b
a curl b a b a i
x
b
a i
x
b b b
a .
x
i ( a .i )
x
i a . a . i b
x x
b
a curl b i a . x ( a . ) b ….(1)
a
Similarly, b curl b i b . ( b . ) a …………………….(2)
x
(1)+(2) gives
b a
a curl b b curl a i a . x ( a . ) b i b . x ( b . ) a
b a
a curl b b curl a ( a . ) b ( b . ) a i a . x b.
x
i
x
( a .b )
= ( a . b )=grad ( a . b )
a b
Proof: div (a b) i . x ( a b ) i . x b a
x
a b a b
i . x b i . a
x
i x .b i . a
x
= ( a ). b ( b ). a = b . curl a a . curl b
a b
P r oof : curl (a b ) i
x
(a b ) i b a
x x
a b
i b i a
x x
a a b b
( i .b ) i.
x
b
x
i . a ( i .a )
x
x
a a b
(b .i )
x
i . x b i . a a . i
x
b
x
( b . ) a ( . a ) b ( . b ) a ( a . ) b
( .b ) a ( . a ) b ( b . ) a ( a . ) b
a div b b div a ( b . ) a ( a . ) b
i j k
curl ( grad )
x y z
x y z
2 2 2 2 2 2
Pr oof : Let f f 1 i f 2 j f 3 k
i j k
curl f f
x y z
f1 f2 f3
2 2
2 2 2 2
f3 f2 f3 f1 f2 f1
0
xy xz yx yz zx zy
Theorem 8: If f and g are two scalar point functions, prove that div(fg)= f2g+f. g
Sol: Let f and g be two scalar point functions. Then
g g g
g i j k
x y z
g g g
Now fg if jf kf
x y z
g g g
∴.(fg) f f
f
x x y y z z
g g g f g f g f g
2 2 2
= f 2
2 . . .
x y x x x y y z z
2
f f f g g g
=f2g+ i j k .
i
j k .
x y z x y z
= f2g+f. g
a a a
Now i ( a ) i i j k
x x x y z
a a a
2 2 2
i i j k
x xy xz
2
a a a
2 2 2
i i 2
i j i k
x xy xz
a a a a
2 2 2 2
a a a a a a
2 2
= i i. j i. k i. i.
x x y y z x x x x
2 2
a a a a a
2 2 2 2
i
x
( a ) i .
x
x
( .a ) 2
x y z
2 2 2
i.e., c u r lc u r l a g r a d d iv a a
2
SOLVED PROBLEMS
Then div (f x g) = g. curl (f) - f. curl (g)=0 c u r l ( f ) 0 c u r l ( g )
f g is solenoidal.
d iv r a b d iv [( r .b ) a ( a ..b ) r ]
div ( r .b ) a ( a .. b ) r
r .b d iv a a . g r a d r .b a .b d iv r r . g r a d a .b
We have div a 0 , div r 3 , grad ( a .b ) 0
d iv r a b 0 a . g r a d r .a 3 a .a
i
a .
x
r .b 3 a .b
r
a . i
x
.b 3 a .b
a . i i .b 3 a .b
a .b 3 a .b 2 a .b
2 b .a
(ii) c u r l r a b c u r l r .b a a .b r
c u r l r .b a c u r l a .b r
r .b c u r l a g r a d r .b a
0 r .b a c u r l a 0
b a Since g r a d r .b = b
r 2
3: Prove that . 3 r .
r r
r r
Sol: We have . i.
x r
r
1 r 1 x 1 r
= i. r 2 i. i 3 x
r x r r r r
1 1 3 1 2
i .i
2
= 3
r
r r r r r
r 2 2 x 2 2r
. i = i 2 3 xi 3
.
r x r r r r r
4: Find (Ax), if A = yz2 i - 3xz2 j +2xyz k and = xyz.
Sol : We have
i j k
3 xz
2 2
Ax= y z 2 xyz
x y z
2
(3 xz ) (2 xyz ) j ( yz ) (2 xyz ) k ( yz ) ( 3 xz )
2 2 2
= i
x y z x y x
Vector Integration
PROBLEMS
1. If F (x2-27) i -6yz j +8xz2 k , evaluate d r from the point (0,0,0) to the point (1,1,1) along the
Straight line from (0,0,0) to (1,0,0), (1,0,0) to (1,1,0) and (1,1,0) to (1,1,1).
Now r = xi + y j + z k d r d x i + d y j + dz k
F . d r = (x2-27)dx – (6yz)dy +8xz2dz
F .d r = ( 6 yz ) dy 0
AB y0
88
( i ) ( ii ) ( iii ) F .d r =
3
C
2. If F =(5xy-6x ) i +(2y-4x) j , evaluate F . d r Along the curve C in xy-plane y=x3from (1,1) to (2,8).
2
d r = dx i + dy j = dx i +3x2dx j
4 2 3
F . d r = [(5x -6x ) i +(2x -4x) j ]. d x i 3 x d x j
2
Hence 3
F . d r = ( 6 x 5 5 x 4 12 x 3 6 x 2 ) dx
yx 1
x x
6 5 4 3
x x
2
5. 12. 6. x x 3x 2x
6 5 4 3
= 6.
1
6 5 4 4
3. Find the work done by the force F = z i + x j + y k , when it moves a particle along the arc of the curve r =
F . d r = (-t i +cost j +sin t k ). (-sin t i + cost j - k )dt = (t sin t + cos2 t – sin t)dt
2 2
2 2 2
2 1 cos 2t
= t ( c o s t ) 0 ( s in t ) d t dt s in t dt
0 0
2 0
2
1 sin 2 t
cos t 0
2 2
= 2 (cos t ) 0 t
2 2 0
1
= 2 (1 1 ) ( 2 ) (1 1 ) 2
2
PROBLEMS
1 : Evaluate F.n d S where F = zi + xj 3y2zk and S is the surface x 2 + y2 = 16 included in the first
octant between z = 0 and z = 5.
Sol. The surface S is x2 + y2 = 16 included in the first octant between z = 0 and z = 5.
Let = x2 + y2 = 16
Then = i j k 2xi 2y j
x y z
xi y j
unit normal n
2 2
( x + y = 16)
4
d yd z
Then F.n d S = F.n ……………. *
S R n . i
Given F = zi + xj 3y2zk
1
F . n (xz xy)
4
x
and n . i
4
In yz-plane, x = 0, y = 4
In first octant, y varies from 0 to 4 and z varies from 0 to 5.
4 5
x z x y d yd z
F.n d S =
S y0 z0 4 x
4
4 5
= ( y z )d z d y
y0 z0
= 90.
= 0, y= a, z = 0, z = a.
Q
P
O A X
R
S
n k
a a
F .n d S = (yz) dxdy = 0
S x0 y 0
1
n k
4
a a
a
F .n d S = y (a )d y d x
S2 x0 y0 2
(iii) For OCQR
F .n d S = 4 x zd yd z 0
S3 y0 z0
F .n d S = 4 a z d z d y 2 a
4
S3 y0 z0
a a
y dzdx 0
2
F .n d S = z0
S5 y0
a a
y dzdx 0
2
F .n d S = z0
S6 y0
VOLUME INTEGRALS
Let V be the volume bounded by a surface r f (u,v). Let F ( r ) be a vector point function define over V.
m
Let Pi ( r i ) be a point in V i .Then form the sum Im = F ( ri ) V i . Let m in such a way that V i
i 1
shrinks to a point,. The limit of Im if it exists, is called the volume integral of F ( r ) in the region V is
denoted by F ( r ) dv or F dv .
V V
Cartesian form : Let F r F1 i F 2 i F 3 k where F1, F2, F3 are functions of x,y,z. We know that
F dv ( F1 i F 2 i F 3 k ) dx dy dz = i
F dxdydz + j
1
F2 dxdydz + k F dxdydz
3
v
Vector Integral Theorems
Introduction
In this chapter we discuss three important vector integral theorems: (i) Gauss divergence theorem,
(ii) Green’s theorem in plane and (iii) Stokes theorem. These theorems deal with conversion of
(ii) F .d r into a double integral over a region in a plane when C is a closed curve in the
C
plane and.
(iii) ( A ) . n ds into a line integral around the boundary of an open two sided surface.
S
d iv F d v F .n dS
V s
F .nd S d iv F d v
S V
a a a a
a a a a
3 3 3 3 5
a
a d y d z a ( y )0 dz
a
a a dz a a
2
a
3
……(1)
0 0 3 0 3 3 0 3 3
Verification: We will calculate the value of F .nd S over the six faces of the cube.
S
F . n x y z a y z s in c e x a
3 3
a a
F . nd S (a y z ) d y d z
3
S1 z0 y0
(ii) For S2 = OCRB; unit outward drawn normal
x=0; ds=dy dz; 0≤y≤a, y≤z≤a
a a
F nd S a d x d y a .....( 4 )
3
S3 y0 x0
(2 ax z ) z0dx
2 a
x0
(vi) For S6 = OBQA; y = 0; , ds = dzdx;
0≤x≤a, 0≤y≤a
2
V i j k
x y z 1 2( xi y j z k )
2 2
x y y
2( xi y j z k )
Unit normal vector = n = x i y j z k Since x y z =1
2 2 2
x y z
2 2 2
2
F . n = F .( x i y j z k ) ( a x 2 b y 2 c z 2 ) ( a x i b y j c z k ) .( x i y j z k )
i.e., F a x i b y j c z k .F a b c
Hence by Gauss Divergence theorem,
x y z
F1 F2 F3
.F 3x x x 5x
2 2 2 2
x y z
F1 F2 F3
F dydz F
1 2
d z d x F3 d x d y dxdydz
x y z
2 2
a a x b
5
2
x dxdydz
a y 2
a x
2 z0
2 2
a a x b
20
2
x dxdydz [Integrand is even function]
0 0 z0
[Put x a sin d x a c o s d when x a and x 0 0 ]
2
x2+y2+z2=1.
Sol: Take
F1 F2 F3
d iv F a b c
x y z
4
F .n d S (a b c)
3
s
F1 F2 F3
Then d iv F 3
x y z
d iv F d v 3d v 3V
v v
Hence
F1 F2 F3
F dydz 1
F 2 d z d x F3 d x d y dxdydz
s V x y z
F .nd S d iv F d v 3 ydxdydz
s v x0 y0 z0
9: Use divergence theorem to evaluate F .d S where F =x3i+y3j+z3k and S is the surface of the sphere
s
2 2 2 2
x +y +z = r
Sol: We have
V .F (x ) (y ) (z ) 3 ( x y z )
3 3 3 2 2 2
x y z
= 3( x 2 y 2 z 2 )d xd yd z
v
a a
3 r s in ( 2 0 ) d r d 6 r s in d d r
4 4
r0 0 r0 0
Sol: We have
d iv F . F (4 x) (2 y ) (z ) 4 4 y 2 z
2 2
x y z
2
2 4 x
21 2 d y 1 2 ( 0 ) d x
2
0
[Since the integrans in forst integral is even and in 2nd integral it is on add function]
2 2
42 4 x dx 42 2 4 x dx
2 2
2 0
11: Verify divergence theorem for over the surface S of the solid cut off by the
plane x+y+z=a in the first octant.
1, 1, 1
x y z
grad i
x
i j k
F .n d x d y
F .n d S n .k
s R
=
a 4
5 3 2 3 a
F . nd S x 3 a x 2 a x a d x on simplification…(1)
2 2
,
s 0 3 3 4
Given F x i y
2 2
j z k
2
d iv F (x ) (y ) (z ) 2(x y z)
2 2 2
x y z
a ax ax y
N ow d iv F .d v 2 ( x y z )dxdydz
x0 y0 z0
Hence from (1) and (2), the Gauss Divergence theorem is verified.
12: Verify divergence theorem for 2x2y i -y2 j +4xz2 k taken over the region of first octant of the cylinder
(or) Evaluate F .nd S , where F =2x2y i -y2 j +4xz2 k and S is the closed surface of the region in the first
s
octant bounded by the cylinder y2+z2 = 9 and the planes x=0, x=2, y=0, z=0
. F (2 x ) ( y ) (4 xz ) 4 xy 2 y 8 xz
2 2 2
x y z
2
x
2
18( x x ) 72 1 8 ( 2 4 ) 3 6 ( 4 ) 3 6 1 4 4 1 8 0 ...(1)
2
2 0
F .nd S = F .n d S + F .n d S +……+ F .n d S
s s1 s2 s5
Where S1 is the face OAB, S2 is the face CED, S3 is the face OBDE, S4 is the face OACE and S5 is the curved
surface ABDC.
(i) On S 1 : x 0, n i F .n 0 H e n c e F .n d S
s1
(ii) On S 2 : x 2, n i F .n 8 y
2
3 9 z
2
3 9 z
y
2
F .nd S 8 ydydz 8 dz
s2 0 0 0 2 0
(iii) On S 3 : y 0, n j . F .n 0 H e n c e F .n d S
s3
(y z ) 2 y j 2zk y j zk y j zk
2 2
(v) On S 5 : y z 9, n
2 2
(y z )
2 2
4y 4z
2 2
49 3
y 4 xz
3 3
z 1
F .n and n .k 9 y
2
3 3 3
Hence
= 180 … … (2)
Hence the Divergence theorem is verified from the equality of (1) and (2).
13: Use Divergence theorem to evaluate x i y j z 2 k .nd s . Where S is the surface bounded by the
N o w .F (x) ( y) ( z ) 1 1 2 z 2 (1 z )
2
x y z
2
4 16 x 4
2
16 x
2 [ 4 8 ]d x d y 2 1 2 [ y ]0 dx
0 0 0
[ p u tx 4 sin d x 4 c o s d . A ls o x 0 0 a n d x 4 ]
2
2 2
. F d v 9 6 4 4 1 s in c o s d 9 6 4 c o s d
2 2
V 0 0
14: Use Gauss Divergence theorem to evaluate S is the closed
surface bounded by the xy-plane and the upper half of the sphere x2+y2+z2=a2
above this plane.
Sol: Divergence theorem states that
Here . F ( yz ) ( zx ) (2 z ) 4 z
2 2 2
x y z
F .d s 4 zdxdydz
s V
z r cos then d x d y d z r 2 d r d d
a 2
F .d s 4 ( r c o s )( r s in d r d d )
2
s r0 0 0
15: Verify Gauss divergence theorem for taken over the cube bounded by
x = 0, x = a, y= 0, y = a, z = 0, z = a.
Sol: We have
.F (x ) (y ) (z ) 3x 3 y 3z
3 3 3 2 2 2
x y z
To evaluate the surface integral divide the closed surface S of the cube into 6 parts.
i.e., S1 : The face DEFA ; S4 : The face OBDC
a a
F . nd s a
i y j z k .id y d z
3 3 3
s1 z0 y0
a a
F . nd s y
j z k . i dydz 0
3 3
s2 z0 y0
a a a a a
z 0
a
F . nd s x i a j z k . jd x d z a dxdz a adz a
3 3 3 3 3 4
a
5
N M
M d x N dy d x d y .
C R x y
bounded by y= and y= .
Solution: Let M=3 - and N=4y-6xy. Then
N M
M d x N dy d x d y .
C R x y
N M
Now d x d y 1 6 y 6 y d x d y
R x y R
x
1 x 1
y
2
= 1 0 yd x d y =10 ydydx 10 dx
x0
R x0 y x2
2 2
x
=5 ….(1)
Verification:
We can write the line integral along c
=[line integral along y= (from O to A) + [line integral along =x(from A to O)]
= + (say)
Now =
=
0 0
2
1 5
3 x 8 x dx 4 3x 11x 2 dx
3
l2 x 6x dx
2 2
And 2
1 x 1
2
N M
M dx
From(1) and (2), we have N dy d x d y .
C R x y
y=0, x= ,
=1 and =-
N M
By Green’s theorem
M d x N dy d x d y .
C R x y
( y s in x ) d x c o s x d y ( 1 s in x ) d x d y
c R
=-
=-
=
2
2
= x c o s x x 1( c o s x x)dx
0
0
vertices ,
Solution: Let M=
N M
By Green’s theorem, M d x N dy d x d y .
C R x y
( x c o s h y ) d x ( y s in x ) d y (c o s x s in h
2
y )dxdy
c R
=
= (c o s x c o s h 1 1) d x
x0
s in y d x x c o s y d y x d y
= d ( x s in y ) xdy
c c
1
=0+ 4 a 2 . a
2
.
2 2
= and =
By Green’s theorem,
N M
M d x N dy d x d y
C R x y
s in y d x x (1 c o s y ) d y ( c o s y 1 c o s y ) d x d y d x d y
c R
dA A a ( a r e a of circle= a )
2 2
=
R
We observe that the values obtained in (i) and (ii) are same to that Green’s theorem is verified.
5: Show that area bounded by a simple closed curve C is given by and hence find the area of
2 2
x y
(i)The ellipse x= a c o s , y b s in ( i .e ) 2
2
1
a b
N M
Solution: We have by Green’s theorem M d x N dy d x d y
C R x y
y=
N M
M dx
Solution: By Green’s theorem, we have N dy d x d y
C R x y
M
Now dx N dy M dx N dy M dx N d y ......(1) …..(1)
c c1 c2
M dx N dy [x(x ) x ]d x x d ( x ) ( x x 2 x ) d x (3 x x )dx
2 4 2 2 3 4 3 3 4
c1 c1 c 0
= = …….(2)
Along from to the line integral is
M dx N dy ( x.x x )dx x dx
2 2
c2 c2
= =0-1=-1 ….(3)
…(4)
Now
N M
d x d y = (2 x x 2 y )dxdy
R x y R
= = ….(5)
N M
From M d x N dy = dxdy
c R x y
Solution:
Hence
N M
By Green’s theorem M dx N dy = dxdy
c R x y
1 x
i.e., ( 2 x y x ) d x ( x y ) d y (0 )d xd y 0
2 2 2
c x0 y x2
N M
M dx N dy d x d y
c R x y
M N
\ 16 y and 6 y
y x
Now M dx N dy M dx N dy M dx N dy M d x N d y ...(1)
c OA AB BC
M dx N dy =
[3 ( y 1) 8 y ]( d y ) [ 4 y 6 y ( y 1)] d y
2 2
AB 0
.
from (1), we have
1 1 x
N M
Now x y d x d y ( 6 y 16 y )dxdy
R x0 y0
=10
=5
=- =
N M
From (2) and (3), we have M dx N dy d x d y
c R x y
the boundary of the area enclosed by the x-axis and upper half of the circle
N M
M dx N dy d x d y
c R x y
[( 2 x y )dx ( x y )dy ] (2 x 2 y )dxdy
2 2 2 2
c R
=2 ( x y ) d y
R
=2
a
[( 2 x y ) d x ( x y ) d y ] 2 r d r (c o s s in ) d
2 2 2 2 2
c 0 0
=2.
1
By Green‟s theorem, Area = ( x d y ydx )
2
3at d 3at
3at
2 d 3at 2
Let x= ,y ,T hen dx 3
dt and d y dt
dt 1 t
3
1 t 1 t dt 1 t
3 3
3a 3a
The point of intersection of the loop is , t 1
2 2
1 3 3
3at(2 t ) 3 a (1 2 t )
2
1 3at
3at
dt
=
1 t3
1 t
1 t3
2 2
1 t
3 3
2
0
1 1
t t t (1 t )
2 2 5 2 2 3
9a 9a
2
(1 t 3
)
3
dt
2
(1 t )
3 3
dt
0 0
= [Put 1+
N M
M dx N dy d x d y
c R x y
Here M= and N=
-3 and
Evaluation of
OA(y=0) (ii) along AB(x=2) (iii) along BC(y=2) (iv) along CO(x=0).
(i)Along OA(y=0)
…..(1)
(ii)Along AB(x=2)
= ….(2)
(iii)Along BC(y=2)
[
2
x
3
8 40
4 x 16
2
= ......(3 )
3 0 3 3
(iv)Along CO(x=0)
[ …..(4)
N M
Evaluation of d x d y
R x y
N M
2 2
x y d x d y = (2 y 3 xy )dxdy
2
R 0 0
2 y
2
= (4 y 6 y )dy
2 2
2y
3
0
0
=-8+16=8 …(6)
From (5) and (6), we have
N M
M dx N dy d x d y
c R x y
and
PROBLEMS:
1: Prove by Stokes theorem, Curl grad =
Solution: Let S be the surface enclosed by a simple closed curve C.
i
= j k
. id x jd y k d z
c x y z
= dx dy dz d p where P is any point on C.
c x y z
2: prove that c u r l f .d S f .d r c u r l g r a d f d S
s c s
c u r l f .d s f .d r f .d s
c c
3: Prove that
f f .d r c u r lf f .n d s fc u r l f f f .n d s
c s s
f g .d r f g .nd s
4: Prove that
c
f g .d r f g nd s f g fc u r lg r a d g .nd s
c s s
= f g .nd s c u r l ( g r a d g ) 0
= =
=2 =2
Now
Solution: Given
By Stokes Theorem,
. = F .d r
c
7: Verify Stokes theorem for over the upper half surface of the sphere
bounded by the projection of the xy-plane.
Solution: The boundary C of S is a circle in xy plane i.e =1, z=0
The parametric equations are x=
F .d r F dx F d y F3 d z (2 x y )dx yz dy y zdz
2 2
1 2
c c c
=
2 2 2
( 2 c o s s in ) s in d s in d s in 2 d
2
0 0 0
Again =
. =
Now
= 2 =
8: Verify Stokes theorem for the function integrated round the square in the plan z=0
whose sides are along the lines x=0, y=0, x=a, y=a.
Solution: Given
By Stokes Theorem, . = F .d r
c
Now = y
L.H.S.= . = y ( n .k ) d s ydxdy
s s
R.H.S. = F .d r (x
2
dx xydy )
C C
But
Adding
9: Apply Stokes theorem, to evaluate ( y d x zdy xdz ) where c is the curve of intersection of the
c
Let
=
Let be the unit normal to this surface.
Then s=x+z-a, S = i k
Hence
=- ds =
=-
10: Apply the Stoke’s theorem and show that is any vector and S =
Solution: Cut the surface if the Sphere Let denotes its upper
and lower portions a C, be the common curve bounding both these portions.
c u r l F .d s F .d s F .d s
s s1 s2
c u r l F .d s F .d R F .d R 0
s s1 s2
The 2nd integral curl is negative because it is traversed in opposite direction to first integral.
Solution: Let
Then
By Stokes theorem,
Where S is the surface of the triangle OAB which lies
in the xy plane. Since the z Co-ordinates of O,A and B
Are zero. Therefore . Equation of OA is y=0 and
that of OB, y=x in the xy plane.
= 2
ds=curl
the
1 1
= OA AB= 11
2 2
12: Use Stoke’s theorem to evaluate over the surface of the paraboloid
z x y 1, z 0
2 2
where
c u r l F .d s F .d r ( yi z j x k ).( id x jd y k d z )
s c c
s 0 0 0
2 2
13: Verify Stoke’s theorem for taken round the rectangle bounded by the lines x=
Solution: Let ABCD be the rectangle whose vertices are (a,0), (a,b), (-a,b) and (-a,0).
Equations of AB, BC, CD and DA are x=a, y=b, x=-a and y=0.
We have to prove that
= …..(1)
from (1),
( x b )dx b x
2 2 2
from (1), =
BC xa 3 xa
0 0
y
2
(i)+(ii)+(iii)+(iv) gives
-- + ….(2)
Consider
b a b
= =4 y x dy 4 2 aydy
y0 a y0
= …..(3)
Hence from (2) and (3), the Stoke’s theorem is verified.
14: Verify Stoke’s theorem for where S is the surface of the cube x
=0, y=0, z=0, x=2, y=2,z=2 above the xy plane.
Solution: Given where S is the surface of the cube.
x=0, y=0, z=0, x=2, y=2, z=2 above the xy plane.
By Stoke’s theorem, we have
…..(1)
To find
. (dx
=
Sis the surface of the cube above the xy-plane
Along
……..(2)
Along
……. .(3)
Along
2 2
= 4dy 4 y 8 ……(4)
0 0
Along
. …..(5)
Above the surface When z=2
Along ….(6)
4 y 0 4 8 1 2
2
F .d r (2 y 4)dy 2 ….(7)
0 0 2 0
….(8)
4 y 2 1 2
0
(2 y 4) 2 …..(9)
2 2 2
(2)+(3)+(4)+(5)+(6)+(7)+(8)+(9) gives
…..(10)
Let x=
=- …..(1)
Curl = (
c u r l F .nd s s in c o s s in s in c o s s in d d
0 0
=-2
= …..(2)
’s theorem is verified.
x=0,x=a,y=0,y=b.
Solution :
Given
i j k
R.H.S= C u r l F .nd s 4 y k .n d s
s s
C u r l F .n d s 4 ydxdy d x 2b
2
4 1d x
s x0 y0 x0 2 0 x0
=2 2a
To Calculate L.H.S
Let O= and
C=(0,b) are the vertices of the rectangle.
(i)Along the line OA
y=0; dy=0, x ranges from 0 to a.
=a
F .d r ( x y ) d x b x 0 b a
2 2 2 2
BC xa 3 a 3
=a
= 2 xydy 0
yb
= =
L.H.S = R.H.S
Hence the verification of the stoke’s theorem.
17: Verify Stoke’s theorem for = – 2xy taken round the rectangle bounded by
x= , y=0,y=a.
Solution:
Curl = = -4y
Now =
a b
= 4 ydx dy
y0 xb
a b
= 4 xy dy
0 b
a
= = 4 b y 2 4 a b ........(1)
2
Along DA , y=0,dy=0 =0 ( F . d r 0 )
a
= = b y 2 a b
2
Along BC,y=a,dy=0
= =
=0 = -------(2)
From (1),(2) =
=2 +3 -(2x+z and C is the boundary of the triangle whose vertices are (0,0,0),(2,0,0),(2,2,0).
Solution:
Curl = = 2 + (6x-4y)
Since the z-coordinate of each vertex of the triangle is zero , the triangle lies in the xy-plane .
=k
(Curl = 6x-4y
Consider the triangle in xy-plane .
Equation of the straight line OB is y=x.
By Stroke’s theorem
F .d r ( c u r l F ).nd s
c s
= =
2
x
6 xy 2 y dx
= =
2
0
x0
2
x
3
= 4 =
3 0