Skip to main content

CLP-4 Vector Calculus

Section 3.1 Parametrized Surfaces

For many applications we will need to use integrals over surfaces. One obvious one is just computing surface areas. Another is computing the rate at which fluid traverses a surface. The first step is to simply specify surfaces carefully.
There are three common ways to specify a surface in three dimensions.
  1. Graph of a function: Probably the most common way to specify a surface is to give its equation in the form
    z=f(x,y)(x,y)DR2
    Here “(x,y)DR2” just means that (x,y) runs over the subset D of R2. For example, if the surface is the top half of the sphere of radius one centred on the origin
    z=1x2y2with x2+y21
  2. Implicitly: We can also specify that the surface is the set of points (x,y,z) that satisfy the equation G(x,y,z)=0, or, more generally
     1 
    Of course we can always convert the equation G(x,y,z)=K into H(x,y,z)=0 with H(x,y,z)=G(x,y,z)K. But it is often more convenient to use G(x,y,z)=K.
    , satisfy the equation G(x,y,z)=K, with K a constant. For example, the sphere of radius one centred on the origin is the set of points that obey
    x2+y2+z2=1
    We shall explore this surface a little more in Example 3.1.2 below.
  3. Range of a function: Probably the most useful way to specify a surface, when one needs to integrate over the surface, is as the range of a function
    r:DR2R3(u,v)Dr(u,v)=(x(u,v),y(u,v),z(u,v))
    The upper line means that r is a function which is defined on the subset D of R2 and which assigns to each point on D a point in R3. The second line means that the function r assigns to the element (u,v) of D the element r(u,v)=(x(u,v),y(u,v),z(u,v)) in R3. Such a surface is called a parametrized surface — each point of the surface is labelled by the values of the two parameters u and v. Parametrized surfaces are of course the two parameter analog of parametrized curves. Examples of parametrized surfaces come next.

Example 3.1.1.

One simple, even trivial, way to parametrize the surface which is the graph
z=f(x,y)(x,y)DR2
is to choose x and y as the parameters. That is, to choose
r(u,v)=(u,v,f(u,v)),(u,v)Dorr(x,y)=(x,y,f(x,y)),(x,y)D
Let’s do something a bit more substantial.

Example 3.1.2. Sphere.

The sphere of radius 1 centred on the origin is the set of points (x,y,z) that obey
G(x,y,z)=x2+y2+z2=1
We cannot express this surface as the graph of a function because, for each (x,y) with x2+y2<1, there are two z’s that obey x2+y2+z2=1, namely
z=±1x2y2
On the other hand, locally, this surface is the graph of a function. This means that, for any point (x0,y0,z0) on the sphere, all points of the surface that are sufficiently near (x0,y0,z0) can be expressed in one of the forms z=f(x,y) or x=g(y,z), or y=h(x,z). For example, the part of the sphere that is within a distance 2 of the point (0,0,1) is
{ (x,y,z) | x2+y2+z2=1, |(x,y,z)(0,0,1)|<2 }={ (x,y,z) | x2+y2+z2=1, x2+y2+(z1)2<2 }={ (x,y,z) | x2+y2+z2=1, x2+y2+z22z+1<2 }={ (x,y,z) | x2+y2+z2=1, z>0 }={ (x,y,z) | z=1x2y2, x2+y2<1 }
This is illustrated in the figure below which shows the y=0 section of the sphere x2+y2+z2=1 and also the y=0 section of the set of points that are within a distance 2 of (0,0,1). (They are the points inside the dashed circle.)
Similarly, as illustrated schematically in the figure below, the part of the sphere that is within a distance 2 of the point (1,0,0) is
{ (x,y,z) | x2+y2+z2=1, |(x,y,z)(1,0,0)|<2 }={ (x,y,z) | x2+y2+z2=1, (x1)2+y2+z2<2 }={ (x,y,z) | x2+y2+z2=1, x22x+1+y2+z2<2 }={ (x,y,z) | x2+y2+z2=1, x>0 }={ (x,y,z) | x=1y2z2, y2+z2<1 }
The figure below shows the y=0 section of the sphere x2+y2+z2=1 and also the y=0 section of the set of points that are within a distance 2 of (1,0,0). (Again, they are the points inside the dashed circle.)
We can parametrize the unit sphere by using spherical coordinates, which you should have seen before. As a reminder, here is a figure showing the definitions of the three spherical coordinates
 2 
