Define the region and define the vector field
Find
Here, is the boundary of region (i.e. its surface), and is a surface area differential pointing outward of the specified region at any point on the surface.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Region B is the bounded by
Paraboloid:
z = y + x 2 + y 2 − 1
and
Plane
z = y
We'll integrate over both surfaces,
∫ ∂ B F ⋅ d S = ∫ ∂ B 1 F ⋅ d S + ∫ ∂ B 2 F ⋅ d S
where ∂ B 1 denotes the surface of the paraboloid and ∂ B 2 is the surface of the plane.
The paraboloid can parameterized in cylindrical coordinates as
p = ( r cos t , r sin t , r 2 + r sin t − 1 )
Since z ≤ y , then r 2 ≤ 1
F = ( − x , 0 , y − z ) = ( − r cos t , 0 , 1 − r 2 )
Now the area differential d S = ± p t × p r d t d r
p t = ( − r sin t , r cos t , r cos t )
p r = ( cos t , sin t , 2 r + sin t )
so that
p t × p r = ( 2 r 2 cos t , 2 r 2 sin t + r , − r )
since ( − r ) is negative , this the right direction for an outward normal.
∫ ∂ B 1 F ⋅ d S = ∫ t = 0 2 π ∫ r = 0 1 ( − r cos t , 0 , 1 − r 2 ) ⋅ ( 2 r 2 cos t , 2 r 2 sin t + r , − r ) d r d t
= ∫ t = 0 2 π ∫ r = 0 1 − 2 r 3 cos 2 t + r 3 − r d r d t = ∫ t = 0 2 π ∫ r = 0 1 − r 3 cos 2 t − r d r d t
Flipping the order of integration by integrating with respect to t first, the first term vanishes, and the integral becomes
= 2 π ∫ r = 0 1 − r d r d t = 2 π ( − 2 1 ) = − π
For the second integral (over the plane z= y ) , the parameterization of the plane z = y is by taking two mutually orthogonal unit vectors that are
normal to the normal of the plane which is ( 0 , 1 , − 1 ) , so we can choose u 1 = ( 1 , 0 , 0 ) , and u 2 = ( 0 , 1 , 1 ) / 2
hence a point on the plane is p = u ( 1 , 0 , 0 ) + v ( 0 , 1 , 1 ) / s q r t ( 2 ) = ( u , v / 2 , v / 2 )
Now we can impose the condition that r 2 = x 2 + y 2 < = 1 , so that u 2 + 1 / 2 v 2 < = 1 , which is a region bounded by an ellipse, so we'll take u = s cos t , v = 2 s sin t
, so that p = ( s cos t , s sin t , s sin t ) , where t ∈ [ 0 , 2 π ] , and s ∈ [ 0 , 1 ] .
Now , with this parameterizaton, F = ( − x , 0 , y − z ) = ( − s cos t , 0 , 0 )
Since the normal to the plane is along the vector ( 0 , 1 , − 1 ) , then d S is perpendicular to F and hence the second integral is zero.
The final answer is therefore,
∫ ∂ B F ⋅ d S = − π
A final note, it is possible to solve this problem using the divergence theorem, which states that
∫ ∂ B F ⋅ d S = ∫ B div F d V
we have div F = ∂ x ∂ F x + ∂ y ∂ F y + ∂ z ∂ F z = ( − 1 ) + 0 + ( − 1 ) = − 2
Hence,
∫ ∂ B F ⋅ d S = − 2 V
where V is the volume of region B , the volume can found as follows:
Recall that a point on the paraboloid surface is,
p = ( r cos t , r sin t , r 2 + r sin t − 1 )
For cylindrical coordinates, the jacobian is ∣ J ∣ = r .
Therefore,
V = ∫ t = 0 2 π ∫ r = 0 1 ( 1 − r 2 ) r d r d t = 2 π ( 2 1 − 4 1 ) = 2 π
Hence,
∫ ∂ B F ⋅ d S = ∫ B div F d V = − 2 ( 2 π ) = − π