Calculus of Parametric Surfaces and Stokes' Theorem
Review of Green's Theorem and Vector Operators
Green's Theorem Definition: As established previously, if a curve C is the boundary of a domain D, the line integral along C is equal to the double integral over D of the difference of partial derivatives.
Formula: ∮CPdx+Qdy=∬D(∂x∂Q−∂y∂P)dA
Orientation Requirements:
* For the theorem to hold, the domain must stay on the left side as one walks along the boundary.
* The outer boundary of the domain must be oriented counterclockwise.
* Any inner boundaries (holes) must be oriented clockwise.
Del Operator (Derivative Operator): Represented by ∇, it consists of partial derivatives: ∇=⟨∂x∂,∂y∂,∂z∂⟩
Curl of a Vector Field: Defined as the cross product of the del operator and the vector field F, denoted as curlF or ∇×F.
Divergence of a Vector Field: Defined as the dot product of the del operator and the vector field F, denoted as divF or ∇⋅F.
Parametric Surfaces and Vector Representations (Section 16.6)
Limitations of Graph-based Surfaces: Previously, surfaces were treated as graphs of functions where z=g(x,y). Such surfaces represent a collection of points of the form ⟨x,y,g(x,y)⟩ lying above a domain D in the xy-plane.
The Vertical Line Test Problem: Not all surfaces can be expressed as z=g(x,y). For example, a shape that doubles back on itself fails the vertical line test and cannot be written as a single function of x and y.
Conceptual Mapping: A two-dimensional object should be parametrizable using two variables (coordinates). We define coordinates u and v in a domain D within the uv-plane.
Parametric Representation: We map points from the uv-plane into three-dimensional space (xyz) using a vector-valued function: r(u,v)=⟨x(u,v),y(u,v),z(u,v)⟩
Coordinate Grid Mapping: This map takes a two-dimensional grid from the coordinate space and deforms/places it into 3D space to form a surface.
Area of a Parametric Surface
Differential Area Approximation: To find the surface area, the domain in the uv-plane is subdivided into small rectangles with sides Δu and Δv. These rectangles are mapped to "approximate parallelograms" on the surface in 3D space.
Tangent Vectors: The sides of these approximate parallelograms are represented by vectors determined by partial derivatives of r. ru=⟨∂u∂x,∂u∂y,∂u∂z⟩ rv=⟨∂v∂x,∂v∂y,∂v∂z⟩
Geometric Scaling: The actual lengths of the vectors forming the parallelogram on the surface are approximately ruΔu and rvΔv
Area Calculation: The area of a parallelogram defined by two vectors is the magnitude of their cross product. ΔS≈∣(ruΔu)×(rvΔv)∣=∣ru×rv∣ΔuΔv
Surface Area Formula: By taking the limit as subdivisions become finer, we convert the sum into an integral over the domain D in the uv-space. A(S)=∬D∣ru×rv∣dA where dA=dudv
Surface Integrals of Scalar Functions (Section 16.7)
Definition: A surface integral extends the concept of a line integral to a two-dimensional surface. It integrates a scalar function f(x,y,z) over the surface S.
Transformation to u,v Space: The function is evaluated at points on the surface using the parametrization r(u,v), and then scaled by the surface area element. f(x,y,z)=f(r(u,v))
Integral Formulation: ∬Sf(x,y,z)dS=∬Df(r(u,v))∣ru×rv∣dA
Physical Interpretation: This represents taking the value of the function at a point on the surface and multiplying it by the area of the corresponding infinitesimal rectangle on the surface.
Verification with Surfaces as Graphs
Special Case: z=g(x,y): To verify the general formula, we apply it to a surface defined as a graph.
Parametrization of a Graph: u=x v=y z=g(x,y) r(x,y)=⟨x,y,g(x,y)⟩
Partial Derivatives: rx=⟨1,0,gx⟩ ry=⟨0,1,gy⟩
Cross Product Calculation: rx×ry=⟨−gx,−gy,1⟩
Norm of the Cross Product: ∣rx×ry∣=(−gx)2+(−gy)2+12=1+gx2+gy2
Sanity Check: This result matches the formula for surface area derived in previous chapters, confirming the validity of the general parametric approach.
Vector Fields and the Concept of Flux
Physical Motivation: Flux originates from fluid dynamics (measuring the rate of fluid flow) and electromagnetism.
Flux through a Rectangular Surface: Suppose a vector field F represents fluid velocity. If a surface is parallel to the flow, zero fluid passes through (flux = 0). If the surface is perpendicular to the flow, maximum fluid passes through.
The Dot Product Relationship: We need a function of the velocity F and the surface normal n that is zero when perpendicular, maximum when parallel, and negative when flow is opposite the normal. The dot product F⋅n satisfies these requirements.
Flux Definition: Roughly, the rate of fluid flow through a surface.
Evaluating Flux Integrals
Orientation and Normal Vectors: Surfaces have two sides. An orientation is a consistent choice of unit normal vector n across the surface. While not all surfaces are orientable (e.g., Mobius strip), standard surfaces like spheres are.
Integral Setup: ∬SF⋅ndS
Computing with Parametrization: The normal vector is given by the cross product of the tangent vectors ru×rv. To make it a unit normal n, we divide by its norm: n=∣ru×rv∣ru×rv dS=∣ru×rv∣dA
Resulting Formula: The norms cancel out, simplifying the calculation. ∬SF⋅dS=∬DF(r(u,v))⋅(ru×rv)dA
Notation Variants:
* ∬SF⋅ndS
* ∬SF⋅dS
Flux over a Graph of a Function
Special Case Component Calculation: For z=g(x,y), with F=⟨P,Q,R⟩.
Vectors: Surface Normal (non-unit)=⟨−gx,−gy,1⟩
The Dot Product: F⋅(rx×ry)=⟨P,Q,R⟩⋅⟨−gx,−gy,1⟩=−Pgx−Qgy+R
Full Formula: ∬SF⋅dS=∬D(−Pgx−Qgy+R)dA
Stokes' Theorem (Section 16.8)
Statement: Stokes' Theorem equates the line integral of a vector field along the boundary of a surface to the flux integral of the curl of that vector field through the surface.
Formula: ∮∂SF⋅dr=∬S(∇×F)⋅dS
Orientation and the Right-Hand Rule: The orientation of the boundary curve must be consistent with the surface normal. If your thumb points in the direction of the normal, your fingers curl in the positive direction of the boundary curve.
Historical and Experimental Context: This theorem was not immediately obvious but emerged through experimental observations in electromagnetism (e.g., Faraday's Law of Induction). Physicists noticed that different physical calculations yielded the same values repeatedly, leading to the formalization of the theorem.
Proof of Stokes' Theorem for Function Graphs
Case Assumption: The surface is the graph of a function z=g(x,y).
Step 1: Compute the Right-Hand Side (Curl Flux):
* Curl of F: ∇×F=⟨Ry−Qz,Pz−Rx,Qx−Py⟩
* Apply the flux formula over a graph: ∬ScurlF⋅dS=∬D(−(Ry−Qz)gx−(Pz−Rx)gy+(Qx−Py))dA
Step 2: Compute the Left-Hand Side (Line Integral):
* Parameterize the boundary curve as ⟨x(t),y(t),z(t)⟩, where z(t)=g(x(t),y(t)).
* By the chain rule: z′(t)=gxx′(t)+gyy′(t)
* Substitute into the line integral ∫Pdx+Qdy+Rdz: ∫Px′+Qy′+R(gxx′+gyy′)dt ∫(P+Rgx)x′dt+(Q+Rgy)y′dt
* This is a 2D line integral on the boundary of D in the xy-plane. Apply Green's Theorem: ∬D(∂x∂(Q+Rgy)−∂y∂(P+Rgx))dA
Step 3: Expand the Derivatives (Chain Rule Application):
* When differentiating functions like Q(x,y,g(x,y)) with respect to x, we must account for the implicit dependence of z on x: ∂x∂Q→Qx+Qzgx
* Expanding the full expression: (Qx+Qzgx+Rxgy+Rzgxgy+Rgxy)−(Py+Pzgy+Rygx+Rzgygx+Rgyx)
Step 4: Cancel and Compare:
* The terms Rzgxgy and Rgxy cancel out.
* The resulting expression is: Qx+Qzgx+Rxgy−Py−Pzgy−Rygx
* Distributing the terms in the RHS expression from Step 1: −Rygx+Qzgx−Pzgy+Rxgy+Qx−Py
Conclusion: Both sides are identical, proving the theorem for this case.