MTH 103 Note
MTH 103 Note
Introduction:
Vector calculus is used to model mathematically a vast range of engineering phenomena including
electromagnetic fields, electrostatics, heat flow in a nuclear reactors and air flow around air craft.
In the 3 - dimensional engineering world, one wants to know things like the stress and strain inside
a structure, or the vorticity of the air flow over a wing. For such questions, we must know how to
differentiate and integrate vector quantities with three components (in directions i,j,and k) which
depends on three co-ordinates x,y,z.. Vector calculus provides necessary mathematical notations
and techniques for dealing with such issues.
dw̄
(a) dt
(b) | ddtw̄ |
2
(c) ddtw̄2
Solution:
dy
let y = cos 2t, u = 2t, so that y = cos u, then du
dt
= 2, du = -sin u = − sin 2t ,
dy dy du
putting it back in the formula, we have dt = du . dt = − sin 2t.2 = −2 sin 2t
Hence,
dw̄
dt
= 6ti − 2 sin 2tj
p √
(b) | ddtw̄ | = (6t)2 + (−2 sin 2t)2 = 36t2 + 4 sin2 2t
2
(c) ddtw̄2 = 6i − 4 cos 2tj
If w̄ and z̄ are vectors and c is a scalar, all these being functions of t, then
d dw̄ dz̄
1 dt
(w̄ + z̄) = dt
+ dt
1
d
2 dt
(cw̄) = c ddtw̄ + dc
dt
w̄
d
3 dt
(w̄.z̄) = w̄. dz̄
dt
+ dw̄
dt
.z̄
d dz̄ dw̄
4 dt
(w̄ × z̄) = w̄ × dt
+ dt
× z̄
Example:
d
If w̄ = 3ti − t2 j and z̄ = 2t2 i + 3j, verify the result that dt
(w̄.z̄) = w̄. dz̄
dt
+ dw̄
dt
.z̄
solution:
w̄.z̄ = (3ti − t2 j).(2t2 i + 3j) = 6t3 − 3t2
Therefore
d
dt
(w̄.z̄) = 18t2 − 6t Also,
dw̄ dz̄
dt
= 3i − 2tj and dt
= 4ti. So, w̄. dz̄
dt
+ dw̄
dt
.z̄ = (3ti − t2 j).(4ti) + (2t2 i + 3j).(3i − 2tj)
∂ ∂ ∂
(▽) = i ∂x + j ∂y + k ∂z
∂
Gradient = ▽ϕ = (i ∂x ∂
+ j ∂y ∂
+ k ∂z ).ϕ = i ∂ϕ
∂x
+ j ∂ϕ
∂y
+ k ∂ϕ
∂z
▽F
5 Unit Normal Vector: It is given as |▽F |
6 Divergence of a Vector: Let f¯ be any continuously differentiable vector point function. Then
i ∂f
∂x
+ j ∂f
∂y
+ k ∂f
∂z
is called the divergence of f¯ and it is written as divf
∴ divf = i ∂f
∂x
+ j ∂f
∂y
+ k ∂f
∂z
2
7 Curl of a Vector: Let f¯ be any continuously differentiable vector point function. Then
i × ∂f
∂x
+ j × ∂f
∂y
+ k × ∂f
∂z
is called the curl of f¯ and it is denoted by curlf¯ or ▽ × f¯
∴ curlf¯ = i × ∂f
∂x
+j× ∂f
∂y
+k× ∂f
∂z
∂ ∂ ∂
= i ∂x (log(x2 + y 2 + z 2 )) + j ∂y (log(x2 + y 2 + z 2 )) + k ∂z (log(x2 + y 2 + z 2 ))
2(xi+yj+zk) 2(i+j+k)
grad ϕ = x2 +y 2 +z 2
, (gradϕ)(1,1,1) = 12 +12 +12
= 32 (i + j + k)
solution:
F = xy + yz + zx,
∂ ∂ ∂
gradF = (i ∂x + j ∂y + k ∂z )(xy + yz + zx) = i(y + z) + j(x + z) + k(y + x)
▽F = 2i + j + 3k
(2) find the DD of ϕ = xyz along the direction of the normal to the surface
x z + y 2 x + yz 2 = 3 at the point (1,1,1)
2
solution:
∂ ∂ ∂
gradϕ = (i ∂x + j ∂y + k ∂z )(xyz) = i(yz) + j(xz) + k(yx)
3
3ī+3j̄+3k̄ 3(ī+j̄+k̄) 3(ī+j̄+k̄) 3(ī+j̄+k̄) (ī+j̄+k̄)
ē = ā
|ā|
=√ = √
9+9+9
= √
3.9
= √
3 3
= √
3
(3)2 +(3)2 +(3)2
DD = ▽F.ē
(i + j + k). (ī+√j̄+
3
k̄)
= (1+1+1)
√
3
= √3
3
we rationalize
√ √
√3 . √3 = 3 3
3 √3 3
DD = 3
(3) find a unit normal vector to the given surface x2 y + 2xz = 4 at the point (2,-2,3)
solution:
∂ ∂ ∂
gradF ▽F = (i ∂x + j ∂y + k ∂z )(x2 y + 2xz − 4)
▽F
unit normal vector = |▽F |
solution:
f¯ = grad(x3 + y 3 + z 3 − 3xyz)
∂ ∂ ∂
grad = i ∂x + j ∂y + k ∂z
f¯ = (i ∂x
∂ ∂
+ j ∂y ∂
+ k ∂z )(x3 + y 3 + z 3 − 3xyz)
∂ ∂ ∂
divf = (i ∂x + j ∂y + k ∂z )i(3x2 − 3yz) + j(3y 2 − 3xz) + k(3z 2 − 3xy)
∂ ∂ ∂
= ∂x (3x2 − 3yz) + ∂y
(3y 2 − 3xz) + ∂z
(3z 2 − 3xy)
= 6x + 6y + 6z
divf = 6(x + y + z)
4
solution:
i j k
curlf¯ = ∂
∂x
∂
∂y
∂
∂z
z x y
curlf¯ = i( ∂y
∂
(y) − ∂
∂z
(x)) ∂
− j( ∂x (y) − ∂
∂z
(z)) ∂
+ k( ∂x (x) − ∂
∂y
(z))
curlf¯ = i + j + k
Evaluate the angle between the normal to the surface xy = z 2 at the points (4,1,2) and (3,3,-3)
solution:
n1 .n2
f = xy − z 2 , angle between two vectors is given by cos θ = |n1 ||n2 |
∂ ∂ ∂
gradf = (i ∂x + j ∂y + k ∂z )(xy − z 2 )
∂ ∂ ∂
gradf = i ∂x (xy − z 2 ) + j ∂y (xy − z 2 ) + ∂z
(xy − z2)
cos θ = 3+12−24
√ √ = √ −9√ = √ −9
33. 54 33. 54 33.54
solution:
divf¯ = (i ∂x
∂ ∂
+ j ∂y ∂
+ k ∂z )(x + 3y)i + (y − 2z)j + (x + pz)k
divf¯ = ∂
∂x
(x + 3y) + ∂
∂y
(y − 2z) + ∂
∂z
(x + pz)
5
divf¯ = 1 + 1p, f¯ is solenoidal if divf¯ = 0. We represent divf¯ with 0
∴0=2+p
Hence, p = -2
solution:
i j k
curlf¯ = ∂
∂x
∂
∂y
∂
∂z
yz zx xy
curlf¯ = i( ∂y
∂
(xy) − ∂
∂z
(zx)) ∂
− j( ∂x (xy) − ∂
∂z
(yz)) ∂
+ k( ∂x (zx) − ∂
∂y
(yz))
∴ f¯ is an irrotational vector.
It is a well known fact that the integration is the reverse process of the differentiation, Let
F(t) and G(t) be two vector functions of the scalar t such that
d
dt
G(t) = F (t) − − − − − − − − − (1)
Then the vector function G(t) is called the indefinite integral of the vector function F(t) with
respect to t. Symbolically, it is written as
R
F (t)dt = G(t) − − − − − − − −(2)
The vector function F(t) which is being integrated is called the integrand. Let C be a constant
vector which is independent of t, then equation (1) can be written as
d
dt
[G(t) + C] = F (t) − − − − − − − − − (3)
R
F (t)dt = G(t) + C − − − − − − − −(4)
If dtd G(t) = F (t) is defined over the closed interval [a,b], then the definite integral between the
limits t = a and t = b is defined as
Rb
a
F (t)dt = [G(t) + C]ba G(b) − G(a)
Examples:
6
R
(1) If F(t) = (t − t2 )i + 2t3 − 3k find F (t)dt
R R
F (t)dt = {(t − t2 )i + 2t3 − 3k} dt
2
t3 2t4 t2 t3 t4
(t − t )dti + 2t dtj + 3dtk = t2 −
R 2
R 3 R
3
i+ 4
j − 3tk + C = 2
− 3
i+ 2
j − 3tk + C
R1
(2)If F(t) = (t + 1)i + (t2 + t + 1)j + (t3 + t2 + t + 1)k, 0
F (t)dt
solution:
= 23 i + 11
6
j + 50
24
k = 32 i + 11
6
j + 25
12
k