<<

16.6 Parametric Surfaces and their Can define surfaces similarly to spacecurves: need two , v instead of just . Definition. Let , , be functions of two variables u, v, all with the same domain . The parametric defined by the co-ordinate functions x, y, z is the collection of vectors (u, v) = x(u, v)i + y(u, v) + z(u, v), for all (u, v) ∈ D v r D u (u, v)

We think of a parameterized surface as a r : D → R3.

Example The surface S parameterized by

r(u, v) = u cos vi + u sin vj + u2 cos 2vk is drawn for 0 ≤ u ≤ 1 and 0 ≤ v < 2π. Since

x2 − y2 = u2 cos2 v − u2 sin2 v = u2 cos 2v = z we recognize S as the saddle surface z = x2 − y2 Definition. The grid lines of a S are the two families of for which either u or v is constant. Important: surface distinct from parameterization! All surfaces can be parameterized in infinite many ways. Below are two different parameterizations of the saddle surface with the grid lines marked. Note how the grid lines look like a map for the surface. If you rotate the images to look at the (x, y)- , the grid lines should look familiar.

 u cos v   u  r1(u, v) =  u sin v  r2(u, v) =  v  u2 cos 2v u2 − v2

1 Standard Parameterized Surfaces

Planes The plane through a point with position vector r0 and containing the fixed vectors u and v has parametric

r(u, v) = r0 + uu + vv, u, v ∈ R

− · u×v The grid lines are parallel to u, v. Equivalent to (r r0) = 0 where n = |u×v| is the unit vector.

The blue lines in the picture are the grid lines with u = 0, u = 1 and u = 2 respectively. The orange lines are v = 0, v = 1 and v = 2.

Any other choice of r0, u, v leads to a new parameterization.

Cylinders A is a parametric surface

r(u, v) = p(u) + vv, u0 ≤ u ≤ u1, v ∈ R, where p(u) is a spacecurve and v is a constant vec- tor. The grid lines come in two families: copies of the original spacecurve translated in the v-direction, and lines parallel to v. A right-circular cylinder is a cylinder where p(u) is a and v is perpendicular to the plane of the circle.

Graphs of Functions The graph of any function z = (x, y) is automatically parameterized: take (u, v) = (x, y) to obtain

r(u, v) = ui + vj + f (u, v)k

We can also consider graphs parameterized using polar-co-ordinates (u, v) = (r, θ)

r(u, v) = u cos vi + u sin vj + f (u, v)k

2 The saddle surface z = x2 − y2 was parameterized earlier using both these methods.

It is often easiest to think of a surface as a graph: for example. . . Parameterize the surface S, being the part of the paraboloid z = 10 − x2 − y2 lying inside the cylinder (x − 1)2 + y2 = 4.

Viewing S as a graph, we first project onto the xy-plane to obtain the domain of the function: the disk D of radius 2 cen- tered at (1, 0). Now parameterize D using modified polar co-ordinates:

(x, y) = (1 + u cos v, u sin v)

Finally, compute z using the formula for the paraboloid to obtain the parameterization

 1 + u cos v  r(u, v) =  u sin v  10 − (1 + u cos v)2 − u2 sin2 v  1 + u cos v  =  u sin v  9 − u2 − 2u cos v where 0 ≤ u ≤ 2, 0 ≤ v < 2π.

Spheres The of radius R has three common parameterizations: p • As two graphs in Cartesian co-ordinates: z = ± f (x, y) = ± R2 − x2 − y2. √ • As two graphs in polar co-ordinates: z = ± f (r, θ) = ± R2 − r2.

sin u cos v • Using spherical co-ordinates: (u, v) = (φ, θ) =⇒ r(u, v) = R sin u sin v cos u The grid lines for each are drawn below.

3 Surfaces of revolution Rotate a y = f (x) for a ≤ x ≤ around the x-axis. Letting u measure the distance along the x-axis and v the polar angle in the yz-plane, we obtain

r(u, v) = ui + f (u)(cos vj + sin vk)

The plot is the result when f (x) = 2 + cos x

The grid lines come in two families: copies of the original curve rotated around the x-axis, and cir- cles centered on the x-axis.

Curves can be rotated around any axis for alterna- tive versions.

Tangent Planes

Definition. Let r(u, v) be a parameterization of S. A point r(uˆ, vˆ) is regular if (ru × rv)(uˆ, vˆ) 6= 0. The plane at a regular point r(uˆ, vˆ) is the plane through said point spanned by the tangent vectors ru(uˆ, vˆ) and rv(uˆ, vˆ). The unit normal vector is n(uˆ, vˆ) = ru×rv (uˆ, vˆ). |ru×rv|

At r(1, π ) = ( √1 , √1 , 1), the paraboloid 4 2 2

r(u, v) = u cos vi + u sin vj + (2 − u2)k has tangent vectors

   √1  cos v 2 1 ru = sin v =  √     2  −2u −2   − √1  − sin v 2 1 rv = u cos v =  √     2  0 0

The unit normal vector can be easily found: √ √  2  2 √ 1 √ ru × rv =  2 =⇒ n = √  2 1 5 1

The tangent plane therefore has equation

