Section 17.2 : Parametric Surfaces
The final topic that we need to discuss before getting into surface integrals is how to parameterize a surface. When we parameterized a curve we took values of t from some interval [a,b] and plugged them into
→r(t)=x(t)→i+y(t)→j+z(t)→kand the resulting set of vectors will be the position vectors for the points on the curve.
With surfaces we’ll do something similar. We will take points, (u,v), out of some two-dimensional space D and plug them into
→r(u,v)=x(u,v)→i+y(u,v)→j+z(u,v)→kand the resulting set of vectors will be the position vectors for the points on the surface S that we are trying to parameterize. This is often called the parametric representation of the parametric surface S.
We will sometimes need to write the parametric equations for a surface. There are really nothing more than the components of the parametric representation explicitly written down.
x=x(u,v)y=y(u,v)z=z(u,v)Let’s first write down the parametric equations.
x=uy=ucosvz=usinvNow if we square y and z and then add them together we get,
y2+z2=u2cos2v+u2sin2v=u2(cos2v+sin2v)=u2=x2So, we were able to eliminate the parameters and the equation in x, y, and z is given by,
x2=y2+z2From the Quadric Surfaces section notes we can see that this is a cone that opens along the x-axis.
We are much more likely to need to be able to write down the parametric equations of a surface than identify the surface from the parametric representation so let’s take a look at some examples of this.
- The elliptic paraboloid x=5y2+2z2−10.
- The elliptic paraboloid x=5y2+2z2−10 that is in front of the yz-plane.
- The sphere x2+y2+z2=30.
- The cylinder y2+z2=25.
This one is probably the easiest one of the four to see how to do. Since the surface is in the form x=f(y,z) we can quickly write down a set of parametric equations as follows,
x=5y2+2z2−10y=yz=zThe last two equations are just there to acknowledge that we can choose y and z to be anything we want them to be. The parametric representation is then,
→r(y,z)=(5y2+2z2−10)→i+y→j+z→kb The elliptic paraboloid x=5y2+2z2−10 that is in front of the yz-plane. Show Solution
This is really a restriction on the previous parametric representation. The parametric representation stays the same.
→r(y,z)=(5y2+2z2−10)→i+y→j+z→kHowever, since we only want the surface that lies in front of the yz-plane we also need to require that x≥0. This is equivalent to requiring,
5y2+2z2−10≥0or5y2+2z2≥10c The sphere x2+y2+z2=30. Show Solution
This one can be a little tricky until you see how to do it. In spherical coordinates we know that the equation of a sphere of radius a is given by,
ρ=aand so the equation of this sphere (in spherical coordinates) is ρ=√30. Now, we also have the following conversion formulas for converting Cartesian coordinates into spherical coordinates.
x=ρsinφcosθy=ρsinφsinθz=ρcosφHowever, we know what ρ is for our sphere and so if we plug this into these conversion formulas we will arrive at a parametric representation for the sphere. Therefore, the parametric representation is,
→r(θ,φ)=√30sinφcosθ→i+√30sinφsinθ→j+√30cosφ→kAll we need to do now is come up with some restriction on the variables. First, we know that we have the following restriction.
0≤φ≤πThis is enforced upon us by choosing to use spherical coordinates. Also, to make sure that we only trace out the sphere once we will also have the following restriction.
0≤θ≤2πd The cylinder y2+z2=25. Show Solution
As with the last one this can be tricky until you see how to do it. In this case it makes some sense to use cylindrical coordinates since they can be easily used to write down the equation of a cylinder.
In cylindrical coordinates the equation of a cylinder of radius a is given by
r=aand so the equation of the cylinder in this problem is r=5.
Next, we have the following conversion formulas.
x=xy=rsinθz=rcosθNotice that they are slightly different from those that we are used to seeing. We needed to change them up here since the cylinder was centered upon the x-axis.
Finally, we know what r is so we can easily write down a parametric representation for this cylinder.
→r(x,θ)=x→i+5sinθ→j+5cosθ→kWe will also need the restriction 0≤θ≤2π to make sure that we don’t retrace any portion of the cylinder. Since we haven’t put any restrictions on the “height” of the cylinder there won’t be any restriction on x.
In the first part of this example we used the fact that the function was in the form x=f(y,z) to quickly write down a parametric representation. This can always be done for functions that are in this basic form.
Okay, now that we have practice writing down some parametric representations for some surfaces let’s take a quick look at a couple of applications.
Let’s take a look at finding the tangent plane to the parametric surface S given by,
→r(u,v)=x(u,v)→i+y(u,v)→j+z(u,v)→kFirst, define
→ru(u,v)=∂x∂u(u,v)→i+∂y∂u(u,v)→j+∂z∂u(u,v)→k→rv(u,v)=∂x∂v(u,v)→i+∂y∂v(u,v)→j+∂z∂v(u,v)→kIf we hold v=v0 fixed then →ru(u,v0) will be tangent to the curve given by →r(u,v0) (and yes this is a curve given that only one of the variables, u, is changing….) provided →ru(u,v0)≠→0. Similarly, if we hold u=u0 fixed then →rv(u0,v) will be tangent to the curve given by →r(u0,v) (again, because only v is changing this is a curve) provided →rv(u0,v)≠→0.
Therefore, both →ru(u0,v0) and →rv(u0,v0) (provided neither one is the zero vector) will be tangent to the surface, S, given by →r(u,v) at (u0,v0) and the tangent plane to the surface at (u0,v0) will be the plane containing both →ru(u0,v0) and →rv(u0,v0).
To help make things a little clearer we did the work at a particular point, but this fact is true at any point for which neither →ru or →rv are the zero vector.
This, in turn, means that provided →ru×→rv≠→0 the vector →ru×→rv will be orthogonal to the surface S and so it can be used for the normal vector that we need in order to write down the equation of a tangent plane. This is an important idea that will be used many times throughout the next couple of sections.
Let’s take a look at an example.
at the point (2,2,3).
Let’s first compute →ru×→rv. Here are the two individual vectors.
→ru(u,v)=→i+2u→k→rv(u,v)=4v→j+→kNow the cross product (which will give us the normal vector →n) is,
→n=→ru×→rv=|→i→j→k102u04v1|=−8uv→i−→j+4v→kNow, this is all fine, but in order to use it we will need to determine the value of u and v that will give us the point in question. We can easily do this by setting the individual components of the parametric representation equal to the coordinates of the point in question. Doing this gives,
2=u⇒u=22=2v2⇒v=±13=u2+vNow, as shown, we have the value of u, but there are two possible values of v. To determine the correct value of v let’s plug u into the third equation and solve for v. This should tell us what the correct value is.
3=4+v⇒v=−1Okay so we now know that we’ll be at the point in question when u=2 and v=−1. At this point the normal vector is,
→n=16→i−→j−4→kThe tangent plane is then,
16(x−2)−(y−2)−4(z−3)=016x−y−4z=18You do remember how to write down the equation of a plane, right?
The second application that we want to take a quick look at is the surface area of the parametric surface S given by,
→r(u,v)=x(u,v)→i+y(u,v)→j+z(u,v)→kand as we will see it again comes down to needing the vector →ru×→rv.
So, provided S is traced out exactly once as (u,v) ranges over the points in D the surface area of S is given by,
Let’s take a look at an example.
Okay we’ve got a couple of things to do here. First, we need the parameterization of the sphere. We parameterized a sphere earlier in this section so there isn’t too much to do at this point. Here is the parameterization.
→r(θ,φ)=4sinφcosθ→i+4sinφsinθ→j+4cosφ→kNext, we need to determine D. Since we are not restricting how far around the z-axis we are rotating with the sphere we can take the following range for θ.
0≤θ≤2πNow, we need to determine a range for φ. This will take a little work, although it’s not too bad. First, let’s start with the equation of the sphere.
x2+y2+z2=16Now, if we substitute the equation for the cylinder into this equation we can find the value of z where the sphere and the cylinder intersect.
x2+y2+z2=1612+z2=16z2=4⇒z=±2Now, since we also specified that we only want the portion of the sphere that lies above the xy-plane we know that we need z=2. We also know that ρ=4. Plugging this into the following conversion formula we get,
z=ρcosφ2=4cosφcosφ=12⇒φ=π3So, it looks like the range of φ will be,
0≤φ≤π3Finally, we need to determine →rθ×→rφ. Here are the two individual vectors.
→rθ(θ,φ)=−4sinφsinθ→i+4sinφcosθ→j→rφ(θ,φ)=4cosφcosθ→i+4cosφsinθ→j−4sinφ→kNow let’s take the cross product.
→rθ×→rφ=|→i→j→k−4sinφsinθ4sinφcosθ04cosφcosθ4cosφsinθ−4sinφ|=−16sin2φcosθ→i−16sinφcosφsin2θ→k−16sin2φsinθ→j−16sinφcosφcos2θ→k=−16sin2φcosθ→i−16sin2φsinθ→j−16sinφcosφ(sin2θ+cos2θ)→k=−16sin2φcosθ→i−16sin2φsinθ→j−16sinφcosφ→kWe now need the magnitude of this,
‖→rθ×→rφ‖=√256sin4φcos2θ+256sin4φsin2θ+256sin2φcos2φ=√256sin4φ(cos2θ+sin2θ)+256sin2φcos2φ=√256sin2φ(sin2φ+cos2φ)=16√sin2φ=16|sinφ|=16sinφWe can drop the absolute value bars in the sine because sine is positive in the range of φ that we are working with.
We can finally get the surface area.
A=∬D16sinφdA=∫2π0∫π3016sinφdφdθ=∫2π0−16cosφ|π/30dθ=∫2π08dθ=16π