Essential Vector Calculus
Essential Vector Calculus
Essential Vector Calculus
A. L. Bruce
∂ ∂ ∂
∇= î + ĵ + k̂.
∂x ∂y ∂z
• When the dot product (scaler product) between ∇ and a vector field
F is taken, the result is the divergence of F.
1
• When the cross product (vector product) between ∇ and a vector field
F is taken, the result is the curl of F.
î ĵ k̂
∂ ∂ ∂
∇ × F = curlF = ∂x ∂y ∂z
F F F
x y z
You should be able to compute this determinant, but if you can’t (or
are too lazy to), it is
î ĵ k̂
∂ ∂ ∂
∂F z ∂F y ∂F z ∂F x ∂F y ∂F x
∂x ∂y ∂z = ∂y − ∂z î− ∂x − ∂z ĵ+ ∂x − ∂y k̂.
F F F
x y z
Many times (although not always) this is parametrized with one vari-
able, x, y, z, equal to t and the others as functions of t. Thus, if I
parametrized with x = t, I’d have y = f1 (t), z = f2 (t), and a ≤ t ≤ b
for some a and b. Hence dx = dt, dy = f10 (t)dt, dz = f20 (t)dt, and the
integral would be
ˆ ˆ b
F · dr = t dt + f1 (t)f10 (t) dt + f2 (t)f20 (t) dt
C a
2
The parameter is ultimately decided by the path however, and some-
thing like the example above only works if the path is linear (a line).
If the path is different, one must use a parameter which is suitable to
that specific path. For example, if the path is circular the parameter
x = sin t is more appropriate.
• A flux surface integral is typically defined as
¨
F · n̂ dS
S
¨
∂f ∂f
= hFx , Fy , Fz i · − , − , 1 dA
S ∂x ∂y
¨
∂f ∂f
= −Fx î − Fy ĵ + Fz k̂ dA.
D ∂x ∂y
.
Where f is the function of the surface chosen (e.g. a paraboloid would
be z = x2 + y 2 ). The surface integral across a field F of a surface S is
3
also commonly called the flux of F through S and measures the amount
of material passing though S per unit time. Using the previous example
of water through a pipe, the flux of the fluid field through the surface
of the pipe gives the amount of water passing through the surface per
unit time.
where F = ∇f .
• Corollary 1: if F is conservative then, a line integral across F is path
independent, that is, for any two paths C1 and C2 with the same initial
and terminal points
ˆ ˆ
F · dr = F · dr.
C1 C2
1
It should be noted that while knowing a field is conservative imples that curlF = 0,
the converse is NOT true unless curlF = 0 in a simply connected region R and the partial
derivitives of f are continuous on R. In most cases of physical fields these can be assumed
when curlF = 0, such as the electric field, which is why the theorem is stated without
those conditions.
4
4 Important Theorems in Vector Calculus
• Theorem (Green’s Theorem): Let C be a curve enclosing a simple
region. If the line integral of a vector field F is taken counter-clockwise
(positive orientation), then
˛ ¨
F · dr = curlF · k̂ dA.
C D
Green’s Theorem can also be written with the unit normal vector and
divergence
˛ ¨
F · n̂ ds = divF dA.
C D
This is called the normal form of Green’s theorem due to the presence
of the unit normal vector.
We can actually use Green’s theorem to prove F is conservative if and
only if curlF = 0.
Proof:
If F is conservative,
curlF =∇ × F
=∇ × (∇f )
=(∇ × ∇)f
=0f = 0.
If curlF = 0,
¨ ¨
curlF · k̂ dA = 0 · k̂ dA = 0
D ˛D
⇒ F · dr = 0 (for all closed C)
C
5
where S is any surface bounded by C. It should be noted that Green’s
Theorem is a special case of Stokes’ Theorem, where the curve C is
planar and S is the the disk it bounds, thus n̂ = k̂.
Since there is no one side which is “up” or “down,” the right hand
rule cannot be applied, Stokes’ Theorem falls apart and the flux is
undefined.
What the divergence theorem says is simple: the flux through a closed
region, i. e. the amount of stuff flowing through that region per unit
time, is equal to the divergence of the field over the volume of that
region. If you think about this it is very simple and intuitive. Thus,
if you have a sufficient understanding of surface integrals, flux and
divergence, you should be able to derive this without referring to any
text (or this summary for that matter).
6
Here are some works to refer to if you need or want more on Vector Calculus:
References
[1] James Stewart. Calculus: Early Trancendentals, 5th ed. Chapters 15 and
16.
[2] H. M. Schey. Div, Grad, Curl and All That: An Informal Text on Vector
Calculus.