The symbols ρ, φ, θ are the standard mathematics symbols for the spherical coordinates. Appendix A.7 gives another set of symbols that is commonly used in the physical sciences and engineering.
ρ= distance from (x,y,z) to (0,0,0)φ= angle between the line (0,0,0)(x,y,z) and the z axisθ= angle between the line (0,0,0)(x,y,0) and the x axis
and here are two more figures giving the side and top views of the previous figure.
From the figure, we see that Cartesian and spherical coordinates are related by
x=ρsinφcosθy=ρsinφsinθz=ρcosφ
The points on the sphere x2+y2+z2=1 are precisely the set of points with ρ=1. So we can use the parametrization
r(θ,φ)=(sinφcosθ,sinφsinθ,cosφ)
Here is how to see that as φ runs over (0,π) and θ runs over [0,2π), r(θ,φ) covers the whole sphere x2+y2+z2=1 except for the north pole (φ=0 gives the north pole for all values of θ) and the south pole (φ=π gives the south pole for all values of θ).
  • Fix θ and have φ run over the interval 0<φπ2. Then r(θ,φ) traces out one quarter of a circle starting at the north pole r(θ,0)=(0,0,1) (but excluding the north pole itself) and ending at the point r(θ,π2)=(cosθ,sinθ,0) in the xy-plane.
  • Keep θ fixed at the same value and extend the interval over which φ runs to 0<φ<π. Now r(θ,φ) traces out a semi-circle starting at the north pole r(θ,0)=(0,0,1), ending at the south pole r(θ,π)=(0,0,1) (but excluding both the north and south poles themselves) and passing through the point r(θ,π2)=(cosθ,sinθ,0) in the xy-plane.
  • Finally have θ run over 0θ<2π. Then the semicircle rotates about the z-axis, sweeping out the full sphere, except for the north and south poles.
Recall that φ is the angle between the radius vector and the z-axis. If you hold φ fixed and increase θ by a small amount dθ, r(θ,φ) sweeps out the red circular arc in the figure on the left below. If you hold φ fixed and vary θ from 0 to 2π, r(θ,φ) sweeps out a line of latitude. The figure on the right below gives the lines of latitude (or at least the parts of those lines in the first octant) for φ=π10, 2π10, 3π10, 4π10 and 5π10=π2.
On the other hand, if you hold θ fixed and increase φ by a small amount dφ, r(θ,φ) sweeps out the red circular arc in the figure on the left below. If you hold θ fixed and vary φ from 0 to π, r(θ,φ) sweeps out a line of longitude. The figure on the right below gives the lines of longitude (or at least the parts of those lines in the first octant) for θ=0, π10, 2π10, 3π10, 4π10 and 5π10=π2.

Example 3.1.3. Cylinder.

The surface x2+z2=1 is an infinite cylinder. Part of this cylinder in the first octant is sketched below.
Note that the section of this cylinder that lies in the xz-plane, and in fact in any plane y=c, is the circle x2+z2=1. We can of course parametrize this circle by x=cosθ, z=sinθ. So we can parametrize the whole cylinder by using θ and y as parameters.
r(θ,y)=(cosθ,y,sinθ)0θ<2π,  <y<

Example 3.1.4. Surface of Revolution.

In this example, we are going to parametrize a surface of revolution. In your first integral calculus course, you undoubtedly encountered many surfaces created by rotating a curve y=f(x) about the x-axis or the y-axis. In this course, we are used to having the z-axis, rather than the y-axis, run vertically.
So in this example, we’ll parametrize the surface constructed by rotating the curve
z=g(y)=ey0y1
about the z-axis. Exactly the same procedure can be used to parametrize surfaces created by rotating about the x-axis or the y-axis too.
We start by just sketching the curve, considering the yz-plane as the plane x=0 in R3. The specified curve is the red curve in the figure below. Concentrate on any one point on that curve. It is the blue dot at (0,Y,eY)
in the figure. When our curve is rotated about the z-axis, the blue dot sweeps out a circle. The circle that the blue dot sweeps out
  • lies in the horizontal plane z=eY and
  • is centred on the z-axis and
  • has radius Y.
