Unit 2 QB
Unit 2 QB
Vectors
A vector is a quantity having both magnitude and direction such as force, velocity, acceleration,
displacement etc.
The magnitude or length of the vector ⃗v = a1⃗i + a2⃗j + a3⃗k is the length of any of its representations
and is denoted by the symbol |v|
p
|v| = (a1 )2 + (a2 )2 + (a3 )2
Unit vector
A unit vector is a vector whose length is 1. For ⃗i, ⃗j and ⃗k are all unit vectors.
⃗a
Note:In general, if ⃗a ̸= 0, then the unit vector that has the same direction as ⃗a is u =
|a|
Dot product
The dot product of two non zero vectors ⃗a and ⃗b is the number
⃗a · ⃗b = |a||b| cos θ
where θ is the angle between ⃗a and ⃗b, 0 ≤ θ ≤ π.(So θ is the smaller angle between the vectors when
they are drawn with the same initial point.) If either ⃗a or ⃗b is 0, we define ⃗a · ⃗b = 0
Note:
⃗a · ⃗b
2. Angle between the vectors is cos θ =
|a||b|
Cross product
If ⃗a and ⃗b are non zero three dimensional vectors, the cross product of ⃗a and ⃗b is the vector
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S1/SLO−1 1.3
⃗a × ⃗b = (|a||b| sin θ) ⃗n
where θ is the angle between ⃗a and ⃗b, 0 ≤ θ ≤ π, and ⃗n is the unit vector perpendicular to both ⃗a and
⃗b.
Note:
⃗i ⃗j ⃗k
⃗a × ⃗b = a1 a2 a3
b1 b2 b 3
If ⃗a = a1⃗i + a2⃗j + a3⃗k, ⃗b = b1⃗i + b2⃗j + b3⃗k and ⃗c = c1⃗i + c2⃗j + c3⃗k then
a1 a2 a3
⃗a.(⃗b × ⃗c) = b1 b2 b3
c1 c2 c3
Note:
Gradient, divergence
Note:
∇ϕ
∴ a unit normal to the surface ϕ at P is ⃗n =
|∇ϕ|
∇ϕ
and there is a another unit normal in the opposite direction= −
|∇ϕ|
Directional Derivative
The directional derivative of a scalar point function ϕ in a given direction ⃗a is the rate of change of ϕ
in that direction. It is given by the component of ∇ϕ in the direction of ⃗a
⃗a
∴ the directional derivative= ∇ϕ ·
|⃗a|
Note:
1.The maximum directional derivative at a point P is in the direction of ∇ϕ and the maximum
direction derivative is |∇ϕ|
Let A be a given point on the surface ϕ(x, y, z) = c. Let r⃗0 = x0⃗i + y0⃗j + z0⃗k be the position vector
of A.
Let P be any point on the tangent plane to the surface at the point A and let ⃗r = x⃗i + y⃗j + z⃗k be the
position vector of P.
Then ∇ϕ at A is normal to the surface and ⃗r − r⃗0 lies on the tangent plane at A.
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S1/SLO−2 1.5
Gradient, divergence
x − x0 y − y0 z − z0
The Cartesian equation of the normal at the point A is = =
∂ϕ ∂ϕ ∂ϕ
∂x ∂y ∂x
We know that the angle between two planes is the angle between their normals.
We define angle between two surfaces at a point of intersection P is the angle between their tangent
planes at P and hence, the angle between their normals at P.
The angle between two surfaces f (x, y, z) = C1 and g(x, y, z) = C2 at a common point P is the
angle between their normals at the point P.
∇f · ∇g
If θ is the angle between the normals at the point P, then cos θ =
|∇f | |∇g|
Note:
2. If θ = 0, the normals at the common point coincide. ∴ the two tangent plane coincide and the
surfaces touch the common point.
Properties of Gradients
1.∇C = 0
2.∇(Cf ) = C∇f
3.∇(f ± g) = ∇f ± ∇g
4.∇(f g) = f ∇g + g∇f
f g∇f − f ∇g
5.∇ = if g ̸= 0
g g2
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S1/SLO−2 1.6
Solution:
Step2
∂ϕ ∂ϕ ∂ϕ
= 6xy = 3x2 − 3y 2 z 2 = −2y 3 z
∂x ∂y ∂z
∂ϕ⃗ ∂ϕ⃗ ∂ϕ ⃗
∴ gradϕ = ∇ϕ = i+ j+ k
∂x ∂y ∂z
At (1, −2, 1)
= −12⃗i − 9j + 16⃗k
∂ϕ 1
= 2 .2x
∂x x + y2 + z2
∂ϕ 1
= 2 .2y
∂y x + y2 + z2
∂ϕ 1
= 2 .2z
∂z x + y2 + z2
∂ϕ⃗ ∂ϕ⃗ ∂ϕ ⃗
∴ gradϕ = ∇ϕ = i+ j+ k
∂x ∂y ∂z
2 h
⃗i + y⃗j + z⃗k
i
= 2 x
x + y2 + z2
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S1/SLO−2 1.7
Solution:
∴ ϕ = x3 + y 3 + 3xyz − 3 Step1:Find ∇ϕ
∇ϕ
∂ϕ ∂ϕ ∂ϕ Step3:unit normal is ⃗n =
= 3x2 + 3yz; = 3y 2 + 3xz; = 3xy |∇ϕ|
∂x ∂y ∂z
Solution: Given ϕ =
∂ϕ
=
∂x
∂ϕ
=
∂y
∂ϕ
=
∂z
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S1/SLO−2 1.8
⃗i + ⃗j + 4⃗k
Ans. √
18
Solution:
Step2: Find ∇f
Step3: Find ∇g
find ∇f & ∇g
∇f · ∇g
cos θ =
|∇f | |∇g|
−1
8
Ans.θ = cos √
3 21
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S1/SLO−2 1.9
Solution:
Given the surfaces are cuts orthogonally at the point (1, −1, 2).
∴ ∇f · ∇g = 0 − − − −(1)
∂f ⃗ ∂f ⃗ ∂f
Now ∇f = ⃗i +j +k
∂x ∂y ∂z
∂f ∂f ∂f
= 2ax − (a + 2) = −bz = −by
∂x ∂y ∂z
∂g ⃗ ∂g ⃗ ∂g
and ∇g = ⃗i +j +k
∂x ∂y ∂z
∂g ∂g ∂g
= = =
∂x ∂y ∂z
∇g =
∴ ∇f · ∇g =
From (1),∇f · ∇g = 0 ⇒
⇒ 2a − b = 4 − − − −(2)
a + 2b − (a + 2) = 0 ⇒ a + 2b − a − 2 = 0 ⇒ b = 1
5 Substitute in (2)
(2) ⇒ 2a = 4 + b ⇒ 2a = 4 + 1 ⇒ a =
2
5
∴ a = ;b = 1
2
4.Find the angle between the normals to the surface xy = z 2
at the points (1, 4, 2) and (−3, −3, 3).
Solution:
∂ϕ ⃗ ∂ϕ ⃗ ∂ϕ Step2:Find ∇ϕ
∇ϕ = ⃗i +j +k
∂x ∂y ∂z
∂ϕ ∂ϕ ∂ϕ
= = =
∂x ∂y ∂z
∇ϕ =
⃗n1 = ∇ϕ =
⃗n2 = ∇ϕ =
⃗n1 · ⃗n2
∴ cos θ = =
|⃗n1 | |⃗n2 |
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S1/SLO−2 1.11
Solenoidal
Solution
Given ⃗v = (xyz)⃗i + (3x2 y)⃗j + (xz 2 − y 2 z)⃗k Step1: Write the given vector
∂ ∂ ∂
= (xyz) + (3x2 y) + (xz 2 − y 2 z)
∂x ∂y ∂z
= yz + 3x2 + 2xz − y 2
= −1 + 12 + 4 − 1 = 14
∂ ∂ ∂
⇒ (2x2 y + yz) + (xy 2 − xz 2 ) + (axyz − 2x2 y 2 ) = 0
∂x ∂y ∂z
⇒ 4xy + 2xy + axy = 0
⇒ 6xy + axy = 0
⇒ (6 + a)xy = 0 ∵ x ̸= 0, y ̸= 0
⇒ 6 + a = 0 ⇒ a = −6
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S2/SLO−2 1.13
Solution
Ans.3
Solution
Ans. a = −5
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S2/SLO−2 1.14
Curl
If F⃗ (x, y, z) = F1⃗i + F2⃗j + F3⃗k be a vector point function continuously differentiable in a region R,
then the curl of F⃗ is defined by
CurlF⃗ = ∇ × F⃗
⃗i ⃗j ⃗k
= ∂/∂x ∂/∂y ∂/∂z
F1 F2 F3
Solution:
Curl⃗v = ∇ × ⃗v
⃗i ⃗j ⃗k
= ∂/∂x ∂/∂y ∂/∂z
(xyz) (3x2 y) (xz 2 − y 2 z)
Irrotational fields
Irrotational Field
Note:
The Curl of the velocity field of a rotating rigid body has the direction of the axis of the rotation, and
its magnitude equals twice the angular speed of the rotation.
2. Grad,Div, Curl
Gradient fields are irrotational. i.e., if a continuously differentiable vector function is the gradient of
a scalar function ϕ, then its curl is the zero vector,
curl(gradϕ) = 0
Furthermore, the divergence of the curl of a twice continuously differentiable vector function F⃗ is
zero.
div(curlF⃗ ) = 0
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S2/SLO−2 1.16
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S2/SLO−2 1.17
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S2/SLO−2 1.18
r = x⃗i + y⃗j + z⃗
3. If ⃗ r |, prove than rn⃗r is
k and r = |⃗
solenoidal if n = −3 and irrotational for all values of n.
⇒ r2 = x2 + y 2 + z 2 − − − −(1)
∂ n ∂ n ∂
= (r x) + (r y) + (rn z) − − − (2)
∂x ∂y ∂z
∂ n ∂ Use the rule (uv)′ = u(v ′ ) + v(u′ )
But (r x) = rn .1 + x. (rn )
∂x ∂x
∂r ∵ r is a function of x, y, z
= rn + x.nrn−1
∂x
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S1/SLO−2 1.19
Similarly,
∂ n ∂r
(r y) = rn + nrn−1
∂y ∂y
∂ n ∂r
(r z) = rn + nrn−1
∂z ∂z
And we have (1) ⇒ r2 = x2 + y 2 + z 2
∂r ∂r x
∴ 2r = 2x ⇒ =
∂x ∂x r
Diff. (1) partially w.r.to y
∂r ∂r y
∴ 2r = 2y ⇒ =
∂y ∂y r
Diff. (1) partially w.r.to z
∂ n x x
∴ (r x) = rn + x.nrn−1 = rn + x2 nrn−2 = x.r−1 = r−1 .x
∂x r r
∂ n y
(r y) = rn + nrn−1 = rn + y 2 .nrn−2
∂y r
∂ n z
(r z) = rn + nrn−1 = rn + z 2 .nrn−2
∂z r
Substitute in (2)
∂ n ∂ n ∂
∴ div(rn⃗r) = (r x) + (r y) + (rn z)
∂x ∂y ∂z
⃗i ⃗j ⃗k
Now ∇ × rn⃗r = ∂/∂x ∂/∂y ∂/∂z
rn x rn y rn z
∂ n ∂r
(r z) = 0 + znrn−1
∂y ∂z
z
= 0 + ynrn−1
r
= yznrn−2
Vector Identities
i.∇C = 0
ii.∇(Cf ) = C∇f
iii.∇(f ± g) = ∇f ± ∇g
iv.∇(f g) = f ∇g + g∇f
f g∇f − f ∇g
v.∇ = if g ̸= 0
g g2
2. If F⃗ and G
⃗ are vector point functions, then ∇ · (F⃗ + G)
⃗ = ∇ · F⃗ + ∇ · G
⃗
⃗ = ∇f × G
∇ × (f G) ⃗ + f (∇ × G)
5. If F⃗ and G
⃗ are vector point functions, then
∇(F⃗ .G)
⃗ = (F⃗ .∇)G
⃗ + (G
⃗ · ∇)F⃗ + F⃗ × (∇ × G)
⃗ +G
⃗ × (∇ × F⃗ )
6. If F⃗ and G
⃗ are vector point functions then
div(F⃗ × G)
⃗ = G.curl
⃗ F⃗ − F⃗ · curlG
⃗
7. If F⃗ and G
⃗ are vector point functions then
∇ × (F⃗ × G)
⃗ = F⃗ (∇.G)
⃗ − G(∇.
⃗ F⃗ ) + (G
⃗ · ∇)F⃗ − (F⃗ · ∇)G
⃗
∂ 2f ∂ 2f ∂ 2f
8. If f is scalar point function, then div grad f = + +
∂x2 ∂y 2 ∂z 2
∂r x ∂r y ∂r z
∴ = ; = ; =
∂x r ∂y r ∂z r
1 ∂ 1 ∂ 1 ⃗k ∂ 1
∴ ∇ n = ⃗i + ⃗j +
r ∂x rn ∂y rn ∂z rn
∂ −n ∂ −n ∂
= ⃗i (r ) + ⃗j (r ) + ⃗k (r−n )
∂x ∂y ∂z
Substitute the values of
−n−1 ∂r ∂r ∂r
= ⃗i −nr + ⃗j −nr −n−1
+ ⃗k −nr −n−1 ∂r ∂r ∂r
∂x ∂y ∂z , ,
∂x ∂y ∂z
x ⃗ y ⃗ z
= ⃗i −nr−(n+1) + j −nr−(n+1) + k −nr−(n+1)
r r r
nx ny nz
= ⃗i − −(n+2) + ⃗j − −(n+2) + ⃗k − −(n+2)
r r r
n
= − −(n+2) x⃗i + y⃗j + z⃗k
r
n
=− ⃗r
r−(n+2)
2.Prove that ∇2 (rn ) = n(n + 1)rn−2 .
∂r x ∂r y ∂r z
∴ = ; = ; =
∂x r ∂y r ∂z r
∂ ∂ ∂
Now ∇(rn ) = ⃗i (rn ) + ⃗j (rn ) + ⃗k (rn )
∂x ∂y ∂z
⃗ n−1 ∂r ⃗ n−1 ∂r ⃗ n−1 ∂r
= i nr + j nr + k nr
∂x ∂y ∂z
x ⃗ n−1 y ⃗ n−1 z
= ⃗i nrn−1 + j nr + k nr
r r r
= nrn−2⃗r − − − −(1)
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S3/SLO−1 1.23
= ∇ · (nrn−2⃗r)
2f ′ (r)
1. Prove that ∇2 f (r) = f ′′ (r) +
r
Proof:
∇.⃗r = 3
f g∇f − f ∇g
∇ =
g g2
⃗r
∇(f (r)) = f ′ (r)
r
⃗r
∇(f ′ (r)) = f ′′ (r)
r
⃗r
∇(rn ) = nrn−2⃗r ⇒ ∇r =
r
⃗r.⃗r = r2
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S3/SLO−2 1.24
∂ϕ
= 2xyz + 4z 2
∂x
∂ϕ
= x2 z
∂y
∂ϕ
= x2 y + 8xz
∂z
= 8⃗i − ⃗j − 10⃗k
∇ϕ · ⃗a Step4
∴ Directional derivative=
|⃗a|
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S3/SLO−2 1.25
Solution
Given ϕ = x2 − 2y 2 + 4z 2 Step1:Find ∇ϕ
∂ϕ ∂ϕ ∂ϕ
= 2x; = −4y; = 8z
∂x ∂y ∂z
Solution Given ϕ = x2 − y 2 + 2z 2
∂ϕ ∂ϕ ∂ϕ
= 2x; = −2y; = 4z
∂x ∂y ∂z
= 4⃗i − 2⃗j + ⃗k
8 + 8 + 12 12
=p =√
(4)2 + (−2)2 + (1)2 21
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S3/SLO−2 1.27
Note:
1. In a conservative field F⃗ = ∇ϕ
∴ ∇ × F⃗ = ∇ × ∇ϕ = ⃗0 ⇒ F⃗ is irrotational.
Solution
CurlF⃗ = ∇ × F⃗
⃗i ⃗j ⃗k
= ∂/∂x ∂/∂y ∂/∂z
(x2 − y 2 + x) −(2xy + y) 0
∂/∂y ∂/∂z
= ⃗i
−(2xy + y) 0
∂/∂x ∂/∂z
−⃗j
(x2 − y 2 + x) 0
∂/∂x ∂/∂y
+⃗k
(x2 − y 2 + x) −(2xy + y)
∂ ∂
= (0) − (−(2xy + y)) ⃗i
∂y ∂z
∂ ∂ 2
− (0) − (x − y + x) ⃗j
2
∂x ∂z
∂ ∂ 2
+ (−(2xy + y)) − (x − y + x) ⃗k
2
∂x ∂y
∴ F⃗ is irrotational.
x3 x2
Integrating (1) w.r.to x, ϕ = − y2x + + f1 (y, z) − − − (4)
3 2
y2 y2
Integrating (2) w.r.to y, ϕ = −2x − + f1 2(x, z) − − − (5)
2 2
Integrating (3) w.r.to z, ϕ = f3 (x, y) − − − (6)
From (4),(5)&(6),
x3 x2 y 2
Hence the scalar potential is ϕ = + − − xy 2 + c
3 2 2
1. Prove that
⃗ = (y 2 cos x + z 3 )⃗i + (2y sin x − 4)⃗j − (3xz 2 )⃗
F k is
irrotational and find its scalar potential.
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S2/SLO−2 1.30
Ans.ϕ = y 2 sin x + xz 3 − 4y + c
Tutorial-4
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S4/SLO−1 1.28
Solution:
Solution:
Ans.π/3
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S4/SLO−1 1.29
Solution:
8⃗i + ⃗j + 8⃗k
Ans.⃗n = √
129
Solution:
√
Ans. 161
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S4/SLO−1 1.30
5. If ⃗
r is the position vector of (x,y,z) with respect to origin,
r and curl⃗
then find div⃗ r.
Solution:
Ans.div⃗r = 3&curl⃗r = 0
Solution:
Ans.9
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S4/SLO−2 1.31
Solution:
Step1:Find curlF⃗ = ⃗0
Step3:Given vector is
conservative, there exists a scalar
ϕ such that F⃗ = ∇ϕ
Solution:
Step1:Find ∇ · (f (r)⃗r) = 0
c/r3
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S4/SLO−2 1.33
Solution:
Step1:Find ∇ϕ
Step5:Substitute in the
directional derivative formula
√
15/ 17
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S4/SLO−2 1.34
Solution:
45/7
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S5/SLO−1 1.35
Line integral
An integral evaluated over a curve C is called a line integral. We call C as the path of integration. We
assume every path of integration of a line integral to be piecewise smooth consisting of finitely many
smooth curves.
Line integral
A line integral of a vector point function F⃗ (⃗r) over a curve C, where ⃗r is the position vector of any
point on C, is defined by F⃗ .d⃗r
R
c
Note:
1.Work: If F⃗ represents the variable force acting on a particle along arc AB, then the total
RB
work done= F⃗ .d⃗r
A
RB
2. In the conservative field the total workdone by F⃗ from A to B is F⃗ .d⃗r =
R
c
dϕ
A
3. In a conservative field the work done depends on the value of ϕ at the end points A and B of the
path, but not on the path.
y = 2x2
dy = 4xdx
x varies from 0 to 1
R1 Substitute y = x2
= (3x.2x2 dx − (2x2 )2 .4xdx)
0
dy = 2xdx
R1
= (6x3 dx − 16x5 dx)
0
1
x4 x6 xn+1
R
= 6 − 16 xn dx =
4 6 0 n+1
6 16
= − − (0 − 0)
4 6
3 8 9 − 16
= − =
2 3 6
−7
=
6
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S5/SLO−1 1.37
x = t, y = t2 , z = t3
R1
= ((3(t)2 + 6(t2 ))dt − 14(t2 )(t3 )2tdt + 20(t)(t3 )2 .3t2 dt)
0
R1
= (9t2 − 28t6 + 60t9 )dt
0
3 1
t t7 t1 0
= 9 − 28 + 60
3 7 10 0
1 1 1
= 9 − 28 + 60 − (0 − 0 + 0)
3 7 10
=3−4+6=5
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S5/SLO−2 1.38
1.If F⃗ = (4xy − 3x2 z 2 )⃗i + 2x2⃗j − 2x3 z⃗k, then check whether
the integral F⃗ .d⃗r is independent of the path C.
R
C
Now ∇ × F⃗ = Check ∇ × F⃗ = 0
∴ F⃗ is conservative
z2
2. The scalar potential ϕ = zex − x2 y + y + + c for the
2
conservative field F⃗ = (ex z − 2xy)⃗i − (x2 − 1)⃗j + (ex + z)⃗k.
Evaluate F⃗ .d⃗r where the end points of C are (0,1,-1) and
R
C
(2,3,0).
(2,3,0)
F⃗ .d⃗r = [ϕ](0,1,−1)
R
∴
C
(2,3,0)
z2
x 2
= ze − x y + y + +c
2 (0,1,−1)
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S6/SLO−1 1.39
Surface integral
s s dydz
F⃗ .⃗ndS = F⃗ .⃗n
S R ⃗n.⃗i
For taking the projection on zx−plane
s s dxdy
F⃗ .⃗ndS = F⃗ .⃗n
S R ⃗n.⃗j
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S6/SLO−1 1.40
The surface ϕ = x2 + y 2 + z 2 − 1
∇ϕ
⃗n =
|∇ϕ|
2x⃗i + 2y⃗j + 2z
=p
4x2 + 4y 2 + 4z 2
2x⃗i + 2y⃗j + 2z
=p ∵ x2 + y 2 + z 2 = 1
2 2
4(x + y + z ) 2
2x⃗i + 2y⃗j + 2z
= p = x⃗i + y⃗j + z⃗k
4(1)
s s dxdy
Now F⃗ .⃗ndS = F⃗ .⃗n
S R |⃗n.⃗k|
s s dxdy
∴ F⃗ .⃗ndS = F⃗ .⃗n
S R |⃗n.⃗k|
s dxdy
= 3xyz
R z
√
s R1 R 2
1−x
=3 xydxdy = 3 xydydx
R 0 0
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S6/SLO−1 1.41
3 R1
= [(x(1 − x2 )) − (x(0))] dx
20
3 R1
= [x − x3 ] dx
20
1
3 x 2 x4
= −
2 2 4 0
3 1 1
= − − (0 − 0)
2 2 4
3 1 3
= = sq.units
2 4 8
s
2. Evaluate F⃗ .⃗ndS, where F⃗ = z⃗i + x⃗j − y 2 z⃗k and S is the
S
surface of the cylinder x2 + y 2 = 1 included in the first octant
between z=0 and z=2.
Solution:
The surface ϕ = x2 + y 2 − 1
∴ ∇ϕ = 2x⃗i + 2y⃗j
∇ϕ
⃗n =
|∇ϕ|
2x⃗i + 2y⃗j
=p
4x2 + 4y 2
2x⃗i + 2y⃗j
=p ∵ x2 + y 2 = 1
4(x2 + y 2 )
2x⃗i + 2y⃗j
= p = x⃗i + y⃗j
4(1)
s s dydz
Now F⃗ .⃗ndS = F⃗ .⃗n
S R |⃗n.⃗i|
s s dydz
∴ F⃗ .⃗ndS = F⃗ .⃗n
S R |⃗n.⃗i|
s dydz
= x(z + y)
R x
s
= (z + y)dydz
R
R2 R1
= (z + y)dydz
0 0
1
R2 y2
= zy + dz
0 2 0
R2
1
= z+ − (0 + 0) dz
0 2
R2
1
= z+ dz
0 2
2
z2 1
= + z
2 2 0
2
2 1
= + 2 − (0 + 0)
2 2
= [2 + 1] = 3
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S6/SLO−1 1.43
The surface ϕ = 2x + 3y + 6z − 12
∇ϕ
⃗n =
|∇ϕ|
s s dxdy
∴ F⃗ .⃗ndS = F⃗ .⃗n
S R |⃗n.⃗k|
12 − 2x
R6 R3 36 − 12x dxdy
=
0 0 7 6/7
12 − 2x
R6 R3 36 − 12x
= dxdy
0 0 6
12 − 2x
R6 R3
= (6 − 2x)dxdy
0 0
12 − 2x
R6
= [6y − 2xy]0 3 dx
0
R6
12 − 2x 12 − 2x
= 6 − 2x − (0 − 0) dx
0 3 3
R6
12 − 2x
= 2 (12 − 2x) − 2x dx
0 3
R6 24x 4x2
= 24 − 4x − + dx
0 3 3
R6 4x2
12 + 24x
= 24 − + dx
0 3 3
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S6/SLO−1 1.45
R6 36x 4x2
= 24 − + dx
0 3 3
R6 4x2
= 24 − 12x + dx
0 3
6
x2 4x3
= 24x − 12 +
2 9 0
(6)2 4(6)3
= 24(6) − 12 + − (0 − 0 + 0)
2 9
(6)2 4(6)3
= 24(6) − 12 + − (0 − 0 + 0)
2 9
= 144 − 216 + 96 = 24
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S6/SLO−2 1.46
Volume integral
Solution:
t R 8−4x−2y
R2 4−2x R For the upper limits:
∴ ϕdV = 45x2 ydzdydx
V 0 0 0
From
R2 4−2x
[z]8−4x−2y
R 2
= 45 xy 0 dydx 4x+2y +z = 8 ⇒ z = 8−4x−2y
0 0
and from
R2 4−2x
R 2
= 45 x y [8 − 4x − 2y] dydx 4x + 2y = 8 ⇒ 2y = 8 − 4x
0 0
⇒ y = 4 − 2xand from
R2 4−2x
R 2 2 2
= 45 [(8 − 4x)x y − 2x y ] dydx 4x = 8 ⇒ x = 2
0 0
2 3
4−2x
R2
2y 2y
= 45 (8 − 4x)x − 2x dx
0 2 3 0
2 3
4−2x
R2
2y 2y
= 45 2(4 − 2x)x − 2x dx
0 2 3 0
R2 − 2x)2 3
2 (4 2 (4 − 2x)
= 45 2(4 − 2x)x − 2x dx
0 2 3
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S6/SLO−2 1.47
R2 3 3
(4 − 2x) (4 − 2x)
= 45 2x2 − dx
0 2 3
R2 3
2 (4 − 2x)
= 45 x dx
0 3
R2 2 3
2 64 − 96x + 48x − 8x
= 45 x dx
0 3
R2
= 15 [64x2 − 96x3 + 48x4 − 8x5 ] dx
0
2
x3 x4 x5 x6
= 15 64 − 96 + 48 − 8
3 4 5 6 0
23 24 25 26
= 15 64 − 96 + 48 − 8
3 4 5 6
512 1536 256
= 15 − 384 + −
3 5 3
256 1536
= 15 − 384 +
3 5
1280 − 5760 + 4608
= 15 = 128
15
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S7/SLO−1 1.48
Green’s theorem gives a relation between a surface integral over a region R in the xy plane and the
line integral over a closed curve C enclosing the region R. It helps to evaluate line integral easily.
Green’s theorem
If P(x,y) and Q(x,y) are continuous functions with continuous partial derivatives in a region R in the
xy plane and on its boundary C which is a simple closed curve then
I x ∂Q ∂P
P dx + Qdy = − dxdy
∂x ∂y
C R
x 1
I
dxdy = (xdy − ydx)
2
R C
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S7/SLO−1 1.49
Solution
Green’s theorem is
Z x ∂Q ∂P
P dx + Qdy = − dxdy
∂x ∂y
C R
Here P = xy + y 2 and Q = x2
∂P ∂Q
∴ = x + 2y and = 2x
∂y ∂x
∂Q ∂P
∴ − = x − 2y
∂x ∂y
s R1 Rx
∂Q ∂P
∴ R
− dxdy = (x − 2y)dydx
∂x ∂y 0 x2
x
R1 2y 2
= xy − (x − 2y)dx
0 2 x2
1
R1 x5 x4
4 3 −1
= (x − x ) dx = − = − − − (1)
0 5 4 0 20
Now
R R
P dx + Qdy = C
(xy + y 2 )dx + x2 dy
C
R R
= C1
(xy + y 2 )dx + x2 dy + C2
(xy + y 2 )dx + x2 dy
= I1 + I2
R1
I1 = (x.x2 + x4 )dx + x2 .2xdx
0
R1
= (3x3 + x4 )dx
0
1
x4 x5
= 3 +
4 5 0
3 1 19
= + =
4 5 20
R0
I1 = (x.x + x2 )dx + x2 dx
1
0
R0 x3
2
= 3x dx = 3 = −1
1 3 1
R 19 −1
∴ P dx + Qdy = −1= − − − (2)
C 20 20
Green’s theorem is
Z x ∂Q ∂P
P dx + Qdy = − dxdy
∂x ∂y
C R
R
Given integral is [(sin x − y) dx − cos xdy] ,
C
∂Q ∂P
∴ − = sin x + 1
∂x ∂y
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S7/SLO−1 1.51
y−0 x−0
Equation of OB is = π
0−1 0−
2
2
⇒y= x
π π
Equation of AB is x =
2
s R1 π/2
∂Q ∂P R
∴ R
− dxdy = (sin x + 1)dxdy
∂x ∂y 0 πy/2
R1 π/2
= [− cos x + x]πy/2 dy
0
R1 h π π πy πy i
= − cos + − − cos + dy
0 2 2 2 2
R1 h π πy πy i
= + cos − dy
0 2 2 2
πy 1
π 2 sin
= y+ 2 − πy
2 πy2 2 2
0
π 2 π π
= + sin −
2 π 2 4
2 π
= +
π 4
By Green’s theorem,
R 2 π
[(sin x − y) dx − cos xdy] = +
C π 4
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S7/SLO−2 1.52
Solution:
Green’s theorem is
Z x ∂Q ∂P
P dx + Qdy = − dxdy
∂x ∂y
C R
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S7/SLO−2 1.53
Ans.5/3
Tutorial-5
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S8/SLO−1 1.53
(0,0) to (1,1).
Solution:
Ans.2/3
R
2. Evaluate C
(xdy − ydx) around the circle x2 + y 2 = 1.
Solution:
R R2π
∴ C
(xdy − ydx) = cos t. cos tdt − sin t(− sin t)dt
0
Ans.2π
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S8/SLO−1 1.54
Solution:
Step1:Find curl F⃗
Solution:
Step2:Find dx;dy;dz
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S8/SLO−2 1.56
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S8/SLO−2 1.57
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S8/SLO−2 1.58
Solution:
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S8/SLO−2 1.61
The divergence theorem enables us to convert a surface integral of a vector function on a closed
surface into volume integral.
Let V be the volume bounded by a closed surface S. If a vector function F⃗ is continuous and has
continuous partial derivatives inside and on S, then the surface integral of F⃗ over S is equal to the
volume integral of divergent of F⃗ taken throughout V.
x y
F⃗ .⃗ndS = ∇.F⃗ dV
S V
Step2:Find ∇.F⃗
t
Step3:Find ∇.F⃗ dV and label it as equation (1)
V
Step4:Draw a diagram
s
Step5:Conclude the number of surfaces and write the sum of surfaces as F⃗ .⃗ndS
S
Step7:According to the row of the table, evaluate the double integrals and adding it we get the value
s
of F⃗ .⃗ndS, label it as (2). From (1) and (2), we verified the theorem.
S
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S9/SLO−1 1.63
∂ 2 ∂ 2 ∂
∇.F⃗ = (x − yz) + (y − zx) + (z 2 − xy)
∂x ∂y ∂z
= 2(x + y + z)
t Rc Rb Ra
∴ ∇.F⃗ dV = 2(x + y + z)dxdydz
V 0 0 0
a
Rc Rb x2
=2 + (y + z)x dydz
0 0 2 0
Rc Rb a2
=2 + a(y + z) − (0 + 0) dydz
0 0 2
Rc Rb a2
=2 + a(y + z) dydz
0 0 2
b
Rc a2
2
y
=2 y+a + zy dz
0 2 2 0
2 2
Rc
a b
=2 b+a + bz − (0 + 0) dz
0 2 2
Rc a2 b
2
b
=2 +a + bz dz
0 2 2
Rc a2 b ab2
=2 + + abz dz
0 2 2
2 c
a b ab2 z2
=2 + z + ab
2 2 2 0
2
a b ab2 c2
=2 + c + ab
2 2 2
2
a bc ab2 c abc2
=2 + +
2 2 2
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S9/SLO−1 1.64
2 2
= [a bc + ab2 c + abc2 ]
2
= abc(a + b + c) − − − (1)
s
We shall now compute F⃗ .⃗ndS
S
s s s
+ F⃗ .⃗ndS + F⃗ .⃗ndS + F⃗ .⃗ndS
S4 S5 S6
s Rc Rb
F⃗ .⃗ndS = (a2 − yz)dydz
S1 0 0
Rc Rb
2
= (a − yz)dy dz
0 0
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S9/SLO−1 1.65
Rc 2
b z
= a2 b − − (0 − 0) dz
0 2
c
Rc 2 b2 z b2 z 2
2
= a b− dz = a bz −
0 2 2 2 0
b 2 c2 b2 c 2
2
= a bc − − (0 − 0) = a2 bc −
2 2 4
s Rc Rb
F⃗ .⃗ndS = (yz)dydz
S2 0 0
" b #
Rc y2
= z dz
0 2 0
Rc b2
= z − (0) dz
0 2
2 2 c
Rc b2
b z
= z dz =
0 2 2 2 0
2 2
b2 c 2
b c
= − (0) =
2 2 4
s Rc Ra
F⃗ .⃗ndS = (b2 − zx)dzdx
S3 0 0
a
Rc z2
2
= b z − x dx
0 2 0
Rc a2
2
= b a − x − (0 − 0) dx
0 2
c
Rc 2 a2 a2 x 2
2
= b a − x dx = b ax −
0 2 2 2 0
a2 c 2 c 2 a2
2
= b ac − − (0 − 0) = b2 ca −
2 2 4
s Rc Ra
F⃗ .⃗ndS = (zx)dzdx
S4 0 0
Rc z 2 a
= x dx
0 2 0
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S9/SLO−1 1.66
Rc a2
= x − (0) dx
0 2
Rc a2
= x dx
0 2
2 2 c 2 2
a x a c
= = − (0)
2 2 0 2 2
c 2 a2
=
4
s Rb Ra
F⃗ .⃗ndS = (c2 − xy)dxdy
S5 0 0
a
Rb x2
2
= c x− y dy
0 2 0
Rb a2
2
= c a − y − (0 − 0) dy
0 2
b
Rb a2 a2 y 2
2 2
= c a − y dy = c ay −
0 2 2 2 0
a2 b 2 a2 b2
2
= c ab − − (0 − 0) = abc2 −
2 2 4
s Ra Rb
F⃗ .⃗ndS = (xy)dydx
S6 0 0
b
Ra y2
= x dx
0 2 0
2
Ra
b
= x − (0) dx
0 2
Ra b2
= x dx
0 2
a b
x 2 b2 a2 b 2 a2 b 2
= dx = − (0) =
2 2 0 2 2 0 4
s 2 2 2 2 2 2 2 2
∴ ⃗ .⃗ndS = a2 bc − b c + b c + b2 ca − c a + c a
F
S
4 4 4 4
a2 b 2 a2 b 2
+abc2 − + = abc(a+b+c)−−(2)
4 4
From (1)&(2), Hence verified.
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S9/SLO−1 1.67
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S9/SLO−1 1.68
Ans.0
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S9/SLO−2 1.69
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S9/SLO−2 1.70
Ans.3/2
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S10/SLO−1 1.71
s
1.Using Gauss divergence theorem, Find F⃗ .⃗ndS for
S
⃗ = x2⃗i + z⃗j + yz⃗
F k over the cube bounded by
x = ±1, y = ±1, z = ±1.
∂ 2 ∂ ∂ Find ∇.F⃗
∇.F⃗ = (x ) + (z) + (yz)
∂x ∂y ∂z
= 2x + 0 + y = 2x + y
R1 R1
= (x2 + xy) [x]10 dydz
−1 −1
R1 R1
= [2y] dydz = 0
−1 −1
∵ y is odd function
Stoke’s theorem:
Solution:Stoke’s theorem is
s
F⃗ .d⃗r = curlF⃗ .⃗ndS
H
s s
s
To evaluate curlF⃗ .⃗ndS
s
curlF⃗ = ∇ × F⃗
⃗i ⃗j ⃗k
∂ ∂ ∂
=
∂x ∂y ∂z
y 2 z z 2 x x2 y
∂ ∂ ∂ ∂ ∂ ∂
= ⃗i ∂y ∂z ⃗
− j ∂x ∂z + ⃗k ∂x ∂y
z 2 x x2 y y 2 z x2 y y2z z2x
∂ ∂ 2
= ⃗i 2
(x y) − (z x)
∂y ∂z
∂ ∂
−⃗j 2
(x y) − 2
(y z)
∂x ∂z
⃗ ∂ 2 ∂ 2
+k (z x) − (y z)
∂x ∂y
s
We shall compute CurlF⃗ · ⃗ndS
S
Outward
Face Equation CurlF⃗ .⃗n dS
normal ⃗n
s Ra Ra See table
CurlF⃗ .⃗ndS = (a2 − 2az)dydz
S1 −a −a
Ra
= (a2 − 2az) [y]a−a dz
−a
Ra
= (a2 − 2az) [(a) − (−a)] dz
−a
Ra
= 2a (a2 − 2az)dz
−a
a
z2
2
= 2a a z − 2a = 2a [(a3 − a3 ) − (−a3 − a3 )]
2 −a
= 2a.2a3 = 4a4
s Ra Ra
CurlF⃗ .⃗ndS = (−(a2 + 2az))dydz
S2 −a −a
= −4a4
s Ra Ra
CurlF⃗ .⃗ndS = (a2 − 2ax)dzdx
S3 −a −a
= 4a4
s Ra Ra
CurlF⃗ .⃗ndS = (−(a2 + 2ax))dzdx
S4 −a −a
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S10/SLO−2 1.75
= −4a4
s Ra Ra
CurlF⃗ .⃗ndS = (a2 − 2ay)dxdy
S5 −a −a
= 4a4
s
∴ S
F⃗ .⃗ndS = 4a4 − 4a4 + 4a4 − 4a4 + 4a4 = 4a4 − − − −(1)
We shall now compute the line integral over the simple closed
curve C consisting of the edges AB,BC,CD,DA.
Here z = −a, dz = 0
Ra
F⃗ · d⃗r = −a3 dx = −a3 [x]a−a = −a3 .2a = −2a4
R
∴
AB −a
On BC:x = a ∴ dx = 0
and F⃗ .d⃗r = a3 dy
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S10/SLO−2 1.76
Ra
F⃗ · d⃗r = a3 dy = a3 [y]a−a = a3 .2a = 2a4
R
∴
BC −a
On CD:y = a ∴ dy = 0
−a
F⃗ · d⃗r = a3 dy = −a3 [y]−a
R R 3 4
∴ a = −a .(−2a) = 2a
CD a
−a
F⃗ · d⃗r = −a3 dy = −a3 [y]−a
R R 3 4
∴ a = −a .(−2a) = 2a
DA a
s
F⃗ .d⃗r = curlF⃗ .⃗ndS
H
From (1) and (2),
C s
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S11/SLO−2 1.78
Ans.−4
Tutorial-6
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S12/SLO−1 1.78
Solution:
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S12/SLO−1 1.79
Ans.0
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S12/SLO−1 1.80
Solution:
Ans.2ab2
21MAB102T − ADVANCED CALCULUS AND COMPLEX ANALYSIS/UNIT II/S12/SLO−1 1.81
Ans.1/3