
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Formulas and rules for vector calculus, including derivatives, integrals, and applications such as green's theorem, stokes's theorem, and the divergence theorem. It covers topics like gradient, divergence, curl, surface normals, area elements, and frenet-serret formulas. The document also includes formulas for cylindrical and spherical coordinates.
Typology: Summaries
1 / 1
This page cannot be seen from the preview
Don't miss anything!

∇ = i ∂ ∂x
j ∂ ∂y
k ∂ ∂z
(“del” or “nabla” ooperator) F(x, y, z) = F 1 (x, y, z) i + F 2 (x, y, z) j + F 3 (x, y, z) k
∇φ(x, y, z) = grad φ(x, y, z) = ∂φ ∂x
i + ∂φ ∂y
j + ∂φ ∂z
k ∇ • F(x, y, z) = div F(x, y, z) = ∂F^1 ∂x
∂y
∂z
∇ × F(x, y, z) = curl F(x, y, z) =
i j k ∂ ∂x
∂y
∂z F 1 F 2 F 3
∂y
∂z
i +
∂z
∂x
j +
∂x
∂y
k
∇(φψ) = φ∇ψ + ψ∇φ ∇ • (F × G) = (∇ × F) • G − F • (∇ × G)
∇ • (φF) = (∇φ) • F + φ (∇ • F) ∇ × (F × G) = F(∇ • G) − G (∇ • F) − (F •∇ )G + (G •∇ )F
∇ × (φF) = (∇φ) × F + φ (∇ × F) ∇(F • G) = F × (∇ × G) + G × (∇ × F) + (F •∇ )G + (G •∇ )F
∇ × (∇φ) = 0 (curl grad = 0 ) ∇ • (∇ × F) = 0 (div curl = 0)
∇ 2 φ(x, y, z) = ∇ • ∇φ(x, y, z) = div grad φ = ∂
(^2) φ ∂x^2
(^2) φ ∂y^2
(^2) φ ∂z^2
∇ × (∇ × F) = ∇(∇ • F) − ∇^2 F (curl curl = grad div − laplacian)
b
a
f′(t) dt = f(b) − f(a) (the one-dimensional Fundamental Theorem)
∫
C
grad φ • dr = φ
r(b)
− φ
r(a)
, if C is the curve r = r(t), a ≤ t ≤ b
∫∫
R
∂x −^
∂y
dA =
C
F • dr =
C
F 1 (x, y) dx + F 2 (x, y) dy, where C is the positively oriented boundary of R (Green’s Theorem)
∫∫
S
curl F • N̂ dS =
C
F • dr =
C
F 1 (x, y, z) dx + F 2 (x, y, z) dy + F 3 (x, y, z) dz, where C is the oriented boundary of S (Stokes’s Theorem)
∫∫∫
D
div F dV =
S
F • N̂ dS, where S is the closed boundary of D, with outward unit normal N (Divergence Theorem)̂
∫∫∫
D
curl F dV = −
S
F × N̂ dS
D
grad φ dV =
S
φN̂ dS
r = r(u, v) (parametrized surface): n = ±
∂r ∂u
× ∂r ∂v
dS = ±
∂r ∂u
× ∂r ∂v
du dv
G(x, y, z) = 0 (smooth level surface): n = ±∇G(x, y, z) dS = ±
∇G(x, y, z) |∂G/∂z|
dx dy
dS = n |n • k|
dx dy = n |n • j|
dx dz = n |n • i|
dy dz for other projections dS = |dS|
Transformation: x = r cos θ, y = r sin θ, z = z Position vector: r = r cos θ i + r sin θ j + zk
Volume element: dV = r dr dθ dz Surface area element (on r = a): dS = a dθ dz
Transformation: x = ρ sin φ cos θ, y = ρ sin φ sin θ, z = ρ cos φ Position vector: r = ρ sin φ cos θ i + ρ sin φ sin θ j + ρ cos φk
Volume element: dV = ρ^2 sin φ dρ dφ dθ Surface area element (on ρ = a): dS = a^2 sin φ dθ dφ
Curve: r = r(t) = x(t)i + y(t)j + z(t)k Velocity: v = dr dt
= v T̂ Speed: v = |v| = ds dt
Arc length: s =
∫ (^) t
t 0
v dt Acceleration: a =
dv dt
d^2 r dt^2
Acceleration components: a =
dv dt
T + v^2 κN̂
Unit tangent: T̂ =
v v
Binormal: B̂ =
v × a |v × a|
Normal: N̂ = B̂ × T̂ =
d T̂/dt |d T̂/dt|
Curvature: κ =
|v × a| v^3 Radius of curvature:^ ρ^ =
κ Torsion:^ τ^ =
(v × a) • (da/dt) |v × a|^2
Frenet-Serret formulas:
d T̂ ds
= κN̂,
d N̂ ds
= −κT̂ + τ B̂,
d B̂ ds
= −τ N̂ Modified from R. A. Adams, Calculus, A Complete Course, Addison-Wesley, 2003.