We can parametrize the circle swept out in the usual way. Here is a top view of the circle, with the parameter, named θ, indicated.
The coordinates of the red dot are (Ysinθ,Ycosθ,eY). This also gives a parametrization of the surface of revolution
x(Y,θ)=Ysinθy(Y,θ)=Ycosθz(Y,θ)=eY0Y1,0θ<2π
Notice, by way of checks, that
  • when θ=0,
    (x(Y,0),y(Y,0),z(Y,0))=(0,Y,eY)
    runs over the entire desired curve (namely z=g(y), 0y1), when Y runs over 0Y1 and
  • for any fixed 0Y1, (x(Y,θ),y(Y,θ),z(Y,θ)) runs over the circle x2+y2=Y2, in the plane z=eY, when θ runs over 0θ<2π.
Also notice that
x(Y,θ)2+y(Y,θ)2=Y2
so that
Y=x(Y,θ)2+y(Y,θ)2
and
z(Y,θ)=eY=ex(Y,θ)2+y(Y,θ)2
That is, the surface of revolution is contained in the (infinite) surface
z=ex2+y2
Remembering that 0Y1, we have that 1z=eYe. Thus the surface of revolution is
z=ex2+y21ze
Finally here is a sketch of the part of the surface in the first octant, x,y,z0.

Example 3.1.5. Torus.

In this example, we are going to parametrize a donut (well, its surface), or an inner tube.
The formal mathematical name for the surface of a donut is a torus. Our strategy will be to first parametrize the section of the torus in the right half of the yz-plane, and then built up the full torus by rotating the circle about the z-axis. The section is a circle, sketched below.
We’ll assume that the centre of the circle is a distance R from the z-axis, and that the circle has radius r. Then the red dot on the circle is at
x=0y=R+rcosθz=rsinθ
In particular the red dot is a distance rsinθ above the xy-plane and is a distance R+rcosθ from the z-axis. So when we rotate the section about the z-axis, the red dot sweeps out a circle which is sketched below.
The circle that the red dot sweeps out
  • lies in the plane z=rsinθ and
  • is centred on the z-axis and
  • has radius ρ=R+rcosθ.
We can parametrize the circle swept out in the usual way. Here is a top view of the circle, with the parameter, named ψ, indicated.
So the parametrization of the circle swept out by the red dot, and also the parametrization of the torus, is
x=ρcosψ=(R+rcosθ)cosψy=ρsinψ=(R+rcosθ)sinψz=rsinθ
or
r(θ,ψ)=(R+rcosθ)cosψ ıı^+(R+rcosθ)sinψ ȷȷ^+rsinθ k^0θ,ψ<2π

Exercises Exercises

Exercise Group.

Exercises — Stage 1
1.
Parametrize the surface given by z=ex+1+xy in terms of x and y.
2. (✳).
Let S be the surface given by
r(u,v)=(u+v,u2+v2,uv),2u2, 2v2
This is a surface you are familiar with. What surface is it (it may be just a portion of one of the following)? sphere / helicoid / ellipsoid / saddle / parabolic bowl / cylinder / cone / plane

Exercise Group.

Exercises — Stage 2
3. (✳).
Suppose S is the part of the hyperboloid x2+y22z2=1 that lies inside the cylinder x2+y2=9 and above the plane z=1 (i.e. for which z1).
Which of the following are parameterizations of S?
  1. The vector function
    r(u,v)=uıı^+vȷȷ^+u2+v212k^
    with domain D={ (u,v) | 2u2+v29 }.
  2. The vector function
    r(u,v)=usinvıı^ucosvȷȷ^+u2212k^
    with domain D={ (u,v) | 3u3, 0v2π }.
  3. The vector function
    r(u,v)=1+2v2cosuıı^+1+2v2sinuȷȷ^+vk^
    with domain D={ (u,v) | 0u2π, 1v2 }.
  4. The vector function
    r(u,v)=1+usinvıı^+1+ucosvȷȷ^+u2k^
    with domain D={ (u,v) | 2u8, 0v2π }.
  5. The vector function
    r(u,v)=ucosvıı^usinvȷȷ^+u+12k^
    with domain D={ (u,v) | 3u9, 0v2π }.
