Você está na página 1de 7

1.

A parametric equation for a cone is:


x(, r) = r cos() 0 2
y(, r) = r sin() 0 r 2
z(, r) = r
Find a downward facing normal vector for an arbitary point on the cone. Is the
cone a smooth surface?
To compute the normal vector we take the parametric equations of the cone, as
given above and compute the normal. That is we compute
_
x
r
,
y
r
,
z
r
_

_
x

_
As usual we setup the cross product as a determinant.
det
_
_
i j k
x
r
y
r
z
r
x

_
_
= det
_
_
i j k
cos() sin() 1
r cos() r cos() 0
_
_
=
=
_
r cos(), r sin(r), r cos
2
() + r sin
2
()
_
= (r cos(), r sin(), r)
In order to be a smooth surface, the normal vector must be non-zero everywhere. In
this situations, the normal vector is zero when r = 0 so the cone is NOT a smooth
surface.
In order to verify that the normal vector is downward facing we simply have to check
that the z component of the normal vector is negative. As our normal vector does
not have a negative z component we must have taken the cross product in the wrong
order. A corrected version gives normal vector
(r cos(), r sin(), r)
which is downward facing.
Find the tangent plane at the point (1, 0, 1)
To nd the tangent plane we use the equations that we have been using all semester.
That is for a plane with normal vector n containing the point (a, b, c)
T(x, y, z) = n.(x a, x b, x c)
Here this formula gives us
r(z 1) s(x + 1) cos() ry sin()
Which is the equation for the tangent plane.
2. Here is a parametric equation for another surface.
x(, r) = cos() sin() 0 2
y(, r) = sin() sin() 0
z(, r) = sin()
3. Here is a parametric equation for another surface.
x(, r) = cos() sin() 0 2
y(, r) = sin() sin() 0
z(, r) = sin()
Is the surface smooth?
Our idea of smooth is that the normal vector is never zero on the surface. So we
compute the normal vector
n = det
_
_
i j k
x
r
y
r
z
r
x

_
_
=
=det
_
_
i j k
sin() sin() cos() sin() 0
cos() cos() cos() sin() sin()
_
_
=
=
_
cos() sin
2
(), sin
2
() sin(), cos() sin((
_
Without too much work you can verify that this is always non-zero.
Find the tangent plane at the point (
1
2

2
,

3/2
2
,
1

2
)
In order to nd the tangent plane at this point we rst must compute the what ,
values give us this point. Such values are =

3
and =

4
. We will need these to
compute the normal vector.
Then the equation of the tangent plane is
_
1
2

2,

3
4
,
1
2
_
Which we will reduce out to
z =
1
2
_
2

2 x

3y
_
Find the area of the surface when 0

4
and 0

4
To compute the area we then compute
/4
_
0
/4
_
0
N(s, t) dd
Crunching through this integral gives us that a result of

2
16
4. Let S denote the closed cylinder with bottom given by z = 0 and top given by z = 4
and the lateral surface given by x
2
+ y
2
= 9. Orient S without outward normals.
Determine the Surface Integral
__
S
ydS
(a) Is this a vector or a scalar surface integral?
The function F(x, y, z) = y is a scalar valued function, so we are computing a
scalar surface integral.
(b) Over what surface are we integrating? Can you write it with parametric equa-
tions?
We are integration over the cylinder. We can write it with parametric equa-
tions, we need three dierent equations in order to write it, one for the top of
the cylinder, one for the bottom, and one for the lateral surface.
We will use cylindrical coordinates for all of them.
Here is the top of the cylinder, it is just a disc of radius 3, located at a xed
z = 4
x(, r) = r cos() 0 2
y(, r) = r sin() 0 r 3
z(, r) = 4
Likewise the bottom of the cylinder will be a disc of radius 3 located at a xed
z = 0
x(, r) = r cos() 0 2
y(, r) = r sin() 0 r 3
z(, r) = 0
And the lateral surface will be given by
x(, z) = 3 cos() 0 2
y(, z) = 3 sin() 0 z 4
z(, z) = z
(c) Find a outward facing normal vector
We compute this the usual way, by taking a cross product of the partial deriva-
tives. Since there are three parametric equations, we need three normal vectors
Computing the normal for the bottom section which we will call N
1
:
det
_
_
i j k
cos() sin() 0
r sin() r cos() 0
_
_
= (0, 0, 1)
Computing the normal for the bottom section which we will call N
2
:
det
_
_
i j k
r sin() r cos() 0
cos() sin() 0
_
_
= (0, 0, 1)
Computing the normal vector for the lateral sides which we will call N
3
:
det
_
_
i j k
sin() cos() 0
0 0 1
_
_
= (3 cos(), 3 sin(), 0)
(d) Compute the integral
Now it is easy to compute the surface integral. We rst compute the magnitude
of each of the vectors
N
1
= 1
N
2
= 1
N
3
= 9
So the surface line integral becomes
4
_
0
2
_
0
9 cos sdsdt + 2
4
_
0
2
_
0
t
2
cos sdsdt = 0 + 0 = 0
5. The same questions for the surface integral over the same surface of the function.
__
S
(xi + yj)dS
(a) Is this a vector or a scalar surface integral?
This time we are computing a vector surface integral, since the integrand (xi +
yj) is a vector valued function
(b) Over what surface are we integrating? Can you write it with parametric equa-
tions?
Nothing has changed from the setup for the previous problem, so we compute
the outward facing normal vector the same way.
X
1
(r, ) =
x(, r) = r cos() 0 2
y(, r) = r sin() 0 r 3
z(, r) = 4
X
2
(r, )
x(, r) = r cos() 0 2
y(, r) = r sin() 0 r 3
z(, r) = 0
X
3
(r, )
x(, z) = 3 cos() 0 2
y(, z) = 3 sin() 0 z 4
z(, z) = z
(c) Find a outward facing normal vector
These will also match the normal vectors we found in the previous problem.
N
1
:
det
_
_
i j k
cos() sin() 0
r sin() r cos() 0
_
_
= (0, 0, 1)
N
2
:
det
_
_
i j k
r sin() r cos() 0
cos() sin() 0
_
_
= (0, 0, 1)
N
3
:
det
_
_
i j k
sin() cos() 0
0 0 1
_
_
= (3 cos(), 3 sin(), 0)
(d) Compute the integral
This time around we dont need to compute the magnitude because this is a
vector line integral. We compute the integral as
__
S
(xi + yj) =
=
_
4
0
_
2
0
(3 cos(s), 3 sin(s), 0) (3 cos(s), 3 sin(s), 0)+
+
_
3
0
_
2
0
(t cos(s), t sin(s), 0) (0, 0, t)dsdt+
+
_
3
0
_
2
0
(t cos(s), t sin(s), 0) (0, 0, t)dsdt =
=
_
4
0
_
2
0
9dsdt
=72

Você também pode gostar