Lecture 2 Surface Integrals & Flux

Lecture 2 Surface Integrals & Flux


Course: Calculus & Linear Algebra (TU Delft)
Topic: Lecture 2 - Surface Integrals & Flux (The "How-To" Guide)


1. Scalar Surface Integrals (Mass, Charge, Area)

Use this when you are integrating a "flat" number (a scalar function f) over a "curvy" surface.

The "Stretch Factor" Logic

To integrate over a curve, we must account for how much the surface is "stretched" compared to the flat uv-plane. This is the dS factor.

SfdS=Df(r(u,v))|ru×rv|The Stretch Factordudv

The Workflow (Example: Charge on a Cylinder)

If you have λ=x on a cylinder y2+z2=9 (Radius 3) from x=0 to 6:

  1. Parametrize: x=x,y=3cosθ,z=3sinθ.
  2. Find dS: For a cylinder, dS=Rdxdθ=3dxdθ.
  3. Set up: 02π06(x)(3)dxdθ.
  4. Solve: 3[12x2]06[θ]02π=108π.

2. Flux Integrals (Vector Flow)

Use this to measure how much of a vector field F is "piercing" through a surface.

The Orientation Rule

Flux requires a direction.

  • Outward: Default for closed solids (spheres, boxes).
  • Upward: Positive z-component.
  • Rightwards: Positive y-component (like our square y=4 example).

The Workflow (Example: The "Bowl" z=4x2y2)

  1. Find the Normal Vector (dS): For z=g(x,y), the upward vector is gx,gy,1.
    • n=2x,2y,1.
  2. Dot Product: Fn.
    • If F=y,x,z+1, then Fn=2xy2xy+(z+1)=z+1.
  3. Substitution: You must replace z with the surface equation 4x2y2.
    • Integrand: (4r2)+1=5r2.
  4. Integrate: Use Polar! 02π02(5r2)rdrdθ.

3. Dealing with Piecewise Surfaces (Closed Solids)

When a surface has a "top" and a "bottom" (like a pill or a capped bowl), you must calculate them separately.

The Consistency Check

Make sure both normals point OUT of the solid.

  • Top: Usually n=,,1 (Up).
  • Bottom: Usually n=0,0,1 (Down).

Example (The Floor z=0):


4. Calculus Shortcuts & Integration Tricks

Save time during the exam with these three patterns.

1. Separable Variables

If your integral looks like g(u)h(v)dudv, you can split it:

(g(u)du)(h(v)dv)

Used in: The cylinder charge problem (x and θ separated).

2. Symmetry Cancellations

If you integrate an odd function (like x,y,sinθ) over a symmetric domain (like a full circle), the result is 0.
Look for this in flux dot products to delete terms early!

3. The z=f(x,y) Area Shortcut

If the problem asks for Surface Area (Scalar integral of f=1):

dS=1+(fx)2+(fy)2dA

Used in: The cone problem z=25x2+y2 where dS=1+252dA.


5. Summary Table for dS and dS

Surface Parametrization Scalar dS (Mass) Vector dS (Flux)
Sphere (R) Spherical (ϕ,θ) R2sinϕdϕdθ x,y,zRsinϕdϕdθ
Cylinder (R) (z,θ) Rdzdθ cosθ,sinθ,0Rdzdθ
Graph z=g (x,y) 1+gx2+gy2dA gx,gy,1dA