Introduction
In this part we’ll cover surface integrals.
Let’s first start with tanget planes to surfaces.
Tangent planes to surfaces.
Suppose S is a parametric surface with parameterization r:D⊂R2→R3.
r(u,v)=x(u,v)i+y(u,v)j+z(u,v)k
We define ru(u,v) as:
ru=xu(u,v)i+yu(u,v)j+zu(u,v)k
And for the partial derivate of v:
rv=xv(u,v)i+yv(u,v)j+zv(u,v)k
Definition 1 (Tangent plane)
The tangent plane, π, to S, at the point r(u0,v0) is the plane that contains ru(u0,v0) and rv(u0,v0).
Equivalently, it is the plane perpendicular to the cross product of ru(u0,v0) and rv(u0,v0, which goes through r(u0,v0).
Example 1
Find the tangent plane to x=u2,y=v2,z=u+2v. At the point (1,1,3).
r(u,v)=⟨u2,v2,u+2v⟩ru(u,v)=⟨2u,0,1⟩rv(u,v)=⟨0,2v,2⟩ru(u,v)×rv(u,v)=i2u0j02vk12=⟨(0⋅2)−(1⋅2v),−(2u⋅2)−(1⋅0),(2u⋅2v)−(0⋅0)⟩=⟨−2v,−2u,4uv⟩ru(1,1)×rv(1,1)=⟨−2,−2,4⟩Therefore:
π=−2(x−1)−4(y−1)+4(z−3)−2x+2−4y+4+4z−12=0−x−2y+2z=3
Surface area
Let r:D→R3 be a parameterization for a surface, S.
Definition 2 (Surface area)
Area(s)=∬D∣ru×rv∣ dx dy
Example 2
Find the area of the paraboloid
z=x2+y2Below the plane z=9.
We can parameterize such as:
r(u,v)=⟨u,v,u2+v2⟩D={(u,v)∈R2∣u2+v2≤9}ru(u,v)=⟨1,0,2u⟩rv(u,v)=⟨0,1,2v⟩ru×rv=i10j01k2u2v=⟨(0⋅2v)−(2u⋅1),−(1⋅2v)−(2u⋅0),(1⋅1)−(0⋅0)⟩=⟨−2u,−2v,1⟩∣ru×rv∣=4u2+4v2+1Let’s also change to polar coordinates, since we have a circle:
S={(r,θ)∣0≤r≤3,0≤θ≤2π}∬D∣ru×rv∣ du dv=∬S4r+1⋅r dr dθ=∫02π∫03r4r+1 dr dθ=2π∫03r4r+1 drLet u=4r+1, du=4 dr, u(0)=1 and u(3)=13.
2π∫113ru dr2π∫113(u−1)u du2π∫113u23−u du2π[52u25−32u23u=1u=13]2π[52u25−32u23u=1u=13]2π[(52⋅1325−32⋅1323)−(52⋅125−32⋅123)]2π[(52⋅1325−32⋅1323)−(52−32)]Yeah I’m just going to leave it at that…
Surface integrals
Definition 3 (Surface integral)
Let r:D→R3 be a parameterization of a surface, S.
Let f:S→R be a function, then:
∬Sf(x,y,z) dS=∬Df(r(u,v)) ∣ru×rv∣ du dv
Example 3
Compute ∬Sx2 dS where S is the unit sphere in R3.
S={(x,y,z)∣x2+y2+z2=1}We could use spherical, but since we know that the radius is 1, r is useless, therefore we can use “polar” coordinates.
r(ϕ,θ)=⟨sin(ϕ) cos(θ),sin(ϕ) sin(θ),cos(ϕ)⟩ ∣ 0≤ϕ≤π,0≤θ≤2πWhich means:
rϕ=⟨cos(ϕ) cos(θ),cos(ϕ) sin(θ),−sin(ϕ)⟩rθ=⟨−sin(ϕ) sin(θ),sin(ϕ) cos(θ),0⟩rϕ×rθ=icos(ϕ) cos(θ)−sin(ϕ) sin(θ)jcos(ϕ) sin(θ)sin(ϕ) cos(θ)k−sin(ϕ)0⟨−sin2(ϕ) cos(θ),sin2(ϕ) sin(θ),cos2(θ) cos(ϕ) sin(ϕ)+sin2(θ) cos(ϕ) sin(ϕ)⟩∣rphi×rθ∣=…=sin(ϕ)CBA
Example 4
Evaluate ∬Sy dS where S=z=x+y2 for 0≤x≤1 and 0≤y≤2.
r(u,v)=⟨u,v,u+v2⟩ru(u,v)=⟨1,0,1⟩rv(u,v)=⟨0,1,2v⟩ru×rv=i10j01k12v=⟨1,2v,1⟩∣ru×rv∣=4v2+2∬Sy dS=∫01∫02 v4v2+2 dv du∫02 v4v2+2 dvLet u=4v2+2, du=8v dv, u(0)=2 and u(2)=18.
81∫218 u du81[32u23u=2u=18]81[(32⋅1823)−(32⋅223)]Good enough :]