markdown
Surface Integrals and Fluxmd 364834c
lecture/math/vector-calculus/surface-integrals-and-flux.lecture.n.md
Download PDF

Surface Integrals and Flux

date2026-07-15document_iddoc_6fd7e433e56bd98b98ee7ff1e97f0aebdescription面積分と流束を、曲面上のスカラー量とベクトル場の法線成分を足し合わせる操作として整理する。prerequisites曲線・曲面のパラメータ表示 / 勾配・発散・回転type講義content_typelecturestatusactiverelateddata/lecture/math/vector-calculus/vector-calculus-portal.lecture.n.md / data/lecture/math/vector-calculus/gradient-divergence-and-curl.lecture.n.md / data/lecture/math/multivariable-calculus/parametrized-curves-and-surfaces.lecture.n.md / data/lecture/math/analysis/introduction-to-line-and-surface-integrals.lecture.n.md / data/lecture/math/vector-calculus/green-gauss-and-stokes-theorems.lecture.n.md
mathvector-calculussurface-integrallecture

1Introduction

This lecture distinguishes the surface integral of a scalar quantity from the flux of a vector field through a surface. The first accumulates a quantity distributed over area, whereas the second accumulates the component normal to an oriented surface.

2Terminology and Definitions

The flux of a vector field is the surface integral of its normal component and measures the net passage of the field through a surface.

A surface integral accumulates either a scalar quantity over a surface or the normal component of a vector field over that surface.

3Strategy

Represent the surface by r(u,v) and construct a normal direction from the tangent vectors ru and rv. In a flux integral, only the component of the vector field in this normal direction contributes.

4Oriented Surfaces

A flux computation must distinguish the two sides of a surface. Reversing the normal direction reverses the sign of the flux. For a closed surface, the outward normal is the standard choice.

A surface is orientable if it admits a continuous unit normal field n over the entire surface. A connected orientable surface has the two orientations n and -n. A globally consistent flux cannot be defined on a nonorientable surface. For a closed surface given as the boundary of a region, the outward orientation is standard.

5Precise Formulation

Let ΩR2 be a bounded Jordan domain with piecewise C1 boundary, set D=Ω_, and let r be C1 on an open neighborhood of D. If ru×rv0 throughout Ω and r is injective on Ω, then S=r(D) is a regular surface patch. Overlap restricted to the boundary has area zero and does not affect the integral. If a parameterization covers interior points more than once, the formula over its parameter domain represents an integral with multiplicity rather than the ordinary integral over the geometric surface.

For a continuous scalar field g defined on a neighborhood of S, define

SgdS=Dg(r(u,v))ru×rvdudv.

This integral is independent of orientation. When g=1, it equals the area of the surface.

For a continuous vector field F defined on a neighborhood of S, suppose that ru×rv agrees with the selected orientation. Define the flux by

SF·ndS=DF(r(u,v))·(ru×rv)dudv.

At interior points of the patch, the corresponding unit normal is

n=ru×rvru×rv.

Reversing the orientation reverses the sign of the flux. The vector ru×rv simultaneously specifies a direction perpendicular to the tangent plane and the infinitesimal area scale. Thus ru×rvdudv is the unoriented area element, while the oriented flux uses ru×rvdudv without taking its norm.

If a compact piecewise regular surface of the type considered in this lecture cannot be represented regularly and one-to-one by a single patch, it is divided into finitely many regular patches whose overlaps are confined to boundaries of area zero. Its integral is the sum of the integrals over these patches. For flux, the normal on every patch must agree with the selected orientation of the surface. This construction defines the integrals over the spheres and closed surfaces used below.

Let Ω be another bounded Jordan domain with piecewise C1 boundary and set E=Ω_. Let φ:ED be the restriction of a C1 diffeomorphism between open neighborhoods of E and D, with φ(E)=D, and set ρ=rφ. The scalar surface integral is invariant under reparameterization because the change-of-variables formula uses the absolute value of the Jacobian. For flux, detDφ>0 preserves the orientation and the value. If detDφ<0 and the resulting cross product is used without correction, the parameterization represents the oppositely oriented surface and the flux changes sign. To preserve the previously selected geometric orientation, one must correct the sign of the cross product.

6Example 1: A Planar Patch

Consider the upward-oriented portion of the plane z=0 with 0[PARSE ERROR: Undefined("Command(\"le\")")]x[PARSE ERROR: Undefined("Command(\"le\")")]1 and 0[PARSE ERROR: Undefined("Command(\"le\")")]y[PARSE ERROR: Undefined("Command(\"le\")")]1. For F=(0,0,z+1), the unit normal is (0,0,1), and

SF·ndS=01011dxdy=1.

Choosing the downward normal changes the value to -1.

7Example 2: A Sphere

Let F=(x,y,z) and orient the sphere of radius R>0 centered at the origin outward. On the sphere, F·n=R. Since its area is 4πR2, the flux is 4πR3. The subsequent lecture verifies the same value by the divergence theorem: the divergence is 3, and the volume is 4πR3/3.

8Example 3: A Cylindrical Side

Parameterize the lateral surface of a cylinder of radius R and height H by

r(θ,z)=(Rcosθ,Rsinθ,z),

where 0[PARSE ERROR: Undefined("Command(\"le\")")]θ[PARSE ERROR: Undefined("Command(\"le\")")]2π and 0[PARSE ERROR: Undefined("Command(\"le\")")]z[PARSE ERROR: Undefined("Command(\"le\")")]H. This parameterization excludes the top and bottom disks. The values θ=0 and θ=2π describe the same seam, but this overlap lies on the boundary of the parameter domain and therefore does not affect the surface integral. The outward-oriented area vector is

rθ×rz=(Rcosθ,Rsinθ,0).

For F=(x,y,0), the flux is

0H02πR2dθdz=2πR2H.

9Comparison: A Field Tangent to the Surface

On an upward-oriented patch of the plane z=0, the field F=(1,0,0) is tangent to the plane. Consequently, F·n=0, and the flux is zero. A vector field may be nonzero along a surface while contributing no flux if its normal component vanishes.

10Connection to the Divergence Theorem

Let a bounded region V have a piecewise C1 boundary, and suppose that F is C1 on a neighborhood of V_. The total outward flux through the closed surface V equals the volume integral of the divergence over V. This is the divergence theorem. The next lecture relates flux through the boundary to the local interior quantity ·F. The theorem does not apply under these hypotheses if F has a singularity inside V.

11Common Errors

  • Computing flux without specifying a normal orientation.
  • Confusing the scalar area factor ru×rv with the oriented area vector ru×rv.
  • Applying Stokes' theorem without checking the induced orientation of the boundary curve.

12Related Lectures

data/lecture/math/vector-calculus/vector-calculus-portal.lecture.n.md data/lecture/math/vector-calculus/gradient-divergence-and-curl.lecture.n.md data/lecture/math/multivariable-calculus/parametrized-curves-and-surfaces.lecture.n.md data/lecture/math/analysis/introduction-to-line-and-surface-integrals.lecture.n.md data/lecture/math/vector-calculus/green-gauss-and-stokes-theorems.lecture.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる