Unit-2 Vector Calculus Notes
Unit-2 Vector Calculus Notes
Unit-2 Vector Calculus Notes
Vector Algebra
1) Scalar: - A physical quantity which has only magnitude is called as Scalar.
Ex.: - length, time, mass, temperature, density, potential, weight etc.
2) Vector: - A physical quantity which has magnitude as well as direction is called as Vector.
Ex.: - velocity, displacement, acceleration etc.
̅ where
3) Vector in space: Any vector in the space is expressed as 𝑎̅ = 𝑎1 𝑖̅ + 𝑎2 𝑗̅ + 𝑎3 𝑘
𝑖̅, 𝑗̅, 𝑘̅ are unit vectors along X, Y, Z axis respectively.
4) Position vector: The vector from origin to the point 𝑃(𝑥, 𝑦, 𝑧) is referred as position vector
of P denoted by 𝑂𝑃 ̅̅̅̅ = 𝑟̅ = 𝑥 𝑖̅ + 𝑦 𝑗̅ + 𝑧 𝑘̅ .
Remark
1) The vector joining the points 𝑃(𝑥1 , 𝑦1 , 𝑧1 ), 𝑄(𝑥2 , 𝑦2 , 𝑧2 ) is
̅̅̅̅ = (𝑥2 − 𝑥1 ) 𝑖̅ + (𝑦2 − 𝑦1 ) 𝑗̅ + (𝑧2 − 𝑧1 ) 𝑘̅
𝑃𝑄
𝑥−𝑥 𝑦−𝑦 𝑧−𝑧
2) A vector along line 𝑎 1 = 𝑏 1 = 𝑐 1 is 𝑎 𝑖̅ + 𝑏 𝑗̅ + 𝑐 𝑘̅ .
̅ is given
5) Modulus (amplitude or magnitude): The modulus of vector 𝑟̅ = 𝑥 𝑖̅ + 𝑦 𝑗̅ + 𝑧 𝑘
by
𝑟 = |𝑟̅ | = √𝑥 2 + 𝑦 2 + 𝑧 2 .
𝑎̅
6) Unit Vector: The unit vector of 𝑎̅ is denoted by 𝑎̂ is defined as 𝑎̂ = . The modulus of
|𝑎̅|
unit vector is 1.
7) Dot Product (scalar product): - The dot product of two vectors is a scalar and is defined as
𝑎 ⋅ 𝑏 = |𝑎||𝑏| 𝑐𝑜𝑠 𝜃 Where 𝜃 is the angle between 𝑎̅ & 𝑏̅.
Remark
1) The dot product is commutative, that means 𝑎̅ ∙ 𝑏̅ = 𝑏̅ ∙ 𝑎̅.
2) The dot product is scalar.
3) If dot product 𝑎̅ ∙ 𝑏̅ = 0 the vectors are perpendicular to each other or we can say angle
between vectors 𝑎̅ & 𝑏̅ is 900 .
4) 𝑎̅ ∙ 𝑎̅ = |𝑎̅|2.
5) Standard results
𝑖̄ ⋅ 𝑖̄ = 𝑗̄ ⋅ 𝑗̄ = 𝑘̄ ⋅ 𝑘̄ = 1
𝑖̄ ⋅ 𝑗̄ = 𝑗̄ ⋅ 𝑘̄ = 𝑘̄ ⋅ 𝑖̄ = 0
𝑗̄ ⋅ 𝑖̄ = 𝑘̄ ⋅ 𝑗̄ = 𝑖̄ ⋅ 𝑘̄ = 0
1
6) If 𝑎 = 𝑎1 𝑖̄ + 𝑎2 𝑗̄ + 𝑎3 𝑘̄ and 𝑏 = 𝑏1 𝑖̄ + 𝑏2 𝑗̄ + 𝑏3 𝑘̄ are two vectors in space then the dot
product is by formula
𝑎 ⋅ 𝑏 = (𝑎1 𝑖̄ + 𝑎2 𝑗̄ + 𝑎3 𝑘̄) ⋅ (𝑏1 𝑖̄ + 𝑏2 𝑗̄ + 𝑏3 𝑘̄) = 𝑎1 𝑏1 + 𝑎2 𝑏2 + 𝑎3 𝑏3
7) If 𝜃 an angle between vectors 𝑎̅ & 𝑏̅, the we can be find an angle 𝜃 by using formula
𝑎̅∙𝑏̅
𝜃 = cos −1 (|𝑎̅||𝑏̅|) .
8) Cross Product (vector product): - The cross product of two vectors is a vector and is defined
^
as 𝑎 × 𝑏 = |𝑎||𝑏| 𝑠𝑖𝑛 𝜃 𝑛
^ ^
Where 𝑛 is the unit vector perpendicular to the plane of 𝑎̅ & 𝑏̅ such that 𝑎̅ , 𝑏̅ and 𝑛
follows right handed orientation.
Remark:
1) Cross product is not commutative ( 𝑎̅ × 𝑏̅ ≠ 𝑏̅ ∙ 𝑎̅ ) but (𝑎̅ × 𝑏̅) = −(𝑏̅ × 𝑎̅)
2) The cross product is vector.
3) Standard results
𝑖̄ × 𝑗̄ = 𝑘̄, 𝑗̄ × 𝑘̄ = 𝑖, 𝑘̄ × 𝑖̄ = 𝑗̄
𝑗̄ × 𝑖̄ = −𝑘̄, 𝑘̄ × 𝑗̄ = −𝑖̄, 𝑖̄ × 𝑘̄ = −𝑗̄
𝑖̄ × 𝑖̄ = 0, 𝑗̄ × 𝑗̄ = 0, 𝑘̄ × 𝑘̄ = 0
4) If 𝑎 = 𝑎1 𝑖̄ + 𝑎2 𝑗̄ + 𝑎3 𝑘̄ and 𝑏 = 𝑏1 𝑖̄ + 𝑏2 𝑗̄ + 𝑏3 𝑘̄ are two vectors in space the cross
product is given by formula
𝑖 𝑗 𝑘
𝑎 × 𝑏 = |𝑎1 𝑎2 𝑎3 |
𝑏1 𝑏2 𝑏3
̅
5) If 𝑎̅ × 𝑏 = 0 then the vectors are parallel to each other or we can say angle between
vectors 𝑎̅ & 𝑏̅ is zero .
6) 𝑎̅ × 𝑎̅ = 0̅ .
𝑎1 𝑎2 𝑎3
9) Scalar Triple Product: - 𝑎 ⋅ (𝑏 × 𝑐) = (𝑎 × 𝑏) ⋅ 𝑐 = |𝑏1 𝑏2 𝑏3 | = [𝑎𝑏𝑐]
𝑐1 𝑐2 𝑐3
Remark:
1) It is also called box product and denoted by [𝑎̅ 𝑏̅ 𝑐̅] .
2) 𝑎̅ ∙ (𝑏̅ × 𝑐̅) = 𝑏̅ ∙ (𝑐̅ × 𝑎̅) = 𝑐̅ ∙ (𝑎̅ × 𝑏̅). It is scalar.
3) If two vectors are equal (same or parallel) then STP is zero.
That mean 𝑎̅ ∙ (𝑏̅ × 𝑐̅) = 0 𝑖𝑓 𝑎̅ = 𝑏̅ .
4) If 𝑎̅, 𝑏̅, 𝑐̅ are adjacent sides of parallelepiped then the STP [𝑎̅ 𝑏̅ 𝑐̅] is volume of
parallelepiped.
10) Vector triple product: - 𝑎 × (𝑏 × 𝑐) = (𝑎 ⋅ 𝑐)𝑏 − (𝑎 ⋅ 𝑏)𝑐
Remark: To remember formula use 1̅ ∙ (2̅ × 3̅) = (1̅ ∙ 3̅)2̅ − (1̅ ∙ 2̅) 3̅ . It is vector.
11) Quadruple Products: - (𝑎 × 𝑏) ⋅ (𝑐 × 𝑑) = (𝑎 ⋅ 𝑐)(𝑏 ⋅ 𝑑) − (𝑎 ⋅ 𝑑)(𝑏 ⋅ 𝑐)
2
Session 2: Vector Differentiation, Illustrations
2) Differentiation of vectors
We have the vector function 𝑟 = 𝐹(𝑡). Let there be a change r in r due to corresponding
change 𝛿𝑡 in 𝑡. Therefore 𝛿𝑟 = 𝐹(𝑡 + 𝛿𝑡) − 𝐹(𝑡). Thus the vector derivative can be defined as
𝒅𝒓 𝑭(𝒕+𝜹𝒕)−𝑭(𝒕)
= 𝐥𝐢𝐦𝜹𝒕→𝟎 [ ] when this limit exists it is called as the rate of change of 𝑟 w. r. t. t.
𝒅𝒕 𝜹𝒕
Remark:
1) If the vector is ̅̅̅̅̅̅
𝐹(𝑡) = 𝐹1 (𝑡) 𝑖̅ + 𝐹2 (𝑡) 𝑗̅ + 𝐹3 (𝑡) 𝑘̅ then its derivative is
̅̅̅̅̅̅̅ ̅̅̅̅̅̅
𝑑𝐹(𝑡) 𝑑𝐹1 (𝑡) 𝑑𝐹2 (𝑡) 𝑑𝐹3 (𝑡)
𝐹 ′ (𝑡) = 𝑑𝑡 = 𝑑𝑡 𝑖̅ + 𝑑𝑡 𝑗̅ + 𝑑𝑡 𝑘̅
= 𝐹1′ (𝑡)𝑖̅ + 𝐹2′ (𝑡)𝑗̅ + 𝐹3′ (𝑡)𝑘̅
̅ 𝑑𝑥
𝑑𝑟 𝑑𝑦 𝑑𝑧
2) For position vector 𝑟̅ = 𝑥 𝑖̅ + 𝑦 𝑗̅ + 𝑧 𝑘̅ the derivative is = 𝑖̅ + 𝑗̅ + 𝑘̅ .
𝑑𝑡 𝑑𝑡 𝑑𝑡 𝑑𝑡
3) If 𝑟̅ is a displacement vector of time t then the first derivative of vector 𝑟̅ that means
̅
𝑑𝑟
= 𝑣̅ is called velocity vector and second derivative of vector 𝑟̅ that means
𝑑𝑡
𝑑2 𝑟̅
= 𝑎̅ is called acceleration vector.
𝑑𝑡 2
4) If 𝑟̅ is a position vector defined on curved path in 3D space, then the first derivative of
̅
𝑑𝑟
vector 𝑟̅ that means 𝑑𝑡 = 𝑇̅ is called tangent vector.
5) The tangent and normal component of acceleration are
a) Tangent component: 𝑎 𝑇 = 𝑎̅ ∙ 𝑇̂
𝑣̅
b) Normal component: 𝑎𝑁 = |𝑎̅ × 𝑇̂| where 𝑇̂ = unit tangent vector.
|𝑣̅|
dr
3) Geometrical interpretation: The vector derivative is a vector in the direction of the
dt
tangent to the curve r F (t ) at a point P(x, y, z) on it.
4) Physical interpretation: If a particle is moving along the curve r F (t ) then the first
dr
derivative of vector 𝑟̅ that means represents velocity of a particle at P(x, y, z) and second
dt
d2r
derivative of vector 𝑟̅ that means represents acceleration of a particle at point P(x, y, z).
dt 2
3
Examples
Exercise
1) A curve is given by equations x t 1, y 4t 3 , z 2t 2 6t. Find angle between
2
4
4) The position vector of a particle at time t is r cos(t 1)i sinh(t 1) j mt 3 k. Find the
condition imposed on m by requiring that at time t 1, the acceleration is normal to the
position vector.
5) Find tangential and normal component of acceleration for a particle moving on curve
22 38
𝑥 = 𝑡 3 + 1, 𝑦 = 𝑡 2 , 𝑧 = 𝑡 𝑎𝑡 𝑡 = 1 . Answer 𝑎 𝑇 = , 𝑎𝑁 = √ 7 .
√14
Session 3: Gradient of a Scalar point function, Directional Derivatives
1) Scalar point function: If a scalar quantity depends for its value on its position in space then it
is called as a scalar point function. It is denoted by 𝜙(𝑥, 𝑦, 𝑧).
Ex. temperature, density, potential.
2) Vector point function: If a vector quantity depends for its value on its position in space then
it is called as the vector point function.
It is denoted by 𝐹(𝑥, 𝑦, 𝑧) = 𝐹1 (𝑥, 𝑦, 𝑧) 𝑖̅ + 𝐹2 (𝑥, 𝑦, 𝑧) 𝑗̅ + 𝐹3 (𝑥, 𝑦, 𝑧) 𝑘̅.
Ex. velocity, force.
3) Level surface: The surface drawn in space containing all those points where 𝜙 = 𝑐, where C
is a constant is called as a level surface.
4) The Del operator ( ): The vector differential operator denoted by is called as Del vector
𝝏 𝝏 𝝏
and is given by 𝜵 = 𝒊 𝝏𝒙 + 𝒋 𝝏𝒚 + 𝒌 𝝏𝒛.
5) Gradient of a Scalar point function: -
When operator operated on scalar point function . we get a vector quantity and it is called
𝜕𝜙 𝜕𝜙 𝜕𝜙
gradient of 𝜙(𝑥, 𝑦, 𝑧). It is denoted by 𝛻𝜙 or Grad𝜙. It is defined as 𝛻𝜙 = 𝑖 𝜕𝑥 + 𝑗 𝜕𝑦 + 𝑘 𝜕𝑧
Remark:
1) Gradient ∇𝜙 is called normal vector to the surface 𝜙 = 𝑐 .
2) The maximum magnitude is |∇𝜙| .
3) The angle between two surfaces 𝜙 & 𝜓 means the angle between their normal say
̅̅̅
𝑁1 = ∇𝜙 & ̅𝑁 ̅̅2̅ = ∇𝜓 .
4) The gradient of scalar point function is a vector.
6) Physical interpretation of 𝜵𝝓
1. 𝛻𝜙 Represents maximum rate of change of 𝜙, which is along the outward drawn normal to the
level surface 𝜙 = 𝑐 where c is a constant.
𝜕𝜙
2. Represents rate of change of 𝜙 in any other direction and it is called as the directional
𝜕𝑟
derivative.
𝜕𝜙
3. 𝜕𝑛 Represents rate of change of 𝜙 along the direction of normal 𝑛̂.
𝜕𝜙
4. | 𝜕𝑛 |has maximum value among all directional derivatives.
5
7) Properties of vector differential operator del (𝜵): -
a) (u v) u v
b) (uv) uv vu
u vu uv
c)
v v2
d) f (u) f ' (u)u
e) (au) au
𝑓 ′ (𝑟) 2𝑓 ′ (𝑟)
f) Let f(r) be a function in r then ∇𝑓(𝑟) = 𝑟̅ and ∇2 𝑓(𝑟) = 𝑓 ′′ (𝑟) + .
𝑟 𝑟
1
g) ∇𝑟 = 𝑟 𝑟̅
h) ∇𝑟 𝑛 = 𝑛 𝑟 𝑛−2 𝑟̅
Illustration
𝑓 ′ (𝑟)
1. Prove ∇𝑓(𝑟) = 𝑟̅ .
𝑟
Solution:
𝜕𝑟 𝜕𝑟 𝜕𝑟
𝛻𝑓(𝑟) = 𝑓 ′ (𝑟)𝛻𝑟 = 𝑓 ′ (𝑟) (𝑖 𝜕𝑥 + 𝑗 𝜕𝑦 + 𝑘 𝜕𝑧)
𝑥 𝑦 𝑧
= 𝑓′(𝑟) (𝑖 𝑟 + 𝑗 𝑟 + 𝑘 𝑟)
𝑟
= 𝑓′(𝑟) 𝑟
Let 𝜙(𝑥, 𝑦, 𝑧) be a scalar point function then the directional derivative of 𝜙(𝑥, 𝑦, 𝑧) at point
𝑃(𝑥1 , 𝑦1 , 𝑧1 ) in the direction of vector 𝑎 is given by
Directional derivative = ∇𝜙 ∙ 𝑎̂
where 𝑎̂ represents a unit vector along the vector 𝑎̅ .
Remark:
1. The directional derivative is a scalar or number.
2. The maximum magnitude is |∇𝜙| .
6
Example
Ex 1) Find the directional derivative of = x y 2 +yz 3 at (1, -1, 1)
a) Along the vector i̅ + 2j̅ + 2k̅
b) Towards the point (2, 1, -1)
c) Along the direction normal to the surface x 2 + y 2 + z 2 = 9 at (1, 2, 2).
𝑥−1 𝑦+1 𝑧−1
d) In the direction of line = = .
2 −1 −2
Solution:
∂ ∂ ∂
a) ∂x = y 2 , ∂y = 2xy + z 3 , ∂z = 3yz 2
∇∅ = y 2 i̅ + (2xy + z 3 )j̅ + 3yz 2 k̅
[ ](1, -1, 1) = i̅ − j̅ − 3k̅
i̅+2j̅+2k 1 ̅
̅a = i̅ + 2j̅ + 2k̅, â = = 3 (i̅ + 2j̅ + 2k̅)
√1+4+4
1 1 −7
∴ Directional derivative ∇∅ ∙ â = (i̅ − j̅ − 3k̅) 3 (i̅ + 2j̅ + 2k̅) = 3 [1 − 2 − 6] = 3
b) The vector a is the line along joining points (1, -1, 1) and (2, 1, -1).
a̅ = (2 − 1)i̅ + (1 + 1)j̅ + (−1 − 1)k̅ = (i̅ + 2j̅ − 2k̅)
i̅ + 2j̅ − 2k̅ 1
â = ̅
= (i̅ + 2j̅ − 2k)
√1 + 4 + 4 3
1 1 5
∴ Directional derivative ∇∅ ∙ â = (i̅ − j̅ − 3k̅) (i̅ + 2j̅ − 2k̿) = (1 − 2 + 6) =
3 3 3
c) 𝜓 = x 2 + y 2 + z 2 − 9
∴ [∇𝜓](1,2,2) = 2i̅ + 4j̅ + 4k̅ a̅ = 2i̅ + 4j̅ + 4k̅
2i ̅
̅ +4j̅+4k ̅
̅ +4j̅+4k
2i
â = =
√4+16+16 6
̅ +4j̅+4k 1
2i ̅ −14
∴ Directional derivative ∇∅ ∙ â = (i̅ − j̅ − 3k̅) ( 6 ) 6 (2 − 4 − 12) = 6
7
∴ a + c = 4, a + b = 0, b + c = 0 By solving a = 2, b = −2 , c = 2
Exercise
1) Find the directional derivative of 4 xz 3 3x 2 y 2 z at the point (2,1,2) along
a) Along the vector 2i̅ − 3j̅ + 6k̅
b) Towards the point (4, 2, -1)
c) Along the direction normal to the surface x 2 + y 2 + z 2 = 16 at (1, 1, 2)
2) Find the directional derivative of 𝜑 = 𝑥𝑦 2 + 𝑦𝑧 3 at (2, -1, 1)
1. along the line 2( x 2) ( y 1) ( z 1),
2. along the direction normal the surface 𝑥 2 + 𝑦 2 + 𝑧 2 = 9 𝑎𝑡 (1, 2, 2)
3) Find the directional derivative of 𝜑 = 𝑒 2𝑥−𝑦−𝑧 at (1, 1, 1) in the direction of tangent to
the curve 𝑥 = 𝑒 −𝑡 , 𝑦 = 2 𝑠𝑖𝑛 𝑡 + 1, 𝑧 = 𝑡 − 𝑐𝑜𝑠 𝑡 𝑎𝑡 𝑡 = 0
Introduction: Two key concepts in vector calculus are divergence and curl. Curl is sometimes
also called circulation. The term divergence tells how a vector field changes its magnitude in the
neighborhood of a point, and curl tells with how its direction changes. Divergence and curl are
measures of how a vector field changes, so we know they’re going to involve derivatives.
If 𝐹̅ = 𝐹1 𝑖̅ + 𝐹2 𝑗̅ + 𝐹3 𝑘̅
8
̅ = 𝒊 (𝝏𝑭𝟑 − 𝝏𝑭𝟐 ) + 𝒋 (𝝏𝑭𝟏 − 𝝏𝑭𝟑 ) + 𝒌 (𝝏𝑭𝟐 − 𝝏𝑭𝟏 )
̅ = 𝜵×𝑭
𝒄𝒖𝒓𝒍𝑭 𝝏𝒚 𝝏𝒛 𝝏𝒛 𝝏𝒙 𝝏𝒙 𝝏𝒚
Illustration
Ex 1) Show that the vector 𝐹 = (𝑥 + 𝑦𝑧)𝑖 + (𝑦 + 𝑥𝑧)𝑗 + (𝑧 + 𝑥𝑦)𝑘 is irrotational vector. Also
Find scalar potential 𝜙 such that 𝐹 = 𝛻𝜙.
Solution:
𝑖 𝑗 𝑘
𝜕 𝜕 𝜕
𝛻×𝐹 = | |
𝜕𝑥 𝜕𝑦 𝜕𝑧
𝑥 + 𝑦𝑧 𝑦 + 𝑥𝑧 𝑧 + 𝑥𝑦
= 𝑖(𝑥 − 𝑥) − 𝑗(𝑦 − 𝑦) + 𝑘(𝑧 − 𝑧) = 0
This shows that F is irrotational.
To find corresponding scalar 𝜙 such that 𝐹 = 𝛻𝜙,
By using formula
𝜙(𝑥. 𝑦, 𝑧) = ∫𝑦,𝑧=𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡 𝐹1 𝑑𝑥 + ∫𝑡𝑒𝑟𝑚𝑠 𝑓𝑟𝑒𝑒 𝑓𝑟𝑜𝑚 𝑥 ( 𝐹2 )𝑑𝑦 + ∫𝑡𝑒𝑟𝑚𝑠 𝑓𝑟𝑒𝑒 𝑓𝑟𝑜𝑚 𝑥,𝑦(𝐹3 )𝑑𝑧 + 𝐾
𝑧=𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡
𝑥2 𝑦2 𝑧2
𝜙(𝑥. 𝑦, 𝑧) = + 𝑥𝑦𝑧 + + +𝐾
2 2 2
Ex 2) Show that 𝐹 = (6𝑥𝑦 + 𝑧 3 )𝑖 + (3𝑥 2 − 𝑧)𝑗 + (3𝑥𝑧 2 − 𝑦)𝑘 is irrotational. Also find scalar
potential 𝜙 such that 𝐹 = 𝛻𝜙.
Solution:
𝑖 𝑗 𝑘
𝜕 𝜕 𝜕
𝛻×𝐹 = | |
𝜕𝑥 𝜕𝑦 𝜕𝑧
6𝑥𝑦 + 𝑧 3 2
3𝑥 − 𝑧 2
3𝑥𝑧 − 𝑦
9
= 𝑖(−1 − 1) − 𝑗(3𝑧 2 − 3𝑧 2 ) + 𝑘(6𝑥 − 6𝑥) 0
This shows that F is irrotational.
To find corresponding scalar 𝜙 such that 𝐹 = 𝛻𝜙,
By using formula
𝜙(𝑥. 𝑦, 𝑧) = ∫𝑦,𝑧=𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡 𝐹1 𝑑𝑥 + ∫𝑡𝑒𝑟𝑚𝑠 𝑓𝑟𝑒𝑒 𝑓𝑟𝑜𝑚 𝑥 ( 𝐹2 )𝑑𝑦 + ∫𝑡𝑒𝑟𝑚𝑠 𝑓𝑟𝑒𝑒 𝑓𝑟𝑜𝑚 𝑥,𝑦(𝐹3 )𝑑𝑧 + 𝐾
𝑧=𝑐𝑜𝑛𝑠𝑡𝑎𝑛𝑡
Illustrations
𝑑2 𝑓 2 𝑑𝑓 4
1. Show that a) 𝛻 2 𝑓(𝑟) = + 𝑟 𝑑𝑟 and b) 𝛻 4 𝑒 𝑟 = 𝑒 𝑟 + 𝑟 𝑒 𝑟
𝑑𝑟 2
Solution:
a) 𝛻 2 𝑓(𝑟) = 𝛻 ⋅ (𝛻𝑓(𝑟))
𝑓 ′ (𝑟) 𝑓 ′ (𝑟) 𝑓 ′ (𝑟)
=𝛻⋅{ 𝑟} = (𝛻 ⋅ 𝑟) + 𝛻 ( )⋅𝑟
𝑟 𝑟 𝑟
b) 𝛻 4 𝑒 𝑟 = 𝛻 2 𝛻 2 𝑒 𝑟
Let 𝑓(𝑟) = 𝑒 𝑟 ⇒ 𝑓 ′ (𝑟) = 𝑒 𝑟 , 𝑓 ′′ (𝑟) = 𝑒 𝑟
2 2
∴ 𝛻 2 𝑒 𝑟 = 𝑟 𝑒 𝑟 + 𝑒 𝑟 = (𝑟 + 1) 𝑒 𝑟 by using (1)
2 2 2
Let 𝐹(𝑟) = 𝑒 𝑟 (𝑟 + 1) ⇒ 𝐹 ′ (𝑟) = 𝑒 𝑟 (𝑟 + 1) + 𝑒 𝑟 (− 𝑟 2 )
2 2 4 2
∴ 𝐹 ′′ (𝑟) = 𝑒 𝑟 (𝑟 + 1) + 𝑒 𝑟 (− 𝑟 2 ) + 𝑟 3 𝑒 𝑟 − 𝑟 2 𝑒 𝑟
10
2 4 4
= 𝑒 𝑟 (𝑟 + 1 − 𝑟 2 + 𝑟 3 )
2 4 2 4
∴ 𝐹 ′ (𝑟) = 𝑟 2 𝑒 𝑟 + 𝑟 𝑒 𝑟 − 𝑟 3 𝑒 𝑟
𝑟
2
And 𝛻 4 𝑒 𝑟 = 𝛻 2 (𝛻 2 𝑒 𝑟 ) = 𝛻 2 {𝑒 𝑟 (𝑟 + 1)}
2 4 4 4 2 4
= {𝑟 + 1 − 𝑟 2 + 𝑟 3 + 𝑟 2 + 𝑟 − 𝑟 3 } 𝑒 𝑟 by using (1)
4
= 𝑟 𝑒𝑟 + 𝑒𝑟
11
Vector Integration
1) Line Integral
The integral of vector 𝐹̅ which is to be evaluated along a curve C (or a straight line joining the
points A & B) is called Line integral. It is denoted by
𝐵
𝐿𝑖𝑛𝑒 𝑖𝑛𝑡𝑒𝑔𝑟𝑎𝑙 = ∫𝐶 𝐹̅ ∙ 𝑑𝑟̅ 𝑜𝑟 𝐿𝑖𝑛𝑒 𝑖𝑛𝑡𝑒𝑔𝑟𝑎𝑙 = ∫𝐴 𝐹̅ ∙ 𝑑𝑟̅ .
ILLUSTRATION
Ex 1: Find F .dr for𝐹̄ = 3𝑥 2 𝑖 + (2𝑥𝑧 − 𝑦)𝑗 + 𝑧𝑘 along the straight line joining (0, 0, 0) and
C
(2, 1, 3).
Solution: -
𝑥 𝑦 𝑧
The straight line joining (0, 0, 0) and (2, 1, 3) is given by 2 = 1 = 3 = 𝑡
i.e. x = 2t, y = t, z = 3t and dx =2dt, dy = dt, dz = 3 dt and t varies from o to 1 along the path.
1
∫ 𝐹̄ . 𝑑𝑟̄ = ∫ 3(4𝑡 2 )2𝑑𝑡 + (12𝑡 2 − 𝑡)𝑑𝑡 + 3𝑡. 𝑡𝑑𝑡
𝐶 0
1
∫𝐶 𝐹̄ . 𝑑𝑟̄ = ∫0 (36𝑡 2 + 8𝑡)𝑑𝑡 = 16
Ex 2: Evaluate F .dr for𝐹̄ = 3𝑥 2 𝑖 + (2𝑥𝑧 − 𝑦)𝑗 + 𝑧𝑘 along the curve x =2t2, y= t, z = 4t2 – t.
C
Solution: -
Given vector 𝐹̄ = 3𝑥 2 𝑖 + (2𝑥𝑧 − 𝑦)𝑗 + 𝑧𝑘 to find line integral along the curve C: x =2t2, y= t,
and z = 4t2 – t , differentiations gives us dx = 4t dt, dy=dt, dz = (8t – 1) dt
12
1
So ∫𝐶 𝐹̄ . 𝑑𝑟̄ = ∫0 3(4𝑡 4 )4𝑡𝑑𝑡 + (16𝑡 4 − 4𝑡 3 − 𝑡)𝑑𝑡 + (4𝑡 2 − 𝑡)(8𝑡 − 1)𝑑𝑡
1 71
= ∫0 (48𝑡 5 + 16𝑡 4 + 28𝑡 3 − 12𝑡 2 )𝑑𝑡 = 5
Exercise
Q 1) Evaluate line integral 𝐿 = ∫𝐶 𝐹̄ . 𝑑𝑟 for following vectors
(1) 𝐹̄ = 3𝑥 2 𝑖̂ + (2𝑥𝑧 − 𝑦)𝑗̂ + 𝑧𝑘̂ along the path 𝑥 2 = 4𝑦, 3𝑥 3 = 8𝑧 from x 0 and x 2 .
(2) 𝐹̄ = 3𝑥 2 𝑖̂ + (2𝑥𝑧 − 𝑦)𝑗̂ + 𝑧𝑘̂ along the straight line joining the points 0, 0, 0 and 1, 2, 3 .
(3) 𝐹̄ = (2𝑦 + 3)𝑖̂ + 𝑥𝑧𝑗̂ + (𝑦𝑧 + 𝑥)𝑘̂ along the path x 2t , y t , z t 3 from t 0 to t 1 .
𝑥 𝑦 2 2
(4) 𝐹̄ = 𝑠𝑖𝑛 𝑦 𝑖̂ + 𝑥(1 + 𝑐𝑜𝑠 𝑦)𝑗̂ where C is 𝑎2 + 𝑏2 = 1.
𝑥 𝑦 2 2
(5) 𝐹̄ = [𝑠𝑖𝑛 𝑥 − 1][𝑦𝑖̂ + 𝑐𝑜𝑠 𝑥 𝑗̂] for a closed curve C given by 2 + 2 = 1.
𝑎 𝑏
(7) 𝐹̄ = (2𝑥 + 𝑦 2 )𝑖̂ + (3𝑦 − 4𝑥)𝑗̂ along the parabolic arc y x 2 joining 0, 0 and 1, 1 .
(8) 𝐹̄ = (2𝑥 + 𝑦)𝑖̂ + (3𝑦 − 𝑥)𝑗̂ and C is the straight line joining 0, 0 and 3, 2 .
(10) 𝐹̄ = (3𝑥 2 − 6𝑦𝑧)𝑖̂ + (2𝑦 + 3𝑥𝑧)𝑗̂ + (1 − 4𝑥𝑦𝑧 2 )𝑘̂ along the line joining the points
(0,0,0) to (1,1,1).
Introduction to work done: - It is application of line integral. When the vector 𝐹̅ is force vector
applied on a particle which moves the particle from position A to position B then there is work
done by force vector 𝐹̅ .
2) Work done: - Let 𝐹̅ be a force vector which is acting on the particle moves from point A to
point B. Then the work done by force vector = line integral =∫𝑪 𝑭̄. 𝒅𝒓̄ where C is curve joining
points A to B.
ILLUSTRATION
Ex 3: -Find the work done in moving a particle once round the ellipse x2/ 25 + y2/16 = 1; z =0
under the field of force given by𝐹̄ = (2𝑥 − 𝑦 + 𝑧)𝑖 + (𝑥 + 𝑦 − 𝑧 2 )𝑗 + (3𝑥 − 2𝑦 + 4𝑧)𝑘.
Solution: -
Work done = ∫𝐶 𝐹̄ . 𝑑𝑟̄ = ∮𝐶(2x-y + 𝑧)dx + (𝑥 + y-z 2 )𝑑𝑦 + (3𝑥 − 2𝑦 + 4𝑧)𝑑𝑧
Where C is the arc of the ellipse
Since z= 0 therefore dz = 0.
Work Done = F .dr (2x - y)dx (x y)dy
C C
Exercise
Find the work done under the field of the force
(a) 𝐹̄ = (𝑥 2 − 𝑦𝑧)𝑖̂ + (𝑦 2 − 𝑧𝑥)𝑗̂ + (𝑧 2 − 𝑥𝑦)𝑘̂ in taking a particle from 1, 1, 1 to 3, 5, 7 .
(b) 𝐹̄ = 2𝑥𝑦 2 𝑖̂ + (2𝑥 2 𝑦 + 𝑦)𝑗̂ in taking a particle from 0, 0, 0 to 2, 4, 0 along the parabola
𝑦 = 𝑥 2 , 𝑧 = 0.
(c) 𝐹̄ = (𝑦 2 𝑐𝑜𝑠 𝑥 + 𝑧 3 )𝑖̂ + (2𝑦 𝑠𝑖𝑛 𝑥 − 4)𝑗̂ + (3𝑥𝑧 2 + 2)𝑘̂ in moving an object from 0, 1, 1
to 2, 1, 2 .
(d) 𝐹̄ = −3𝑎 𝑠𝑖𝑛2 𝜃 𝑐𝑜𝑠 𝜃 𝑖̂ + 𝑎(2 𝑠𝑖𝑛 𝜃 − 3 𝑠𝑖𝑛3 𝜃)𝑗̂ + 𝑏 𝑠𝑖𝑛 2 𝜃𝑘̂ in moving a particle along
x a cos , y a sin , z b from 4 to 2 .
(e) 𝐹̄ = 𝑠𝑖𝑛 𝑦 𝑖̂ + 𝑥(1 + 𝑐𝑜𝑠 𝑦)𝑗̂in moving a particle once rounds the circle x2 y 2 a 2 , z 0 .
(f) 𝐹̄ = (1 + 𝑠𝑖𝑛 𝑥)𝑦𝑖̂ − 𝑐𝑜𝑠 𝑥 𝑗̂in moving the particle once rounds the ellipse ax 2 by 2 1 .
Consider the closed curve C enclosing the region A. Let u(x, y), v(x, y) are continuous functions
in x and y and having continuous partial derivatives in the region A, then
𝝏𝒗 𝝏𝒖
∮ 𝒖𝒅𝒙 + 𝒗𝒅𝒚 = ∬ ( − ) 𝒅𝒙𝒅𝒚
𝑪 𝑨 𝝏𝒙 𝝏𝒚
Green’s Lemma can be expressed in vector form as:∮𝑪 𝑭̄. 𝒅𝒓̄ = ∬𝑨 𝒌̄. (𝜵 × 𝑭̄)𝒅𝑺
The idea behind Green's theorem Suggested background
When C is an oriented simple closed curve, the integral ∫C F⋅ds represents the circulation of F
around C. If F were the velocity field of water flow, for example, this integral would indicate
14
how much the water tends to circulate around the path in the direction of its orientation. One way
to compute this circulation is, of course, to compute the line integral directly. But, if our line
integral happens to be in two dimensions (i.e., F is a two-dimensional vector field and C is a
closed path that lives in the plane), then Green's theorem applies, and we can use Green's
theorem as an alternative way to calculate the line integral. Green's theorem transforms the line
integral around C into a double integral over the region inside C. However, it's not obvious what
function we should integrate over the region inside C so that we still get the same answer as the
line integral. The notion of circulation can aid us in determining what this function should be.
ILLUSTRATION
Ex 4 Verify Green’s Theorem for 𝐹̄ = 𝑥𝑖 + 𝑦 2 𝑗 over the first quadrant of the circle x2+y2=a2.
Solution:
𝐼 = ∫ 𝐹̄ . 𝑑𝑟̄ = ∫ 𝑥. 𝑑𝑥 + 𝑦 2 𝑑𝑦
𝑂𝐴𝐵𝑂
By Green’s Theorem,
𝝏𝒗 𝝏𝒖
I ∮𝑪 𝒖. 𝒅𝒙 + 𝒗. 𝒅𝒚 = ∬𝑨 (𝝏𝒙 − 𝝏𝒚) 𝒅𝒙. 𝒅𝒚
u v
R.H.S. u=x, 0 , v = y2, 0.
y x
𝝏𝒗 𝝏𝒖
∬𝑨 (𝝏𝒙 − 𝝏𝒚) 𝒅𝒙𝒅𝒚 = 𝟎-------------------------------------(1)
L. H. S. 𝐼 = ∫ 𝐹̄ . 𝑑𝑟̄ = ∫𝑂𝐴𝐵𝑂 𝑥. 𝑑𝑥 + 𝑦 2 𝑑𝑦
Along OA, y=0, dy =0
a
a2
I 1 x.dx ( a )
0
2
Along arc AB, x = a cos, dx = -a sind,
y = a sin, dy = a cos d
𝜋
2
𝐼2 = ∫ 𝑥𝑑𝑥 + 𝑦 2 𝑑𝑦 = ∫ (−𝑎2 𝑠𝑖𝑛 𝜃 𝑐𝑜𝑠 𝜃 + 𝑎2 𝑠𝑖𝑛2 𝜃 𝑐𝑜𝑠 𝜃 𝑑𝜃
𝐴𝐵 0
−𝑎2 𝑎3
= + − − − − − −(𝑏)
2 3
𝑎3
𝐼3 = ∫ 𝑦 2 𝑑𝑦 = − − − − − − − − − − (𝑐)
𝐵𝑂 3
From (1) and (2), LHS = RHS and hence Green’s theorem is verified.
15
Ex 5: Using Green’s theorem show that the area bounded by a simple closed curve C is given by
1
2
x.dy y.dx Hence find the area of the ellipse x = a cos, y = b sin.
Solution:
By Green’s Theorem,
𝜕𝑣 𝜕𝑢
𝐼 = ∮𝐶 𝑢. 𝑑𝑥 + 𝑣. 𝑑𝑦 = ∬𝐴 (𝜕𝑥 − 𝜕𝑦) 𝑑𝑥. 𝑑𝑦
1
Comparing LHS of Green’s theorem with 2 ∫ 𝑥. 𝑑𝑦 − 𝑦. 𝑑𝑥
u 1 v 1
We get u = -y/2, v = x/2, ,
y 2 x 2
1 1 1
2 𝐶
∮ 𝑥. 𝑑𝑦 − 𝑦. 𝑑𝑥 = ∬𝐴 (2 + 2) 𝑑𝑥. 𝑑𝑦 = ∬𝐴 𝑑𝑥. 𝑑𝑦
i.e. the area bounded by closed curve.
In case of ellipse x = a cos, Y = b sin,
1 1
2
∫ 𝑥. 𝑑𝑦 − 𝑦. 𝑑𝑥 = 2 ∫(𝑎. 𝑐𝑜𝑠 𝜃 . 𝑏 𝑐𝑜𝑠 𝜃 + 𝑏. 𝑠𝑖𝑛 𝜃 . 𝑎. 𝑠𝑖𝑛 𝜃)𝑑𝜃
1
= 2 ∫ 𝑎𝑏(𝑐𝑜𝑠 2 𝜃 + 𝑠𝑖𝑛2 𝜃)𝑑𝜃 = 𝜋. 𝑎. 𝑏 Which is the area of the ellipse.
Exercise
If we go to a gas station and pump air into one of my car's tires, what has to happen to the air
inside the tire? (Assume the tire is rigid and does not expand as we put air inside it.) The air
inside of the tire compresses.
These two examples illustrate the divergence theorem (also called Gauss's theorem). Recall that
if a vector field F represents the flow of a fluid, then the divergence of F represents the
expansion or compression of the fluid. The divergence theorem says that the total expansion of
the fluid inside some three-dimensional region V equals the total flux of the fluid out of the
boundary of S. In math terms, this means the triple integral of divF over the region S is equal to
the flux integral (or surface integral) of F over the surface dS that is the boundary of S (with
outward pointing normal):
∬ 𝐹̄ ⋅ 𝑛̂𝑑𝑆 = ∭ 𝛻 ⋅ 𝐹̄ 𝑑𝑉
𝑆 𝑉
ILLUSTRATION
Ex 6: Verify divergence theorem for F 4 xzi y j yzk and S , the surface of the cube
2
Solution: -
𝝏 𝝏 𝝏
L.H.S.=𝜵. 𝑭̄ = 𝝏𝒙 𝟒𝒙𝒛 − 𝝏𝒚 𝒚𝟐 + 𝝏𝒛 𝒚𝒛 = 𝟒𝒛 − 𝟐𝒚 + 𝒚 = 𝟒𝒛 − 𝒚
∬𝑆 𝐹̄ . 𝑛̂𝑑𝑆 = ∭𝑉 𝛻. 𝐹̄ 𝑑𝑉
2 2 2
∭𝑉 𝛻. 𝐹̄ 𝑑𝑉 = ∫𝑥=0 ∫𝑦=0 ∫𝑧=0(4𝑧 − 𝑦)𝑑𝑥. 𝑑𝑦. 𝑑𝑧 = 24------------------------- (1)
R.H.S.==>
Now to evaluate surface integrals, consider the surface S1= OABC, S2 = GDEF, S3=OAGF, S4
= BCED, S5 = OCEF, S6=ABDG.
𝐼1 = ∬𝑆1 𝐹̄ . 𝑛̂𝑑𝑆
For S1,
𝑛̂ = −𝑘̄, 𝑑𝑆 = 𝑑𝑥. 𝑑𝑦
𝐹̄ . 𝑛̂ = −𝑦𝑧,
𝐼1 = ∬𝑆1 𝐹̄ . 𝑛̂𝑑𝑆 = −𝑦𝑧𝑑𝑥. 𝑑𝑦But z = 0 in the plane OABC.
17
I1= 0
For S2,
𝑛̂ = 𝑘̄, 𝑑𝑆 = 𝑑𝑥. 𝑑𝑦
𝐹̄ . 𝑛̂ = 𝑦𝑧,
𝐼2 = ∬𝑆2 𝐹̄ . 𝑛̂𝑑𝑆 = 𝑦𝑧𝑑𝑥. 𝑑𝑦 ___𝑧 = 2
2 2
𝐼2 = 2 ∫0 ∫0 𝑦𝑑𝑥. 𝑑𝑦 = 8
For S3,
𝑛̂ = −𝑗̄, 𝑑𝑆 = 𝑑𝑥. 𝑑𝑧
𝐹̄ . 𝑛̂ = 𝑦 2 ,
𝐼3 = ∬𝑆3 𝐹̄ . 𝑛̂𝑑𝑆 = 𝑦 2 𝑑𝑥. 𝑑𝑧 , 𝑦=0
𝐼3 = 0
For S4,
𝑛̂ = 𝑗̄, 𝑑𝑆 = 𝑑𝑥. 𝑑𝑧
𝐹̄ . 𝑛̂ = −𝑦 2 ,
2 2
𝐼4 = ∬ 𝐹̄ . 𝑛̂𝑑𝑆 = − ∫ ∫ 𝑦 2 𝑑𝑥. 𝑑𝑧 ,
𝑆4 0 0
𝑦 = 2,
𝐼4 = −16
For S5,
𝑛̂ = −𝑖̄, 𝑑𝑆 = 𝑑𝑦. 𝑑𝑧
𝐹̄ . 𝑛̂ = −4𝑥𝑧,
2 2
𝐼5 = ∬ 𝐹̄ . 𝑛̂𝑑𝑆 = − ∫ ∫ 4𝑥𝑧𝑑𝑦. 𝑑𝑧 ,
𝑆5 0 0
𝑥 = 0,
𝐼5 = 0
For S6,
𝑛̂ = 𝑖̄, 𝑑𝑆 = 𝑑𝑦. 𝑑𝑧, 𝑥 = 2
𝐹̄ . 𝑛̂ = 4𝑥𝑧,
2 2
𝐼6 = ∬ 𝐹̄ . 𝑛̂𝑑𝑆 = ∫ ∫ 4𝑥𝑧𝑑𝑦. 𝑑𝑧 ,
𝑆6 0 0
𝑥 = 2,
𝐼6 = 32
R.H.S. = sum of all these six integrals = 0+8+0-16+0+32 = 24. ---------------------------(2)
From (1) and (2) RHS= LHS which verifies the divergence theorem.
EXERCISE
Verify Gauss Divergence Theorem for
(a) F 4 xziˆ y 2 ˆj yzkˆ and S is a surface of cube bounded by the planes x 0, x a, y 0,
y a, z 0, z a .
18
(d) F x 2 yz iˆ y 2 zx ˆj z 2 xy kˆ over the volume bounded by x 0, y 0, z 0,
x a, y b, z c .
EXERCISE
Apply Gauss Divergence Theorem to evaluate
(a) Evaluate∬𝑆(𝑦 2 𝑧 3 𝑖̂ + 𝑧 2 𝑥 3 𝑗̂ + 𝑥 2 𝑦 4 𝑘̂). 𝑑𝑆̄, where S is the surface of the sphere
x2 y 2 z 2 16
(b) Evaluate the surface integral∬𝑆(𝑦 2 𝑧 2 𝑖̂ + 𝑧 2 𝑥 2 𝑗̂ + 𝑥 2 𝑦 2 𝑘̂). 𝑑𝑆̄, where S is the surface of the
(c) Evaluate F . dS , where 𝐹̄ = (𝑥 + 𝑦 2 )𝑖̂ + 𝑦𝑗̂ − 2𝑥𝑧𝑘̂ and S is the surface bounded by the
S
planes x y z 0 and x y z 1 .
(d) Evaluate F . dS , where 𝐹̄ = 𝑥 3 𝑖̂ + 𝑥 2 𝑦𝑗̂ + 𝑥 2 𝑧𝑘̂ and S is the closed surface bounded by
S
x2 y 2 a 2 , z 0, z b .
Session 9: Introduction and statement of Stoke’s Theorem and to solve examples on it.
STOKE’S THEOREM: -
The surface integral of the normal component of the curl of the vector point function F bar taken
over an open surface S bounded by closed curve C is equal to the line integral of the tangential
component of F bar taken around the curve C.
nˆ.curlFdS F .dr
S C
F dS F .dr
S C
F .dr F .dS
C S
Green's theorem applies only to two-dimensional vector fields and to regions in the two-
dimensional plane. Stokes' theorem generalizes Green's theorem to three dimensions. For
starters, let's take our above picture and simply embed it in three dimensions. Then, our curve C
becomes a curve in the xy-plane, and our region D becomes a surface S in the xy-plane whose
boundary is the curve C. Even though S is now a surface, we still use the same notation as ∂ for
the boundary. The boundary ∂S of the surface S is a closed curve, and we require that ∂S=C.
The next question is what the microscopic circulation along a surface should be. For Green's
theorem, we found that “microscopic circulation” =(curl)⋅k, (where k is the unit-vector in the z-
direction). We wanted the component of the curl in the k direction because this corresponded to
microscopic circulation in the XY-plane. Similarly, for a surface, we will want the microscopic
circulation along the surface. This corresponds to the component of the curl that is perpendicular
to the surface, i. e, “microscopic circulation”=(curl F)⋅n, where n is a unit normal vector to the
surface. You can see this using the right-hand rule. If you point the thumb of your right hand
perpendicular to a surface, your fingers will curl in a direction corresponding to circulation
parallel to the surface. In summary, to go from Green's theorem to Stoke's theorem, we've made
two changes. First, we've changed the line integral living in two dimensions (Green's theorem) to
a line integral living in three dimensions (Stokes' theorem). Second, we changed the double
integral of curl F⋅k over a region D in the plane (Green's theorem) to a surface integral of curl
F⋅n over a surface floating in space (Stokes' theorem). The required relationship between the
curve C and the surface S (Stokes' theorem) is identical to the relationship between the curve C
and the region D (Green's theorem): the curve C must be the boundary ∂D of the region or the
boundary ∂S of the surface.
ILLUSTRATION
Ex 8: Verify Stoke’s theorem for F xy i yj z xk for the surface of rectangular
2 2
lamina bounded by x = 0, y = 0, x = 1, y = 2, z= 0.
Answer: Given vector F xy i yj z xk
2 2
F .dr xy dx ydy
2
C C
20
Where C is the path OABCO as shown in figure
Along OA, y = 0, dy = 0.
Along AB,x = 1, dx = 0.
Along BC, y = 2, dy = 0.
Along CO, x = 0, dx = 0.
Putting x = 0, dx = 0
2𝜋 𝜋/2 3𝜋
∫𝐶 𝐹̄ . 𝑑𝑟̄ = ∫𝐶 𝑦 3 𝑑𝑧 = ∫0 𝑐𝑜𝑠 3 𝜃 . 2 𝑐𝑜𝑠 𝜃 𝑑𝜃 = 8 ∫0 𝑐𝑜𝑠 4 𝜃 𝑑𝜃 = 2
EXERCISE
Apply Stoke’s Theorem to evaluate
(a) ∫𝐶[4𝑦𝑑𝑥 + 2𝑧𝑑𝑦 + 6𝑦𝑑𝑧], where C is the curve of intersection of 𝑥 2 + 𝑦 2 + 𝑧 2 = 6𝑧 and
𝑧 = 𝑥 + 3.
(b) ∫𝐶[𝑦𝑑𝑥 + 𝑧𝑑𝑦 + 𝑥𝑑𝑧], where C is the curve of intersection of 𝑥 2 + 𝑦 2 + 𝑧 2 = 𝑎2 and
𝑥 + 𝑧 = 𝑎.
(c) ∫𝐶(𝑥𝑖̂ + 𝑦𝑗̂ + 𝑧𝑘̂ ). 𝑑𝑟 , where C is the curve given by𝑥 2 + 𝑦 2 + 𝑧 2 − 2𝑎𝑥 − 2𝑎𝑦 = 0,
𝑥 + 𝑦 = 2𝑎.
21
(d) ∫𝐶[𝑥𝑦𝑑𝑥 + 𝑥𝑦 2 𝑑𝑦], where C is the square in XY – plane with vertices(1,0), (−1,0), (0,1),
and (0, −1).
(1, 2, 3).
2. If F (2 x y )i (3 y 4 x) j then evaluate F .dr
2
around the parabolic arc y2= x
C
7.
( )dv ( ).ds where V is the volume bounded by
2 2
Prove that
V S
closed surface S.
8. Evaluate ∬𝑆 𝐹̄ . 𝑛̂𝑑𝑠 where 𝐹̄ = 𝑥 3 𝑖̄ + 𝑦 3 𝑗̄ + 𝑧 3 𝑘̄and S is the surface of the sphere
x2 + y2 +z2= a2.
9. Evaluate ∬𝑆(𝛻 × 𝐹̄ ) . 𝑛̂𝑑𝑠 where, 𝐹̄ = (𝑥 − 𝑦)𝑖̄ + (𝑥 2 + 𝑦𝑧)𝑗̄ − 3𝑥𝑦 2 𝑘̄and S is surface of
22
cone z = 4 - (x2+y2)1/2 above XOY plane.
10. Apply Stoke’s theorem to prove that ∮𝐶 4𝑦𝑑𝑥 + 2𝑧𝑑𝑦 + 6𝑦𝑑𝑧 = 36𝜋√2 where curves C
is curve of intersection of x2 + y2 +z2= 6z and z = x + 3.
11. Evaluate∬ (𝑥 3 𝑖̂ + 𝑦 3 𝑗̂ + 𝑧 3 𝑘̂). 𝑑𝑆̄, where S is the surface of the sphere x 2 y 2 z 2 1 .
𝑆
12. Evaluate∬𝑆(𝑦𝑧𝑖̂ + 𝑧𝑥𝑗̂ + 𝑥𝑦𝑘̂). 𝑑𝑆̄, where S is the surface of the sphere
𝑥 2 + 𝑦 2 + 𝑧 2 = 1in the first octant.
13. Evaluate∬𝑆(2𝑥𝑦𝑖̂ + 𝑧𝑥𝑗̂ + 𝑥𝑦𝑘̂ ). 𝑑𝑆̄, where S is the surface of the region bounded by
𝑥 = 0, 𝑦 = 0, 𝑧 = 0, 𝑦 = 3, 𝑥 + 2𝑧 = 6.
14. Evaluate z 2 x dydz xy dz dx 3z dx dy where S is the closed surface of the region
S
15. Evaluate∬ (𝑦 2 𝑧 2 𝑖̂ + 𝑧 2 𝑥 2 𝑗̂ + 𝑥 2 𝑦 2 𝑘̂). 𝑑𝑆̄, where S is the upper part of the sphere𝑥 2 +
𝑆
2 2
𝑦 + 𝑧 = 9 above XOY plane.
16. Evaluate∬𝑆(𝑦 2 𝑧 2 𝑖̂ + 𝑧 2 𝑥 2 𝑗̂ + 𝑥 2 𝑦 2 𝑘̂). 𝑑𝑠, where S is the surface of the sphere
𝑥 2 + 𝑦 2 + 𝑧 2 = 𝑎2 is the positive octant.
17. Evaluate∭𝑉(𝛻. 𝐹̄ ) 𝑑𝑉where V is bounded by the planes𝑥 = 0, 𝑦 = 0, 𝑧 = 0 and
2𝑥 + 2𝑦 + 𝑧 = 4.
23
Assignment problems Unit 2
Q.1. Vector derivative, Del, Gradient, Divergence and Curl problems
1. Find velocity and acceleration and its magnitude if particle moving along the curve
𝑥 = 𝑡 2 , 𝑦 = 2𝑡 + 1, 𝑧 = 𝑡 3 at t = 1.
2. Find velocity and acceleration and its magnitude if particle moving along the curve
𝑟̅ = 𝑡 3 𝑖̅ + (2𝑡 2 − 𝑡) 𝑗̅ + (𝑡 2 + 2𝑡) 𝑘̅ at t = 1.
3. Find angle between the tangents at t = 1 and t = 2 to the curve
𝑟̅ = 𝑡 2 𝑖̅ + (𝑡 3 − 2𝑡) 𝑗̅ + (3𝑡 − 4) 𝑘̅
4. Find angle between the tangents at t = 1 and t = 2 to the curve
𝑟̅ = 2𝑡 3 𝑖̅ + (𝑡 2 − 𝑡) 𝑗̅ + (2𝑡 + 1) 𝑘̅
5. Find Gradient of scalar functions
2. Find the directional derivative of ∅(𝑥, 𝑦, 𝑧) = 4𝑥𝑧 3 − 3𝑥 2 𝑦 2 𝑧 at (2, -1, 2) along the
140
line which makes equal angles with Co-ordinate axes. (Ans: )
√3
4. Find the directional derivative of ∅(𝑥, 𝑦, 𝑧) = 𝑥𝑦 2 + 𝑦𝑧 3 at (2, -1, 1) in the direction normal
24
15
to the surface 𝑥 𝑙𝑜𝑔𝑧 − 𝑦 2 = −4 at point (-1,2,1). (Ans: )
√17
6. Find the directional derivative of ∅(𝑥, 𝑦, 𝑧) = 𝑒 2𝑥 𝑧 cos(𝑦) at the origin in the direction
𝜋 1
tangent to the curve 𝑥 = 𝑎 𝑠𝑖𝑛𝑡, 𝑦 = 𝑎 𝑐𝑜𝑠𝑡, 𝑧 = 𝑡 𝑎𝑡 𝑡 = 4 . (Ans: √𝑎2 )
+1
7. Find the directional derivative of ∅(𝑥, 𝑦, 𝑧) = 𝑒 2𝑥−𝑦−𝑧 at (1, 1, 1) in the direction tangent to
−5
the curve x = e-t, y = 2sint + 1, z = t- cost at t = 0. (Ans: )
√6
8. Find the directional derivative of φ = x2 + 2y2 - 3z2 at (1, 2, 1) in the direction tangent to the
28
curve 𝑥 = 𝑡 2 + 𝑡 , 𝑦 = 2𝑡 , 𝑧 = 2 − 𝑡 𝑎𝑡 𝑡 = 1 . (Ans: )
√14
9. Find the directional derivative of ∅(𝑥, 𝑦, 𝑧) = 2𝑥𝑦𝑧 − 𝑥 2 𝑦 2 (2, 1, 1) in the direction from
this point towards the point (4, -2, 3).
10. The directional derivative of ∅(𝑥, 𝑦, 𝑧) = 𝑥𝑦𝑧 in the direction of normal to the surface
𝑥𝑦 = 𝑧 at point (3,1,3).
1. Prove that, 𝐹̅ = (2𝑥𝑦 + 𝑧 3 ) 𝑖̅ + 𝑥 2 𝑗̅ + 3𝑥𝑧 2 𝑘̅ is conservative force field. Find its scalar
potential.
2. Verify whether the following vectors are irrotational, if so, find the scalar potential ∅(𝑥, 𝑦, 𝑧).
25
̅̅̅ ,where 𝐹̅ = (3𝑥 3 )𝑖̅ + (2𝑥𝑧 − 𝑦) 𝑗̅ + (𝑧) 𝑘̅ and C: x = 2t2, y = t,
̅ 𝑑𝑟
2. Evaluate ∫𝐶 𝐹.
Where C: 𝑦 = 𝑥 2 , 𝑧 = 𝑦 , for 𝑦 = 1 𝑡𝑜 𝑦 = 2.
5. Find the work done by 𝐹̅ = (𝑥 2 ) 𝑖̅ + (𝑦𝑧) 𝑗̅ + (𝑧) in moving a particle along the straight-
line segment from (1,2,2) to (3,4,4). (Ans: 100/3)
𝑥2 𝑦2
6. Find the work done in moving a particle once around ellipse 16 + = 1 in plane z = 0,
9
7. Find the work done by force vector 𝐹̅ = (2𝑥𝑦 2 ) 𝑖̅ + (2𝑥 2 𝑦 + 𝑦) 𝑗̅ + (𝑧) 𝑘̅ taking a
particle from A (0,0,0) to B (2,4,0) along the parabola y = x2, z = 0.
8. Evaluate work done for irrotational vector 𝐹̅ = (𝑥 2 − 𝑦𝑧)𝑖̅ + (𝑦 2 − 𝑥𝑧)𝑗̅ + (𝑧 2 − 𝑧𝑦)𝑘̅ from
point A (1,2,1) to B (2, -5, 7). Ans: 560/3)
where C: 𝑥 = 0, 𝑦 = 0, 𝑎𝑛𝑑 𝑥 + 𝑦 = 1
1. Verify Stoke’s theorem for vector 𝐹̅ = (𝑥 2 )𝑖̅ − (𝑥𝑦)𝑗̅ in XY plane for the rectangle
𝑥 = 𝑦 = 0 𝑎𝑛𝑑 𝑥 = 2, 𝑦 = 3
3. Verify Stoke’s theorem for 𝐹̅ = (y2) 𝑖̅ + (x2)𝑗̅ - (x + z)𝑘̅ over the area of the triangle with
26
vertices (0,0,0), (1,0,0), (1,1,0).
4. Evaluate, ∬𝑆 (∇ × 𝐹̅ ). ̅̅̅
𝑑𝑠 , where 𝐹̅ = (x3 - y3) 𝑖̅ - (xyz)𝑗̅ + (y3)𝑘̅ and S is the surface
3𝜋
x2 + 4y2 + z2 - 2x = 4 above the plane x = 0. (Ans: )
2
−𝜋𝑎2
and x + z = a. (Ans: )
√2
2. Use divergence theorem and Evaluate, ∬𝑆 ((𝑥 + 𝑦 2 )𝑖̅ + 𝑦𝑗̅ − (2𝑥𝑧)𝑘̅) . ̅̅̅
𝑑𝑠 ,
351
x = 0, y = 0, z =0, y = 3 and x + 2z =6. (Ans: )
2
27
z = 0, z = 3. (Ans: 324π)
8. Evaluate, ∬𝑆 (𝑥 3 𝑖̅ + 𝑦 3 𝑗̅ + 𝑧 3 𝑘̅). 𝑑𝑠
̅̅̅ , where S is hemisphere x2 + y2 + z2 = 16.
1536𝜋
(Ans: )
5
y + z = 2.
28