Can someone please help me with the following:
I need to compute the surface integral of (curl A).n dS where:
A= (xyz+2)i + xj + ((x^2)z + (y^2))k
and S is defined by z>=0, z=16-(x^2)-(y^2).
(n is the unit normal field).
Thanks.
Printable View
Can someone please help me with the following:
I need to compute the surface integral of (curl A).n dS where:
A= (xyz+2)i + xj + ((x^2)z + (y^2))k
and S is defined by z>=0, z=16-(x^2)-(y^2).
(n is the unit normal field).
Thanks.
First, I calculated this using Stokes' theorem but since it's been a while since I did these, I wasn't sure of the outcome. Today, I did it without Stokes (just the surface integral) and I found the same, I'll show both here :)
Stokes states that the surface integral of the curl of the vector field (scalar multiplication with the exterior normal vector) is equal to the line integral of the vector field over the boundary of the surface.
In this case we have:
S is the upper part of a paraboloid, the boundary in the xy-plane is the circle
I'll first do the line integral, we parametrize into polar coordinates:
Since we're working in the xy-plane, we have that z = 0.
Elementary integration then yields a result of
---
Now, without Stokes. Since the surface is given as z = f(x,y), we can parametrize in x and y. This simplifies the calculation of the surface integral. We can calculate the flux as follows:
Now we integrate over the projection of the paraboloid on the xy-plane which gives the same circle as integration area again. By the definition of the normal vector, we can simplify this to
With r and v as above, we have
But since we're integrating over the circle in the xy-plane, we have again that z = 0. So the scalar product gives
Now it's possible to coninue cartesian or to convert to polar coordinates. I'll give the integrals and leave the integration to you, both give the same result.