√ √ 1 √ √ 2(x − √1 ) + 2(y − √ ) + (z − 1) = 0 ⇐⇒ 2x + 2y + z = 3 2 2

4 Surface

3 Let S be parameterized by r : D → R and consider a point P0 = r(a, b) on S. Increase each of the co-ordinates u, v by small quantities ∆u, ∆v to give three new points

P1 = r(a + ∆u, b), P2 = r(a + ∆u, b + ∆v), P3 = r(a, b + ∆v).

These four points are the corners of a small piece of surface

∆S = {r(u, v) : a ≤ u ≤ a + ∆u, b ≤ v ≤ b + ∆v}

By the definition of partial , we see that

r(a + ∆u, b) − r(a, b) dr ≈ (a, b) =⇒ r(a + ∆u, b) − r(a, b) ≈ r (a, b)∆u ∆u du u

Similarly r(a, b + ∆v) − r(a, b) ≈ rv(a, b)∆v. It follows that the small piece of surface ∆S is approximately the parallelogram in the tangent plane at P0 with sides ru∆u and rv∆v. Since cross-products compute the area of a parallelogram, we see that the area of ∆S is

A(∆S) ≈ |ru × rv| ∆u∆v We can approximate the of the entire surface S by summing the areas of small approxi- mating parallelograms. Explicitly, if the domain D is a rectangle, subdivided into mn subrectangles, each containing a sample point (ui, vj),, then the area of S is approximately the Riemann sum

n Area(S) ≈ ∑ ∑ ru(ui, vj) × rv(ui, vj) ∆u∆v i=1 j=1

Torus approximated by 192 and 1728 parallelograms resp. Taking limits as m, n → ∞, we obtain. . . Theorem. If a surface S is defined by the vector-valued function r(u, v) where u, v are co-ordinates on some domain D ⊆ R2, then the surface area of S is given by ZZ A(S) = |ru × rv| du dv D

5 Definition. = |ru × rv| du dv is the area element of a surface. Lemma. dS is independent of co-ordinates. Indeed, if u = u(α, β) and v = v(α, β) for some alternative co-ordinates (α, β), then  | × | = ∂(α,β) × ru rv ∂(u,v) rα rβ  =⇒ |r × r | du dv = r × r dα dβ ∂(u,v) u v α β du dv = ∂(α,β) dα dβ 

Surface Area of a Graph If S is the graph of z = f (x, y) for (x, y) ∈ D, then we may parameterize with u = x and v = y:

r(u, v) = ui + vj + f (u, v)k

Therefore       1 0 − fx

|ru × rv| = rx × ry =  0  ×  1  = − fy

fx fy 1 2 2 = fx + fy + 1

Hence the surface area is ZZ q 2 2 A(S) = fx + fy + 1 dx dy D

Example The plane z = y − 2x + 2 for 0 ≤ x, y ≤ 1 has surface area Z 1 Z 1 q √ A(S) = (−2)2 + 12 + 1 dx dy = 6 0 0

Surfaces of Revolution If S is parameterized by u = x and v = θ, then

r(u, v) = ui + f (v)(cos vj + sin vk)

Supposing that a ≤ x ≤ b and 0 ≤ θ < 2π, we have

 1   0   f 0(x)  0( ) cos θ |ru × rv| = |rx × rθ| f x × f (x) − sin θ = f (x) − cos θ f 0(x) sin θ cos θ − sin θ q = f (x) f 0(x)2 + 1 (supposing f (x) ≥ 0)

The surface area is therefore Z 2π Z b q Z b q A(S) = f (x) f 0(x)2 + 1 dx dθ = 2π f (x) f 0(x)2 + 1 dx 0 a a

6 √ Example If f (x) = x for 0 ≤ x ≤ 1 then its surface area is s Z 1  1 2 A = 2π x1/2 √ + 1 dx 0 2 x Z 1 π √ = π (4x + 1)1/2 dx = (5 5 − 1) 0 6

More General Surfaces Expect hard calculations where you have parameterize the surface and cal- culate ru × rv yourself! For example. . .

A helicoid is parameterized using polar co-ordinates (u, v) = (r, θ):

r(u, v) = u cos v i + u sin v j + v k for −1 ≤ u ≤ 1 and −π ≤ v ≤ π. Its surface area is

Z π Z 1 A(S) = |ru × rv| du dv −π −1 Z π Z 1  cos v   −r sin v  = sin v × u cos v du dv −π −1 0 1 π 1 Z Z  sin v  = − cos v du dv −π −1 u Z π Z 1 p = 1 + u2 du dv −π −1 p p 1 2 2 = 2π(u 1 + u + ln(u + 1 + u )) √ √ 0 = 2π( 2 + ln(1 + 2)) A has

 (R+r cos v) cos u  r(u, v) = (R+r cos v) sin u r sin v where 0 ≤ u, v ≤ 2π   −(R+r cos v) sin u  −r sin v cos u  |ru × rv| = (R+r cos v) cos u × −r sin v sin u 0 r cos v = r(R + r cos v)

Hence the surface area is

Z 2π Z 2π r(R + r cos v) du dv = 4π2rR 0 0

7