4. (✳).
Suppose the surface S is the part of the sphere x2+y2+z2=2 that lies inside the cylinder x2+y2=1 and for which z0. Which of the following are parameterizations of S?
  1. r(ϕ,θ)=2sinϕcosθıı^+2cosϕȷȷ^+2sinϕsinθk^
    0ϕπ4, 0θ2π
  2. r(x,y)=xıı^yȷȷ^+2x2y2k^
    x2+y21
  3. r(u,θ)=usinθıı^+ucosθȷȷ^+2u2k^
    0u2, 0θ2π
  4. r(ϕ,θ)=2sinϕcosθıı^+2sinϕsinθȷȷ^+2cosϕk^
    0ϕπ4, 0θ2π
  5. r(ϕ,z)=2z2sinϕıı^+2z2cosϕȷȷ^+zk^
    0ϕ2π, 1z2
5. (✳).
Let S be the part of the paraboloid z+x2+y2=4 lying between the planes z=0 and z=1. For each of the following, indicate whether or not it correctly parameterizes the surface S.
  1. r(u,v)=uıı^+vȷȷ^+(4u2v2)k^, 0u2+v21
  2. r(u,v)=(4ucosv)ıı^+(4usinv)ȷȷ^+uk^, 0u1, 0v2π
  3. r(u,v)=(ucosv)ıı^+(usinv)ȷȷ^+(4u2)k^, 3u2, 0v2π

Exercise Group.

Exercises — Stage 3
6. (✳).
Consider the following surfaces
  • S1 is the hemisphere given by the equation x2+y2+z2=4 with z0.
  • S2 is the cylinder given by the equation x2+y2=1.
  • S3 is the cone given by the equation z2=x2+y2 with z0.
Consider the following parameterizations:
  1. r(θ,ϕ)=(4cosθsinϕ,4sinθsinϕ,4cosϕ)0θ2π,0ϕπ/6
  2. r(θ,ϕ)=(4cosθsinϕ,4sinθsinϕ,4cosϕ)0θ2π,0ϕπ/4
  3. r(θ,ϕ)=(4cosθsinϕ,4sinθsinϕ,4cosϕ)0θ2π,0ϕπ/3
  4. r(θ,z)=(4z2cosθ,4z2sinθ,z)0θ2π,1z2
  5. r(θ,z)=(4z2cosθ,4z2sinθ,z)0θ2π,2z2
  6. r(θ,z)=(4z2cosθ,4z2sinθ,z)0θ2π,3z2
  7. r(θ,z)=(zcosθ,zsinθ,z)0θ2π,0z1
  8. r(θ,z)=(zcosθ,zsinθ,z)0θ2π,0z2
  9. r(θ,z)=(zcosθ,zsinθ,z)0θ2π,0z3
  10. r(x,y)=(x,y,x2+y2)x2+y21
  11. r(x,y)=(x,y,x2+y2)x2+y22
  12. r(x,y)=(x,y,x2+y2)x2+y22
For each of the following, choose from above all of the valid parameterization of each of the given surfaces. Note that there may be one or more valid parameterization for each surface, and not necessarily all of the above parameterizations will be used.
  1. The part of S1 contained inside S2:
  2. The part of S1 contained inside S3:
  3. The part of S3 contained inside S2:
  4. The part of S3 contained inside S1:
7.
Parametrize a solid of rotation about a line not parallel to an axis. Maybe first show that the plane you’re rotating is normal to that axis.
  1. Give a parametric equation for the circle of radius 1, centred at (2,2,4), lying in the plane x=y.
  2. Give a parametrized equation for the surface formed by rotating the circle from part (a) about the line r(t)=4ıı^+4ȷȷ^+tk^.