Vector Analysis 2024
Vector Analysis 2024
Vector Analysis
1
2 CHAPTER 1. VECTOR ANALYSIS
then the circulation of this vector field along the contour C = {(x, y, z) , x = y = 0, 0 ≤ z ≤ h}
is given by
Z B
→− −−
→ →
C F = F .dr
A
→
− →
−
on the curve C, the vector field F (x, y, z) = 2zj + 3z 2 k and dr = dzk, hence
0 0
−−
→ →
F .dr = 2z . 0 = 3z 2 dz ⇒
3z 2 dz
Z B Z h
→− −−
→ →
C F = F .dr = 3z 2 dz = h3 .
A 0
dr
dr =
dt = (−R sin t, R cos t)dt.
dt
H
Now, compute the circulation C(F) = C F · dr. Substituting F and dr:
Z 2π
C(F) = F(R cos t, R sin t) · (−R sin t, R cos t)dt.
0
Hence
Z 2π
C(F) = (−R sin t, R cos t) · (−R sin t, R cos t)dt
0
Z 2π Z 2π
= (R2 sin2 t + R2 cos2 t)dt = R2 dt = R2 (2π) = 2πR2
0 0
H
The circulation around the circle is C(F) = C
F · dr.
∂f ∂f
= 2x, = 2y
∂x ∂y
Thus, the gradient is:
→
− ∂f ∂f
▽f = , = (2x, 2y)
∂x ∂y
4 CHAPTER 1. VECTOR ANALYSIS
is contained in D.
→
−
Remark. In R2 , a vector field V = (V1 , V2 ) is a gradient field if it is defined
on a star shaped open set D ⊂ R2 and it satisfies the following condition:
∂V1 ∂V2
=
∂y ∂x
This condition is known as equality of mixed partial derivatives and ensures
→
−
that the vector field V can be expressed as the gradient of some scalar field f .
Example 1: Gradient Field in R2 . Let the vector field V(x, y) be defined
as:
f (x, y) = x2 y + xy 2 + x + c(y)
∂f
where c(y) is an arbitrary function of y. Now, use ∂y = V2 = 2xy + x2 :
∂
x2 y + xy 2 + x + c(y) = x2 + 2xy + c′ (y)
∂y
Setting this equal to V2 = 2xy + x2 gives c′ (y) = 0, meaning c(y) is a constant.
Thus, the scalar field is:
f (x, y) = x2 y + xy 2 + x + c
∂ ∂a
(xyz + a(y, z)) = xz + = zx.
∂y ∂y
∂a
This implies that ∂y = 0, so a(y, z) = b(z), a function of z only. Finally, use
∂f
∂z = xy:
∂
(xyz + b(z)) = xy + b′ (z) = xy.
∂z
This implies that b′ (z) = 0, so b(z) is a constant. Thus, the scalar potential
function is:
f (x, y, z) = xyz + c
→
−
where c is a constant, and therefore V(x, y, z) = ∇f , making V a gradient field.
6 CHAPTER 1. VECTOR ANALYSIS
→
− ∂V1 ∂V2 ∂V3
div V = ∇ · V = + + .
∂x ∂y ∂z
Example: Given the vector field V = yx3 + z, y, x2 , we compute its
divergence at the point M = (2, 1, 1).
1. Partial derivative of V1 = yx3 + z with respect to x:
∂V1
= 3x2 y
∂x
2. Partial derivative of V2 = y with respect to y:
∂V2
=1
∂y
∂V3
=0
∂z
So, the divergence is:
div V = 3x2 y + 1
At M = (2, 1, 1), we have:
i j k
∂ ∂ ∂
curl V = ∇ΛV = ∂x ∂y ∂z .
V1 V2 V3
This determinant expands to:
∂V3 ∂V2 ∂V3 ∂V1 ∂V2 ∂V1
curl V = − î − − ĵ + − k̂
∂y ∂z ∂x ∂z ∂x ∂y
1.4. LAPLACIAN OF A SCALAR FIELD 7
The curl computes a new vector field that measures the rotation of the
original field at each point in space.
Example: Calculate the Curl. Given the vector field V = xy, yz, zx2 ,
the curl is computed as:
1. First component (i-direction):
∂V3 ∂V2
− = −y
∂y ∂z
∂V3 ∂V1
− = 2zx
∂x ∂z
3. Third component (k-direction):
∂V2 ∂V1
− = −x
∂x ∂y
Irrotational Fields
A vector field V is called irrotational if curl V = 0.
→
− →
− −−→ ∂2f ∂2f ∂2f
∆f = ▽. ▽f = div gradf = 2
+ 2 + 2
∂x ∂y ∂z
we have
∂f ∂2f
= yzexyz , = y 2 z 2 exyz
∂x ∂x2
∂f ∂2f
= xzexyz , = x2 z 2 exyz
∂y ∂x2
∂f ∂2f
= xyexyz , = x2 y 2 exyz
∂z ∂x2
hence
∂2f ∂2f ∂2f
+ 2 + 2 = y 2 z 2 + x2 z 2 + x2 y 2 exyz .
∆f = 2
∂x ∂y ∂z
Important Relations in Vector Calculus
In vector calculus, several important relations connect different vector op-
erations. Here are some key relations involving the gradient, divergence, and
curl:
1.Divergence and Curl. The divergence of the curl of any vector field is
always zero:
div(∇ΛV) = 0
This means that the divergence of a curl field does not contribute any net flow
out of an infinitesimal volume.
2. Curl and Gradient. The curl of the gradient of any scalar field is always
zero:
∇Λ(∇f ) = 0
This indicates that a gradient field is irrotational. Conversely, if the curl of a
vector field A is the zero vector, then A is a gradient field. We conclude that
the circulation of a gradient field along a closed curve is always zero.
3.. Laplacian. The Laplacian operator combines the divergence and the
gradient:
∆f = ∇ · ∇f
The Laplacian of a scalar field f is a measure of the curvature or spread of the
field.
Remark:
1. The divergence of a vector field at a given point measures the tendency
of the field to ”spread out” or ”converge” at that point. If the divergence is
positive at a point, it means that the field ”spreads out” from that point, which
can be interpreted as a source. If the divergence is negative at a point, it means
that the field ”converges” toward that point, which can be interpreted as a sink.
If the divergence is zero at a point, it means that the field has neither a source
nor a sink at that location, and it is often described as ”incompressible” at that
point.
2. The curl of a vector field at a given point measures the local rotation of
the field around that point. If the curl is non-zero at a point, it means that the
field is rotating or swirling around that point. The direction and magnitude of
the curl indicate the axis and speed of the rotation.
1.5. SCALAR POTENTIALS AND VECTOR POTENTIALS 9
i j k
∂ ∂ ∂
curl(V) = ∇ΛV = ∂x ∂y ∂z
2xy + z 3 x2
3xz 2
Expanding the determinant:
∂f
= 2xy + z 3 ⇒ f (x, y, z) = x2 y + z 3 x + g(y, z),
∂x
where g(y, z) is a function of y and z.
Next, from ∂f 2
∂y = x + gy (y, z), we get:
where c is a constant.
Therefore, the scalar potential is:
f (x, y, z) = x2 y + z 3 x + c.
Exercise: Show that if a function f : R3 → R has continuous second partial
derivatives, then curl(∇f ) = 0.
Solution: Let f : R3 → R be a scalar field with continuous second partial
derivatives. We want to show that the curl of the gradient of f is zero, i.e.,
∇Λ(∇f ) = 0.
The gradient of f is:
∂f ∂f ∂f
∇f = , , .
∂x ∂y ∂z
Now, we compute the curl of this gradient field:
i j k
∂ ∂ ∂
∇Λ(∇f ) = ∂x ∂y ∂z .
∂f ∂f ∂f
∂x ∂y ∂z
∇Λ(∇f ) = 0.
Thus, curl(∇f ) = 0, which proves the result.
V = ∇ΛA.
Remark: If a vector field V has a vector potential A, then:
∇ · (∇ΛA) = 0,
i.e., the divergence of the curl of a vector potential is zero. A vector field V
derives from a vector potential if ∇ · V = 0.
1.6. CURVILINEAR INTEGRAL 11
′
b b F1 (c(t)) c1 (t)
→
− →
−
Z Z Z
dc F2 (c(t)) · c′2 (t) dt
F · dM = F (c(t)) · dt =
dt
C a a F3 (c(t)) c′3 (t)
Z b
= (F1 c′1 + F2 c′2 + F3 c′3 ) dt.
a
→
−
The curvilinear integral of F does not depend on the parametrization of the
curve.
3x2 + y
→
− R →−
Example 1. Consider the vector field A = . Evaluate C A ·
5xy 2
d→
−r from (0, 0) to (1, 1) along the curve defined by x = t, y = t2 .
The point (0, 0) corresponds to t = 0, and (1, 1) corresponds to t = 1. Thus:
3x2 + y
Z
→
− →
Z
dx
A · d−
r = ·
C C 5xy 2 dy
Substituting x = t, y = t2 , we get:
Z t=1 2 Z 1
3t + t2
dt 4 10 10
= 4 · = 4t2 dt + 10t4 dt = + = .
t=0 5t · t 2t dt 0 3 5 3
12 CHAPTER 1. VECTOR ANALYSIS
but: ZZ
dx dy = S = the area enclosed by the curve (C).
S
Thus, we find a formula to compute the area enclosed by the curve (C):
I
S=− y dx.
C
H
Similarly, if we take Q = x and P = 0, we find S = C
x dy.
2 2
Example 2. Consider the ellipse given by the equation xa2 + yb2 = 1. Its
parametric representation is x = a cos t, y = b sin t, with t ranging from 0 to 2π.
The area enclosed by the ellipse is:
I Z 2π Z 2π Z 2π
ab
S=− y dx = − b sin t d(a cos t) = ab sin2 t dt = (1 − cos 2t) dt = πab.
C 0 0 2 0
→
− →
I
F · d−r =0
C
− −
→ → →
− →
ZZ ZZ
Φ= F · dS = F ·−
n dS,
S S
where →−n is the unit normal vector to the surface. The flux measures the
amount of the field passing through a given surface.
Example: Consider the vector field
→
−
F (x, y, z) = (x + z) i + (y + z) j + z k.
→
− → − →
→ −
ZZ ZZ
Φ= F ·−
n dS = F · k dS.
S S
→
−
Calculating F on the surface S where z = 0, we find:
→
−
F (x, y, 0) = xi + yj.
Thus,
x 0
− →
→ − − →
→ −
ZZ
F · k = y · 0 =0⇒Φ= F · k dS = 0.
0 1 S
If the flux of a vector field through a given surface is zero, it means the
total amount of the field entering the surface equals the total amount exiting,
indicating no net accumulation of the field within the surface.
14 CHAPTER 1. VECTOR ANALYSIS
The direction of →
−n (the vector perpendicular to S) depends on the integra-
tion direction along C. To determine the direction of → −n , apply the right-hand
rule: if a corkscrew rotates in the direction defined by the orientation of C, the
direction of the corkscrew’s movement gives the direction of → −n.
Example: Let the vector field be
→
−
F = (ex + 2y, xyz, cosx)
and let C be the curve defined by the circle x2 + y 2 = R2 , oriented counter-
→
−
clockwise. Calculate the circulation of F along the oriented curve C.
→
−
Solution: The circulation of F along C is given by
→
− − →
→ −
I
C( F ) = F ·d l
C
Since C lies in the xOy plane, we will take the surface S of integration as
the disk bounded
by C in the xOy plane. For counterclockwise orientation, the
0
−
→
vector dS = 0 dx dy.
1
Using Stokes Theorem, we have:
− →
→ − − −
→ →
I ZZ
F · dl = ∇Λ F · dS
C S
→
−
First, we compute the curl of F :
F1
→
−
F = F2
F3
Calculating the curl:
→
− ∂F3 ∂F2 ∂F1 ∂F3 ∂F2 ∂F1
∇Λ F = − , − , −
∂y ∂z ∂z ∂x ∂x ∂y
1.11. OSTROGRADSKY ’S THEOREM 15
−xy
→
−
∇Λ F = sin x
yz − 2
Substituting into Stokes Theorem:
−xy 0
− →
→ −
I ZZ ZZ
F · dl = sin x · 0 dx dy =
(yz − 2) dx dy
C S yz − 2 1 S
→
− ∂(x + sin(yz)) ∂(arctan(xz)) ∂(4z)
∇· A = + + =1+0+4=5
∂x ∂y ∂z
Applying Ostrogradsky’s Theorem:
− −
→ → →
−
ZZ ZZZ ZZZ
Φ= A · dS = ∇ · A dV = 5 dV
S V V
4 20 3
= 5 · (Volume of the sphere) = 5 · πR3 = πR
3 3