Lecture 4 Stokes' Theorem
📌 Overview
This lecture introduces Stokes' Theorem, which relates a line integral around a closed boundary curve to a surface integral over any surface bounded by that curve. It can be viewed as a higher-dimensional generalization of Green's Theorem. The lecture covers the concept of induced orientation, the formal statement of the theorem, its application to conservative vector fields, and its role in Maxwell's equations for static fields.
🎯 Learning Objectives
➗ Formulas & Definitions
| Concept | Formula / Definition |
|---|---|
| Stokes' Theorem | |
| Green's Theorem | |
| Induced Orientation | Orientation of |
| Conservative Field | |
| Maxwell (Static E) | |
| Maxwell (Static B) |
💡 Intuitive stepwise derivation
From Green's to Stokes'
Stokes' Theorem is essentially "Green's Theorem in 3D".
- Green's Theorem works in the
-plane. It says the circulation around a boundary is the sum of "microscopic" circulations (curls) over the flat region . - Stokes' Theorem lifts this to a curved surface
in . - The boundary
is a closed loop in space. - The "microscopic" circulation at any point on the surface is the component of the curl
in the direction of the surface normal .
The Right-Hand Rule for Orientation
To ensure the signs match, we use the Right-Hand Rule:
- Point your thumb in the direction of the surface normal
. - Your fingers curl in the direction of the positive (induced) orientation of the boundary curve
. - Alternatively: If you walk along the boundary with your head in the direction of
, the surface must be on your left.
\usepackage{tikz-3dplot}
\begin{document}
\tdplotsetmaincoords{70}{110}
\begin{tikzpicture}[tdplot_main_coords, scale=2]
% Draw surface (a cap)
\draw[thick, fill=orange!50, opacity=0.6] plot[domain=0:360, samples=60] ({cos(\x)}, {sin(\x)}, {0.5*cos(2*\x) + 1});
% Draw boundary curve
\draw[blue, very thick, ->] plot[domain=0:180, samples=30] ({cos(\x)}, {sin(\x)}, {0.5*cos(2*\x) + 1});
\draw[blue, very thick] plot[domain=180:360, samples=30] ({cos(\x)}, {sin(\x)}, {0.5*cos(2*\x) + 1}) node[below right] {$C = \partial S$};
% Draw normal vector
\draw[red, -stealth, very thick] (0,0,1) -- (0,0,1.8) node[above] {$\mathbf{n}$};
% Label surface
\node at (0.3, 0.3, 1.2) {$S$};
% Right hand rule visualization (simplified)
\draw[dashed, gray] (0,0,1) circle (0.3);
\draw[->, gray] (0.3, 0, 1) arc (0:90:0.3);
\end{tikzpicture}
\end{document}
Notes / Example exercises
1. Oriented Boundary Curves
A surface
Example: Bounded Cylinder (Slide 5-6)
Consider the cylinder
The boundary consists of two circles:
at at
If
(top): Induced orientation is counterclockwise when viewed from above. (bottom): Induced orientation is clockwise when viewed from above.
Use the "walking" rule: Head points inward (towards
2. Stokes' Theorem Statement
Let
Comparison with Green's Theorem (Slide 7)
- Green's:
. - Stokes': Generalizes this to any surface
and any orientation .
3. Example: Evaluating a Line Integral (Slide 9)
Problem: Evaluate
Step-by-Step Plan:
- Find Curl:
. - Choose Surface: The simplest surface is the disk
in the plane bounded by the cylinder . - Parametrize Surface:
. Normal vector for is . - Setup Integral:
- Solve: By symmetry,
. The remaining part is .
Result:.
4. One Boundary, Many Surfaces (Slide 12-15)
Corollary: If
This is extremely useful! If
Practice Exercise 1 (Slide 12)
Problem: Compute
Solution:
- The boundary
is the circle at height . - Instead of the spherical cap, use the flat disk
at . - On
, the normal is . . .
Result: 0.
5. Closed Surfaces (Slide 16-17)
If
By Stokes' Theorem:
Intuition: You can split the closed surface into two parts
6. Conservative Vector Fields (Slide 18)
On an open, simply connected domain
(a)
(b)
(c)
(d)
Stokes' Theorem proves (d)
7. Application: Maxwell's Equations (Slide 19-21)
For static fields:
- Electric Field
: . The static electric field is conservative. - Magnetic Field
: . By Stokes: . This is Ampere's Law.
💡 Intuitive stepwise derivation: Amp�re's Law
- Start with the differential form:
. - Integrate both sides over a surface
: . - Apply Stokes' Theorem to the left side:
. - Recognize that
is the total current passing through the surface. - Conclusion: The circulation of
around a loop is proportional to the current passing through the loop.
✍️ Notes / Example exercises (Continued)
Practice Exercise 1 (Slide 28)
Problem:
Solution:
- The boundary
is at . - Use the flat disk
at instead of the paraboloid. - On
, . - We only need the
-component of :
. - At
, , so . .
Result:.
Practice Exercise 2 (Slide 28)
Problem:
Solution:
- By Ampere's Law (Stokes + Maxwell):
. is in the plane , so the normal is . . .
Result:.