Field Dynamics Slides Mapping the Flow
Visualizing and Parameterizing Vector Fields
Lecture 01 Vector Dynamics
Defining the Field
Mathematical Formalism
A vector field in \(\mathbb{R}^n\) is a map \(\mathbf{F}: U \subseteq \mathbb{R}^n \to \mathbb{R}^n\) that assigns a vector to every point in its domain.
General Form (3D):
\[ \mathbf{F}(x,y,z) = P(x,y,z)\mathbf{i} + Q(x,y,z)\mathbf{j} + R(x,y,z)\mathbf{k} \]
Scalar vs. Vector
Scalar fields (like temperature) map to \(\mathbb{R}\). Vector fields (like wind) map to the tangent space.
Dynamic Systems
Fields often represent autonomous systems of ODEs: \(\dot{\mathbf{x}} = \mathbf{F}(\mathbf{x})\).
Visualization Techniques
Quiver Plots
Discrete arrows sampled at grid points representing magnitude and direction.
Standard sampling
Color-coding for magnitude
Logarithmic scaling
Streamlines
Integral curves tangent to the field at every point. Paths of test particles.
\[ \frac{dx}{P} = \frac{dy}{Q} = \frac{dz}{R} \]
Phase Portraits
Global view of flow, emphasizing fixed points, orbits, and asymptotic behavior.
Sinks/Sources
Saddle Points
Limit Cycles
Fixed Points & Stability
A fixed point occurs where \(\mathbf{F}(\mathbf{x}^*) = \mathbf{0}\). Stability is determined by the Jacobian matrix \(\mathbf{J}\):
\[ \mathbf{J} = \begin{bmatrix} \partial P / \partial x & \partial P / \partial y \\ \partial Q / \partial x & \partial Q / \partial y \end{bmatrix} \]
Stable Node
Eigenvalues: \(\text{Re}(\lambda) < 0\). Flow converges inward.
Unstable Node
Eigenvalues: \(\text{Re}(\lambda) > 0\). Flow diverges outward.
Saddle Point
Eigenvalues: mixed signs. Flow inward in one dir, outward in other.
Center
Eigenvalues: purely imaginary. Closed orbits.
Field Parameterization Worksheet Field Parameterization Workshop
Lesson 01: Visualizing and Parameterizing Vector Fields
Student Name
Date
Objective
Transition from discrete vector analysis to continuous field theory. You will parameterize 2D and 3D vector fields, identify equilibrium points, and analyze local stability using the Jacobian linearization technique.
1
Planar Vector Field Analysis
Consider the following autonomous system representing a vector field \(\mathbf{F}(x,y)\):
\[ \mathbf{F}(x,y) = \begin{pmatrix} y - x^2 \\ x - y^2 \end{pmatrix} \]
a) Identify all equilibrium points \(\mathbf{x}^*\) where \(\mathbf{F}(\mathbf{x}^*) = \mathbf{0}\).
b) Compute the Jacobian matrix \(\mathbf{J}(x,y)\) for this field.
c) Evaluate the Jacobian at each equilibrium point and classify the stability (node, saddle, center, etc.).
2
Integral Curves & Streamlines
Define the streamlines for the field \(\mathbf{V}(x,y) = x\mathbf{i} - y\mathbf{j}\).
a) Set up the differential equation \(\frac{dy}{dx} = \frac{Q(x,y)}{P(x,y)}\) for this field.
b) Solve for the general solution \(y(x)\) and sketch the family of curves below.
Work space for derivation:
3
3D Rotational Fields
Construct a 3D vector field \(\mathbf{B}\) that represents a steady-state rotation about the \(z\)-axis with angular frequency \(\omega\).
Express \(\mathbf{B}(x,y,z)\) in both Cartesian and Cylindrical coordinates. Explain how the magnitude changes with distance from the axis of rotation.
MATH-GRAD-501 Vector Field Dynamics Sheet 01
Mapping the Flow Lecture Notes Mapping the Flow
Instructor Facilitation Guide
Lesson 01
Context & Objectives
This lesson serves as the gateway from undergraduate vector calculus to advanced manifold-based analysis. Students often view vectors as static arrows; the primary goal here is to shift their perspective toward vector fields as dynamic systems .
Differentiate between the vector field \(\mathbf{F}\) and the flow \(\Phi_t\) it generates.
Connect local linear algebra (Jacobians) to global topology (Phase Portraits).
Standardize the notation used for the rest of the sequence (tangent spaces, differential equations).
Pacing Guide
Hook & Definitions 15m
Visualization Theory 20m
Stability Analysis 40m
Workshop/Demo 15m
Core Conceptual Bridges
1. The Tangent Space Nuance
In \(\mathbb{R}^n\), we often conflate the point \(\mathbf{x}\) and the vector \(\mathbf{F}(\mathbf{x})\). Explicitly state that \(\mathbf{F}(\mathbf{x}) \in T_\mathbf{x}\mathbb{R}^n\). This pays off in Lesson 5 when the tangent space is no longer "naturally" aligned with the surface.
2. Linearization Pitfall
Remind students that the Jacobian only predicts local stability. Non-linear terms (higher-order Taylor expansion) dominate as we move away from the fixed point. Use the Hartman-Grobman Theorem as a reference for when linearization "works" (hyperbolic fixed points).
Common Graduate Pitfalls
Misconception Corrective Approach Treating streamlines as "paths of motion" in time-varying fields. Distinguish between streamlines (instantaneous) and pathlines (time-integrated). In steady-state fields, they coincide. Assuming \(\text{det}(\mathbf{J}) = 0\) implies no fixed point. Explain that non-isolated fixed points (lines of equilibria) occur when the Jacobian is singular at the root.
Discussion Prompts
"If a field has only one sink and no other fixed points, must the entire space drain into it? Why or why not?"
Goal: Introduction to Basin of Attraction & Global vs. Local Topology.
"How does the visualization of a field change if we use a logarithmic scale for magnitude? What features are enhanced/lost?"
Goal: Critical thinking about computational representation of data.
© 2026 Advanced Mathematical Sciences • Restricted Instructor Resource
Flux and Divergence Slides Sources and Sinks
Analyzing Divergence and Flux
Lecture 02 Fluid & Flux
The Physicality of Flux
Flux measures the net rate of flow of a vector field \(\mathbf{F}\) through a surface \(S\).
The Flux Integral:
\[ \Phi = \iint_S \mathbf{F} \cdot \mathbf{n} \, dS \]
Orientation Matters
The unit normal \(\mathbf{n}\) determines the "positive" direction of flow. For closed surfaces, "outward" is standard.
Area Integration
Small patches \(dS\) are weighted by the field's projection onto the normal vector.
Divergence as Flux Density
Divergence (\(\nabla \cdot \mathbf{F}\)) is a scalar field that measures the flux leaving a point per unit volume.
\[ \text{div} \, \mathbf{F} = \frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y} + \frac{\partial R}{\partial z} \]
Source (\(\nabla \cdot \mathbf{F} > 0\))
Fluid is created at this point. Net outward flow from a small volume.
Sink (\(\nabla \cdot \mathbf{F} < 0\))
Fluid is removed or compressed. Net inward flow to a small volume.
Solenoidal (\(\nabla \cdot \mathbf{F} = 0\))
Incompressible flow. What goes in must come out. No internal sources.
Gauss's Divergence Theorem
The net flux through a closed surface is equal to the integral of the divergence over the volume enclosed.
\[ \iint_{\partial V} \mathbf{F} \cdot \mathbf{n} \, dS = \iiint_V (\nabla \cdot \mathbf{F}) \, dV \]
Boundary Flux
Total Source Strength
Gauss Theorem Problem Set Gauss's Theorem & Flux Dynamics
Lesson 02: Sources and Sinks Problem Set
Graduate School of Science
Department of Applied Mathematics
Student Name
Student ID
I. Surface Integration
Let \(\mathbf{F}(x,y,z) = z\mathbf{i} + y\mathbf{j} + x\mathbf{k}\). Let \(S\) be the surface of the unit cube defined by \(0 \le x, y, z \le 1\).
1. Compute the flux of \(\mathbf{F}\) through the top face (\(z=1\)) of the cube.
Show all integration steps:
2. Sum the fluxes through all six faces to find the net outward flux \(\Phi_{net}\).
Detail calculations for each face:
II. The Divergence Theorem
3. Verify Gauss's Theorem for the cube and field from Part I.
Calculate \(\nabla \cdot \mathbf{F}\) and evaluate the volume integral over the unit cube \(V\). Does it match your answer in Question 2?
4. Application to Electrostatics: Point Charges.
Consider the field \(\mathbf{E} = \frac{k q}{r^2} \mathbf{\hat{r}}\). Show that the divergence is zero everywhere except at the origin. What does this imply about the "source" of the electric field?
III. Flux & Density
5. The Continuity Equation
In fluid dynamics, the conservation of mass is expressed as \(\frac{\partial \rho}{\partial t} + \nabla \cdot (\rho \mathbf{u}) = 0\). If a flow is incompressible (\(\rho\) is constant), what constraint does this place on the divergence of the velocity field \(\mathbf{u}\)? Provide a brief physical explanation for why a "source" would violate incompressibility.
MTH-602: Vector Fields Problem Set 02 Ref: Gauss-Divergence
Continuity Equations Guide The Continuity Bridge
Conservation Laws & Divergence
Instructor Reference
Divergence is more than a mathematical operator; it is the fundamental language of conservation . This guide maps the divergence of a field to the physical laws governing fluid dynamics, electromagnetics, and thermal transport.
The General Conservation Law
For any conserved quantity with density \(\rho\) and flux \(\mathbf{J}\):
\[ \frac{\partial \rho}{\partial t} + \nabla \cdot \mathbf{J} = \sigma \]
Rate of Accumulation
Net Outward Flux
Internal Source/Sink
Fluid Dynamics
Incompressible Flow (\(\rho = \text{const}\)):
\[ \nabla \cdot \mathbf{u} = 0 \]
Physical Meaning: At every point, the volume of fluid entering is exactly equal to the volume leaving. Velocity field is solenoidal.
Electromagnetism
Gauss's Law for Magnetism:
\[ \nabla \cdot \mathbf{B} = 0 \]
Physical Meaning: No magnetic monopoles exist. Magnetic field lines always form closed loops. Flux through any closed surface is zero.
Heat Transport
Steady-state Heat Eq (no sources):
\[ \nabla \cdot (k \nabla T) = 0 \]
Physical Meaning: Heat flow is proportional to temperature gradient (Fourier's Law). In steady state, temperature distribution is harmonic.
Charge Conservation
Current Density (\(\mathbf{J}\)):
\[ \nabla \cdot \mathbf{J} = -\frac{\partial \rho_c}{\partial t} \]
Physical Meaning: Outward current flow results in a decrease of local charge density \(\rho_c\).
Advanced Conceptual Extension
The "Divergence-Free" constraint is one of the most powerful assumptions in physics. When students calculate \(\nabla \cdot \mathbf{F} = 0\), emphasize that they aren't just doing arithmetic—they are identifying a topological constraint on the field lines. For a field to be solenoidal, its lines cannot begin or end; they must either loop back on themselves or extend to infinity.
*Reference material for Applied Vector Calculus II • Graduate Program*
Vorticity and Curl Slides Vorticity and Circulation
Analyzing Curl and Stokes' Theorem
Lecture 03 The Spinning Field
Defining Curl
The curl of a 3D field \(\mathbf{F}\) is a vector field that describes the infinitesimal rotation at every point.
The Cross-Product Formalism:
\[ \nabla \times \mathbf{F} = \det \begin{bmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial_x & \partial_y & \partial_z \\ P & Q & R \end{bmatrix} \]
Direction
Points along the axis of rotation (Right-Hand Rule).
Magnitude
Represents twice the local angular velocity of the fluid flow.
Line Integrals & Circulation
Circulation \(\Gamma\) is the line integral of a vector field along a closed path \(C\).
\[ \Gamma = \oint_C \mathbf{F} \cdot d\mathbf{r} \]
It represents the amount of "push" the field exerts along the loop.
Conservative Fields
"A field is irrotational (\(\nabla \times \mathbf{F} = \mathbf{0}\)) if and only if the circulation around every closed loop is zero."
Condition: Simply connected domain.
Stokes' Theorem
The circulation around a boundary curve \(C\) is equal to the flux of the curl through any surface \(S\) bounded by \(C\).
\[ \oint_{\partial S} \mathbf{F} \cdot d\mathbf{r} = \iint_S (\nabla \times \mathbf{F}) \cdot \mathbf{n} \, dS \]
"Global Circulation = Total Local Rotation"
Stokes Theorem Workshop Stokes' Theorem Workshop
Lesson 03: Circulation Analysis
Student
Lab Section
The Boundary-Bulk Equivalence
The core of Stokes' Theorem is the topological link between a path (the boundary) and the surface it encloses (the bulk). In this workshop, you will perform dual calculations to verify this equivalence in a rotational field.
1
Dual Calculation: Verification
Consider the vector field \(\mathbf{F}(x,y,z) = -y^2\mathbf{i} + x\mathbf{j} + z^2\mathbf{k}\). Let \(C\) be the boundary of the plane \(z = 1\) within the cylinder \(x^2 + y^2 = 4\), oriented counter-clockwise.
A. The Line Integral
Parameterize the curve \(C\) and compute the circulation \(\oint_C \mathbf{F} \cdot d\mathbf{r}\).
Work area for integration
B. The Surface Integral
Compute the curl \(\nabla \times \mathbf{F}\) and find the flux through the disk \(S\) defined by \(z=1, x^2+y^2 \le 4\).
Curl Calculation
Flux Integral
2
Surface Independence
According to Stokes' Theorem, the flux of a curl through a surface depends only on its boundary.
Imagine a hemispherical cap \(S_2\) with the same boundary \(C\) as the disk \(S_1\) from Problem 1. Without performing a full integration, explain why the flux of \(\nabla \times \mathbf{F}\) through \(S_2\) must be identical to the flux through \(S_1\). Use the Divergence Theorem on the volume enclosed by \(S_1 \cup S_2\) to prove that \(\nabla \cdot (\nabla \times \mathbf{F}) = 0\).
Conceptual derivation and proof:
MTH-GRAD-VECTOR Vorticity Workshop 03 Symmetry & Circulation
Circulation Case Study Archive of Computational Fluid Dynamics • Vol. 14 • Issue 2
The Hurricane Vortex
Circulation and Vorticity in Atmospheric Macro-Systems
Abstract
This study analyzes the velocity field \(\mathbf{u}\) of a steady-state hurricane model. By computing the circulation along concentric rings and the local vorticity (\(\omega = \nabla \times \mathbf{u}\)) within the eyewall, we demonstrate the conversion of thermal energy into rotational kinetic energy. Students are tasked with identifying the radius of maximum wind speed using the Kelvin Circulation Theorem.
1. The Rankine Vortex Model
Atmospheric scientists often model hurricane winds using a 2D velocity field in polar coordinates \((r, \theta)\):
\[ u_\theta(r) = \begin{cases} \omega r & r \le R \text{ (Solid Body Rotation)} \\ \frac{\Gamma}{2\pi r} & r > R \text{ (Potential Flow)} \end{cases} \]
where \(R\) is the radius of the eyewall.
2. Quantitative Analysis
Q1. Circulation Profile
Calculate the circulation \(\oint \mathbf{u} \cdot d\mathbf{r}\) for a loop of radius \(r < R\) and a loop of radius \(r > R\). Explain why the circulation is constant in the outer region.
Q2. Vorticity Distribution
Compute the vorticity \(\zeta = \nabla \times \mathbf{u}\) for both regions. Where is the "rotational energy" concentrated?
Physical Insight
In the potential flow region (\(r > R\)), the field is locally irrotational (\(\nabla \times \mathbf{u} = \mathbf{0}\)). However, the global circulation is non-zero because the domain is not simply connected (it excludes the eye).
This is a classic example of how topology influences vector calculus.
Atmospheric Data Table
<table class="w-full text-[10px] uppercase font-bold text-slate-600"><tbody><tr class="border-b border-slate-100"><td class="py-2">Radius \(R\)</td><td class="text-right">30 km</td></tr><tr class="border-b border-slate-100"><td class="py-2">Max Wind \(V_{max}\)</td><td class="text-right">65 m/s</td></tr><tr class="border-b border-slate-100"><td class="py-2">Core Vorticity</td><td class="text-right">\(4.3 \times 10^{-3} \, s^{-1}\)</td></tr></tbody></table>
Further Reading:
Emanuel, K. (2005). Divine Wind: The History and Science of Hurricanes . Oxford University Press.
© Case Study 03-A Vector Calculus in Extreme Systems Page 01/01
Helmholtz Decomposition Slides The Fundamental Theorem
Helmholtz Decomposition of Vector Fields
Lecture 04 Push vs. Spin
The Decomposition Principle
Any sufficiently smooth, rapidly decaying vector field \(\mathbf{F}\) can be uniquely resolved into an irrotational part and a solenoidal part.
\[ \mathbf{F} = -\nabla \Phi + \nabla \times \mathbf{A} \]
Scalar Potential \(\Phi\)
Irrotational: \(\nabla \times (\nabla \Phi) = \mathbf{0}\)
Vector Potential \(\mathbf{A}\)
Solenoidal: \(\nabla \cdot (\nabla \times \mathbf{A}) = 0\)
Component Anatomy
Irrotational (\(\mathbf{F}_{irr}\))
Curl-free: \(\nabla \times \mathbf{F}_{irr} = \mathbf{0}\)
Driven by Sources/Sinks
Conservative Flow
\[ \nabla \cdot \mathbf{F}_{irr} = \nabla \cdot (-\nabla \Phi) = -\nabla^2 \Phi \]
Solenoidal (\(\mathbf{F}_{sol}\))
Div-free: \(\nabla \cdot \mathbf{F}_{sol} = 0\)
Driven by Vorticity
Circulatory Flow
\[ \nabla \times \mathbf{F}_{sol} = \nabla \times (\nabla \times \mathbf{A}) \]
Field Reconstruction
If we know the divergence (source density \(\rho\)) and the curl (vorticity \(\boldsymbol{\omega}\)) of a field throughout all space, the field is determined uniquely.
1. Recover \(\Phi\)
Solve the Poisson Equation:
\[ \nabla^2 \Phi = -\rho \]
2. Recover \(\mathbf{A}\)
Solve the Vector Poisson Equation:
\[ \nabla^2 \mathbf{A} = -\boldsymbol{\omega} \]
"Sources define the push; Vorticity defines the spin."
Field Reconstruction Activity Field Reconstruction Activity
Lesson 04: The Helmholtz Decomposition
Name:
Decomposition Lab
The Challenge
A 3D vector field \(\mathbf{F}\) is known to have a divergence \(\nabla \cdot \mathbf{F} = 6x\) and a curl \(\nabla \times \mathbf{F} = 2\mathbf{k}\). Your task is to reconstruct the field by identifying its scalar and vector potentials, assuming appropriate boundary conditions at infinity.
1
Part I: The Irrotational Component
Focusing on the sources and sinks.
a) Set up the Poisson equation for the scalar potential \(\Phi\) given \(\nabla \cdot \mathbf{F} = 6x\).
b) Solve for \(\Phi(x,y,z)\) and compute the irrotational part of the field: \(\mathbf{F}_{irr} = -\nabla \Phi\).
2
Part II: The Solenoidal Component
Focusing on the vorticity.
a) Propose a vector potential \(\mathbf{A} = \langle A_x, A_y, A_z \rangle\) such that \(\nabla \times (\nabla \times \mathbf{A}) = 2\mathbf{k}\).
b) Compute the solenoidal part of the field: \(\mathbf{F}_{sol} = \nabla \times \mathbf{A}\).
3
Part III: Total Field Reconstruction
a) Express the full vector field \(\mathbf{F} = \mathbf{F}_{irr} + \mathbf{F}_{sol}\).
b) Verification Check: Compute \(\nabla \cdot \mathbf{F}\) and \(\nabla \times \mathbf{F}\) of your reconstructed field to ensure they match the original constraints.
© Helmholtz-Lab-604 Graduate Vector Calculus Sheet 04-A
Potentials Cheat Sheet Potentials & Decompositions
Ref: MTH-604-DECOMP
Scalar Potential (\(\Phi\))
Definition
Associated with irrotational (curl-free) fields. The field is the negative gradient of the potential.
\(\mathbf{F}_{irr} = -\nabla \Phi\)
Source Connection
The Laplacian of \(\Phi\) equals the negative source density \(\rho\).
\(\nabla^2 \Phi = -\rho\)
Physical Examples
Electric Potential (Electrostatics)
Gravitational Potential
Velocity Potential (Irrotational Flow)
Vector Potential (\(\mathbf{A}\))
Definition
Associated with solenoidal (divergence-free) fields. The field is the curl of the potential.
\(\mathbf{F}_{sol} = \nabla \times \mathbf{A}\)
Vorticity Connection
In the Coulomb gauge (\(\nabla \cdot \mathbf{A} = 0\)), the Laplacian of \(\mathbf{A}\) relates to vorticity \(\boldsymbol{\omega}\).
\(\nabla^2 \mathbf{A} = -\boldsymbol{\omega}\)
Physical Examples
Magnetic Vector Potential
Stream Function (2D Flow)
Vortex dynamics
The Helmholtz Identity
\[ \mathbf{F} = -\nabla \left( \frac{1}{4\pi} \int \frac{\nabla' \cdot \mathbf{F}}{|\mathbf{r}-\mathbf{r}'|} dV' \right) + \nabla \times \left( \frac{1}{4\pi} \int \frac{\nabla' \times \mathbf{F}}{|\mathbf{r}-\mathbf{r}'|} dV' \right) \]
"Any vector field decaying at least as fast as \(1/r\) is uniquely determined by its divergence and curl."
Property Irrotational Solenoidal Curl \(\mathbf{0}\) \(\neq \mathbf{0}\) Divergence \(\neq 0\) \(0\) Topology Sources/Sinks Closed Loops
Manifolds and Forms Slides Off the Flat Plane
Vector Calculus on Manifolds
Lecture 05 Differential Forms
Beyond Euclidean Space
Standard vector calculus assumes a global, flat coordinate system. On a manifold (like the Earth's surface), we must work locally.
Tangent Spaces
Vectors exist in the tangent space \(T_pM\) at each point \(p\), not in the manifold itself.
Coordinate Charts
Fields are defined using overlapping local patches (atlases).
The Challenge
How do we integrate a field over a surface if "up" and "north" change as we move?
Answer: Differential Forms.
The Language of Forms
0-forms
Scalar Functions
\(f\)
Measured at points. (e.g., Temperature)
1-forms
Line Integrals
\(\omega = \sum \omega_i dx^i\)
Integrated along curves. (e.g., Work)
2-forms
Surface Flux
\(\eta = f dx \wedge dy\)
Integrated over areas. (e.g., Flux)
Exterior Derivative (\(d\)): Gradient, Curl, and Div unified.
Generalized Stokes' Theorem
The most powerful formula in calculus. It unifies the Fundamental Theorem of Calculus, Green's Theorem, Stokes' Theorem, and Gauss's Theorem into a single elegant identity.
\[ \int_{\Omega} d\omega = \int_{\partial \Omega} \omega \]
"The integral of a derivative over a region equals the integral of the original form over the boundary."
Curved Surface Calculus Worksheet Geometric Flow Workshop
Lesson 05: Calculus on Curved Manifolds
Sheet 05
1
Differential Forms on the 2-Sphere
Consider the surface of the unit sphere \(S^2\) in \(\mathbb{R}^3\), parameterized by spherical coordinates \((\theta, \phi)\) where \(0 \le \theta \le \pi\) and \(0 \le \phi \le 2\pi\).
a) Write the area element (a 2-form) \(\sigma\) on the sphere in terms of \(d\theta\) and \(d\phi\).
b) Let \(\omega = \sin^2\theta \, d\phi\) be a 1-form on \(S^2\). Compute the exterior derivative \(d\omega\).
c) Interpret your result from (b) physically. If \(\omega\) represents a velocity 1-form, what does \(d\omega\) represent in terms of classical vector operators?
2
Global Constraints: The Hairy Ball Theorem
The topology of the sphere imposes constraints on the possible vector fields (or 1-forms) that can exist on it.
Consider the integral of a 2-form \(\eta\) over the entire sphere \(S^2\). If \(\eta\) is exact (i.e., \(\eta = d\alpha\) for some 1-form \(\alpha\)), use the Generalized Stokes' Theorem to calculate \(\int_{S^2} \eta\). Note that \(S^2\) is a manifold without boundary (\(\partial S^2 = \emptyset\)).
Formal Proof / Derivation
Discussion Challenge
"If every exact 2-form integrates to zero over a closed manifold, what can we say about the flux of a curl through the entire surface of a planet?"
Geometric-Grad-MTH Manifold Workshop 05 Sphere Analysis
Generalized Stokes Reference The Unified Calculus
Vector Operators & Differential Forms
Final Master Reference
In modern differential geometry, the distinct operators of gradient, curl, and divergence are revealed as specific cases of the exterior derivative \(d\). This reference maps these relationships in \(\mathbb{R}^3\).
Vector Concept Degree (\(k\)) Operator Relation Differential Form Result Scalar Field \(f\) 0-form \(df\) Gradient (\(\nabla f\)) Line Integral \(\oint \mathbf{F} \cdot d\mathbf{r}\) 1-form \(d\omega^1\) Curl (\(\nabla \times \mathbf{F}\)) Surface Flux \(\iint \mathbf{F} \cdot \mathbf{n} \, dS\) 2-form \(d\eta^2\) Divergence (\(\nabla \cdot \mathbf{F}\)) Volume Density \(\iiint \rho \, dV\) 3-form \(d\xi^3 = 0\) N/A (in \(\mathbb{R}^3\))
The Generalized Identity
Fundamental Bridge
\[ \int_{\Omega} d\omega = \int_{\partial \Omega} \omega \]
Valid for any n-manifold \(\Omega\) and any (n-1)-form \(\omega\).
Poincaré's Lemma
Operator Composition
\[ d(d\omega) = 0 \]
\(\text{curl}(\text{grad} \, f) = \mathbf{0}\)
\(\text{div}(\text{curl} \, \mathbf{F}) = 0\)
The Hodge Dual (\(*\))
The Hodge star operator \(*\) maps a \(k\)-form to an \((n-k)\)-form. It is the key to translating between "flux-like" quantities and "density-like" quantities.
\( *1 = dx \wedge dy \wedge dz \)
\( *dx = dy \wedge dz \)
\( *dV = 1 \)
*Consolidated Reference for Advanced Theoretical Physics & Applied Mathematics*